| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r303382: | kib | 2016-08-26 | 1 | -0/+4 |
* | MFC r302550,r302551,r302552,r302553: | ngie | 2016-08-03 | 4 | -17/+11 |
* | Deobfuscate cleanup path in clnt_bck_create(..) | ngie | 2016-06-10 | 1 | -8/+3 |
* | Fix the rpcb_getaddr() definition to match its declaration. | kevlo | 2016-06-09 | 1 | -1/+1 |
* | Quell false positives in svc_vc_create and svc_vc_create_conn with cd and xprt | ngie | 2016-05-27 | 1 | -13/+11 |
* | Remove unnecessary memset(.., 0, ..)'s | ngie | 2016-05-24 | 1 | -2/+0 |
* | sys/rpc: minor spelling fixes. | pfg | 2016-05-06 | 6 | -11/+11 |
* | sys: Make use of our rounddown() macro when sys/param.h is available. | pfg | 2016-04-30 | 1 | -2/+2 |
* | kgssapi(4): Fix string overrun in Kerberos principal construction | cem | 2016-04-20 | 1 | -1/+1 |
* | RPC: for pointers replace 0 with NULL. | pfg | 2016-04-14 | 1 | -1/+1 |
* | Cleanup unnecessary semicolons from the kernel. | pfg | 2016-04-10 | 1 | -1/+1 |
* | Remove some NULL checks for M_WAITOK allocations. | trasz | 2016-03-29 | 1 | -8/+0 |
* | Fix incorrect (fortunately bigger) malloc size. | mav | 2016-03-19 | 1 | -1/+1 |
* | These files were getting sys/malloc.h and vm/uma.h with header pollution | glebius | 2016-02-01 | 1 | -0/+1 |
* | Improve locking of sg_threadcount. | mav | 2015-11-19 | 1 | -1/+3 |
* | Increase group limit for kerberized NFSv4 | jpaetzel | 2015-09-26 | 1 | -5/+2 |
* | Set curvnet context inside the RPC code in more places. | delphij | 2015-08-18 | 2 | -0/+10 |
* | Remove useless acquire semantic from the atomic_add operation before | kib | 2015-07-28 | 1 | -1/+1 |
* | Remove hard limits on number of accepting NFS connections. | mav | 2015-04-07 | 2 | -3/+3 |
* | Fix overflow bugs in and remove obsolete limit from kernel RPC | wollman | 2015-04-01 | 2 | -26/+26 |
* | rpc: Uninitialized pointer read | pfg | 2015-02-02 | 1 | -1/+1 |
* | Add facility to stop all userspace processes. The supposed use of the | kib | 2014-12-13 | 1 | -1/+2 |
* | Current reaction of the nfsd worker threads to any signal is exit. | kib | 2014-12-08 | 1 | -4/+16 |
* | In preparation of merging projects/sendfile, transform bare access to | glebius | 2014-11-12 | 2 | -3/+3 |
* | Merge the NFSv4.1 server code in projects/nfsv4.1-server over | rmacklem | 2014-07-01 | 4 | -1/+632 |
* | Fix race in r267221. | mav | 2014-06-09 | 1 | -2/+4 |
* | Split RPC pool threads into number of smaller semi-isolated groups. | mav | 2014-06-08 | 3 | -182/+250 |
* | Remove st_idle variable, duplicating st_xprt. | mav | 2014-06-08 | 2 | -6/+1 |
* | Introduce new per-thread lock to protect the list of requests. | mav | 2014-06-08 | 2 | -78/+54 |
* | Properly free resources in case of error. | brueffer | 2014-05-02 | 1 | -7/+5 |
* | 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 |