freebsd-dev/sys/fs
Chris Costello 3157714de7 o Move from Alfred Perstein's "exclusion" technique of handling special
file types to requiring all file types to properly implement fo_stat.
  This makes any new file type additions much easier as this code no
  longer has to be modified to accomodate it.

o Instead of using curproc in fdesc_allocvp, pass a `struct proc' pointer as
  a new fifth parameter.
2000-10-09 20:06:13 +00:00
..
cd9660 Blow away the v_specmountpoint define, replacing it with what it was 2000-10-09 17:31:39 +00:00
coda Forward-declare struct mbuf so that this file is less self-insufficient 2000-10-05 11:58:22 +00:00
deadfs Convert lockmgr locks from using simple locks to using mutexes. 2000-10-04 01:29:17 +00:00
devfs Don't hold an extra reference to vnodes. Devfs vnodes are sufficiently 2000-10-09 14:18:07 +00:00
fdescfs o Move from Alfred Perstein's "exclusion" technique of handling special 2000-10-09 20:06:13 +00:00
fifofs
hpfs Blow away the v_specmountpoint define, replacing it with what it was 2000-10-09 17:31:39 +00:00
msdosfs Blow away the v_specmountpoint define, replacing it with what it was 2000-10-09 17:31:39 +00:00
ntfs Blow away the v_specmountpoint define, replacing it with what it was 2000-10-09 17:31:39 +00:00
nullfs Convert lockmgr locks from using simple locks to using mutexes. 2000-10-04 01:29:17 +00:00
nwfs Convert lockmgr locks from using simple locks to using mutexes. 2000-10-04 01:29:17 +00:00
portalfs
procfs return correct type for process directory entries, DT_DIR not DT_REG 2000-10-05 23:19:51 +00:00
specfs Blow away the v_specmountpoint define, replacing it with what it was 2000-10-09 17:31:39 +00:00
umapfs
unionfs Convert lockmgr locks from using simple locks to using mutexes. 2000-10-04 01:29:17 +00:00