summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/deadfs
Commit message (Collapse)AuthorAgeFilesLines
* staticize.phk1995-12-021-27/+27
|
* Removed unsed function dead_nullop().bde1995-11-111-13/+3
| | | | Converted incomplete function declarations to prototypes.
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-091-44/+44
| | | | | | | | | | | | | | | it 1138 times (:-() in casts and a few more times in declarations. This change is null for the i386. The type has to be `typedef int vop_t(void *)' and not `typedef int vop_t()' because `gcc -Wstrict-prototypes' warns about the latter. Since vnode op functions are called with args of different (struct pointer) types, neither of these function types is any use for type checking of the arg, so it would be preferable not to use the complete function type, especially since using the complete type requires adding 1138 casts to avoid compiler warnings and another 40+ casts to reverse the function pointer conversions before calling the functions.
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countdyson1995-09-041-2/+3
| | | | for VOP_BMAP. Updated affected filesystems...
* Cosmetics: added a #include and a static prototype to silence gcc.phk1994-10-081-1/+3
|
* Use tsleep() rather than sleep so that 'ps' is more informative aboutdg1994-10-061-2/+2
| | | | the wait.
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-211-1/+4
| | | | loadable. (NFS is a notable exception.)
* Added $Id$dg1994-08-021-0/+1
|
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+14
| | | | | Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+354
OpenPOWER on IntegriCloud