aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/rpc/key_call.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Use proper function prototypes.Craig Rodrigues2015-10-071-3/+3
* Use ANSI C prototypes.Craig Rodrigues2015-09-011-31/+11
* 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-7/+13
* Eliminate more dead stores.Garrett Wollman2009-11-251-1/+1
* Staticize a couple of functions.Daniel Eischen2006-02-271-1/+1
* Try to bring some sanity to the SCM ID's.David E. O'Brien2004-10-161-1/+0
* Cast function args to silence warning.Alfred Perlstein2002-07-141-1/+2
* Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav2002-04-281-21/+21
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-4/+2
* Remove __P() usage.David E. O'Brien2002-03-211-1/+1
* Remove 'register' keyword.David E. O'Brien2002-03-211-1/+1
* Fix cc -Wall, fix rcsid warnings, add missing prototypes,Alfred Perlstein2002-02-051-3/+2
* Move the #includes of reentrant.h to after the `#include "namespace.h"',Ian Dowse2001-04-021-1/+1
* Fix rcsid/$FreeBSD$.David E. O'Brien2001-03-241-2/+15
* fix Alpha supportAlfred Perlstein2001-03-241-10/+0
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-21/+66
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-1/+3
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-1/+1
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-1/+3
* Now the biggest step: import the changes to the main RPC code.Bill Paul1997-05-281-0/+425