cvs commit: src/sys/compat/linux linux_emul.c
Konstantin Belousov
kib at FreeBSD.org
Wed Nov 15 11:04:38 UTC 2006
kib 2006-11-15 11:04:37 UTC
FreeBSD src repository
Modified files:
sys/compat/linux linux_emul.c
Log:
Group pid and parent are shared in a case of CLONE_THREAD not CLONE_VM.
This fix lets clone02 LTP test pass with 2.6 emulation. In reality 99%
of the cases are that CLONE_VM and CLONE_THREAD are both set so it
seemed to work.
Submitted by: rdivacky
Revision Changes Path
1.9 +3 -3 src/sys/compat/linux/linux_emul.c
More information about the cvs-src
mailing list