aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/nfs.c
Commit message (Expand)AuthorAgeFilesLines
* Remove 'register' keyword.David E. O'Brien2002-03-211-13/+13
* Add __FBSDID()s to libstandMatthew Dillon2001-09-301-1/+3
* Expose the NFS root node, so that an evil consumer can use it to get theMike Smith2000-09-051-1/+1
* Add readdir support to the NFS filesystem in libstand.Paul Saab2000-05-011-1/+80
* Do not attempt to free a nfs node if it is the root node. The rootPaul Saab2000-05-011-2/+3
* Add a readdir function to the loader fsops vector, and implement theJonathan Lemon2000-04-291-2/+9
* Path arguments to *_open functions should be const, but we were manglingMike Smith1998-09-181-7/+13
* This is libstand; a support library for standalone executables (eg. bootstrapMike Smith1998-08-201-0/+653