summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Initialize map start hint to vm_map_find()...not doing so will cause itdg1995-01-051-2/+2
* Fix problem when attached process detachedache1994-12-311-1/+5
* Fix panic for `cp -p' by root to an msdos file system. Improve handlingbde1994-12-273-29/+57
* Fix numerous timestamp bugs.bde1994-12-126-41/+46
* Restore mv check, cause panic without itache1994-11-291-3/+1
* Undo a previous change. <sys/disklabel.h> was broken, not these files.bde1994-11-141-2/+1
* Remove the bogus include of <sys/dkbad.h>.bde1994-11-141-2/+1
* From tim@cs.city.ac.uk (Tim Wilkinson):dg1994-11-042-5/+11
* Fix from John Hay to avoid kernel panics when ap->a_eofflag is NULL.jkh1994-11-011-2/+3
* From: fredriks@mcs.com (Lars Fredriksen)jkh1994-10-281-1/+2
* Set the EOF flag properly.pst1994-10-271-6/+6
* Fixed panic when unmounting floppy msdos filesystems. Problem wasmartin1994-10-231-7/+30
* Fixed bug I just introduced that would have allowed a user to clobberdg1994-10-181-4/+6
* Allow upages to be paged in/accessed.dg1994-10-181-2/+2
* Cosmetics. Silence gcc -Wallphk1994-10-102-11/+10
* Cosmetics. reduce the noise from gcc -Wall.phk1994-10-1013-68/+100
* 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-069-22/+22
* GCC cleanup.phk1994-10-024-44/+40
* Make NFS ask the filesystems for directory cookies instead of making themdfr1994-09-282-48/+65
* Added declarations, fixed bugs due to missing decls. At least one of themphk1994-09-278-111/+168
* Alterations to silence gcc -Wall. Some unused variables deleted.gpalmer1994-09-265-58/+49
* 1) Added "." and ".." entries.dg1994-09-241-4/+20
* Include <sys/kernel.h> not <kernel.h>dg1994-09-231-2/+2
* More loadable VFS changes:wollman1994-09-228-18/+13
* Fix a few niggling little bugs:wollman1994-09-213-3/+6
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-2119-19/+62
* Changed some NetBSD backwards compatibility code which was confusing mountd.dfr1994-09-191-6/+2
* Added msdosfs.dfr1994-09-1912-0/+6301
* Supply prototypes for some functions that were implicitly declared andbde1994-09-151-2/+3
* Obtained from:bde1994-09-156-17/+24
* Relaxed panic in fdesc_setattr() to just return error.dg1994-09-091-2/+2
* Fixed off by one error in referencing an array.dg1994-09-091-3/+3
* Fixed some confusion between the size of a logical block and the size of adfr1994-09-093-6/+11
* Implemented filesystem clean bit via:dg1994-08-201-2/+2
* 1) cleaned up after Garrett - fixed more redundant declarations, changeddg1994-08-204-11/+6
* Fix up some sloppy coding practices:wollman1994-08-182-3/+8
* Changed B_AGE policy to work correctly in a world with relatively largedg1994-08-082-8/+2
* Added $Id$dg1994-08-0233-27/+33
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-2518-13/+117
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-2446-0/+16792
OpenPOWER on IntegriCloud