summaryrefslogtreecommitdiffstats
path: root/lib/libstand/nfs.c
Commit message (Collapse)AuthorAgeFilesLines
* Stash various networking paramters in the environment for the kerneljake2002-07-311-1/+15
| | | | to pick up, ala pxe.
* Add a hack (kludge?) to avoid trying to access files backed by diskjake2002-07-071-0/+4
| | | | devices as though they were backed by network devices.
* Remove 'register' keyword.obrien2002-03-211-13/+13
|
* Add __FBSDID()s to libstanddillon2001-09-301-1/+3
|
* Expose the NFS root node, so that an evil consumer can use it to get themsmith2000-09-051-1/+1
| | | | NFS filehandle for the root mount.
* Add readdir support to the NFS filesystem in libstand.ps2000-05-011-1/+80
|
* Do not attempt to free a nfs node if it is the root node. The rootps2000-05-011-2/+3
| | | | | node is statically allocated and is not guarded, so free will panic in nfs_close.
* Add a readdir function to the loader fsops vector, and implement thejlemon2000-04-291-2/+9
| | | | functionality for some of the filesystesms.
* Path arguments to *_open functions should be const, but we were manglingmsmith1998-09-181-7/+13
| | | | | | them. Submitted by: write-protected text segment in BTX
* This is libstand; a support library for standalone executables (eg. bootstrapmsmith1998-08-201-0/+653
modules). Obtained from: NetBSD, with some architectural changes and many additions.
OpenPOWER on IntegriCloud