NetBSD/sys/miscfs
rumble a1221b6d4a Convert file systems to dynamically attach with the new module interface.
Make VFS hooks dynamic while we're here and say farewell to VFS_ATTACH and
VFS_HOOKS_ATTACH linksets.

As a consequence, most of the file systems can now be loaded as new style
modules.

Quick sanity check by ad@.
2008-05-10 02:26:09 +00:00
..
deadfs Remove VOP_LEASE. Discussed on tech-kern. 2008-01-25 14:32:11 +00:00
fdesc Convert file systems to dynamically attach with the new module interface. 2008-05-10 02:26:09 +00:00
fifofs Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
genfs Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
kernfs Convert file systems to dynamically attach with the new module interface. 2008-05-10 02:26:09 +00:00
nullfs Convert file systems to dynamically attach with the new module interface. 2008-05-10 02:26:09 +00:00
overlay Convert file systems to dynamically attach with the new module interface. 2008-05-10 02:26:09 +00:00
portal Convert file systems to dynamically attach with the new module interface. 2008-05-10 02:26:09 +00:00
procfs Convert file systems to dynamically attach with the new module interface. 2008-05-10 02:26:09 +00:00
specfs PR kern/38057 ffs makes assuptions about devvp file system 2008-04-29 18:18:08 +00:00
syncfs PR kern/38141 lookup/vfs_busy acquire rwlock recursively 2008-05-06 18:43:44 +00:00
umapfs Convert file systems to dynamically attach with the new module interface. 2008-05-10 02:26:09 +00:00
Makefile