summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_socket.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* test mbuf pointers against NULL not 0jsg2015-05-131-6/+6
* bzero -> memset. for the speeds.tedu2014-07-131-2/+2
* Eliminates struct pcred by moving the real and saved ugids intoguenther2014-03-301-2/+2
* poll(2) on a socket should set POLLHUP on EOF. This makes themillert2013-09-281-2/+5
* remove some obsolete caststedu2013-04-051-7/+6
* Changing the socket buffer flags sb_flags was not interrupt safebluhm2013-01-151-3/+3
* fix PR 6082: do not create more fd's than will fit in the message onotto2009-02-221-2/+3
* A closed, disconnected, or otherwise failed socket is still a socketderaadt2008-10-021-2/+10
* Deal with the situation when TCP nfs mounts timeout and processesthib2008-05-231-3/+3
* exclude control data from the number of bytes returned by FIONREAD ioctl()kurt2007-02-261-2/+2
* ansi/deregister. No binary change.jsg2005-12-131-28/+8
* Replace select backends with poll backends. selscan() and pollscan()millert2003-09-231-33/+28
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Add a fo_stat member to struct fileops. Used soon.art2001-05-141-2/+2
* More generic arguments to soo_stat.art2001-05-141-4/+6
* port kqueue changes from freebsd, plus all required openbsd glue.provos2001-03-011-3/+5
* Change struct file interface methods read and write to pass file offset incsapuntz2000-04-191-3/+5
* for non-tty TIOCSPGRP/F_SETOWN/FIOSETOWN pgid setting calls, store uidderaadt1997-08-311-1/+4
* OpenBSD tagsniklas1997-02-241-0/+1
* initial import of NetBSD treederaadt1995-10-181-0/+204