| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix lock acquisition in case no request space available, missed in r260097. | mav | 2014-02-04 | 1 | -1/+1 |
* | Don't expose svc_loss_reg / _unreg to userland as they're kernel-only | peter | 2014-01-08 | 1 | -0/+2 |
* | Fix NULL dereference panic on UDP requests introduced in r260229. | mav | 2014-01-06 | 1 | -1/+1 |
* | Replace locks added in r260229 to protect sequence counters with atomics. | mav | 2014-01-04 | 2 | -15/+9 |
* | Rework NFS Duplicate Request Cache cleanup logic. | mav | 2014-01-03 | 4 | -20/+148 |
* | Move most of NFS file handle affinity code out of the heavily congested | mav | 2013-12-30 | 2 | -53/+54 |
* | Introduce xprt_inactive_self() -- variant for use when sure that port | mav | 2013-12-29 | 4 | -11/+25 |
* | In addition to r259632 completely block receive upcalls if we have more | mav | 2013-12-29 | 1 | -1/+9 |
* | Move a static const variable to the #if 0 part where it is only used. | dim | 2013-12-24 | 1 | -1/+1 |
* | Remove some unused static const strings under sys/rpc, which have never | dim | 2013-12-24 | 2 | -7/+0 |
* | Fix a bug introduced at r259632, triggering infinite loop in some cases. | mav | 2013-12-24 | 1 | -4/+7 |
* | Fix build. | glebius | 2013-12-20 | 1 | -3/+3 |
* | Remove several linear list traversals per request from RPC server code. | mav | 2013-12-20 | 2 | -41/+46 |
* | Rework flow control for connection-oriented (TCP) RPC server. | mav | 2013-12-19 | 1 | -128/+115 |
* | Replace Sun Industry Standards Source License for Sun RPC code with a | hrs | 2013-11-25 | 1 | -42/+24 |
* | Replace Sun RPC license in TI-RPC library with a 3-clause BSD license, | hrs | 2013-11-25 | 1 | -26/+25 |
* | Replace Sun RPC license in TI-RPC library with a 3-clause BSD license, | hrs | 2013-11-25 | 28 | -744/+699 |
* | Some minor tuning to rpc/svc.c: | mav | 2013-11-14 | 1 | -21/+27 |
* | It was reported via email that the cu_sent field used by the | rmacklem | 2013-09-06 | 1 | -0/+2 |
* | Add support for host-based (Kerberos 5 service principal) initiator | rmacklem | 2013-07-09 | 2 | -18/+127 |
* | Fix a potential socket leak in the NFS server. If a client closes its | jhb | 2013-04-08 | 1 | -1/+4 |
* | Improve error handling when unwrapping received data. | gnn | 2013-04-04 | 1 | -1/+16 |
* | Revert 195703 and 195821 as this special stop handling in NFS is now | jhb | 2013-03-13 | 2 | -5/+3 |
* | Use m_get(), m_gethdr() and m_getcl() instead of historic macros. | glebius | 2013-03-12 | 7 | -15/+8 |
* | Add support for backchannels to the kernel RPC. Backchannels | rmacklem | 2012-12-08 | 6 | -98/+405 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 8 | -14/+14 |
* | Modify the comment to take out the names and URL. | rmacklem | 2012-10-25 | 1 | -6/+3 |
* | Add a comment describing why r241097 was done. | rmacklem | 2012-10-15 | 1 | -0/+11 |
* | rpc: convert all uid and gid variables to u_int. | pfg | 2012-10-04 | 1 | -4/+4 |
* | libtirpc: be sure to free cl_netid and cl_tp | pfg | 2012-10-02 | 1 | -0/+4 |
* | RPC: Convert all uid and gid variables of the type uid_t and gid_t. | pfg | 2012-10-02 | 1 | -5/+4 |
* | Attila Bogar and Herbert Poeckl both reported similar problems | rmacklem | 2012-10-01 | 1 | -3/+4 |
* | Complete revert of r239963: | pfg | 2012-09-27 | 2 | -11/+5 |
* | Partial revert of r239963: | pfg | 2012-09-24 | 1 | -4/+0 |
* | Fix RPC headers for C++ | pfg | 2012-09-02 | 2 | -12/+12 |
* | Bring some changes from Bull's NFSv4 libtirpc implementation. | pfg | 2012-09-01 | 3 | -5/+15 |
* | Both a crash reported on freebsd-current on Oct. 18 under the | rmacklem | 2011-11-03 | 1 | -1/+2 |
* | Remove an extraneous "already" from a comment introduced by r226081. | rmacklem | 2011-10-07 | 1 | -1/+1 |
* | A crash reported on freebsd-fs@ on Sep. 23, 2011 under the subject | rmacklem | 2011-10-07 | 1 | -10/+48 |
* | Make sure RPC calls over UDP return RPC_INTR status is the process has | art | 2011-08-28 | 1 | -2/+5 |
* | Fix the kgssapi so that it can be loaded as a module. Currently | rmacklem | 2011-06-19 | 2 | -0/+269 |
* | This patch is believed to fix a problem in the kernel rpc for | rmacklem | 2011-04-27 | 4 | -6/+11 |
* | Fix a couple of mbuf leaks introduced by r217242. I do | rmacklem | 2011-04-13 | 2 | -2/+7 |
* | Mfp4 CH=177274,177280,177284-177285,177297,177324-177325 | bz | 2011-02-16 | 6 | -28/+3 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | mdf | 2011-01-12 | 1 | -2/+2 |
* | Fix a bug in the client side krpc where it was, sometimes | rmacklem | 2011-01-10 | 3 | -17/+10 |
* | Fix the krpc so that it can handle NFSv3,UDP mounts with a read/write | rmacklem | 2010-10-13 | 3 | -7/+20 |
* | Make the RPC specific __rpc_inet_ntop() and __rpc_inet_pton() general | attilio | 2010-09-24 | 4 | -416/+4 |
* | Remove unnecessary weak reference that was apparently copied from the | emaste | 2010-09-23 | 1 | -7/+0 |
* | - Check the result of malloc(M_NOWAIT) in replay_alloc(). The caller | pjd | 2010-08-26 | 1 | -20/+25 |