aboutsummaryrefslogtreecommitdiff
path: root/sys/rpc
Commit message (Expand)AuthorAgeFilesLines
* Avoid relying on header pollution from sys/refcount.h.Mark Johnston2019-07-291-0/+1
* Fix malloc stats for the RPCSEC_GSS server code when DEBUG is enabled.Rick Macklem2019-04-041-1/+1
* Add a comment to the r345818 patch to explain why cl_refs is initialized to 2.Rick Macklem2019-04-031-0/+5
* Fix a race in the RPCSEC_GSS server code that caused crashes.Rick Macklem2019-04-021-8/+7
* Bump the default kern.rpc.gss.client_max from 128 to 1024.Edward Tomasz Napierala2019-02-191-1/+1
* Add kern.rpc.gss.client_hash tunable, to make it possible to bumpEdward Tomasz Napierala2019-02-191-6/+12
* Add kern.rpc.gss.client_max, to make it possible to bump it easily.Edward Tomasz Napierala2018-12-151-2/+15
* Set SO_SNDTIMEO in the client side krpc when CLSET_TIMEOUT is done.Rick Macklem2018-07-201-1/+17
* Fix the server side krpc so that the kernel nfsd threads terminate.Rick Macklem2018-07-021-1/+2
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-6/+2
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-277-0/+14
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2035-0/+71
* Listening sockets improvements.Gleb Smirnoff2017-06-081-41/+50
* * limit size of buffers to RPC_MAXDATASIZEXin LI2017-06-013-7/+21
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-1/+1
* Fix the client side krpc from doing TCP reconnects for ERESTART from sosend().Rick Macklem2017-05-071-2/+20
* Fix a crash during unmount of an NFSv4.1 mount.Rick Macklem2017-04-102-6/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* add svcpool_close to handle killed nfsd threadsAndriy Gapon2017-02-142-2/+46
* Hide the boottime and bootimebin globals, provide the getboottime(9)Konstantin Belousov2016-07-271-0/+4
* Don't test for xpt not being NULL before calling svc_xprt_free(..)Enji Cooper2016-07-111-3/+2
* Convert `svc_xprt_alloc(..)` and `svc_xprt_free(..)`'s prototypes toEnji Cooper2016-07-111-3/+2
* Deobfuscate cleanup path in clnt_vc_create(..)Enji Cooper2016-07-111-6/+4
* Deobfuscate cleanup path in clnt_dg_create(..)Enji Cooper2016-07-111-5/+3
* Deobfuscate cleanup path in clnt_bck_create(..)Enji Cooper2016-06-101-8/+3
* Fix the rpcb_getaddr() definition to match its declaration.Kevin Lo2016-06-091-1/+1
* Quell false positives in svc_vc_create and svc_vc_create_conn with cd and xprtEnji Cooper2016-05-271-13/+11
* Remove unnecessary memset(.., 0, ..)'sEnji Cooper2016-05-241-2/+0
* sys/rpc: minor spelling fixes.Pedro F. Giffuni2016-05-066-11/+11
* sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-04-301-2/+2
* kgssapi(4): Fix string overrun in Kerberos principal constructionConrad Meyer2016-04-201-1/+1
* RPC: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-141-1/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Remove some NULL checks for M_WAITOK allocations.Edward Tomasz Napierala2016-03-291-8/+0
* Fix incorrect (fortunately bigger) malloc size.Alexander Motin2016-03-191-1/+1
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+1
* Improve locking of sg_threadcount.Alexander Motin2015-11-191-1/+3
* Increase group limit for kerberized NFSv4Josh Paetzel2015-09-261-5/+2
* Set curvnet context inside the RPC code in more places.Xin LI2015-08-182-0/+10
* Remove useless acquire semantic from the atomic_add operation beforeKonstantin Belousov2015-07-281-1/+1
* Remove hard limits on number of accepting NFS connections.Alexander Motin2015-04-072-3/+3
* Fix overflow bugs in and remove obsolete limit from kernel RPCGarrett Wollman2015-04-012-26/+26
* rpc: Uninitialized pointer readPedro F. Giffuni2015-02-021-1/+1
* Add facility to stop all userspace processes. The supposed use of theKonstantin Belousov2014-12-131-1/+2
* Current reaction of the nfsd worker threads to any signal is exit.Konstantin Belousov2014-12-081-4/+16
* In preparation of merging projects/sendfile, transform bare access toGleb Smirnoff2014-11-122-3/+3
* Merge the NFSv4.1 server code in projects/nfsv4.1-server overRick Macklem2014-07-014-1/+632
* Fix race in r267221.Alexander Motin2014-06-091-2/+4
* Split RPC pool threads into number of smaller semi-isolated groups.Alexander Motin2014-06-083-182/+250
* Remove st_idle variable, duplicating st_xprt.Alexander Motin2014-06-082-6/+1