DragonFly commits List (threaded) for 2008-12
DragonFly BSD
DragonFly commits List (threaded) for 2008-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

master: sys/sys/mman.h sys/vm/vm_mmap.c 459f5c1e28a5dd43910204640a48e6ed4298d22b


From: Simon Schubert <corecode@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 1 Dec 2008 11:02:51 -0800 (PST)

commit 459f5c1e28a5dd43910204640a48e6ed4298d22b
Author: Simon Schubert <corecode@dragonflybsd.org>
Date:   Mon Dec 1 13:12:24 2008 +0100

    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.

Summary of changes:
 sys/sys/mman.h   |    1 +
 sys/vm/vm_mmap.c |   25 +++++++++++++------------
 2 files changed, 14 insertions(+), 12 deletions(-)

http://gitweb.dragonflybsd.org/?p=dragonfly.git;a=commitdiff;h=459f5c1e28a5dd43910204640a48e6ed4298d22b

-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]