From owner-cvs-sys Tue Jul 2 06:38:31 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA07917 for cvs-sys-outgoing; Tue, 2 Jul 1996 06:38:31 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA07884; Tue, 2 Jul 1996 06:38:13 -0700 (PDT) Date: Tue, 2 Jul 1996 06:38:13 -0700 (PDT) From: John Dyson Message-Id: <199607021338.GAA07884@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/miscfs/procfs procfs.h procfs_subr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/07/02 06:38:12 Modified: sys/miscfs/procfs procfs.h procfs_subr.c Log: Implement locking for pfs nodes, when at the leaf. Concurrent access to information from a single process causes hangs. Specifically, this fixes problems (hangs) with concurrent ps commands, when the system is under heavy memory load. Reviewed by: davidg Revision Changes Path 1.12 +2 -1 src/sys/miscfs/procfs/procfs.h 1.9 +29 -10 src/sys/miscfs/procfs/procfs_subr.c