summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/rpc_generic.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* * limit size of buffers to RPC_MAXDATASIZEXin LI2017-06-011-0/+8
* libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk2016-04-181-1/+0
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-221-22/+13
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,Hiroki Sato2013-11-251-26/+25
* Fix __rpc_getconfipPedro F. Giffuni2012-10-021-2/+4
* Complete revert of r239963:Pedro F. Giffuni2012-09-271-7/+2
* Bring some changes from Bull's NFSv4 libtirpc implementation.Pedro F. Giffuni2012-09-011-2/+7
* Fix a bug in the previous change: remove function-local definition ofJohn Baldwin2010-03-111-1/+0
* Use thr_once() with once_t controls to initialize various thread_key_tJohn Baldwin2010-03-101-12/+15
* Fix some improper handling of malloc failuresMatteo Riondato2007-09-201-7/+8
* Staticize a couple of functions.Daniel Eischen2006-02-271-1/+1
* Don't use NULL to compare against a char.Martin Blapp2003-10-291-2/+2
* Free the correct buffer in error handling.Martin Blapp2003-01-271-1/+3
* Fix memleak.Martin Blapp2003-01-161-2/+8
* Change the name for the local unix-socket based protocolMartin Blapp2002-12-161-5/+14
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-1/+2
* Remove __P() usage.David E. O'Brien2002-03-211-2/+2
* Fix cc -Wall, fix rcsid warnings, add missing prototypes,Alfred Perlstein2002-02-051-0/+2
* Extract the path from an AF_LOCAL sockaddr_un in a way that correctlyIan Dowse2001-05-121-2/+5
* The function __rpc_uaddr2taddr_af() converts an RPC "universalIan Dowse2001-04-261-0/+2
* The maximum RPC message size was set at 8k for UDP. This is lowerIan Dowse2001-04-081-5/+6
* Move the #includes of reentrant.h to after the `#include "namespace.h"',Ian Dowse2001-04-021-1/+1
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-0/+816