Age | Commit message (Expand) | Author |
2016-03-02 | remove the Linux emulation code, no longer referenced by anything | Christian Weisgerber |
2015-05-06 | Pass a thread pointer instead of its file descriptor table to getsock(9). | Martin Pieuchot |
2015-01-30 | Fix mbuf leak in Linux compat setsockopt() in the error path when | Todd C. Miller |
2015-01-21 | Ubreak the tree by using "struct ifreq" instead of "struct linux_ifreq". | Martin Pieuchot |
2015-01-21 | Delete option COMPAT_43: support for pre-sa_len binaries has been obsolete | Philip Guenther |
2015-01-19 | Prefer linux_sockaddr over osockaddr, so the latter can go away. | Philip Guenther |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo |
2014-09-10 | Avoid possible use of uninitialized variable. | Mike Larkin |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-04-07 | Retire kernel support for SO_DONTROUTE, this time without breaking | Martin Pieuchot |
2014-03-28 | revert "Retire kernel support for SO_DONTROUTE" diff, which does bad things | Stuart Henderson |
2014-03-27 | Retire kernel support for SO_DONTROUTE, since the plan is to always | Martin Pieuchot |
2014-03-26 | Move p_emul and p_sigcode from proc to process. | Philip Guenther |
2014-02-13 | Instead of iterating over the per-interface list of addresses to | Martin Pieuchot |
2014-01-23 | adjust a comment or two | Ted Unangst |
2012-06-26 | Don't ignore SOCK_CLOEXEC and SOCK_NONBLOCK. | Paul Irofti |
2012-06-19 | Add socket type mask to filter out implementation specific flags. | Paul Irofti |
2012-04-22 | Add struct proc * argument to FRELE() and FILE_SET_MATURE() in | Philip Guenthe |
2011-12-03 | add support for MSG_NOSIGNAL. | Federico G. Schwindt |
2011-09-19 | Fix Unix socket handling when the length is too large by trimming. | Paul Irofti |
2011-07-09 | begone, fucking rotten appletalk shit. ok room | Henning Brauer |
2011-07-07 | remove all the old COMPAT_43 syscalls. The option itself remains for | Ted Unangst |
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 |