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
...
*
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
*
Various mdoc fixes and a few EOL whitespace removals.
brueffer
2014-12-21
3
-5
/
+5
*
Initilize the msg_flags field consistently in all code paths.
tuexen
2014-12-17
1
-1
/
+4
*
Fix a typo reported by Lennart Grahl.
tuexen
2014-12-10
1
-1
/
+1
*
ANSIfy b64_pton
emaste
2014-11-27
1
-4
/
+1
*
Fix b64_pton output buffer overrun test for exact-sized buffer
emaste
2014-11-25
1
-7
/
+15
*
Fix ifa_data description.
pluknet
2014-11-25
1
-12
/
+10
*
The fallback flag in nsdispatch prevents the fallback implementation of
des
2014-11-25
1
-9
/
+16
*
Renove faith(4) and faithd(8) from base. It looks like industry
melifaro
2014-11-09
2
-53
/
+0
*
Eliminate conf_lock and instead rely on the NSS write lock to protect
markj
2014-10-24
1
-8
/
+5
*
Add support for the SCTP_PR_STREAM_STATUS and SCTP_PR_ASSOC_STATUS
tuexen
2014-08-13
1
-0
/
+6
*
Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTED
tuexen
2014-08-12
1
-0
/
+7
*
Const-ify character string
pfg
2014-08-07
1
-1
/
+1
*
Add support for the SCTP_RECONFIG_SUPPORTED and the corresponding
tuexen
2014-08-04
1
-0
/
+3
*
Add support for the SCTP_PKTDROP_SUPPORTED socket option and
tuexen
2014-08-03
1
-0
/
+3
*
Add SCTP socket option SCTP_NRSACK_SUPPORTED to control the
tuexen
2014-08-03
1
-0
/
+3
*
Add support for the SCTP_PR_SUPPORTED socket option as specified in
tuexen
2014-08-02
1
-0
/
+3
*
Cleanup the ECN configuration handling and provide an SCTP socket
tuexen
2014-08-02
1
-0
/
+3
*
Clean r268867.
pfg
2014-07-19
1
-1
/
+1
*
Use unsigned optlen in getsourcefilter()
pfg
2014-07-19
1
-1
/
+2
*
Make generation of nslexer.c more robust.
jmmv
2014-07-14
1
-3
/
+5
*
Fix build with WITHOUT_INET6.
ume
2014-06-26
1
-0
/
+2
*
- Exclude loopback address rather than loopback interface.
ume
2014-06-26
1
-13
/
+27
*
Exclude IPv4 address from doing longest match.
ume
2014-06-23
1
-1
/
+2
*
use .Mt to mark up email addresses consistently (part4)
bapt
2014-06-23
2
-4
/
+2
*
Use SOCK_CLOEXEC.
ume
2014-06-19
1
-1
/
+1
*
Retooling addrconfig() to exclude addresses on loopback interfaces
ume
2014-06-18
1
-29
/
+62
*
Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks.
kevlo
2014-04-07
1
-0
/
+5
*
Accept RFC 2292 option values so that RFC 2292 compliant programs that
marcel
2014-04-05
1
-6
/
+18
*
Make ether_line really report an error when all input is invalid.
jmmv
2014-03-12
1
-5
/
+7
*
Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}
marcel
2014-03-04
1
-3
/
+3
*
libc/net: fix a portability issue
eadler
2014-02-05
1
-1
/
+1
*
libc/net: Fix some issues in inet6_opt_init() (from RFC 3542):
eadler
2014-02-04
1
-4
/
+1
*
Fix several bugs in sctp_bindx():
tuexen
2014-01-04
1
-9
/
+18
*
Remove an unused variable and fix a memory leak in sctp_connectx().
tuexen
2013-09-19
1
-3
/
+4
[prev]
[next]