Add support for MAP_TRYFIXED
authorSimon Schubert <corecode@dragonflybsd.org>
Mon, 1 Dec 2008 12:12:24 +0000 (13:12 +0100)
committerSimon Schubert <corecode@dragonflybsd.org>
Mon, 1 Dec 2008 18:59:23 +0000 (19:59 +0100)
commit459f5c1e28a5dd43910204640a48e6ed4298d22b
tree51c9f38ba4a525befe8534b1dbdb82ea629fc2c1
parentcd43c48a5c4da40fbeca7abe5230e9255bc6e1bc
Add support for MAP_TRYFIXED

MAP_TRYFIXED signals to the kernel that the process is well aware
that the hint might fall into the heap area, but that it would still
like to map the area.  I think this is necessary for wine.
sys/sys/mman.h
sys/vm/vm_mmap.c