NetBSD/sys/miscfs/procfs
pooka 61e8303e9d Remove the "struct lwp *" argument from all VFS and VOP interfaces.
The general trend is to remove it from all kernel interfaces and
this is a start.  In case the calling lwp is desired, curlwp should
be used.

quick consensus on tech-kern
2007-11-26 19:01:26 +00:00
..
files.procfs
Makefile
procfs_cmdline.c
procfs_ctl.c Merge from vmlocking: 2007-11-07 00:23:13 +00:00
procfs_fd.c Merge from vmlocking: 2007-11-07 00:23:13 +00:00
procfs_fpregs.c
procfs_linux.c Revision 1.42 was lost. Pointed out by Nicolas Joly: 2007-11-12 14:11:47 +00:00
procfs_map.c Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
procfs_mem.c
procfs_note.c
procfs_regs.c
procfs_status.c
procfs_subr.c Merge from vmlocking: 2007-11-07 00:23:13 +00:00
procfs_vfsops.c Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
procfs_vnops.c Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
procfs.h