Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/compat/linux/common



Module Name:    src
Committed By:   njoly
Date:           Fri Apr 11 16:47:50 UTC 2008

Modified Files:
        src/sys/compat/linux/common: linux_exec.c

Log Message:
Under NPTL emulation, do not reparent all members of a thread group,
but only the processes that emulate threads (with LINUX_CLONE_THREAD
set).

This fix a problem for child processes that share address space with
the parent. At exit, the child will die silently, leaving the parent
waiting indefinitely for its end ...


To generate a diff of this commit:
cvs rdiff -r1.101 -r1.102 src/sys/compat/linux/common/linux_exec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index