summaryrefslogtreecommitdiff
path: root/lib/libstand/nfs.c
Commit message (Expand)AuthorAgeFilesLines
* On i386, don't try to do network-type stuff if the device name is'nt pxeN.Doug Rabson2008-04-051-0/+7
* Clean up error handling in libstand filesystem code to be more consistent:John Baldwin2004-01-211-2/+3
* Fix a machine check abort caused by the EFI loader trying to open aMarcel Moolenaar2003-03-031-1/+2
* Stash various networking paramters in the environment for the kernelJake Burkholder2002-07-311-1/+15
* Add a hack (kludge?) to avoid trying to access files backed by diskJake Burkholder2002-07-071-0/+4
* 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