summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/getnetconfig.c
Commit message (Expand)AuthorAgeFilesLines
* Fix up r300385Enji Cooper2016-05-241-2/+3
* Don't leak `tmp` if `p->nc_lookups` can't be mallocedEnji Cooper2016-05-221-0/+1
* libc: spelling fixes.Pedro F. Giffuni2016-04-301-1/+1
* Remove unnecessary `if (x)` tests before calling `free(x)`; free(3)Enji Cooper2015-11-021-7/+4
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-221-18/+13
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,Hiroki Sato2013-11-251-27/+25
* Use thr_once() with once_t controls to initialize various thread_key_tJohn Baldwin2010-03-101-14/+15
* Eliminate more dead stores.Garrett Wollman2009-11-251-2/+2
* Lock around access to nc_file and netconfig_info ("ni"). The RPCXin LI2009-06-241-3/+49
* Remove a warning which is supposed to have been removed on 20030301.Xin LI2009-04-021-12/+0
* Fix some improper handling of malloc failuresMatteo Riondato2007-09-201-5/+10
* o Remove duplicate includes.Maxim Konovalov2007-01-201-1/+0
* Sync with NetBSD rev. 1.15Martin Blapp2006-09-091-0/+1
* Try to bring some sanity to the SCM ID's.David E. O'Brien2004-10-161-4/+3
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray2004-03-051-4/+4
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine2003-02-161-0/+1
* Fix signed/unsigned comparison warnings. Fix spelling error inMartin Blapp2003-01-271-4/+5
* Change the name for the local unix-socket based protocolMartin Blapp2002-12-161-0/+12
* 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-3/+3
* Fix some very broken code in __nc_error() that implements per-threadIan Dowse2001-04-031-14/+28
* Move the #includes of reentrant.h to after the `#include "namespace.h"',Ian Dowse2001-04-021-1/+1
* const'ifyAlfred Perlstein2001-03-271-1/+1
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-0/+674