DragonFly-2.3.0.808.g9b5056 master lib/libthread_xu/thread thr_init.c

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Apr 25 11:45:29 PDT 2009


commit 9b505694017eeaf48fff9273f503160064583c14
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Apr 25 11:43:15 2009 -0700

    Use MAP_TRYFIXED instead of MAP_FIXED when mapping the red zone.
    
    We want to fail if the user program already faulted through the zone,
    though in reality the red zone init occurs before main() is even run so
    there is no practical difference.

Summary of changes:
 lib/libthread_xu/thread/thr_init.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9b505694017eeaf48fff9273f503160064583c14


-- 
DragonFly BSD source repository





More information about the Commits mailing list