summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/rpc_soc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix theoretical leak of netconfig(3) resources in svcunix_create(..)ngie2016-01-111-1/+1
* Remove unnecessary `if (x)` tests before calling `free(x)`; free(3)ngie2015-11-021-2/+1
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.rodrigc2015-09-221-1/+1
* Use ANSI C prototypes.rodrigc2015-09-011-95/+50
* libc: clean some set-but-not-used errors.pfg2015-02-181-2/+0
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,hrs2013-11-251-26/+25
* Use thr_once() with once_t controls to initialize various thread_key_tjhb2010-03-101-6/+9
* Staticize a couple of functions.deischen2006-02-271-3/+1
* Try to bring some sanity to the SCM ID's.obrien2004-10-161-1/+1
* Back out the `hiding' of strlcpy and strlcat. Several peoplenectar2003-05-011-1/+1
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referencenectar2003-04-291-1/+1
* Spell void * as void * rather than caddr_t. This is complicated by thedes2002-04-281-3/+3
* Fix the style of the SCM ID's.obrien2002-03-221-3/+2
* Constify the first arg to callrpc(3).alfred2002-03-221-1/+1
* Remove multi-line __P() usage.obrien2002-03-221-2/+2
* Remove __P() usage.obrien2002-03-211-3/+3
* Remove 'register' keyword.obrien2002-03-211-2/+2
* Fix cc -Wall, fix rcsid warnings, add missing prototypes,alfred2002-02-051-2/+2
* Add compatibility functions for the AF_LOCAL RPC transport stuffwpaul2001-10-041-0/+129
* Move the #includes of reentrant.h to after the `#include "namespace.h"',iedowse2001-04-021-1/+1
* change callrpc() from taking "char *" args, I'm quite sure they really meantalfred2001-03-231-1/+1
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-0/+453
OpenPOWER on IntegriCloud