Subject: CVS commit: src/sys/miscfs/procfs
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 04/17/2003 20:50:48
Module Name: src
Committed By: jdolecek
Date: Thu Apr 17 20:50:47 UTC 2003
Modified Files:
src/sys/miscfs/procfs: procfs_subr.c procfs_vnops.c
Log Message:
do not show nodes corresponding to directory descriptors for process
in fd/ subdirectory, nor allow lookup/open for the nodes
this fixes PR kern/21187 for good, and also avoids interesting directory
locking issues
To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 src/sys/miscfs/procfs/procfs_subr.c
cvs rdiff -r1.100 -r1.101 src/sys/miscfs/procfs/procfs_vnops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.