From owner-cvs-sys Sat Dec 6 20:04:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA12258 for cvs-sys-outgoing; Sat, 6 Dec 1997 20:04:12 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA12168; Sat, 6 Dec 1997 20:02:25 -0800 (PST) (envelope-from sef@FreeBSD.org) From: Sean Eric Fagan Received: (from sef@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id UAA29640; Sat, 6 Dec 1997 20:01:04 -0800 (PST) Date: Sat, 6 Dec 1997 20:01:04 -0800 (PST) Message-Id: <199712070401.UAA29640@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/procfs procfs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sef 1997/12/06 20:01:04 PST Modified files: sys/miscfs/procfs procfs_vnops.c Log: Clear the stop events and wakeup the process on teh last close of the procfs/mem file. While this doesn't prevent an unkillable process, it means that a broken truss prorgam won't do it accidently now (well, there's a small window of opportunity). Note that this requires the change to truss I am about to commit. Revision Changes Path 1.45 +29 -1 src/sys/miscfs/procfs/procfs_vnops.c