aboutsummaryrefslogtreecommitdiff
path: root/sys/isofs
Commit message (Expand)AuthorAgeFilesLines
* Added prototypes.Bruce Evans1995-12-033-32/+79
* Completed function declarations and/or added prototypes.Bruce Evans1995-11-211-2/+11
* Since FreeBSD clustering code now supports filesystems < PAGE_SIZE,John Dyson1995-11-201-2/+6
* Get rid of hostnamelen variable.Poul-Henning Kamp1995-11-141-3/+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
* Introduced a type `vop_t' for vnode operation functions and usedBruce Evans1995-11-093-136/+136
* Make a lot of stuff static.Poul-Henning Kamp1995-10-314-66/+69
* Finalize GETPAGES layering scheme. Move the device GETPAGESJohn Dyson1995-10-231-1/+2
* Moved the filesystem read-only check out of the syscalls and into theDavid Greenman1995-10-221-1/+4
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countJohn Dyson1995-09-042-3/+8
* Converted mountlist to a CIRCLEQ.David Greenman1995-08-111-2/+2
* Add support for the va_filerev attribute required by NFSv3.Doug Rabson1995-08-021-1/+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
* Remove trailing whitespace.Rodney W. Grimes1995-05-307-214/+214
* NFS diskless operation was broken because swapdev_vp wasn't initialized.David Greenman1995-05-191-4/+4
* Readdir on a CDrom would return bogus "d_type" values, potentially confusingPoul-Henning Kamp1995-03-281-1/+4
* Add four more filesystem flags:Garrett Wollman1995-03-161-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-162-7/+5
* Obtained from: memories of 1.1.5Bruce Evans1995-02-211-2/+2
* strategy for block and char devices are rightfully spec_strategy.Poul-Henning Kamp1995-02-131-3/+2
* Roll in my changes to make the cd9660 code understand the olderJoerg Wunsch1995-01-169-105/+191
* Remove the bogus include of <sys/dkbad.h>.Bruce Evans1994-11-141-2/+1
* Use tsleep() rather than sleep so that 'ps' is more informative aboutDavid Greenman1994-10-061-3/+3
* Make NFS ask the filesystems for directory cookies instead of making themDoug Rabson1994-09-281-11/+28
* Alterations to silence gcc -Wall. Some unused variables deleted.Gary Palmer1994-09-265-58/+49
* More loadable VFS changes:Garrett Wollman1994-09-222-10/+2
* Implemented loadable VFS modules, and made most existing filesystemsGarrett Wollman1994-09-212-2/+8
* Obtained from:Bruce Evans1994-09-156-17/+24
* Fixed some confusion between the size of a logical block and the size of aDoug Rabson1994-09-093-6/+11
* Implemented filesystem clean bit via:David Greenman1994-08-201-2/+2
* 1) cleaned up after Garrett - fixed more redundant declarations, changedDavid Greenman1994-08-201-5/+1
* Changed B_AGE policy to work correctly in a world with relatively largeDavid Greenman1994-08-081-4/+1
* Added $Id$David Greenman1994-08-0211-0/+11
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-255-5/+27
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-2413-0/+4582