summaryrefslogtreecommitdiffstats
path: root/sys/rpc/clnt_dg.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r302550,r302551,r302552,r302553:ngie2016-08-031-5/+3
* sys/rpc: minor spelling fixes.pfg2016-05-061-3/+3
* sys: Make use of our rounddown() macro when sys/param.h is available.pfg2016-04-301-2/+2
* Remove some unused static const strings under sys/rpc, which have neverdim2013-12-241-2/+0
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,hrs2013-11-251-26/+25
* It was reported via email that the cu_sent field used by thermacklem2013-09-061-0/+2
* Use m_get(), m_gethdr() and m_getcl() instead of historic macros.glebius2013-03-121-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Both a crash reported on freebsd-current on Oct. 18 under thermacklem2011-11-031-1/+2
* Make sure RPC calls over UDP return RPC_INTR status is the process hasart2011-08-281-2/+5
* Fix a couple of mbuf leaks introduced by r217242. I dormacklem2011-04-131-1/+3
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325bz2011-02-161-3/+0
* Fix a bug in the client side krpc where it was, sometimesrmacklem2011-01-101-4/+3
* Fix the krpc so that it can handle NFSv3,UDP mounts with a read/writermacklem2010-10-131-1/+7
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Fix NFS panics with options VIMAGE kernels by apropriately setting curvnetzec2009-08-241-0/+5
* Make sure that cr_error is set to ESHUTDOWN when closing the connection.rmacklem2009-07-011-2/+4
* Fix upcall races in the client side krpc. For the client side upcall,rmacklem2009-06-041-1/+26
* Rework socket upcalls to close some races with setup/teardown of upcalls.jhb2009-06-011-19/+24
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-69/+241
* Re-implement the client side of rpc.lockd in the kernel. This implementationdfr2008-06-261-72/+146
* Minor changes to improve compatibility with older FreeBSD releases.dfr2008-03-281-1/+1
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-261-0/+865
OpenPOWER on IntegriCloud