aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/rpc
Commit message (Expand)AuthorAgeFilesLines
...
* Call endnetconfig on nc_handle sooner to avoid leaking nc_handle if tmpnconfEnji Cooper2016-05-221-1/+1
* getnetid(..): consistently fclose fd at the end of the functionEnji Cooper2016-05-221-11/+15
* Don't leak `handle` if svc_tp_create(..) succeeds and allocating a newEnji Cooper2016-05-221-1/+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-307-11/+11
* libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk2016-04-183-3/+0
* libc: cleanup unnecessary semicolons (part 2).Pedro F. Giffuni2016-04-112-2/+2
* libc: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-104-13/+13
* Stray tabs and spaces.Pedro F. Giffuni2016-03-051-8/+8
* Work around aliasing issues detected in modern GCC.Pedro F. Giffuni2016-03-041-16/+20
* RPC: update the getrpcbyname() definition to include a const qualifier.Pedro F. Giffuni2016-02-262-3/+3
* rpc: fix failure to clear string by passing the wrong size to memset.Pedro F. Giffuni2016-02-261-1/+1
* Fix a mismerge from NetBSD in r162194 with `xdr_rpcb_entry_list_ptr(..)`Enji Cooper2016-01-121-2/+2
* Similar to r293704, fix theoretical leak of netconfig(3) resources inEnji Cooper2016-01-111-2/+2
* Fix theoretical leak of netconfig(3) resources in svcunix_create(..)Enji Cooper2016-01-111-1/+1
* RPC: populate local address for rendezvous transporter.Stanislav Sedov2015-12-101-2/+16
* Remove unnecessary `if (x)` tests before calling `free(x)`; free(3)Enji Cooper2015-11-0210-49/+25
* Use proper function prototypes.Craig Rodrigues2015-10-072-4/+4
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-2235-409/+235
* Use ANSI C prototypes.Craig Rodrigues2015-09-201-69/+31
* Use unsigned variable.Craig Rodrigues2015-09-011-1/+1
* Use ANSI C prototypes.Craig Rodrigues2015-09-015-12/+12
* Use correct function prototype for signal handler.Craig Rodrigues2015-09-011-2/+2
* Use ANSI C prototypes.Craig Rodrigues2015-09-011-21/+7
* Mark unused parameters to reduce gcc 4.9 warnings.Craig Rodrigues2015-09-011-2/+2
* Use ANSI C prototypes.Craig Rodrigues2015-09-0115-395/+180
* mdoc: fix functions declarationsBaptiste Daroussin2015-04-261-1/+1
* libc: clean some set-but-not-used errors.Pedro F. Giffuni2015-02-182-4/+1
* rpc: Uninitialized pointer readPedro F. Giffuni2015-02-021-1/+1
* Resource leakPedro F. Giffuni2015-02-011-0/+1
* mdoc: improvements to SEE ALSO.Joel Dahl2014-12-272-2/+2
* Remove an unused variable that would be better spelled __func__.Brooks Davis2014-10-241-1/+0
* Properly free resources in case of error.Christian Brueffer2014-05-021-8/+6
* Move definitions out of rpc_com so that the linker doesn't complain aboutDavid Chisnall2014-04-062-2/+5
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-041-3/+3
* There is no file under SISSL after license replacement in r258581.Hiroki Sato2013-11-251-335/+0
* Replace Sun Industry Standards Source License for Sun RPC code with aHiroki Sato2013-11-252-89/+48
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,Hiroki Sato2013-11-2551-1333/+1305
* Assign the len field of the netbuf structure to the current length ofKevin Lo2013-03-011-1/+1
* rpc: convert all uid and gid variables to u_int.Pedro F. Giffuni2012-10-044-7/+8
* rpc: convert all uid and gid variables of the type uid_t and gid_t.Pedro F. Giffuni2012-10-031-3/+3
* rpc: convert all uid and gid variables of the type uid_t and gid_t.Pedro F. Giffuni2012-10-031-5/+5
* libtirpc: be sure to free cl_netid and cl_tpPedro F. Giffuni2012-10-021-0/+4
* Fix __rpc_getconfipPedro F. Giffuni2012-10-021-2/+4
* RPC: Convert all uid and gid variables of the type uid_t and gid_t.Pedro F. Giffuni2012-10-024-11/+9
* Complete revert of r239963:Pedro F. Giffuni2012-09-278-41/+19
* Partial revert of r239963:Pedro F. Giffuni2012-09-241-4/+0
* Rework all non-contributed files that use `struct timezone'.Ed Schouten2012-09-012-2/+2
* Bring some changes from Bull's NFSv4 libtirpc implementation.Pedro F. Giffuni2012-09-019-19/+45
* Jump to the failed label instead of doing cleanup ourselves.Christian Brueffer2012-07-151-2/+1