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