NetBSD/sys/ufs
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
..
ext2fs Undo part of the ktrace/lwp changes. In particular: 2003-06-29 18:43:21 +00:00
ffs Undo part of the ktrace/lwp changes. In particular: 2003-06-29 18:43:21 +00:00
lfs Undo part of the ktrace/lwp changes. In particular: 2003-06-29 18:43:21 +00:00
mfs Adapt for struct proc* -> struct lwp* changes. 2003-06-28 22:53:35 +00:00
ufs Undo part of the ktrace/lwp changes. In particular: 2003-06-29 18:43:21 +00:00
files.ufs Add support for the Apple UFS variation on ffs 2002-09-28 20:11:05 +00:00
Makefile Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. 2002-11-26 23:30:07 +00:00