CVSROOT:        /cvs
Module name:    src
Changes by:     o...@cvs.openbsd.org    2018/04/17 09:50:05

Modified files:
        sys/arch/i386/include: vmparam.h 
        sys/uvm        : uvm_addr.c uvm_map.c 

Log message:
- Make rnd hints avoid the brk area. The rnd allocator refuses to allocate in
the brk area anyway.
- Use a larger hint bound to spread the allocations more for the 32-bit case
- Simplified the overy abstracted brs/stack allocator and switch of
guard pages for the brk case. This allows i386 some extra space,
depending on memory usage patterns.
- Reduce brk area on i386 to give the rnd space more room

ok stefan@ sthen@

Reply via email to