summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/rpc_generic.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r319369:delphij2017-06-061-0/+8
* libc: do not include <sys/types.h> where <sys/param.h> was already includedavos2016-04-181-1/+0
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.rodrigc2015-09-221-22/+13
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,hrs2013-11-251-26/+25
* Fix __rpc_getconfippfg2012-10-021-2/+4
* Complete revert of r239963:pfg2012-09-271-7/+2
* Bring some changes from Bull's NFSv4 libtirpc implementation.pfg2012-09-011-2/+7
* Fix a bug in the previous change: remove function-local definition ofjhb2010-03-111-1/+0
* Use thr_once() with once_t controls to initialize various thread_key_tjhb2010-03-101-12/+15
* Fix some improper handling of malloc failuresmatteo2007-09-201-7/+8
* Staticize a couple of functions.deischen2006-02-271-1/+1
* Don't use NULL to compare against a char.mbr2003-10-291-2/+2
* Free the correct buffer in error handling.mbr2003-01-271-1/+3
* Fix memleak.mbr2003-01-161-2/+8
* Change the name for the local unix-socket based protocolmbr2002-12-161-5/+14
* Fix the style of the SCM ID's.obrien2002-03-221-1/+2
* Remove __P() usage.obrien2002-03-211-2/+2
* Fix cc -Wall, fix rcsid warnings, add missing prototypes,alfred2002-02-051-0/+2
* Extract the path from an AF_LOCAL sockaddr_un in a way that correctlyiedowse2001-05-121-2/+5
* The function __rpc_uaddr2taddr_af() converts an RPC "universaliedowse2001-04-261-0/+2
* The maximum RPC message size was set at 8k for UDP. This is loweriedowse2001-04-081-5/+6
* Move the #includes of reentrant.h to after the `#include "namespace.h"',iedowse2001-04-021-1/+1
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-0/+816
OpenPOWER on IntegriCloud