| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: r268115 | Rick Macklem | 2014-08-01 | 4 | -1/+632 |
| * | MFC r267228: | Alexander Motin | 2014-06-22 | 3 | -179/+247 |
| * | MFC r267223: | Alexander Motin | 2014-06-22 | 2 | -6/+1 |
| * | MFC r267221, r267278: | Alexander Motin | 2014-06-22 | 2 | -78/+56 |
| * | MFC: r265238, r265240 | Christian Brueffer | 2014-05-16 | 1 | -7/+5 |
| * | MFC r261449: | Alexander Motin | 2014-02-07 | 1 | -1/+1 |
| * | MFC r260229, r260258, r260367, r260390, r260459, r260648: | Alexander Motin | 2014-01-22 | 4 | -22/+146 |
| * | MFC r260097: | Alexander Motin | 2014-01-22 | 2 | -53/+54 |
| * | MFC r260036: | Alexander Motin | 2014-01-22 | 4 | -11/+25 |
| * | MFC r260031: | Alexander Motin | 2014-01-22 | 1 | -1/+9 |
| * | MFC r259828: | Alexander Motin | 2014-01-22 | 1 | -4/+7 |
| * | MFC r259659, r259662: | Alexander Motin | 2014-01-22 | 2 | -41/+46 |
| * | MFC r259632: | Alexander Motin | 2014-01-22 | 1 | -126/+113 |
| * | MFC r258578, r258580, r258581 (by hrs): | Alexander Motin | 2014-01-22 | 30 | -812/+748 |
| * | MFC r258132: | Alexander Motin | 2014-01-22 | 1 | -21/+27 |
| * | MFC r259842: | Dimitry Andric | 2013-12-28 | 3 | -8/+1 |
| * | It was reported via email that the cu_sent field used by the | Rick Macklem | 2013-09-06 | 1 | -0/+2 |
| * | Add support for host-based (Kerberos 5 service principal) initiator | Rick Macklem | 2013-07-09 | 2 | -18/+127 |
| * | Fix a potential socket leak in the NFS server. If a client closes its | John Baldwin | 2013-04-08 | 1 | -1/+4 |
| * | Improve error handling when unwrapping received data. | George V. Neville-Neil | 2013-04-04 | 1 | -1/+16 |
| * | Revert 195703 and 195821 as this special stop handling in NFS is now | John Baldwin | 2013-03-13 | 2 | -5/+3 |
| * | Use m_get(), m_gethdr() and m_getcl() instead of historic macros. | Gleb Smirnoff | 2013-03-12 | 7 | -15/+8 |
| * | Add support for backchannels to the kernel RPC. Backchannels | Rick Macklem | 2012-12-08 | 6 | -98/+405 |
| * | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-05 | 8 | -14/+14 |
| * | Modify the comment to take out the names and URL. | Rick Macklem | 2012-10-25 | 1 | -6/+3 |
| * | Add a comment describing why r241097 was done. | Rick Macklem | 2012-10-15 | 1 | -0/+11 |
| * | rpc: convert all uid and gid variables to u_int. | Pedro F. Giffuni | 2012-10-04 | 1 | -4/+4 |
| * | libtirpc: be sure to free cl_netid and cl_tp | Pedro F. Giffuni | 2012-10-02 | 1 | -0/+4 |
| * | RPC: Convert all uid and gid variables of the type uid_t and gid_t. | Pedro F. Giffuni | 2012-10-02 | 1 | -5/+4 |
| * | Attila Bogar and Herbert Poeckl both reported similar problems | Rick Macklem | 2012-10-01 | 1 | -3/+4 |
| * | Complete revert of r239963: | Pedro F. Giffuni | 2012-09-27 | 2 | -11/+5 |
| * | Partial revert of r239963: | Pedro F. Giffuni | 2012-09-24 | 1 | -4/+0 |
| * | Fix RPC headers for C++ | Pedro F. Giffuni | 2012-09-02 | 2 | -12/+12 |
| * | Bring some changes from Bull's NFSv4 libtirpc implementation. | Pedro F. Giffuni | 2012-09-01 | 3 | -5/+15 |
| * | Both a crash reported on freebsd-current on Oct. 18 under the | Rick Macklem | 2011-11-03 | 1 | -1/+2 |
| * | Remove an extraneous "already" from a comment introduced by r226081. | Rick Macklem | 2011-10-07 | 1 | -1/+1 |
| * | A crash reported on freebsd-fs@ on Sep. 23, 2011 under the subject | Rick Macklem | 2011-10-07 | 1 | -10/+48 |
| * | Make sure RPC calls over UDP return RPC_INTR status is the process has | Artem Belevich | 2011-08-28 | 1 | -2/+5 |
| * | Fix the kgssapi so that it can be loaded as a module. Currently | Rick Macklem | 2011-06-19 | 2 | -0/+269 |
| * | This patch is believed to fix a problem in the kernel rpc for | Rick Macklem | 2011-04-27 | 4 | -6/+11 |
| * | Fix a couple of mbuf leaks introduced by r217242. I do | Rick Macklem | 2011-04-13 | 2 | -2/+7 |
| * | Mfp4 CH=177274,177280,177284-177285,177297,177324-177325 | Bjoern A. Zeeb | 2011-02-16 | 6 | -28/+3 |
| * | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | Matthew D Fleming | 2011-01-12 | 1 | -2/+2 |
| * | Fix a bug in the client side krpc where it was, sometimes | Rick Macklem | 2011-01-10 | 3 | -17/+10 |
| * | Fix the krpc so that it can handle NFSv3,UDP mounts with a read/write | Rick Macklem | 2010-10-13 | 3 | -7/+20 |
| * | Make the RPC specific __rpc_inet_ntop() and __rpc_inet_pton() general | Attilio Rao | 2010-09-24 | 4 | -416/+4 |
| * | Remove unnecessary weak reference that was apparently copied from the | Ed Maste | 2010-09-23 | 1 | -7/+0 |
| * | - Check the result of malloc(M_NOWAIT) in replay_alloc(). The caller | Pawel Jakub Dawidek | 2010-08-26 | 1 | -19/+24 |
| * | Add mutex locking for the call to replay_prune() in | Rick Macklem | 2010-08-25 | 1 | -0/+2 |
| * | If the first iteration of the do loop in replay_prune() | Rick Macklem | 2010-08-25 | 1 | -1/+1 |