CVSROOT: /cvs Module name: src Changes by: ari...@cvs.openbsd.org 2012/04/12 05:55:43
Modified files: sys/uvm : uvm_fault.c Log message: uvm: keep track of maxrss The fault path is used to update the maxrss of the faulting proc. Doesn't affect anything, as it was 0 before. Requested by espie, "just commit it" deraadt