summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc
Commit message (Expand)AuthorAgeFilesLines
* MFC r320494: Fix double free by reverting r300385 and r300624 which wasdelphij2017-07-031-3/+1
* MFC r320216: Fix use-after-free introduced in r300388.delphij2017-06-251-1/+2
* MFC r319369:delphij2017-06-063-12/+22
* MFC r317660, r317710brooks2017-05-151-4/+6
* MFC r315162:pfg2017-04-071-2/+2
* MFC r303889:pfg2016-09-081-1/+1
* Use on crypto.x and rpc.x from the source tree.bdrewery2016-06-281-1/+1
* libc/rpc: Make use of some xdr_* macros. (part 2)pfg2016-06-093-19/+19
* libc/rpc: Make use of some xdr_* macros.pfg2016-06-092-7/+7
* Fix the rpcb_getaddr() definition to match its declaration.kevlo2016-06-091-1/+1
* Test for strchr(3) returning NULL, not 0ngie2016-06-081-1/+1
* Fix up r300385ngie2016-05-241-2/+3
* Remove redundant NULLing of outbuf_pmapngie2016-05-241-1/+0
* Use reallocf instead of malloc to fix leak with outbuf_pmapngie2016-05-241-1/+3
* nis_rpcent: don't leak resultbuf from yp_first(..)/yp_next(..)ngie2016-05-221-0/+2
* Call endnetconfig on nc_handle sooner to avoid leaking nc_handle if tmpnconfngie2016-05-221-1/+1
* getnetid(..): consistently fclose fd at the end of the functionngie2016-05-221-11/+15
* Don't leak `handle` if svc_tp_create(..) succeeds and allocating a newngie2016-05-221-1/+3
* Don't leak `tmp` if `p->nc_lookups` can't be mallocedngie2016-05-221-0/+1
* libc: spelling fixes.pfg2016-04-307-11/+11
* libc: do not include <sys/types.h> where <sys/param.h> was already includedavos2016-04-183-3/+0
* libc: cleanup unnecessary semicolons (part 2).pfg2016-04-112-2/+2
* libc: replace 0 with NULL for pointers.pfg2016-04-104-13/+13
* Stray tabs and spaces.pfg2016-03-051-8/+8
* Work around aliasing issues detected in modern GCC.pfg2016-03-041-16/+20
* RPC: update the getrpcbyname() definition to include a const qualifier.pfg2016-02-262-3/+3
* rpc: fix failure to clear string by passing the wrong size to memset.pfg2016-02-261-1/+1
* Fix a mismerge from NetBSD in r162194 with `xdr_rpcb_entry_list_ptr(..)`ngie2016-01-121-2/+2
* Similar to r293704, fix theoretical leak of netconfig(3) resources inngie2016-01-111-2/+2
* Fix theoretical leak of netconfig(3) resources in svcunix_create(..)ngie2016-01-111-1/+1
* RPC: populate local address for rendezvous transporter.stas2015-12-101-2/+16
* Remove unnecessary `if (x)` tests before calling `free(x)`; free(3)ngie2015-11-0210-49/+25
* Use proper function prototypes.rodrigc2015-10-072-4/+4
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.rodrigc2015-09-2235-409/+235
* Use ANSI C prototypes.rodrigc2015-09-201-69/+31
* Use unsigned variable.rodrigc2015-09-011-1/+1
* Use ANSI C prototypes.rodrigc2015-09-015-12/+12
* Use correct function prototype for signal handler.rodrigc2015-09-011-2/+2
* Use ANSI C prototypes.rodrigc2015-09-011-21/+7
* Mark unused parameters to reduce gcc 4.9 warnings.rodrigc2015-09-011-2/+2
* Use ANSI C prototypes.rodrigc2015-09-0115-395/+180
* mdoc: fix functions declarationsbapt2015-04-261-1/+1
* libc: clean some set-but-not-used errors.pfg2015-02-182-4/+1
* rpc: Uninitialized pointer readpfg2015-02-021-1/+1
* Resource leakpfg2015-02-011-0/+1
* mdoc: improvements to SEE ALSO.joel2014-12-272-2/+2
* Remove an unused variable that would be better spelled __func__.brooks2014-10-241-1/+0
* Properly free resources in case of error.brueffer2014-05-021-8/+6
* Move definitions out of rpc_com so that the linker doesn't complain abouttheraven2014-04-062-2/+5
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}marcel2014-03-041-3/+3
OpenPOWER on IntegriCloud