Date: Tue, 5 May 2009 09:24:20 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern kern_exit.c Message-ID: <200905050924.n459OR4F024217@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2009-05-05 09:24:20 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/kern kern_exit.c
Log:
SVN rev 191812 on 2009-05-05 09:24:20Z by kib
MFC r191313:
On the exit of the child process which parent either set SA_NOCLDWAIT
or ignored SIGCHLD, unconditionally wake up the parent instead of doing
this only when the child is a last child.
MFC r191319:
Fix typo.
Revision Changes Path
1.304.2.5 +4 -4 src/sys/kern/kern_exit.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905050924.n459OR4F024217>
