Subject: CVS commit: src/sys/compat/linux/common
To: None <source-changes@NetBSD.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 11/09/2005 14:56:50
Module Name:	src
Committed By:	manu
Date:		Wed Nov  9 14:56:50 UTC 2005

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

Log Message:
Improve Linux exit_group emulation by sending a SIGKILL to all other
processes in the group instead of letting them live. It would be better
to properly terminate them.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/sys/compat/linux/common/linux_sched.c

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