aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/nfs.c
Commit message (Expand)AuthorAgeFilesLines
* pxeboot: Add nfs.read_size tunable.Sepherosa Ziehau2016-09-081-9/+24
* Netboot: allow both tftpfs and nfs in both pxeboot and loader.efiBaptiste Daroussin2016-08-311-0/+6
* libstand: use NULL instead of zero for pointers.Pedro F. Giffuni2016-04-181-6/+6
* Add a divisor parameter to twiddle() so that callers can request that outputIan Lepore2014-12-221-2/+2
* Move pos++ out of the complicated equation, introduced at r240780.Alexander Motin2013-07-011-2/+3
* Revert r240850 and remove redundant NULL check before free(3).Kevin Lo2012-09-241-8/+4
* Avoid NULL dereferenceKevin Lo2012-09-231-2/+4
* Make nfs_readdir() more careful about using response data, cached in globalAlexander Motin2012-09-211-20/+24
* Don't use global nfs_root_node variable as per-file storage. There areAlexander Motin2012-09-211-51/+35
* Modify lib/libstand/nfs.c to use NFSv3 instead of NFSv2.Rick Macklem2010-09-021-2/+742
* ANSIfy, whitespace and comment adjustments, to simplify comparing theseEd Maste2009-09-131-57/+29
* use the correct variable in a debug message.Luigi Rizzo2008-11-211-1/+1
* 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