aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs/kernfs
Commit message (Expand)AuthorAgeFilesLines
* Comment out rootdev & rrootdev so a ls -l doesn't panic the machine.Poul-Henning Kamp1996-07-031-2/+2
* Moved the fsnode MALLOC to before the call to getnewvnode() so that theDavid Greenman1996-06-121-4/+7
* another case where cdevsw becoming a pointer makes it neccesary toJulian Elischer1995-12-141-2/+6
* devsw tables are now arrays of POINTERS to struct [cb]devswJulian Elischer1995-12-131-2/+2
* Staticize.Poul-Henning Kamp1995-12-111-26/+26
* Added prototypes.Bruce Evans1995-12-031-1/+20
* Fixed the type of kernfs_sync(). Trailing args were missing.Bruce Evans1995-11-161-5/+30
* Get rid of hostnamelen variable.Poul-Henning Kamp1995-11-141-3/+3
* Introduced a type `vop_t' for vnode operation functions and usedBruce Evans1995-11-092-46/+46
* Second batch of cleanup changes.Poul-Henning Kamp1995-10-291-26/+16
* Fix some incorrect comments that make reference to /dev/fd.Mike Pritchard1995-07-311-4/+4
* Fix various kernfs file system problems, which can result inMike Pritchard1995-07-311-42/+61
* Fixed panic that resulted from mmaping files in kernfs and procfs. ADavid Greenman1995-05-252-5/+6
* Add four more filesystem flags:Garrett Wollman1995-03-161-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-2/+1
* From: Michael Reifenberger <root@rz-wb.fh-sw.de>Jordan K. Hubbard1994-11-151-1/+16
* GCC cleanup.Poul-Henning Kamp1994-10-022-5/+7
* More loadable VFS changes:Garrett Wollman1994-09-221-1/+2
* Implemented loadable VFS modules, and made most existing filesystemsGarrett Wollman1994-09-212-2/+6
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-2/+6
* Added $Id$David Greenman1994-08-023-0/+3
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-252-0/+25
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-243-0/+1144