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
/
sctp_sys_calls.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright date.
tuexen
2012-05-23
1
-2
/
+3
*
Remove debug output.
tuexen
2012-05-04
1
-1
/
+0
*
Address warnings found by clang.
tuexen
2011-12-17
1
-36
/
+28
*
Fix a bug where sctp_sendmdg() uses uninitialized memory.
tuexen
2011-12-15
1
-0
/
+1
*
Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.
tuexen
2011-11-20
1
-0
/
+3
*
The result of a joint work between rrs@ and myself at the IETF:
tuexen
2011-08-03
1
-0
/
+3
*
Add SCTP_MAX_BURST support to sctp_opt_info().
tuexen
2011-06-17
1
-0
/
+3
*
Update the list of supported socket options for sctp_opt_info().
tuexen
2011-06-17
1
-3
/
+6
*
Fix two typos and remove redundant code.
tuexen
2011-06-16
1
-5
/
+2
*
* Fix the handling of addresses in sctp_sendv().
tuexen
2011-06-16
1
-42
/
+83
*
Add support for the newly added SCTP API.
tuexen
2011-06-15
1
-21
/
+253
*
* Update copyright notice.
tuexen
2011-05-05
1
-78
/
+63
*
If a user calls sctp_sendx() with a NULL
rrs
2010-07-07
1
-0
/
+5
*
Increment 'sa' at the end of the loop; otherwise, only the first
brucec
2010-07-05
1
-1
/
+1
*
Use ISO C99 integer types instead of the BSD-specific u_int*_t.
brucec
2010-07-04
1
-13
/
+13
*
Remove extra semicolon.
brucec
2010-01-31
1
-1
/
+1
*
- take out a needless panic under invariants for sctp_output.c
rrs
2007-07-24
1
-6
/
+107
*
- Modular congestion control, with RFC2581 being the default.
rrs
2007-07-14
1
-7
/
+13
*
- Removes some incorrect error returns (errno was being overriden in
rrs
2007-07-02
1
-4
/
+2
*
Add missing semi-colon.
mjacob
2007-06-26
1
-1
/
+1
*
- Fix wrong error return (the errno was being returned and not placed
rrs
2007-06-25
1
-10
/
+24
*
- Fix incorrect error return on sctp_getaddrlen
rrs
2007-06-22
1
-3
/
+3
*
- Validate incoming addresses and sizes for connectx and bindx.
rrs
2007-06-11
1
-5
/
+16
*
-Fix so getoptinfo() is in conformance with socket api (it
rrs
2007-05-16
1
-32
/
+33
*
- Sysctl's move to seperate file
rrs
2007-03-15
1
-6
/
+11
*
Fixes build breakage.. invalid type casts.. and invalid
rrs
2007-02-22
1
-6
/
+6
*
Fixes __FreeBSD__ being present (they should not)
rrs
2007-02-22
1
-6
/
+4
*
Adds a performance improvement for when sctp_sendx is
rrs
2007-02-22
1
-23
/
+43
*
Consistently use a socklen_t type where required, and eliminate
rodrigc
2006-12-16
1
-6
/
+6
*
This adds the "system calls"
rrs
2006-12-15
1
-0
/
+828