summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_socket.c
AgeCommit message (Expand)Author
2009-09-05Fix various cases of stackgap_alloc() size arguments not being computedMiod Vallat
2009-02-19sys/types.h or sys/param.h MUST BE FIRSTTheo de Raadt
2008-06-10Allow linux binaries to call setsockopt(,TCPNODELAY,) on a AF_LOCALMatthieu Herrb
2007-06-06put IPX in the unsupported boatHenning Brauer
2006-03-05Use more queue macros rather than doing it by hand; ok otto@ krw@Miod Vallat
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
2005-06-07remove CCITT handlingHenning Brauer
2004-07-08we don't care about copyout's success. add a comment to appease sturm@Ted Unangst
2003-11-25Make SIOCGIFHWADDR work. ok mickey@Thomas Nordin
2003-07-24after sys_sendmsg, change control message level back in case somebody looksTed Unangst
2003-01-21Do not do multiple stackgap_init calls in the same syscall execution,Niklas Hallqvist
2002-12-10pass p->p_emul to stackgap_init(), not 0 to be consistent.Federico G. Schwindt
2002-12-10fix setsockopt SO_REUSEADDR under linux emul; from NetBSD.Federico G. Schwindt
2002-11-27do address translation for for socket syscalls that pass addresses inJason Ish
2002-08-09Correct the size arg to copyout.Aaron Campbell
2002-08-09socket flags are not inherited via accept() on linux; found and testedFederico G. Schwindt
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-13FREF/FRELE where required due to fd_getfile.jasoni
2002-02-06emulate linux behaviour by passing ioctl's down to the underlying devicejasoni
2001-06-21translate LINUX_AF_INET6 (10) into AF_INET6.Jun-ichiro itojun Hagino
2001-05-24style/cleanup (of function headers)jasoni
2000-07-23OpenBSD -> NetBSD where previously missed.jasoni
1999-02-10more ioctl supportTheo de Raadt
1999-02-10IP_HDRINCL support, will need tweaking; freebsdTheo de Raadt
1998-07-19no; linux connect() appears busted in blocking mode tooTheo de Raadt
1998-07-13oops; mwp@aba.net.auTheo de Raadt
1998-04-25Aparently the socketpair bug is fixed in current Linux kernels soTodd C. Miller
1998-04-25Linux has SHUT_RD and SHUT_WR reversed in the ``how'' argument. PresumablyTodd C. Miller
1998-02-10recover from lint changes elsewhere, not completely testedTheo de Raadt
1998-02-07emulate linux connect() braindamage even better -- only do so on asyncTheo de Raadt
1997-12-14support IP_HDRINCLTheo de Raadt
1997-12-10add GIFMETRIC and GIFMTUNiels Provos
1997-12-10emulate linux SIOCGIFHWADDR; stolen from freebsd; not tested yetTheo de Raadt
1997-11-27oh, connect() semantics are EVEN WORSETheo de Raadt
1997-11-26If using async connect(), after select for writeable, if getpeername()Theo de Raadt
1997-11-26indentTheo de Raadt
1996-04-17Good fixes and changes from latest Net.Michael Shalayeff
1996-03-08From NetBSD:Michael Shalayeff
1995-10-18initial import of NetBSD treeTheo de Raadt