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
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename dprintf into dbg_printf to avoid collision with dprintf(3)
bapt
2016-05-10
1
-10
/
+10
*
libc: spelling fixes.
pfg
2016-04-30
6
-7
/
+7
*
Minor indentation issue.
pfg
2016-04-20
1
-2
/
+1
*
libc: use our roundup2/rounddown2() macros when param.h is available.
pfg
2016-04-20
2
-5
/
+5
*
libc: do not include <sys/types.h> where <sys/param.h> was already included
avos
2016-04-18
12
-13
/
+1
*
libc: make some more use of the nitems() macro.
pfg
2016-04-16
2
-5
/
+5
*
libc: cleanup unnecessary semicolons.
pfg
2016-04-11
1
-7
/
+7
*
libc: replace 0 with NULL for pointers.
pfg
2016-04-10
4
-5
/
+6
*
Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.
bdrewery
2016-03-26
1
-1
/
+0
*
sendmsg(3) -> sendmsg(2)
trasz
2016-02-29
2
-2
/
+2
*
Replace nslexer.l->nslexer.c custom rule with a -D CFLAG.
bdrewery
2016-01-27
1
-8
/
+3
*
nslexer.c does not depend on nsparser.h.
bdrewery
2016-01-27
1
-1
/
+1
*
sctp_sendx() needs to provide the assoc_id back.
tuexen
2016-01-24
1
-2
/
+7
*
sctp_sendv() needs to fill in the association id on return.
tuexen
2016-01-24
1
-0
/
+7
*
Remove _gethostbynisname() and _gethostbynisaddr(). These functions
ume
2015-12-25
2
-57
/
+0
*
We don't need to use a temporary buffer, here.
ume
2015-12-22
1
-7
/
+3
*
Use _map_v4v6_address().
ume
2015-12-21
1
-4
/
+3
*
Simplify _map_v4v6_address().
ume
2015-12-21
1
-7
/
+3
*
If we end up following a CNAME chain that does not find
ume
2015-12-21
1
-1
/
+6
*
libc: Use namespace.h in a few more files.
jilles
2015-12-20
1
-5
/
+7
*
addrinfo.ai_family is an address family, not a protocol family.
ume
2015-12-20
1
-8
/
+8
*
Use _map_v4v6_address().
ume
2015-12-18
1
-4
/
+3
*
Add AI_V4MAPPED and AI_ALL support for getaddrinfo(3).
ume
2015-12-18
2
-28
/
+174
*
RFC 3493 requires ignoring the loopback address for A_ADDRCONFIG.
ume
2015-12-12
1
-1
/
+1
*
The calls to RES_SET_H_ERRNO() macro on error paths wind up
ume
2015-12-10
1
-1
/
+2
*
sdl->sdl_len in sockaddr_dl can be longer than
hrs
2015-11-03
1
-3
/
+13
*
- address grammar
jgh
2015-10-05
1
-7
/
+6
*
- Move PF_LOCAL at the end of the array. PF_INET{,6} is used more often.
hrs
2015-10-03
1
-7
/
+9
*
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
rodrigc
2015-09-20
1
-45
/
+16
*
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
rodrigc
2015-09-20
9
-49
/
+20
*
Add declarations to netdb_private.h to eliminate -Wmissing-prototypes warnings.
rodrigc
2015-09-20
5
-20
/
+20
*
Add declarations to eliminate -Wmissing-prototypes warnings
rodrigc
2015-09-20
1
-0
/
+10
*
Define _NS_PRIVATE to make declarations visible.
rodrigc
2015-09-20
1
-0
/
+1
*
Add missing includes to eliminate -Wmissing-prototypes warnings
rodrigc
2015-09-20
2
-0
/
+3
*
Add PF_LOCAL support in getaddrinfo(3) and getnameinfo(3):
hrs
2015-09-20
4
-78
/
+205
*
libc: Consistently call _ioctl() internally, not ioctl().
jilles
2015-09-19
1
-1
/
+3
*
Zero out a local variable also when PURIFY is not defined.
tuexen
2015-09-10
1
-2
/
+0
*
- Fix SIGSEGV when sa == NULL. NULL check in getnameinfo_inet()
hrs
2015-09-09
1
-12
/
+8
*
- snprintf() returns at most size-1 of the chars printed into
hrs
2015-09-02
1
-10
/
+6
*
Print sdl->sdl_data when sdl->sdl_nlen > 0 as link_ntoa(3) does.
hrs
2015-09-01
1
-6
/
+18
*
Switch libc from using _sig{procmask,action,suspend} symbols, which
kib
2015-08-29
1
-5
/
+6
*
- ANSIfy
delphij
2015-08-18
1
-10
/
+5
*
Fix name of a constant.
tuexen
2015-06-14
1
-2
/
+2
*
recv(),send(): Directly call interposing entry instead of going through PLT.
jilles
2015-05-10
2
-2
/
+10
*
A complete user message is signalled with the MSG_EOR flag, not the MSG_EOF
tuexen
2015-04-23
1
-3
/
+3
*
Stop including if_var.h from userland.
glebius
2015-04-06
2
-2
/
+0
*
Add an SCTP symbol which was missed in
tuexen
2015-03-28
1
-0
/
+1
*
Add a SCTP socket option to limit the cwnd for each path.
tuexen
2015-03-10
1
-0
/
+3
*
eui64_line(): plug memory leak.
pfg
2015-02-27
1
-0
/
+1
*
Hint out check for unsigned negative values.
pfg
2015-02-27
1
-1
/
+1
[next]