aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/rpc/rpc_soc.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Fix theoretical leak of netconfig(3) resources in svcunix_create(..)Enji Cooper2016-01-111-1/+1
* Remove unnecessary `if (x)` tests before calling `free(x)`; free(3)Enji Cooper2015-11-021-2/+1
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-221-1/+1
* Use ANSI C prototypes.Craig Rodrigues2015-09-011-95/+50
* libc: clean some set-but-not-used errors.Pedro F. Giffuni2015-02-181-2/+0
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,Hiroki Sato2013-11-251-26/+25
* Use thr_once() with once_t controls to initialize various thread_key_tJohn Baldwin2010-03-101-6/+9
* Staticize a couple of functions.Daniel Eischen2006-02-271-3/+1
* Try to bring some sanity to the SCM ID's.David E. O'Brien2004-10-161-1/+1
* Back out the `hiding' of strlcpy and strlcat. Several peopleJacques Vidrine2003-05-011-1/+1
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referenceJacques Vidrine2003-04-291-1/+1
* Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav2002-04-281-3/+3
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-3/+2
* Constify the first arg to callrpc(3).Alfred Perlstein2002-03-221-1/+1
* Remove multi-line __P() usage.David E. O'Brien2002-03-221-2/+2
* Remove __P() usage.David E. O'Brien2002-03-211-3/+3
* Remove 'register' keyword.David E. O'Brien2002-03-211-2/+2
* Fix cc -Wall, fix rcsid warnings, add missing prototypes,Alfred Perlstein2002-02-051-2/+2
* Add compatibility functions for the AF_LOCAL RPC transport stuffBill Paul2001-10-041-0/+129
* Move the #includes of reentrant.h to after the `#include "namespace.h"',Ian Dowse2001-04-021-1/+1
* change callrpc() from taking "char *" args, I'm quite sure they really meantAlfred Perlstein2001-03-231-1/+1
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-0/+453