From owner-cvs-sys Mon Jul 1 18:42:33 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA09239 for cvs-sys-outgoing; Mon, 1 Jul 1996 18:42:33 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA09080; Mon, 1 Jul 1996 18:40:55 -0700 (PDT) Date: Mon, 1 Jul 1996 18:40:55 -0700 (PDT) From: John Dyson Message-Id: <199607020140.SAA09080@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/miscfs/procfs procfs_mem.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/07/01 18:40:55 Modified: sys/miscfs/procfs procfs_mem.c Log: Fix a serious problem, with a window where an object lock is needed, but not there. The extent of the object lock is expanded to be over the range that it is needed. Additionally, clean up the code so that it conforms to better coding style. Revision Changes Path 1.19 +97 -57 src/sys/miscfs/procfs/procfs_mem.c