aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/rpc/mt_misc.c
Commit message (Expand)AuthorAgeFilesLines
* libc: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-101-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 thr_once() with once_t controls to initialize various thread_key_tJohn Baldwin2010-03-101-14/+13
* Staticize a couple of functions.Daniel Eischen2006-02-271-25/+19
* Try to bring some sanity to the SCM ID's.David E. O'Brien2004-10-161-1/+0
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine2003-02-161-0/+1
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-1/+3
* Fix some very broken code in __nc_error() that implements per-threadIan Dowse2001-04-031-3/+0
* 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/+125