NetBSD/sys/miscfs
ad 06c343ac94 vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both. 2008-06-04 12:41:40 +00:00
..
deadfs Remove VOP_LEASE. Discussed on tech-kern. 2008-01-25 14:32:11 +00:00
fdesc mnt_data is a pointer, set it to NULL not 0 when we're finished with it. 2008-05-13 08:31:12 +00:00
fifofs Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
genfs vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both. 2008-06-04 12:41:40 +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 mnt_data is a pointer, set it to NULL not 0 when we're finished with it. 2008-05-13 08:31:12 +00:00
portal mnt_data is a pointer, set it to NULL not 0 when we're finished with it. 2008-05-13 08:31:12 +00:00
procfs Kill devsw_lock and just use specfs_lock. The two would need merging 2008-05-31 21:34:42 +00:00
specfs Make sure all cached buffers with valid, not yet written data have been 2008-05-16 09:21:59 +00:00
syncfs PR kern/38141 lookup/vfs_busy acquire rwlock recursively 2008-05-06 18:43:44 +00:00
umapfs mnt_data is a pointer, set it to NULL not 0 when we're finished with it. 2008-05-13 08:31:12 +00:00
Makefile