NetBSD/sys/miscfs/fdesc
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
fdesc.h Undo part of the ktrace/lwp changes. In particular: 2003-06-29 18:43:21 +00:00
fdesc_vfsops.c Undo part of the ktrace/lwp changes. In particular: 2003-06-29 18:43:21 +00:00
fdesc_vnops.c Undo part of the ktrace/lwp changes. In particular: 2003-06-29 18:43:21 +00:00
files.fdesc Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00