From owner-cvs-all Sun Jan 9 20: 9:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D23214C2F; Sun, 9 Jan 2000 20:09:52 -0800 (PST) (envelope-from sef@FreeBSD.org) Received: (from sef@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA57157; Sun, 9 Jan 2000 20:09:07 -0800 (PST) (envelope-from sef@FreeBSD.org) Message-Id: <200001100409.UAA57157@freefall.freebsd.org> From: Sean Eric Fagan Date: Sun, 9 Jan 2000 20:09:07 -0800 (PST) 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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 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