aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs
Commit message (Expand)AuthorAgeFilesLines
* Removed redundant newlines that were in some panic strings.David Greenman1995-03-192-4/+4
* Add four more filesystem flags:Garrett Wollman1995-03-167-14/+14
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-1612-20/+29
* Make sure process isn't swapped when messing with it.David Greenman1995-02-202-3/+4
* YFfixPoul-Henning Kamp1995-02-141-1/+2
* Fixed bmap run-length brokeness.David Greenman1995-02-033-3/+9
* Initialize map start hint to vm_map_find()...not doing so will cause itDavid Greenman1995-01-051-2/+2
* Fix problem when attached process detachedAndrey A. Chernov1994-12-311-1/+5
* From: Michael Reifenberger <root@rz-wb.fh-sw.de>Jordan K. Hubbard1994-11-151-1/+16
* Undo a previous change. <sys/disklabel.h> was broken, not these files.Bruce Evans1994-11-141-2/+1
* From tim@cs.city.ac.uk (Tim Wilkinson):David Greenman1994-11-042-5/+11
* From: fredriks@mcs.com (Lars Fredriksen)Jordan K. Hubbard1994-10-281-1/+2
* Fixed bug I just introduced that would have allowed a user to clobberDavid Greenman1994-10-181-4/+6
* Allow upages to be paged in/accessed.David Greenman1994-10-181-2/+2
* Cosmetics. reduce the noise from gcc -Wall.Poul-Henning Kamp1994-10-1013-68/+100
* Cosmetics: added a #include and a static prototype to silence gcc.Poul-Henning Kamp1994-10-081-1/+3
* Use tsleep() rather than sleep so that 'ps' is more informative aboutDavid Greenman1994-10-066-15/+15
* GCC cleanup.Poul-Henning Kamp1994-10-025-33/+44
* 1) Added "." and ".." entries.David Greenman1994-09-241-4/+20
* Include <sys/kernel.h> not <kernel.h>David Greenman1994-09-231-2/+2
* More loadable VFS changes:Garrett Wollman1994-09-227-9/+13
* Fix a few niggling little bugs:Garrett Wollman1994-09-213-3/+6
* Implemented loadable VFS modules, and made most existing filesystemsGarrett Wollman1994-09-2117-17/+54
* Supply prototypes for some functions that were implicitly declared andBruce Evans1994-09-151-2/+3
* Relaxed panic in fdesc_setattr() to just return error.David Greenman1994-09-091-2/+2
* Fixed off by one error in referencing an array.David Greenman1994-09-091-3/+3
* 1) cleaned up after Garrett - fixed more redundant declarations, changedDavid Greenman1994-08-203-6/+5
* Fix up some sloppy coding practices:Garrett Wollman1994-08-183-5/+14
* Changed B_AGE policy to work correctly in a world with relatively largeDavid Greenman1994-08-081-4/+1
* Added $Id$David Greenman1994-08-0227-32/+28
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-2515-8/+115
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-2439-0/+13713