freebsd-dev/sys/miscfs
julian 5ed45e9584 #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
..
deadfs Removed unsed function dead_nullop(). 1995-11-11 03:36:07 +00:00
devfs OK, that's it.. 1995-11-29 10:49:16 +00:00
fdesc 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
kernfs Fixed the type of kernfs_sync(). Trailing args were missing. 1995-11-16 11:16:13 +00:00
nullfs Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00
portal 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
union Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00