| Commit message (Expand) | Author | Age | Files | Lines |
| * | Back port a change to the locking model used to manage active transports from | Doug Rabson | 2009-05-15 | 4 | -60/+95 |
| * | MFC: r181683 - add a missing call to mtx_destroy(). | Doug Rabson | 2008-08-27 | 1 | -0/+1 |
| * | MFC: r180025,180064,180069,180217,180743,180779-180780 | Doug Rabson | 2008-08-05 | 7 | -182/+561 |
| * | MFC: nlm_prot_impl.c 1.5, clnt_rc.c 1.3 | Doug Rabson | 2008-04-16 | 1 | -2/+8 |
| * | MFC: Kernel mode Network Lock Manager. | Doug Rabson | 2008-04-10 | 1 | -7/+17 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_7'. | cvs2svn | 2008-04-01 | 34 | -0/+11894 |
| * | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | Robert Watson | 2007-08-06 | 1 | -16/+0 |
| * | Check for a NULL return from rpcclnt_buildheader- it can fail if | Matt Jacob | 2007-06-16 | 1 | -0/+13 |
| * | Move rpc/types.h under sys/, as this is used by ZFS kernel module. | Pawel Jakub Dawidek | 2007-04-10 | 1 | -0/+2 |
| * | Replace GIANT_REQUIRED's present for socket locking with NET_LOCK_GIANT(). | Robert Watson | 2007-03-25 | 1 | -9/+20 |
| * | Fix up some cut-n-paste damage and some out-of-date comments. | Jim Rees | 2006-01-20 | 1 | -29/+34 |
| * | Use thread0 instead of user's thread for sobind. | Jim Rees | 2006-01-20 | 1 | -1/+5 |
| * | Fix -Wundef. | Ruslan Ermilov | 2005-12-04 | 1 | -3/+3 |
| * | Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(), | Robert Watson | 2005-09-19 | 1 | -1/+8 |
| * | - Don't call rpcclnt_realign() if we don't have any mbufs to realign. | David Schultz | 2005-03-19 | 1 | -15/+12 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 3 | -6/+6 |
| * | Prefer C99's __func__ over GCC's __FUNCTION__. | Stefan Farfeleder | 2004-09-23 | 1 | -1/+1 |
| * | fix array index out of bounds in rpc->rc_srtt[], rpc->rc_sdrtt[] | Jim Rees | 2004-07-15 | 1 | -3/+3 |
| * | Constify 'rpcclnt_backoff'. | Robert Watson | 2004-07-12 | 1 | -1/+1 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 2 | -8/+0 |
| * | Reset callout if in nfs_timeout and rpcclnt_timeout functions. Timer | Alexander Kabaev | 2004-03-28 | 1 | -0/+2 |
| * | only do nfs rpc callouts if there is work to do. | Jim Rees | 2004-03-25 | 1 | -5/+6 |
| * | Calculate NFS timeouts in units of 10ms, not 5ms. This matches the default | Peter Wemm | 2004-03-14 | 1 | -1/+1 |
| * | Convert from timeout to callout API. | Alexander Kabaev | 2004-03-07 | 1 | -4/+4 |
| * | Don't panic because of RPC proto mismatches. Whitespace cleanup. | Alfred Perlstein | 2004-01-17 | 1 | -34/+36 |
| * | Prevent a panic when mounting a v2/v3 only server with mount_nfs4. | Alfred Perlstein | 2004-01-13 | 1 | -0/+2 |
| * | Fix a panic when attempting a v4 op against a v3/v2-only server. | Alfred Perlstein | 2004-01-10 | 1 | -10/+12 |
| * | Change the definition of NULL on ia64 (for LP64 compilations) from | Marcel Moolenaar | 2003-12-07 | 1 | -3/+1 |
| * | Remove unneeded file. (could be repo removed as nothing ever referenced it.) | Alfred Perlstein | 2003-11-20 | 1 | -101/+0 |
| * | Use %zu to printf a size_t instead of an int cast. | Alfred Perlstein | 2003-11-15 | 1 | -3/+3 |
| * | Fix compilation warnings on sparc. | Alfred Perlstein | 2003-11-15 | 1 | -2/+2 |
| * | University of Michigan's Citi NFSv4 kernel client code. | Alfred Perlstein | 2003-11-14 | 4 | -0/+2675 |
| * | Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and | Alfred Perlstein | 2001-03-19 | 1 | -6/+52 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-27 | 1 | -1/+1 |
| * | Resolve conflicts. | Bill Paul | 1997-05-28 | 1 | -1/+1 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-23 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | First commit of a series of cleanups for the libc rpc code which has been | Peter Wemm | 1996-12-30 | 1 | -7/+3 |
| * | Fix a bunch of spelling errors in the comment fields | Mike Pritchard | 1996-01-30 | 1 | -2/+2 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -6/+6 |
| * | Use the header files that are compatible with the code just moved over | Garrett Wollman | 1994-08-07 | 1 | -13/+16 |
| * | Install RPC headers from include, like they always should have been. | Garrett Wollman | 1994-08-04 | 1 | -0/+63 |