NetBSD/sys/miscfs
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
..
deadfs add a VOP_PUTPAGES method for all the filesystems that don't have pages, 2001-12-06 04:27:40 +00:00
fdesc Undo part of the ktrace/lwp changes. In particular: 2003-06-29 18:43:21 +00:00
fifofs Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
genfs Undo part of the ktrace/lwp changes. In particular: 2003-06-29 18:43:21 +00:00
kernfs Undo part of the ktrace/lwp changes. In particular: 2003-06-29 18:43:21 +00:00
nullfs Adjust for ktrace/lwp changes. 2003-06-29 02:16:59 +00:00
overlay Undo part of the ktrace/lwp changes. In particular: 2003-06-29 18:43:21 +00:00
portal Undo part of the ktrace/lwp changes. In particular: 2003-06-29 18:43:21 +00:00
procfs Undo part of the ktrace/lwp changes. In particular: 2003-06-29 18:43:21 +00:00
specfs Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
syncfs Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
umapfs Adjust for ktrace/lwp changes. 2003-06-29 02:16:59 +00:00
Makefile move union filesystem code from sys/miscfs/union to sys/fs/union 2003-03-16 08:26:46 +00:00