summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/getnetconfig.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r320494: Fix double free by reverting r300385 and r300624 which wasdelphij2017-07-031-3/+1
* MFC r315162:pfg2017-04-071-2/+2
* Fix up r300385ngie2016-05-241-2/+3
* Don't leak `tmp` if `p->nc_lookups` can't be mallocedngie2016-05-221-0/+1
* libc: spelling fixes.pfg2016-04-301-1/+1
* Remove unnecessary `if (x)` tests before calling `free(x)`; free(3)ngie2015-11-021-7/+4
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.rodrigc2015-09-221-18/+13
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,hrs2013-11-251-27/+25
* Use thr_once() with once_t controls to initialize various thread_key_tjhb2010-03-101-14/+15
* Eliminate more dead stores.wollman2009-11-251-2/+2
* Lock around access to nc_file and netconfig_info ("ni"). The RPCdelphij2009-06-241-3/+49
* Remove a warning which is supposed to have been removed on 20030301.delphij2009-04-021-12/+0
* Fix some improper handling of malloc failuresmatteo2007-09-201-5/+10
* o Remove duplicate includes.maxim2007-01-201-1/+0
* Sync with NetBSD rev. 1.15mbr2006-09-091-0/+1
* Try to bring some sanity to the SCM ID's.obrien2004-10-161-4/+3
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)markm2004-03-051-4/+4
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).nectar2003-02-161-0/+1
* Fix signed/unsigned comparison warnings. Fix spelling error inmbr2003-01-271-4/+5
* Change the name for the local unix-socket based protocolmbr2002-12-161-0/+12
* Fix the style of the SCM ID's.obrien2002-03-221-1/+2
* Remove __P() usage.obrien2002-03-211-3/+3
* Fix some very broken code in __nc_error() that implements per-threadiedowse2001-04-031-14/+28
* Move the #includes of reentrant.h to after the `#include "namespace.h"',iedowse2001-04-021-1/+1
* const'ifyalfred2001-03-271-1/+1
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-0/+674
OpenPOWER on IntegriCloud