CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/12/14 21:59:53
Modified files:
sys/arch/i386/include: vmparam.h
sys/compat/svr4: svr4_misc.c
sys/dev/pci/drm: drm_bufs.c
sys/kern : exec_elf.c
sys/uvm : uvm_map.c uvm_mmap.c
Log message:
add a BRKSIZ define and use it for the heap gap constant, decoupling
heap gap from max data size. nothing else changes yet. ok deraadt
