aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Completed function declarations and/or added prototypes.Bruce Evans1995-11-212-6/+14
* Since FreeBSD clustering code now supports filesystems < PAGE_SIZE,John Dyson1995-11-201-2/+6
* KNFized spec_getpages_idone() and spec_getpages().Bruce Evans1995-11-181-43/+43
* Moved declarations for static functions to the correct place (not in aBruce Evans1995-11-162-17/+23
* Moved declarations for static functions to the correct place (not in aBruce Evans1995-11-162-52/+43
* Fixed the type of procfs_sync(). Trailing args were missing.Bruce Evans1995-11-161-4/+26
* Fixed the type of portal_sync(). Trailing args were missing.Bruce Evans1995-11-161-3/+28
* Fixed the type of fdesc_sync(). Trailing args were missing.Bruce Evans1995-11-161-6/+27
* Get rid of hostnamelen variable.Poul-Henning Kamp1995-11-141-3/+3
* Fixed getdirentries() on nfs mounted msdosfs's. No cookies were returnedBruce Evans1995-11-131-14/+3
* Brought in the setattr call support from Lite-2 so that more correct errorDavid Greenman1995-11-121-3/+38
* Fix isoilk hang caused by not checking for read-onlyness in several places.David Greenman1995-11-122-3/+19
* Removed unsed function dead_nullop().Bruce Evans1995-11-111-13/+3
* Introduced a type `vop_t' for vnode operation functions and usedBruce Evans1995-11-0921-521/+523
* missed one static thingie.Poul-Henning Kamp1995-11-071-2/+2
* staticize private parts.Poul-Henning Kamp1995-11-076-35/+35
* Make a lot of private stuff static.Poul-Henning Kamp1995-11-075-78/+78
* Pad out MSDOS boot block to 512 bytes (bugfix only)Paul Traina1995-10-311-2/+2
* Make a lot of stuff static.Poul-Henning Kamp1995-10-314-66/+69
* Second batch of cleanup changes.Poul-Henning Kamp1995-10-294-79/+80
* Removal of unnecessary usage of PG_COPYONWRITE.John Dyson1995-10-231-2/+2
* Finalize GETPAGES layering scheme. Move the device GETPAGESJohn Dyson1995-10-232-2/+127
* Moved the filesystem read-only check out of the syscalls and into theDavid Greenman1995-10-222-102/+112
* Add #include <sys/sysproto.h> to get struct close_args and closeSteven Wallace1995-10-081-1/+2
* Return EINVAL instead of panicing for rename("dir1", "dir2/..").Bruce Evans1995-10-071-2/+3
* Avoid some 64bit divides.Poul-Henning Kamp1995-10-061-5/+5
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countJohn Dyson1995-09-047-10/+29
* Do not allow delete/rename lookup request to preventMike Pritchard1995-09-021-1/+7
* Correctly initialize the mount stat structure so thatMike Pritchard1995-09-021-1/+4
* Change procfs_lookup to not allow delete/rename operationsMike Pritchard1995-09-021-3/+6
* 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