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

DragonFly-2.3.0.804.g70508 master bin/cpdup Makefile


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 25 Apr 2009 10:42:35 -0700 (PDT)

commit 70508078d9c924fd83b0e04aa2d826dd302b44d3
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Sat Apr 25 10:36:03 2009 -0700

    Fix an installworld failure due to kernel fixes and a libthread_xu issue.
    
    Build the bootstrap version of cpdup without threading to work around a
    bug in libthread_xu.  Libthread_xu was trying to map the original user
    stack's red zone without using MAP_FIXED or MAP_TRYFIXED or MAP_STACK,
    a behavior which the kernel now prohibits.
    
    This fixes running installworld after rebooting with a new kernel.
    
    Sepherosa Ziehau <sepherosa@gmail.com>

Summary of changes:
 bin/cpdup/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/70508078d9c924fd83b0e04aa2d826dd302b44d3


-- 
DragonFly BSD source repository



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