aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* Fix two KTRACE related bugs.Michael Tuexen2015-06-191-0/+8
* Replace struct filedesc argument in getsock_cap with struct threadMateusz Guzik2015-04-111-4/+4
* fd: remove filedesc argument from fdcloseMateusz Guzik2015-04-111-1/+1
* Avoid dynamic syscall overhead for statically compiled modules.Mateusz Guzik2014-10-261-2/+2
* Move the SCTP syscalls to netinet with the rest of the SCTP code. TheMarcel Moolenaar2014-10-091-0/+588