summaryrefslogtreecommitdiff
path: root/sys/rpc/rpcclnt.c
Commit message (Expand)AuthorAgeFilesLines
* MFC rev 1.16Jim Rees2006-01-271-1/+5
* Merge subr_prof.c:1.119, 1.120, 1.121, nfs_socket.c:1.130,Robert Watson2005-09-291-1/+8
* - Don't call rpcclnt_realign() if we don't have any mbufs to realign.David Schultz2005-03-191-15/+12
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-2/+2
* fix array index out of bounds in rpc->rc_srtt[], rpc->rc_sdrtt[]Jim Rees2004-07-151-3/+3
* Constify 'rpcclnt_backoff'.Robert Watson2004-07-121-1/+1
* Reset callout if in nfs_timeout and rpcclnt_timeout functions. TimerAlexander Kabaev2004-03-281-0/+2
* only do nfs rpc callouts if there is work to do.Jim Rees2004-03-251-5/+6
* Convert from timeout to callout API.Alexander Kabaev2004-03-071-4/+4
* Don't panic because of RPC proto mismatches. Whitespace cleanup.Alfred Perlstein2004-01-171-34/+36
* 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