| Age | Commit message (Expand) | Author |
| 2005-09-24 | factor out some of the osockaddr, omsghdr code. | christos |
| 2005-05-03 | First work on COMPAT_LINUX/amd64 | manu |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2005-02-24 | Fix number of elements calculation when converting socket options. | martin |
| 2004-09-12 | if passed sockaddr has family AF_UNSPEC, use socket family of the socket | jdolecek |
| 2004-09-05 | linux_sa_get: g/c curproc use, we get the process as one of arguments | jdolecek |
| 2004-08-29 | in debug log, data dump is more useful unsigned | jdolecek |
| 2003-10-25 | Fix uninitialized variable warnings | christos |
| 2003-07-27 | More complete sendmsg(2) and recvmsg(2) emulation: | jdolecek |
| 2003-07-27 | add a cast appease gcc3.3 | mrg |
| 2003-07-23 | make credentials work on the i386 by passing the original msg structure. | christos |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-03-21 | Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'. | dsl |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-11-29 | Patch that actually works for previous, from Jaromir Dolecek. | fvdl |
| 2002-11-29 | setsockopt(IPPROTO_IPV6, IPV6_V6ONLY, 0) for AF_INET6 sockets, | itojun |
| 2002-11-28 | minor KNF (indent) | itojun |
| 2002-05-12 | Linux does not implement SO_REUSEPORT, but allows reuse of a | jschauma |
| 2002-04-08 | PR/16236: Joachim Koenig-Baltes: Linux emulation connect requires IPV6. | christos |
| 2002-03-29 | - #undef DPRINTF for files that are included from other files. | christos |
| 2002-03-16 | make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * | christos |
| 2001-11-13 | add RCSIDs (including regeneration of files as appropriate) | lukem |
| 2001-09-08 | Allow the old-style sockaddr_in6 for v6 addresses for which the | fvdl |
| 2001-07-04 | remove no longer used variable | jdolecek |
| 2001-07-04 | Do address family (AF_*) number translation for socket system calls which | jdolecek |
| 2001-06-25 | linux_getifhwaddr(): use strncmp() to find out if if_name starts with 'eth', | jdolecek |
| 2001-06-14 | Fix a partial construction problem that can cause race conditions | thorpej |
| 2001-03-29 | Don't do the ioctl call for the get hw addr case, all the work has | fvdl |
| 2001-02-05 | expose the definitions of MIN() and MAX() in sys/param.h to the kernel | chs |
| 2000-12-29 | Allow the EJUSTRETURN hack for PTIOCLINUX-passed through ioctl calls. | fvdl |
| 2000-12-22 | Don't do the syscall with modified ioctl command if we've successfully | fvdl |
| 2000-12-18 | Pass SIOC* calls that are done on devices (not sockets) through | fvdl |
| 2000-05-03 | Remove junk after #undef. | thorpej |
| 2000-03-30 | Kill register declarations. | augustss |
| 2000-01-12 | Improve emulation of SIOCGIFHWADDR ioctl: | jdolecek |
| 1999-07-17 | implement emulation of SIOCGIFHWADDR, PR 7997 | jtk |
| 1999-05-05 | Add "use counting" to file entries. When closing a file, and it's reference | thorpej |
| 1999-03-25 | commit fix to PR7072: emulate linux non-blocking connect behavior more correctly | sommerfe |
| 1998-10-04 | Assign my copyright to TNF. Merge with others were appropriate. | fvdl |
| 1998-10-03 | Attempt to fix the mess. | christos |
| 1998-10-01 | Split linux/compat/linux_socket.c into common and multi-architechture parts. ... | erh |
| 1996-12-22 | Make this compile again, including Politically Correct const handling. | fvdl |
| 1996-04-05 | Prototyping changes. | christos |
| 1996-03-08 | Separate ioctl emulation by group. Add (minimal) audio emulation. | mycroft |
| 1995-10-07 | Prefix names of system call implementation functions with `sys_'. | mycroft |
| 1995-09-19 | Make system calls conform to a standard prototype and bring those | thorpej |
| 1995-08-14 | Rearrange #includes. | mycroft |
| 1995-06-24 | Use compat_util.[ch]. | christos |
| 1995-06-22 | * Changed to use generic ELF code from kern/exec_elf.c (which was taken | fvdl |