Subject: CVS commit: [newlock2] src/sys/miscfs/procfs
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 10/21/2006 14:37:18
Module Name:	src
Committed By:	ad
Date:		Sat Oct 21 14:37:18 UTC 2006

Modified Files:
	src/sys/miscfs/procfs [newlock2]: procfs_ctl.c procfs_fd.c
	    procfs_linux.c procfs_status.c procfs_subr.c procfs_vnops.c

Log Message:
- Make this compile. XXX Needs more work on locking.
- Do FILE_UNUSE() as the current LWP, otherwise we will wipe out the
  target's advisory locks. XXX Double check.


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.34.2.1 src/sys/miscfs/procfs/procfs_ctl.c
cvs rdiff -r1.8 -r1.8.4.1 src/sys/miscfs/procfs/procfs_fd.c
cvs rdiff -r1.25 -r1.25.4.1 src/sys/miscfs/procfs/procfs_linux.c
cvs rdiff -r1.27 -r1.27.8.1 src/sys/miscfs/procfs/procfs_status.c
cvs rdiff -r1.68 -r1.68.14.1 src/sys/miscfs/procfs/procfs_subr.c
cvs rdiff -r1.133.6.1 -r1.133.6.2 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.