| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly free resources in case of error. | brueffer | 2014-05-02 | 1 | -7/+5 |
* | Remove some unused static const strings under sys/rpc, which have never | dim | 2013-12-24 | 1 | -5/+0 |
* | Replace Sun RPC license in TI-RPC library with a 3-clause BSD license, | hrs | 2013-11-25 | 1 | -26/+25 |
* | Revert 195703 and 195821 as this special stop handling in NFS is now | jhb | 2013-03-13 | 1 | -3/+2 |
* | Use m_get(), m_gethdr() and m_getcl() instead of historic macros. | glebius | 2013-03-12 | 1 | -1/+1 |
* | Add support for backchannels to the kernel RPC. Backchannels | rmacklem | 2012-12-08 | 1 | -71/+104 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -2/+2 |
* | libtirpc: be sure to free cl_netid and cl_tp | pfg | 2012-10-02 | 1 | -0/+4 |
* | Partial revert of r239963: | pfg | 2012-09-24 | 1 | -4/+0 |
* | Bring some changes from Bull's NFSv4 libtirpc implementation. | pfg | 2012-09-01 | 1 | -0/+4 |
* | This patch is believed to fix a problem in the kernel rpc for | rmacklem | 2011-04-27 | 1 | -3/+7 |
* | Fix a couple of mbuf leaks introduced by r217242. I do | rmacklem | 2011-04-13 | 1 | -1/+4 |
* | Mfp4 CH=177274,177280,177284-177285,177297,177324-177325 | bz | 2011-02-16 | 1 | -3/+0 |
* | Fix a bug in the client side krpc where it was, sometimes | rmacklem | 2011-01-10 | 1 | -8/+5 |
* | Fix the krpc so that it can handle NFSv3,UDP mounts with a read/write | rmacklem | 2010-10-13 | 1 | -3/+9 |
* | Add a check for the connection being shut down to the krpc | rmacklem | 2009-11-08 | 1 | -0/+16 |
* | Fix NFS panics with options VIMAGE kernels by apropriately setting curvnet | zec | 2009-08-24 | 1 | -1/+8 |
* | Use PBDRY flag for msleep(9) in NFS and NLM when sleeping thread owns | kib | 2009-07-14 | 1 | -2/+3 |
* | Fix upcall races in the client side krpc. For the client side upcall, | rmacklem | 2009-06-04 | 1 | -2/+27 |
* | Rework socket upcalls to close some races with setup/teardown of upcalls. | jhb | 2009-06-01 | 1 | -15/+15 |
* | Add a missing call to mtx_destroy(). | dfr | 2008-11-12 | 1 | -0/+1 |
* | Implement support for RPCSEC_GSS authentication to both the NFS client | dfr | 2008-11-03 | 1 | -69/+170 |
* | Re-implement the client side of rpc.lockd in the kernel. This implementation | dfr | 2008-06-26 | 1 | -42/+96 |
* | Minor changes to improve compatibility with older FreeBSD releases. | dfr | 2008-03-28 | 1 | -1/+1 |
* | Add the new kernel-mode NFS Lock Manager. To use it instead of the | dfr | 2008-03-26 | 1 | -0/+827 |