summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfsnode.h
Commit message (Collapse)AuthorAgeFilesLines
* This is a bunch of changes from NetBSD. There are a couple of bug-fixes.phk1994-10-171-6/+4
| | | | | | | But mostly it is changes to use the list-maintenance macros instead of doing the pointer-gymnastics by hand. Obtained from: NetBSD
* Prototyping and general gcc-shutting up. Gcc has one warning now which looksphk1994-10-021-1/+8
| | | | bad, I will get to it eventually, unless somebody beats me to it.
* More loadable VFS changes:wollman1994-09-221-5/+1
| | | | | | | | - Make a number of filesystems work again when they are statically compiled (blush) - FIFOs are no longer optional; ``options FIFO'' removed from distributed config files.
* More idempotency....... this is fun :-)paul1994-08-211-1/+6
|
* Removed some padding bytes from the nfsnode struct to make the structuredg1994-08-091-2/+1
| | | | | size a power of 2 again. The system complains otherwise - probably because it wastes space with our malloc scheme otherwise.
* Made lockf advisory locking code generic (rather than ufs specific), anddg1994-08-081-1/+2
| | | | | | | use it in NFS. This is required both for diskless support and for POSIX compliance. Note: the support in NFS is only for the local node. Submitted by: based on work originally done by Yuval Yurom
* Added $Id$dg1994-08-021-0/+1
|
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+166
OpenPOWER on IntegriCloud