K 10 svn:author V 8 netchild K 8 svn:date V 27 2006-08-25T11:59:56.000000Z K 7 svn:log V 274 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 END