Age | Commit message (Expand) | Author |
2009-09-05 | Fix various cases of stackgap_alloc() size arguments not being computed | Miod Vallat |
2009-02-19 | sys/types.h or sys/param.h MUST BE FIRST | Theo de Raadt |
2008-06-10 | Allow linux binaries to call setsockopt(,TCPNODELAY,) on a AF_LOCAL | Matthieu Herrb |
2007-06-06 | put IPX in the unsupported boat | Henning Brauer |
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 |