CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2009/05/02 06:54:42
Modified files: sys/uvm : uvm_aobj.c uvm_init.c uvm_map.c Log message: a few more memset changes. two cases of pool_get() + memset(0) -> pool_get(,,,PR_ZERO) 1.5 cases of global variables are already zeroed, so don't zero them. ok ariane@, comments on stuff i'd missed from blambert@ and c...@.