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
/
uipc_socket.c
Age
Commit message (
Expand
)
Author
1998-07-28
Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t...
Todd C. Miller
1998-02-14
add seperate so_euid & so_ruid to struct socket, so that identd is still fast...
Theo de Raadt
1998-01-06
so_linger is in seconds
Theo de Raadt
1997-11-15
for shutdown(2), if "how" is not 0-2, return EINVAL
Theo de Raadt
1997-11-11
MSG_EOR on SOCK_STREAM is invalid; wollman
Theo de Raadt
1997-08-31
for non-tty TIOCSPGRP/F_SETOWN/FIOSETOWN pgid setting calls, store uid
Theo de Raadt
1997-08-31
mbuf leak repair; mycroft@netbsd
Theo de Raadt
1997-06-29
constrain lowwater >= highwater
Theo de Raadt
1997-06-23
oops
Theo de Raadt
1997-06-23
for SO_SND*/SO_RCV*, clip low-end of parameter to 1
Theo de Raadt
1997-06-06
SO_SNDTIMEO tv_usec calc error; stevens, vol2, p548
Theo de Raadt
1997-02-28
Moved IPsec socket state to the PCB.
Angelos D. Keromytis
1997-02-28
New variables for system-wide security default levels.
Angelos D. Keromytis
1997-02-28
IPsec socket API additions.
Angelos D. Keromytis
1996-12-16
uiomove not checked for failure; wpaul@skynet.ctr.columbia.edu
Theo de Raadt
1996-09-20
`solve' the syn bomb problem as well as currently known; add sysctl's for
Theo de Raadt
1996-08-24
change to so_uid, also fix a missing credential found by dm
Theo de Raadt
1996-08-14
incorrect size calculation in mbuf copying, netbsd pr#2692; fix from explorer...
Theo de Raadt
1996-08-05
struct socket gets so_ucred; permit only same uid or root to do port takeover.
Theo de Raadt
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1996-03-03
from NetBSD: so it compiles now again ;)
Michael Shalayeff
1995-10-18
initial import of NetBSD tree
Theo de Raadt