NetBSD/sys/miscfs/procfs
thorpej a06b275edc Undo part of the ktrace/lwp changes. In particular:
* Remove the "lwp *" argument that was added to vget().  Turns out
  that nothing actually used it!
* Remove the "lwp *" arguments that were added to VFS_ROOT(), VFS_VGET(),
  and VFS_FHTOVP(); all they did was pass it to vget() (which, as noted
  above, didn't use it).
* Remove all of the "lwp *" arguments to internal functions that were added
  just to appease the above.
2003-06-29 18:43:21 +00:00
..
Makefile
files.procfs Implement /proc/<pid>/fd/<n>. This is work in progress. Questionable things: 2003-01-03 13:21:17 +00:00
procfs.h Undo part of the ktrace/lwp changes. In particular: 2003-06-29 18:43:21 +00:00
procfs_cmdline.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
procfs_ctl.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
procfs_fd.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
procfs_fpregs.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
procfs_linux.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
procfs_map.c Undo part of the ktrace/lwp changes. In particular: 2003-06-29 18:43:21 +00:00
procfs_mem.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
procfs_note.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
procfs_regs.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
procfs_status.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
procfs_subr.c Undo part of the ktrace/lwp changes. In particular: 2003-06-29 18:43:21 +00:00
procfs_vfsops.c Undo part of the ktrace/lwp changes. In particular: 2003-06-29 18:43:21 +00:00
procfs_vnops.c Undo part of the ktrace/lwp changes. In particular: 2003-06-29 18:43:21 +00:00