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
/
compat
/
linux
/
linux_socket.c
Age
Commit message (
Expand
)
Author
2006-03-05
Use more queue macros rather than doing it by hand; ok otto@ krw@
Miod Vallat
2005-11-21
Move contents of sys/select.h to sys/selinfo.h in preparation for a
Todd C. Miller
2005-06-07
remove CCITT handling
Henning Brauer
2004-07-08
we don't care about copyout's success. add a comment to appease sturm@
Ted Unangst
2003-11-25
Make SIOCGIFHWADDR work. ok mickey@
Thomas Nordin
2003-07-24
after sys_sendmsg, change control message level back in case somebody looks
Ted Unangst
2003-01-21
Do not do multiple stackgap_init calls in the same syscall execution,
Niklas Hallqvist
2002-12-10
pass p->p_emul to stackgap_init(), not 0 to be consistent.
Federico G. Schwindt
2002-12-10
fix setsockopt SO_REUSEADDR under linux emul; from NetBSD.
Federico G. Schwindt
2002-11-27
do address translation for for socket syscalls that pass addresses in
Jason Ish
2002-08-09
Correct the size arg to copyout.
Aaron Campbell
2002-08-09
socket flags are not inherited via accept() on linux; found and tested
Federico G. Schwindt
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-13
FREF/FRELE where required due to fd_getfile.
jasoni
2002-02-06
emulate linux behaviour by passing ioctl's down to the underlying device
jasoni
2001-06-21
translate LINUX_AF_INET6 (10) into AF_INET6.
Jun-ichiro itojun Hagino
2001-05-24
style/cleanup (of function headers)
jasoni
2000-07-23
OpenBSD -> NetBSD where previously missed.
jasoni
1999-02-10
more ioctl support
Theo de Raadt
1999-02-10
IP_HDRINCL support, will need tweaking; freebsd
Theo de Raadt
1998-07-19
no; linux connect() appears busted in blocking mode too
Theo de Raadt
1998-07-13
oops; mwp@aba.net.au
Theo de Raadt
1998-04-25
Aparently the socketpair bug is fixed in current Linux kernels so
Todd C. Miller
1998-04-25
Linux has SHUT_RD and SHUT_WR reversed in the ``how'' argument. Presumably
Todd C. Miller
1998-02-10
recover from lint changes elsewhere, not completely tested
Theo de Raadt
1998-02-07
emulate linux connect() braindamage even better -- only do so on async
Theo de Raadt
1997-12-14
support IP_HDRINCL
Theo de Raadt
1997-12-10
add GIFMETRIC and GIFMTU
Niels Provos
1997-12-10
emulate linux SIOCGIFHWADDR; stolen from freebsd; not tested yet
Theo de Raadt
1997-11-27
oh, connect() semantics are EVEN WORSE
Theo de Raadt
1997-11-26
If using async connect(), after select for writeable, if getpeername()
Theo de Raadt
1997-11-26
indent
Theo de Raadt
1996-04-17
Good fixes and changes from latest Net.
Michael Shalayeff
1996-03-08
From NetBSD:
Michael Shalayeff
1995-10-18
initial import of NetBSD tree
Theo de Raadt