Subject: CVS commit: [nathanw_sa] syssrc/sys/miscfs/procfs
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 10/15/2002 21:00:42
Module Name: syssrc
Committed By: nathanw
Date: Tue Oct 15 18:00:41 UTC 2002
Modified Files:
syssrc/sys/miscfs/procfs [nathanw_sa]: procfs_vnops.c
Log Message:
Make all the procfs_validfoo() routines go back to taking a proc
instead of an lwp; they aren't doing anything useful with the LWP.
Revert changes that changed /proc/curproc to /proc/curlwp, and broke it in
the process.
To generate a diff of this commit:
cvs rdiff -r1.78.2.11 -r1.78.2.12 syssrc/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.