| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix xdrmem_control to be safe in an if statement | Kip Macy | 2009-05-30 | 1 | -2/+2 |
| * | Place hostnames and similar information fully under the prison system. | Jamie Gritton | 2009-05-29 | 1 | -8/+5 |
| * | MFdevbranch 192944 | Kip Macy | 2009-05-28 | 1 | -0/+16 |
| * | Remove the unmaintained University of Michigan NFSv4 client from 8.x | Robert Watson | 2009-05-22 | 2 | -2468/+0 |
| * | Added a field to the SVCXPRT structure that the nfsv4 server can | Rick Macklem | 2009-04-16 | 1 | -0/+1 |
| * | Use the correct creds when reconnecting so that we have enough privilege to | Doug Rabson | 2009-02-05 | 1 | -2/+3 |
| * | Add a missing call to mtx_destroy(). | Doug Rabson | 2008-11-12 | 1 | -0/+1 |
| * | Implement support for RPCSEC_GSS authentication to both the NFS client | Doug Rabson | 2008-11-03 | 29 | -734/+5953 |
| * | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 1 | -6/+6 |
| * | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -0/+1 |
| * | Rename RPC's 'struct pmap' to 'struct portmap' to avoid confusing it with | Doug Rabson | 2008-08-25 | 2 | -7/+7 |
| * | Rename the static M_RPC defined here to M_RPCCLNT, since a global M_RPC | Kris Kennaway | 2008-08-18 | 1 | -6/+6 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -2/+3 |
| * | Add a missing call to mtx_destroy() in clnt_reconnect_destroy(). | Doug Rabson | 2008-08-13 | 1 | -0/+1 |
| * | Re-work the code slightly to avoid a possible livelock. | Doug Rabson | 2008-07-23 | 1 | -23/+27 |
| * | Move the NFS/RPC code away from lbolt. | Ed Schouten | 2008-07-22 | 1 | -2/+3 |
| * | Introduce a new lock, hostname_mtx, and use it to synchronize access | Robert Watson | 2008-07-05 | 1 | -0/+4 |
| * | It may be #if 0'd out code, but change a varname to not shadow a global. | Julian Elischer | 2008-06-29 | 1 | -4/+4 |
| * | Include <sys/pcpu.h> for curthread. | Doug Rabson | 2008-06-27 | 1 | -0/+1 |
| * | Re-implement the client side of rpc.lockd in the kernel. This implementation | Doug Rabson | 2008-06-26 | 7 | -182/+556 |
| * | Fix some issues that showed up during Kris' testing. | Doug Rabson | 2008-04-11 | 1 | -2/+8 |
| * | Minor changes to improve compatibility with older FreeBSD releases. | Doug Rabson | 2008-03-28 | 14 | -14/+22 |
| * | Add kernel module support for nfslockd and krpc. Use the module system | Doug Rabson | 2008-03-27 | 1 | -0/+21 |
| * | Add the new kernel-mode NFS Lock Manager. To use it instead of the | Doug Rabson | 2008-03-26 | 35 | -7/+11882 |
| * | Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT. | Ruslan Ermilov | 2008-03-25 | 1 | -8/+8 |
| * | 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 |