summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
...
* Removed unsed function dead_nullop().bde1995-11-111-13/+3
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-0921-521/+523
* missed one static thingie.phk1995-11-071-2/+2
* staticize private parts.phk1995-11-076-35/+35
* Make a lot of private stuff static.phk1995-11-075-78/+78
* Pad out MSDOS boot block to 512 bytes (bugfix only)pst1995-10-311-2/+2
* Make a lot of stuff static.phk1995-10-314-66/+69
* Second batch of cleanup changes.phk1995-10-294-79/+80
* Removal of unnecessary usage of PG_COPYONWRITE.dyson1995-10-231-2/+2
* Finalize GETPAGES layering scheme. Move the device GETPAGESdyson1995-10-232-2/+127
* Moved the filesystem read-only check out of the syscalls and into thedg1995-10-222-102/+112
* Add #include <sys/sysproto.h> to get struct close_args and closeswallace1995-10-081-1/+2
* Return EINVAL instead of panicing for rename("dir1", "dir2/..").bde1995-10-071-2/+3
* Avoid some 64bit divides.phk1995-10-061-5/+5
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countdyson1995-09-047-10/+29
* Do not allow delete/rename lookup request to preventmpp1995-09-021-1/+7
* Correctly initialize the mount stat structure so thatmpp1995-09-021-1/+4
* Change procfs_lookup to not allow delete/rename operationsmpp1995-09-021-3/+6
* Fix bogus arg (&p instead of p) in the call to VOP_ACCESS() frombde1995-08-251-2/+2
* The `cred' and `proc' args were missing for some VOP_OPEN() and VOP_CLOSE()bde1995-08-172-5/+5
* Converted mountlist to a CIRCLEQ.dg1995-08-111-2/+2
* Be careful not to dereference NULL credentials pointers when doing thedg1995-08-111-3/+7
* Allow a pipe to be opened read/write at one end, as is allowed injkh1995-08-061-15/+28
* Make sure that a non-null cookie vector is returned even if there were nodfr1995-08-031-1/+9
* Add support for the va_filerev attribute required by NFSv3.dfr1995-08-024-4/+26
* Removed my special-case hack for VOP_LINK and fixed the problem with thedg1995-08-012-5/+5
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-291-10/+2
* Change `extern inline' to `static inline' so that several functionsbde1995-07-251-9/+9
* There is a small bug in the cd9660 code that prevents stating ofjoerg1995-07-161-1/+2
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalbde1995-07-161-2/+1
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-131-2/+2
* Added missing splx() in DIAGNOSTIC code.dg1995-07-081-1/+2
* Fixed VOP_LINK argument order botch.dg1995-06-282-5/+5
* Killed the "probably_never" ifdef'd code.dg1995-06-281-68/+1
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-16/+7
* Remove trailing whitespace.rgrimes1995-05-3035-442/+442
* Fixed panic that resulted from mmaping files in kernfs and procfs. Adg1995-05-253-33/+7
* NFS diskless operation was broken because swapdev_vp wasn't initialized.dg1995-05-191-4/+4
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-111-3/+3
* Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu>bde1995-05-092-2/+27
* For P_SUGID processes, we must also change ownership of the mem filedg1995-04-151-2/+10
* Retain group kmem readability for P_SUGID processes.dg1995-04-151-2/+6
* Made /proc/n/mem file group kmem and group readable. Needed to fix ps sodg1995-04-153-5/+7
* Fix link sys callache1995-04-111-2/+4
* Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu>bde1995-04-111-8/+2
* Submitted by: Wolfgang Solfrank <ws@tools.de>bde1995-04-111-2/+2
* Changes from John Dyson and myself:dg1995-04-091-2/+2
* Fix timestamps when using Wall CMOS clock,ache1995-03-291-25/+21
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-282-5/+4
* Readdir on a CDrom would return bogus "d_type" values, potentially confusingphk1995-03-281-1/+4
OpenPOWER on IntegriCloud