freebsd-src/sys/fs
Julian Elischer adb2dc299a #ifdef out nearly the entire file of conf.c when JREMOD is defined
add a few safety checks in specfs because
now it's possible to get entries in [cd]devsw[] which are ALL NULL
so it's better to discover this BEFORE jumping into the d_open() entry..

more check to come later.. this getsthe code to the stage where I
can start testing it, even if I haven't caught every little error case...
I guess I'll find them quick enough..
1995-11-29 12:38:49 +00:00
..
cd9660 Completed function declarations and/or added prototypes. 1995-11-21 12:55:26 +00:00
deadfs Removed unsed function dead_nullop(). 1995-11-11 03:36:07 +00:00
fdescfs Fixed the type of fdesc_sync(). Trailing args were missing. 1995-11-16 10:58:35 +00:00
fifofs Completed function declarations and/or added prototypes. 1995-11-21 12:55:26 +00:00
msdosfs Moved declarations for static functions to the correct place (not in a 1995-11-16 11:48:10 +00:00
nullfs Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00
portalfs Fixed the type of portal_sync(). Trailing args were missing. 1995-11-16 11:24:06 +00:00
procfs Moved declarations for static functions to the correct place (not in a 1995-11-16 11:39:11 +00:00
specfs #ifdef out nearly the entire file of conf.c when JREMOD is defined 1995-11-29 12:38:49 +00:00
umapfs Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00
unionfs Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00