summaryrefslogtreecommitdiffstats
path: root/sys/rpc
Commit message (Expand)AuthorAgeFilesLines
* Fix up some cut-n-paste damage and some out-of-date comments.rees2006-01-201-29/+34
* Use thread0 instead of user's thread for sobind.rees2006-01-201-1/+5
* Fix -Wundef.ru2005-12-041-3/+3
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),rwatson2005-09-191-1/+8
* - Don't call rpcclnt_realign() if we don't have any mbufs to realign.das2005-03-191-15/+12
* /* -> /*- for license, minor formatting changesimp2005-01-073-6/+6
* Prefer C99's __func__ over GCC's __FUNCTION__.stefanf2004-09-231-1/+1
* fix array index out of bounds in rpc->rc_srtt[], rpc->rc_sdrtt[]rees2004-07-151-3/+3
* Constify 'rpcclnt_backoff'.rwatson2004-07-121-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-072-8/+0
* Reset callout if in nfs_timeout and rpcclnt_timeout functions. Timerkan2004-03-281-0/+2
* only do nfs rpc callouts if there is work to do.rees2004-03-251-5/+6
* Calculate NFS timeouts in units of 10ms, not 5ms. This matches the defaultpeter2004-03-141-1/+1
* Convert from timeout to callout API.kan2004-03-071-4/+4
* Don't panic because of RPC proto mismatches. Whitespace cleanup.alfred2004-01-171-35/+37
* Prevent a panic when mounting a v2/v3 only server with mount_nfs4.alfred2004-01-131-0/+2
* Fix a panic when attempting a v4 op against a v3/v2-only server.alfred2004-01-101-10/+12
* Change the definition of NULL on ia64 (for LP64 compilations) frommarcel2003-12-071-3/+1
* Remove unneeded file. (could be repo removed as nothing ever referenced it.)alfred2003-11-201-101/+0
* Use %zu to printf a size_t instead of an int cast.alfred2003-11-151-3/+3
* Fix compilation warnings on sparc.alfred2003-11-151-2/+2
* University of Michigan's Citi NFSv4 kernel client code.alfred2003-11-144-0/+2675
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-6/+52
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Resolve conflicts.wpaul1997-05-281-1/+1
* Revert $FreeBSD$ to $Id$peter1997-02-231-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* First commit of a series of cleanups for the libc rpc code which has beenpeter1996-12-301-7/+3
* Fix a bunch of spelling errors in the comment fieldsmpp1996-01-301-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-6/+6
* Use the header files that are compatible with the code just moved overwollman1994-08-071-13/+16
* Install RPC headers from include, like they always should have been.wollman1994-08-041-0/+63
OpenPOWER on IntegriCloud