From owner-cvs-all Tue Nov 6 9: 0:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C4F137B41A; Tue, 6 Nov 2001 09:00:40 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fA6H0eh52624; Tue, 6 Nov 2001 09:00:40 -0800 (PST) (envelope-from green) Message-Id: <200111061700.fA6H0eh52624@freefall.freebsd.org> From: Brian Feldman Date: Tue, 6 Nov 2001 09:00:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/procfs procfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG green 2001/11/06 09:00:40 PST Modified files: sys/fs/procfs procfs_vnops.c Log: Correctly unlock the target process if /proc/$foo/mem is open()ed by another process which cannot p_candebug() it. The bug was introduced in rev. 1.100. Approved by: des Revision Changes Path 1.105 +1 -1 src/sys/fs/procfs/procfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message