summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/mt_misc.c
AgeCommit message (Expand)Author
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2016-04-10libc: replace 0 with NULL for pointers.Pedro F. Giffuni
2015-11-02Remove unnecessary `if (x)` tests before calling `free(x)`; free(3)Enji Cooper
2015-09-22Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues
2010-03-10Use thr_once() with once_t controls to initialize various thread_key_tJohn Baldwin
2006-02-27Staticize a couple of functions.Daniel Eischen
2004-10-16Try to bring some sanity to the SCM ID's.David E. O'Brien
2003-02-16Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine
2002-03-22Fix the style of the SCM ID's.David E. O'Brien
2001-04-03Fix some very broken code in __nc_error() that implements per-threadIan Dowse
2001-04-02Move the #includes of reentrant.h to after the `#include "namespace.h"',Ian Dowse
2001-03-19Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein