DragonFly-2.2.0.23.g899a8 DragonFly_RELEASE_2_2 bin/cpdup Makefile
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Apr 26 10:07:47 PDT 2009
commit 899a8a24f2ef3ac98eae7a621e8ad218530602fd
Author: Matthew Dillon <dillon at 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 at gmail.com>
Summary of changes:
bin/cpdup/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/899a8a24f2ef3ac98eae7a621e8ad218530602fd
--
DragonFly BSD source repository
More information about the Commits
mailing list