aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* netinet silence warningsMatt Macy2018-05-191-1/+1
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-1/+0
* Correct sysent flags for dynamically loaded syscalls.Konstantin Belousov2017-07-141-4/+4
* Listening sockets improvements.Gleb Smirnoff2017-06-081-19/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Use getsock_cap() instead of deprecated fgetsock().Gleb Smirnoff2017-01-131-4/+5
* capsicum: propagate rights on accept(2)Mariusz Zaborski2016-09-221-3/+3
* netinet: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-1/+1
* 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