Date: Sun, 9 Jan 2000 20:09:07 -0800 (PST) From: Sean Eric Fagan <sef@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exit.c kern_prot.c src/usr.bin/truss main.c setup.c Message-ID: <200001100409.UAA57157@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sef 2000/01/09 20:09:07 PST Modified files: sys/kern kern_exit.c kern_prot.c usr.bin/truss main.c setup.c Log: Handle the case where we truss an SUGID program -- in particular, we need to wake up any processes waiting via PIOCWAIT on process exit, and truss needs to be more aware that a process may actually disappear while it's waiting. Reviewed by: Paul Saab <ps@yahoo-inc.com> Revision Changes Path 1.92 +2 -1 src/sys/kern/kern_exit.c 1.52 +2 -2 src/sys/kern/kern_prot.c 1.15 +10 -3 src/usr.bin/truss/main.c 1.10 +10 -2 src/usr.bin/truss/setup.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001100409.UAA57157>