aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* For P_SUGID processes, we must also change ownership of the mem fileDavid Greenman1995-04-151-2/+10
* Retain group kmem readability for P_SUGID processes.David Greenman1995-04-151-2/+6
* Made /proc/n/mem file group kmem and group readable. Needed to fix ps soDavid Greenman1995-04-153-5/+7
* Fix link sys callAndrey A. Chernov1995-04-111-2/+4
* Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu>Bruce Evans1995-04-111-8/+2
* Submitted by: Wolfgang Solfrank <ws@tools.de>Bruce Evans1995-04-111-2/+2
* Changes from John Dyson and myself:David Greenman1995-04-091-2/+2
* Fix timestamps when using Wall CMOS clock,Andrey A. Chernov1995-03-291-25/+21
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-282-5/+4
* Readdir on a CDrom would return bogus "d_type" values, potentially confusingPoul-Henning Kamp1995-03-281-1/+4
* Removed redundant newlines that were in some panic strings.David Greenman1995-03-193-6/+6
* Removed bogus, commented out, call to vnode_pager_uncache().David Greenman1995-03-191-2/+1
* 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-1615-30/+37
* Obtained from: memories of 1.1.5Bruce Evans1995-02-211-2/+2
* Make sure process isn't swapped when messing with it.David Greenman1995-02-202-3/+4
* YFfixPoul-Henning Kamp1995-02-141-1/+2
* strategy for block and char devices are rightfully spec_strategy.Poul-Henning Kamp1995-02-131-3/+2
* Use the correct block number for updating the backup copy of the FAT whenBruce Evans1995-02-101-2/+2
* Fixed bmap run-length brokeness.David Greenman1995-02-033-3/+9
* Kill the comment in a comment to shut up the compiler.Andreas Schulz1995-01-291-2/+2
* Roll in my changes to make the cd9660 code understand the olderJoerg Wunsch1995-01-169-105/+191
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-092-5/+3
* 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
* Fix panic for `cp -p' by root to an msdos file system. Improve handlingBruce Evans1994-12-273-29/+57
* Fix numerous timestamp bugs.Bruce Evans1994-12-126-41/+46
* Restore mv check, cause panic without itAndrey A. Chernov1994-11-291-3/+1
* Undo a previous change. <sys/disklabel.h> was broken, not these files.Bruce Evans1994-11-141-2/+1
* Remove the bogus include of <sys/dkbad.h>.Bruce Evans1994-11-141-2/+1
* From tim@cs.city.ac.uk (Tim Wilkinson):David Greenman1994-11-042-5/+11
* Fix from John Hay to avoid kernel panics when ap->a_eofflag is NULL.Jordan K. Hubbard1994-11-011-2/+3
* From: fredriks@mcs.com (Lars Fredriksen)Jordan K. Hubbard1994-10-281-1/+2
* Set the EOF flag properly.Paul Traina1994-10-271-6/+6
* Fixed panic when unmounting floppy msdos filesystems. Problem wasMartin Renters1994-10-231-7/+30
* 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. Silence gcc -WallPoul-Henning Kamp1994-10-102-11/+10
* 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-069-22/+22
* GCC cleanup.Poul-Henning Kamp1994-10-024-44/+40
* Make NFS ask the filesystems for directory cookies instead of making themDoug Rabson1994-09-282-48/+65
* Added declarations, fixed bugs due to missing decls. At least one of themPoul-Henning Kamp1994-09-278-111/+168
* Alterations to silence gcc -Wall. Some unused variables deleted.Gary Palmer1994-09-265-58/+49
* 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-228-18/+13
* Fix a few niggling little bugs:Garrett Wollman1994-09-213-3/+6
* Implemented loadable VFS modules, and made most existing filesystemsGarrett Wollman1994-09-2119-19/+62