aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Fix bogus arg (&p instead of p) in the call to VOP_ACCESS() fromBruce Evans1995-08-251-2/+2
* The `cred' and `proc' args were missing for some VOP_OPEN() and VOP_CLOSE()Bruce Evans1995-08-172-5/+5
* Converted mountlist to a CIRCLEQ.David Greenman1995-08-111-2/+2
* Be careful not to dereference NULL credentials pointers when doing theDavid Greenman1995-08-111-3/+7
* Allow a pipe to be opened read/write at one end, as is allowed inJordan K. Hubbard1995-08-061-15/+28
* Make sure that a non-null cookie vector is returned even if there were noDoug Rabson1995-08-031-1/+9
* Add support for the va_filerev attribute required by NFSv3.Doug Rabson1995-08-024-4/+26
* Removed my special-case hack for VOP_LINK and fixed the problem with theDavid Greenman1995-08-012-5/+5
* Eliminate sloppy common-style declarations. There should be none left forBruce Evans1995-07-291-10/+2
* Change `extern inline' to `static inline' so that several functionsBruce Evans1995-07-251-9/+9
* There is a small bug in the cd9660 code that prevents stating ofJoerg Wunsch1995-07-161-1/+2
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalBruce Evans1995-07-161-2/+1
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structDavid Greenman1995-07-131-2/+2
* Added missing splx() in DIAGNOSTIC code.David Greenman1995-07-081-1/+2
* Fixed VOP_LINK argument order botch.David Greenman1995-06-282-5/+5
* Killed the "probably_never" ifdef'd code.David Greenman1995-06-281-68/+1
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-16/+7
* Remove trailing whitespace.Rodney W. Grimes1995-05-3035-442/+442
* Fixed panic that resulted from mmaping files in kernfs and procfs. ADavid Greenman1995-05-253-33/+7
* NFS diskless operation was broken because swapdev_vp wasn't initialized.David Greenman1995-05-191-4/+4
* Fix -Wformat warnings from LINT kernel.Rodney W. Grimes1995-05-111-3/+3
* Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu>Bruce Evans1995-05-092-2/+27
* 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