summaryrefslogtreecommitdiff
path: root/sys/kern/sys_socket.c
AgeCommit message (Expand)Author
2015-12-05remove stale lint annotationsTed Unangst
2015-05-13test mbuf pointers against NULL not 0Jonathan Gray
2014-07-13bzero -> memset. for the speeds.Ted Unangst
2014-03-30Eliminates struct pcred by moving the real and saved ugids intoPhilip Guenther
2013-09-28poll(2) on a socket should set POLLHUP on EOF. This makes theTodd C. Miller
2013-04-05remove some obsolete castsTed Unangst
2013-01-15Changing the socket buffer flags sb_flags was not interrupt safeAlexander Bluhm
2009-02-22fix PR 6082: do not create more fd's than will fit in the message onOtto Moerbeek
2008-10-02A closed, disconnected, or otherwise failed socket is still a socketTheo de Raadt
2008-05-23Deal with the situation when TCP nfs mounts timeout and processesThordur I. Bjornsson
2007-02-26exclude control data from the number of bytes returned by FIONREAD ioctl()Kurt Miller
2005-12-13ansi/deregister. No binary change.Jonathan Gray
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2001-05-14Add a fo_stat member to struct fileops. Used soon.Artur Grabowski
2001-05-14More generic arguments to soo_stat.Artur Grabowski
2001-03-01port kqueue changes from freebsd, plus all required openbsd glue.Niels Provos
2000-04-19Change struct file interface methods read and write to pass file offset inConstantine Sapuntzakis
1997-08-31for non-tty TIOCSPGRP/F_SETOWN/FIOSETOWN pgid setting calls, store uidTheo de Raadt
1997-02-24OpenBSD tagsNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt