cvs commit: src/sys/i386/linux linux_machdep.c src/sys/amd64/linux32
linux32_machdep.c
Alexander Leidinger
netchild at FreeBSD.org
Fri Aug 25 11:59:57 UTC 2006
netchild 2006-08-25 11:59:56 UTC
FreeBSD src repository
Modified files:
sys/i386/linux linux_machdep.c
sys/amd64/linux32 linux32_machdep.c
Log:
Emulate what vfork does instead of using it in linux_vfork. This way
we can do the stuff we need to do with linux processes at fork and
don't panic the kernel at exit of the child.
Submitted by: rdivacky
Tested with: tst-vfork* (glibc regression tests)
Tested by: netchild
Revision Changes Path
1.16 +12 -1 src/sys/amd64/linux32/linux32_machdep.c
1.54 +13 -1 src/sys/i386/linux/linux_machdep.c
More information about the cvs-src
mailing list