aboutsummaryrefslogtreecommitdiff
path: root/sys/rpc
Commit message (Expand)AuthorAgeFilesLines
* MFC: r265240Christian Brueffer2014-05-161-7/+5
* MFC r261449:Alexander Motin2014-02-071-1/+1
* Fix build on stable/9.Alexander Motin2014-01-232-1/+2
* MFC r260229, r260258, r260367, r260390, r260459, r260648:Alexander Motin2014-01-234-22/+146
* MFC r260097:Alexander Motin2014-01-232-53/+54
* MFC r260036:Alexander Motin2014-01-234-11/+25
* MFC r260031:Alexander Motin2014-01-231-1/+9
* MFC r259828:Alexander Motin2014-01-231-4/+7
* MFC r259659, r259662:Alexander Motin2014-01-232-41/+46
* MFC r259632:Alexander Motin2014-01-231-126/+113
* MFC r244008 (by rmacklem):Alexander Motin2014-01-236-98/+405
* MFC r258578, r258580, r258581 (by hrs):Alexander Motin2014-01-2329-786/+723
* MFC r258132:Alexander Motin2014-01-231-21/+27
* MFC r259842:Dimitry Andric2013-12-283-8/+1
* MFC: r255284Rick Macklem2013-09-211-0/+2
* MFC 249263: Fix a potential socket leak in the NFS server.John Baldwin2013-06-131-1/+4
* Improve error handling when unwrapping received data.George V. Neville-Neil2013-04-301-1/+16
* MFC: r242090Rick Macklem2012-10-281-6/+3
* MFC: r241582Rick Macklem2012-10-251-0/+11
* MFC r241143:Pedro F. Giffuni2012-10-161-0/+4
* MFC: r241097Rick Macklem2012-10-151-3/+4
* MFC r241141, r241165, r241165, r241181;Pedro F. Giffuni2012-10-071-5/+4
* MFC r241007, r241008:Pedro F. Giffuni2012-09-302-11/+5
* MFC 240880:Pedro F. Giffuni2012-09-271-4/+0
* MFC r239963:Pedro F. Giffuni2012-09-223-5/+15
* MFC r240060, r240062:Pedro F. Giffuni2012-09-162-12/+12
* MFC: r227059Rick Macklem2011-11-171-1/+2
* MFC: r226081, r226104Rick Macklem2011-10-101-10/+48
* Make sure RPC calls over UDP return RPC_INTR status is the process hasArtem Belevich2011-08-281-2/+5
* Fix the kgssapi so that it can be loaded as a module. CurrentlyRick Macklem2011-06-192-0/+269
* This patch is believed to fix a problem in the kernel rpc forRick Macklem2011-04-274-6/+11
* Fix a couple of mbuf leaks introduced by r217242. I doRick Macklem2011-04-132-2/+7
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325Bjoern A. Zeeb2011-02-166-28/+3
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-2/+2
* Fix a bug in the client side krpc where it was, sometimesRick Macklem2011-01-103-17/+10
* Fix the krpc so that it can handle NFSv3,UDP mounts with a read/writeRick Macklem2010-10-133-7/+20
* Make the RPC specific __rpc_inet_ntop() and __rpc_inet_pton() generalAttilio Rao2010-09-244-416/+4
* Remove unnecessary weak reference that was apparently copied from theEd Maste2010-09-231-7/+0
* - Check the result of malloc(M_NOWAIT) in replay_alloc(). The callerPawel Jakub Dawidek2010-08-261-19/+24
* Add mutex locking for the call to replay_prune() inRick Macklem2010-08-251-0/+2
* If the first iteration of the do loop in replay_prune()Rick Macklem2010-08-251-1/+1
* When the regular NFS server replied to a UDP client out of the replayRick Macklem2010-03-231-0/+2
* Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamicBrooks Davis2010-01-121-3/+3
* Make options KGSSAPI build and add it to NOTES.Brooks Davis2010-01-082-8/+11
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-2/+2
* Add a check for the connection being shut down to the krpcRick Macklem2009-11-081-0/+16
* Set the prison in NFS anon and GSS SVC creds (as I indended to in r197581).Jamie Gritton2009-09-281-0/+2
* Back out r197581, which replaced this file witk sys/kern/vfs_export.c.Jamie Gritton2009-09-281-363/+1357
* Set the prison in NFS anon and GSS SVC creds.Jamie Gritton2009-09-281-1357/+363