summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/clnt_dg.c
Commit message (Expand)AuthorAgeFilesLines
* libc/libc/rpc: refactor some global variablesAlan Somers2023-11-301-88/+82
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* rpc(3): Correct a few common typos in source code commentsGordon Bergling2021-08-251-2/+2
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* libc: spelling fixes.Pedro F. Giffuni2016-04-301-3/+3
* Use ANSI C prototypes.Craig Rodrigues2015-09-011-33/+27
* libc: clean some set-but-not-used errors.Pedro F. Giffuni2015-02-181-2/+1
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,Hiroki Sato2013-11-251-26/+25
* Fix async mode (required for ypbind in manycast mode).Doug Rabson2008-09-151-2/+2
* Add an implementation of the RPCSEC_GSS authentication protocol for RPC. ThisDoug Rabson2008-08-061-23/+87
* Disable RPC exponential back-off for FreeBSD.org systems (IE. hiddenSimon L. B. Nielsen2007-03-041-0/+7
* Staticize a couple of functions.Daniel Eischen2006-02-271-2/+1
* Try to bring some sanity to the SCM ID's.David E. O'Brien2004-10-161-3/+2
* Make this part identical with NetBSD: Use recvlen instead of inlen.Martin Blapp2003-10-291-1/+1
* Use kqueue(2) instead of poll(2) to wait for replies and timeoutsIan Dowse2002-10-151-157/+89
* Silence several warnings due to functions that needed to take a void *Alfred Perlstein2002-07-141-19/+19
* Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav2002-04-281-6/+6
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-3/+2
* Remove multi-line __P() usage.David E. O'Brien2002-03-221-2/+2
* Remove __P() usage.David E. O'Brien2002-03-211-8/+8
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-0/+1
* Fix cc -Wall, fix rcsid warnings, add missing prototypes,Alfred Perlstein2002-02-051-1/+1
* Add a new clnt_control() request `CLSET_CONNECT' that controlsIan Dowse2001-06-231-4/+26
* The function clnt_dg_call(), which is used for UDP RPC calls, couldIan Dowse2001-05-181-4/+2
* Remove some hacks that were apparently added to avoid problems withIan Dowse2001-04-031-2/+1
* There were a few error cases where the RPC code would return withIan Dowse2001-04-021-1/+3
* Move the #includes of reentrant.h to after the `#include "namespace.h"',Ian Dowse2001-04-021-1/+1
* Add a CLSET_ASYNC command, which allows us to (ab)use the clnt_dg transportBill Paul2001-03-271-3/+19
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-0/+821