From owner-cvs-sys Thu Dec 11 19:36:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA10852 for cvs-sys-outgoing; Thu, 11 Dec 1997 19:36:10 -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 TAA10802; Thu, 11 Dec 1997 19:35:46 -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 TAA05942; Thu, 11 Dec 1997 19:33:44 -0800 (PST) Date: Thu, 11 Dec 1997 19:33:44 -0800 (PST) Message-Id: <199712120333.TAA05942@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/procfs procfs_subr.c procfs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sef 1997/12/11 19:33:44 PST Modified files: sys/miscfs/procfs procfs_subr.c procfs_vnops.c Log: Fix a problem with procfs_exit() that resulted in missing some procfs nodes; this also apparantly caused a panic in some circumstances. Also, since procfs_exit() is getting rid of the nodes when a process exits, don't bother checking for the process' existance in procfs_inactive(). Revision Changes Path 1.21 +26 -12 src/sys/miscfs/procfs/procfs_subr.c 1.47 +1 -11 src/sys/miscfs/procfs/procfs_vnops.c