summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfs_debug.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove uneeded proc.h includesjsg2014-09-141-2/+2
| | | | ok mpi@ kspillner@
* delete some boolean_t poisontedu2014-07-101-5/+5
|
* Use %lld for printing time_tguenther2013-05-311-3/+3
|
* add ddb functions to be able to show all the nfsnodes in the systemthib2009-08-141-13/+42
| | | | | | and rewrite the nfsreq code to use pool_walk(). OK beck@, blambert@
* add $OpenBSD$ tagthib2009-01-181-0/+1
|
* Add nfs ddb hooks, for now only to show all the outstanding nfsreq'sthib2009-01-181-0/+61
and to print out struct nfsreq. "get it in so people can pound on it" blambert@ OK and information_s_ on the manpage from miod@