| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove the Linux emulation code, no longer referenced by anything |  naddy | 2016-03-02 | 1 | -1511/+0 |
| * | Pass a thread pointer instead of its file descriptor table to getsock(9). |  mpi | 2015-05-06 | 1 | -2/+2 |
| * | Fix mbuf leak in Linux compat setsockopt() in the error path when |  millert | 2015-01-30 | 1 | -4/+5 |
| * | Ubreak the tree by using "struct ifreq" instead of "struct linux_ifreq". |  mpi | 2015-01-21 | 1 | -2/+2 |
| * | Delete option COMPAT_43: support for pre-sa_len binaries has been obsolete |  guenther | 2015-01-21 | 1 | -8/+22 |
| * | Prefer linux_sockaddr over osockaddr, so the latter can go away. |  guenther | 2015-01-19 | 1 | -183/+58 |
| * | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. |  mpi | 2014-12-05 | 1 | -1/+2 |
| * | Remove unnecessary netinet/in_systm.h include. |  lteo | 2014-10-25 | 1 | -2/+1 |
| * | Avoid possible use of uninitialized variable. |  mlarkin | 2014-09-10 | 1 | -2/+2 |
| * | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
| * | Retire kernel support for SO_DONTROUTE, this time without breaking |  mpi | 2014-04-07 | 1 | -3/+1 |
| * | revert "Retire kernel support for SO_DONTROUTE" diff, which does bad things |  sthen | 2014-03-28 | 1 | -1/+3 |
| * | Retire kernel support for SO_DONTROUTE, since the plan is to always |  mpi | 2014-03-27 | 1 | -3/+1 |
| * | Move p_emul and p_sigcode from proc to process. |  guenther | 2014-03-26 | 1 | -5/+5 |
| * | Instead of iterating over the per-interface list of addresses to |  mpi | 2014-02-13 | 1 | -12/+9 |
| * | adjust a comment or two |  tedu | 2014-01-23 | 1 | -8/+8 |
| * | Don't ignore SOCK_CLOEXEC and SOCK_NONBLOCK. |  pirofti | 2012-06-26 | 1 | -3/+36 |
| * | Add socket type mask to filter out implementation specific flags. |  pirofti | 2012-06-19 | 1 | -2/+2 |
| * | Add struct proc * argument to FRELE() and FILE_SET_MATURE() in |  guenther | 2012-04-22 | 1 | -3/+3 |
| * | add support for MSG_NOSIGNAL. |  fgsch | 2011-12-03 | 1 | -7/+32 |
| * | Fix Unix socket handling when the length is too large by trimming. |  pirofti | 2011-09-19 | 1 | -2/+6 |
| * | begone, fucking rotten appletalk shit. ok room |  henning | 2011-07-09 | 1 | -2/+2 |
| * | remove all the old COMPAT_43 syscalls. The option itself remains for |  tedu | 2011-07-07 | 1 | -8/+92 |
| * | Fix various cases of stackgap_alloc() size arguments not being computed |  miod | 2009-09-05 | 1 | -2/+2 |
| * | sys/types.h or sys/param.h MUST BE FIRST |  deraadt | 2009-02-19 | 1 | -2/+2 |
| * | Allow linux binaries to call setsockopt(,TCPNODELAY,) on a AF_LOCAL |  matthieu | 2008-06-10 | 1 | -16/+44 |
| * | put IPX in the unsupported boat |  henning | 2007-06-06 | 1 | -2/+2 |
| * | Use more queue macros rather than doing it by hand; ok otto@ krw@ |  miod | 2006-03-05 | 1 | -5/+3 |
| * | Move contents of sys/select.h to sys/selinfo.h in preparation for a |  millert | 2005-11-21 | 1 | -2/+2 |
| * | remove CCITT handling |  henning | 2005-06-07 | 1 | -4/+4 |
| * | we don't care about copyout's success. add a comment to appease sturm@ |  tedu | 2004-07-08 | 1 | -1/+2 |
| * | Make SIOCGIFHWADDR work. ok mickey@ |  nordin | 2003-11-25 | 1 | -2/+3 |
| * | after sys_sendmsg, change control message level back in case somebody looks |  tedu | 2003-07-24 | 1 | -3/+15 |
| * | Do not do multiple stackgap_init calls in the same syscall execution, |  niklas | 2003-01-21 | 1 | -23/+20 |
| * | pass p->p_emul to stackgap_init(), not 0 to be consistent. |  fgsch | 2002-12-10 | 1 | -5/+5 |
| * | fix setsockopt SO_REUSEADDR under linux emul; from NetBSD. |  fgsch | 2002-12-10 | 1 | -2/+9 |
| * | do address translation for for socket syscalls that pass addresses in |  ish | 2002-11-27 | 1 | -42/+323 |
| * | Correct the size arg to copyout. |  aaron | 2002-08-09 | 1 | -2/+2 |
| * | socket flags are not inherited via accept() on linux; found and tested |  fgsch | 2002-08-09 | 1 | -2/+17 |
| * | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -29/+29 |
| * | FREF/FRELE where required due to fd_getfile. |  jasoni | 2002-02-13 | 1 | -5/+9 |
| * | emulate linux behaviour by passing ioctl's down to the underlying device |  jasoni | 2002-02-06 | 1 | -4/+48 |
| * | translate LINUX_AF_INET6 (10) into AF_INET6. |  itojun | 2001-06-21 | 1 | -1/+3 |
| * | style/cleanup (of function headers) |  jasoni | 2001-05-24 | 1 | -100/+108 |
| * | OpenBSD -> NetBSD where previously missed. |  jasoni | 2000-07-23 | 1 | -6/+6 |
| * | more ioctl support |  deraadt | 1999-02-10 | 1 | -1/+21 |
| * | IP_HDRINCL support, will need tweaking; freebsd |  deraadt | 1999-02-10 | 1 | -1/+201 |
| * | no; linux connect() appears busted in blocking mode too |  deraadt | 1998-07-19 | 1 | -1/+5 |
| * | oops; mwp@aba.net.au |  deraadt | 1998-07-13 | 1 | -2/+2 |
| * | Aparently the socketpair bug is fixed in current Linux kernels so |  millert | 1998-04-25 | 1 | -9/+1 |