aboutsummaryrefslogtreecommitdiff
path: root/sys/rpc/rpcclnt.c
Commit message (Expand)AuthorAgeFilesLines
* Don't panic because of RPC proto mismatches. Whitespace cleanup.Alfred Perlstein2004-01-171-35/+37
* Prevent a panic when mounting a v2/v3 only server with mount_nfs4.Alfred Perlstein2004-01-131-0/+2
* Fix a panic when attempting a v4 op against a v3/v2-only server.Alfred Perlstein2004-01-101-10/+12
* Use %zu to printf a size_t instead of an int cast.Alfred Perlstein2003-11-151-3/+3
* Fix compilation warnings on sparc.Alfred Perlstein2003-11-151-2/+2
* University of Michigan's Citi NFSv4 kernel client code.Alfred Perlstein2003-11-141-0/+2083