summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/sctp_sys_calls.c
Commit message (Expand)AuthorAgeFilesLines
* - take out a needless panic under invariants for sctp_output.crrs2007-07-241-6/+107
* - Modular congestion control, with RFC2581 being the default.rrs2007-07-141-7/+13
* - Removes some incorrect error returns (errno was being overriden inrrs2007-07-021-4/+2
* Add missing semi-colon.mjacob2007-06-261-1/+1
* - Fix wrong error return (the errno was being returned and not placedrrs2007-06-251-10/+24
* - Fix incorrect error return on sctp_getaddrlenrrs2007-06-221-3/+3
* - Validate incoming addresses and sizes for connectx and bindx.rrs2007-06-111-5/+16
* -Fix so getoptinfo() is in conformance with socket api (itrrs2007-05-161-32/+33
* - Sysctl's move to seperate filerrs2007-03-151-6/+11
* Fixes build breakage.. invalid type casts.. and invalidrrs2007-02-221-6/+6
* Fixes __FreeBSD__ being present (they should not)rrs2007-02-221-6/+4
* Adds a performance improvement for when sctp_sendx isrrs2007-02-221-23/+43
* Consistently use a socklen_t type where required, and eliminaterodrigc2006-12-161-6/+6
* This adds the "system calls"rrs2006-12-151-0/+828
OpenPOWER on IntegriCloud