Date: Tue, 14 Jun 2011 17:09:30 +0000 (UTC) From: "David E. O'Brien" <obrien@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern kern_exit.c sys_process.c src/sys/sys proc.h Message-ID: <201106141709.p5EH9hWc018620@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2011-06-14 17:09:30 UTC FreeBSD src repository Modified files: sys/kern kern_exit.c sys_process.c sys/sys proc.h Log: SVN rev 223088 on 2011-06-14 17:09:30Z by obrien We should not return ECHILD when debugging a child and the parent does a "wait4(-1, ..., WNOHANG, ...)". Instead wait(2) should behave as if the child does not wish to report status at this time. Reviewed by: jhb Revision Changes Path 1.343 +8 -3 src/sys/kern/kern_exit.c 1.175 +6 -2 src/sys/kern/sys_process.c 1.569 +2 -0 src/sys/sys/proc.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106141709.p5EH9hWc018620>