summaryrefslogtreecommitdiffstats
path: root/sys/lib/libsa/nfs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Guard debug printf with NFS_DEBUG ifdef like the other debug prints.patrick2017-05-081-1/+3
* Change a bunch of (<blah> *)0 to NULL.krw2016-03-141-2/+2
* Use signed variables to store the result of rpc_call().miod2015-08-151-3/+3
* Sprinkle const whenever possible.miod2014-11-191-5/+6
* Stop using old n_long and n_short types.mpi2014-07-131-37/+36
* ansification and knf and protosderaadt2003-08-111-68/+32
* strcpy/strcat/sprintf removal in all bootblocks. various testing byderaadt2003-06-011-21/+21
* Get rid of userland includesniklas1997-03-251-2/+1
* opendir, readdir, closedir (define NO_READDIR, if none required)mickey1997-02-161-1/+15
* Merge to NetBSD 961207niklas1996-12-081-15/+165
* gcc -Wall happymickey1996-10-151-2/+2
* use nfs/{nfsv2.h,rpcv2.h} instead.mickey1996-09-271-3/+3
* obviously killing gcc warnings is more important than keeping this library smallderaadt1996-05-221-3/+3
* NetBSD 960317 mergeniklas1996-04-191-7/+7
* initial import of NetBSD treederaadt1995-10-181-0/+491