CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/07/02 21:04:55
Modified files:
sys/dev : softraid.c
sys/kern : subr_extent.c subr_pool.c sysv_shm.c
sys/uvm : uvm_amap.c
Log message:
explicitly specify flags to malloc and pool_get instead of relying on 0.
This is more clear, and as thib pointed out, the default in softraid was
wrong. ok thib.
