aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* Got rid of map.h. It's a leftover from the rmap code, and we use rlists.David Greenman1994-10-091-2/+1
* Use tsleep() rather than sleep so that 'ps' is more informative aboutDavid Greenman1994-10-061-2/+2
* Prototyping and general gcc-shutting up. Gcc has one warning now which looksPoul-Henning Kamp1994-10-0212-128/+387
* Make NFS loadable.Garrett Wollman1994-09-221-0/+25
* More loadable VFS changes:Garrett Wollman1994-09-223-19/+3
* Implemented loadable VFS modules, and made most existing filesystemsGarrett Wollman1994-09-212-2/+6
* "bogus" fixes from 1.1.5 to work around some cache coherency problems.David Greenman1994-08-291-12/+8
* More idempotency....... this is fun :-)Paul Richards1994-08-217-7/+41
* Implemented filesystem clean bit via:David Greenman1994-08-201-2/+2
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-2/+2
* Initialize lockf pointer. I missed this when I made NFS use the genericDavid Greenman1994-08-101-1/+2
* Removed some padding bytes from the nfsnode struct to make the structureDavid Greenman1994-08-091-2/+1
* Made lockf advisory locking code generic (rather than ufs specific), andDavid Greenman1994-08-082-3/+11
* Changed B_AGE policy to work correctly in a world with relatively largeDavid Greenman1994-08-081-3/+1
* Converted 'vmunix' to 'kernel'.David Greenman1994-08-051-2/+2
* Made NFS attribute cache timeouts kernel config file tunable viaDavid Greenman1994-08-043-3/+15
* Added $Id$David Greenman1994-08-0214-0/+14
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-256-18/+68
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-2414-0/+9885