index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
rpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r320494: Fix double free by reverting r300385 and r300624 which was
delphij
2017-07-03
1
-3
/
+1
*
MFC r320216: Fix use-after-free introduced in r300388.
delphij
2017-06-25
1
-1
/
+2
*
MFC r319369:
delphij
2017-06-06
3
-12
/
+22
*
MFC r317660, r317710
brooks
2017-05-15
1
-4
/
+6
*
MFC r315162:
pfg
2017-04-07
1
-2
/
+2
*
MFC r303889:
pfg
2016-09-08
1
-1
/
+1
*
Use on crypto.x and rpc.x from the source tree.
bdrewery
2016-06-28
1
-1
/
+1
*
libc/rpc: Make use of some xdr_* macros. (part 2)
pfg
2016-06-09
3
-19
/
+19
*
libc/rpc: Make use of some xdr_* macros.
pfg
2016-06-09
2
-7
/
+7
*
Fix the rpcb_getaddr() definition to match its declaration.
kevlo
2016-06-09
1
-1
/
+1
*
Test for strchr(3) returning NULL, not 0
ngie
2016-06-08
1
-1
/
+1
*
Fix up r300385
ngie
2016-05-24
1
-2
/
+3
*
Remove redundant NULLing of outbuf_pmap
ngie
2016-05-24
1
-1
/
+0
*
Use reallocf instead of malloc to fix leak with outbuf_pmap
ngie
2016-05-24
1
-1
/
+3
*
nis_rpcent: don't leak resultbuf from yp_first(..)/yp_next(..)
ngie
2016-05-22
1
-0
/
+2
*
Call endnetconfig on nc_handle sooner to avoid leaking nc_handle if tmpnconf
ngie
2016-05-22
1
-1
/
+1
*
getnetid(..): consistently fclose fd at the end of the function
ngie
2016-05-22
1
-11
/
+15
*
Don't leak `handle` if svc_tp_create(..) succeeds and allocating a new
ngie
2016-05-22
1
-1
/
+3
*
Don't leak `tmp` if `p->nc_lookups` can't be malloced
ngie
2016-05-22
1
-0
/
+1
*
libc: spelling fixes.
pfg
2016-04-30
7
-11
/
+11
*
libc: do not include <sys/types.h> where <sys/param.h> was already included
avos
2016-04-18
3
-3
/
+0
*
libc: cleanup unnecessary semicolons (part 2).
pfg
2016-04-11
2
-2
/
+2
*
libc: replace 0 with NULL for pointers.
pfg
2016-04-10
4
-13
/
+13
*
Stray tabs and spaces.
pfg
2016-03-05
1
-8
/
+8
*
Work around aliasing issues detected in modern GCC.
pfg
2016-03-04
1
-16
/
+20
*
RPC: update the getrpcbyname() definition to include a const qualifier.
pfg
2016-02-26
2
-3
/
+3
*
rpc: fix failure to clear string by passing the wrong size to memset.
pfg
2016-02-26
1
-1
/
+1
*
Fix a mismerge from NetBSD in r162194 with `xdr_rpcb_entry_list_ptr(..)`
ngie
2016-01-12
1
-2
/
+2
*
Similar to r293704, fix theoretical leak of netconfig(3) resources in
ngie
2016-01-11
1
-2
/
+2
*
Fix theoretical leak of netconfig(3) resources in svcunix_create(..)
ngie
2016-01-11
1
-1
/
+1
*
RPC: populate local address for rendezvous transporter.
stas
2015-12-10
1
-2
/
+16
*
Remove unnecessary `if (x)` tests before calling `free(x)`; free(3)
ngie
2015-11-02
10
-49
/
+25
*
Use proper function prototypes.
rodrigc
2015-10-07
2
-4
/
+4
*
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
rodrigc
2015-09-22
35
-409
/
+235
*
Use ANSI C prototypes.
rodrigc
2015-09-20
1
-69
/
+31
*
Use unsigned variable.
rodrigc
2015-09-01
1
-1
/
+1
*
Use ANSI C prototypes.
rodrigc
2015-09-01
5
-12
/
+12
*
Use correct function prototype for signal handler.
rodrigc
2015-09-01
1
-2
/
+2
*
Use ANSI C prototypes.
rodrigc
2015-09-01
1
-21
/
+7
*
Mark unused parameters to reduce gcc 4.9 warnings.
rodrigc
2015-09-01
1
-2
/
+2
*
Use ANSI C prototypes.
rodrigc
2015-09-01
15
-395
/
+180
*
mdoc: fix functions declarations
bapt
2015-04-26
1
-1
/
+1
*
libc: clean some set-but-not-used errors.
pfg
2015-02-18
2
-4
/
+1
*
rpc: Uninitialized pointer read
pfg
2015-02-02
1
-1
/
+1
*
Resource leak
pfg
2015-02-01
1
-0
/
+1
*
mdoc: improvements to SEE ALSO.
joel
2014-12-27
2
-2
/
+2
*
Remove an unused variable that would be better spelled __func__.
brooks
2014-10-24
1
-1
/
+0
*
Properly free resources in case of error.
brueffer
2014-05-02
1
-8
/
+6
*
Move definitions out of rpc_com so that the linker doesn't complain about
theraven
2014-04-06
2
-2
/
+5
*
Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}
marcel
2014-03-04
1
-3
/
+3
[next]