Date: Fri, 25 Aug 2006 11:59:56 +0000 (UTC) From: Alexander Leidinger <netchild@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_machdep.c src/sys/amd64/linux32 linux32_machdep.c Message-ID: <200608251159.k7PBxu9S047206@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608251159.k7PBxu9S047206>