| Age | Commit message (Expand) | Author |
| 2009-11-28 | Add LINUX_SIOCGIFMTU and LINUX_IP_HDRINCL support. | dsl |
| 2009-11-13 | Return the result of copyout. Reminded by Niolas Joly. | joerg |
| 2009-11-13 | Provide SIOCGIFNAME. | joerg |
| 2009-06-17 | Add a new linux_msghdr structure, as its size differs on 64bit archs. | njoly |
| 2009-06-16 | Add LINUX_CMSG_{SPACE,LEN} macros. Use then when calculating the | njoly |
| 2009-06-16 | For linux cmsg header copyout, use the linux structure size, not the | njoly |
| 2009-06-16 | Make compat linux sendmsg/recvmsg output msghdr and control messages | njoly |
| 2009-06-11 | In sendmsg(2), do copy the msghdr structure before trying to use it. | njoly |
| 2008-11-19 | Make the emulations, exec formats, coredump, NFS, and the NFS server | ad |
| 2008-08-06 | Convert socket options code to use a sockopt structure | plunky |
| 2008-07-03 | Fix SIOCGIFCONF ioctl for 64bit platforms. Add a new linux_ifreq | njoly |
| 2008-06-24 | Replace references to getsock/getvnode. | ad |
| 2008-06-11 | In linux_sys_sendto, do not unconditionnally set MSG_NAMEMBUF to | njoly |
| 2008-06-09 | Do set mbuf in all cases, even for salen value of 0; otherwise this | njoly |
| 2008-04-29 | In linux_get_sa(), make salen parameter unsigned. | njoly |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-24 | Merge the socket locking patch: | ad |
| 2008-04-23 | Fix locking. | ad |
| 2008-03-26 | - Remove uneeded splsoftnet(). | ad |
| 2008-03-23 | linux_get_sa: fix botched fd handling. | ad |
| 2008-03-21 | Catch up with descriptor handling changes. See kern_descrip.c revision | ad |
| 2008-02-06 | Don't lock the socket to set/clear FNONBLOCK. Just set it atomically. | ad |
| 2007-12-20 | Convert all the system call entry points from: | dsl |
| 2007-12-08 | ANSIfy most of the function definitions in sys/compat (but not ndis). | dsl |
| 2007-12-05 | Use IFADDR_EMPTY(). | dyoung |
| 2007-12-05 | Don't open-code queue(3) macros (x = ifnet.tqh_first; y = | dyoung |
| 2007-12-04 | Remove all the __P | dsl |
| 2007-10-19 | Add compat_linux and exec_linux_elf lkm support for amd64: | njoly |
| 2007-08-29 | Constify: LLADDR() -> CLLADDR(). | dyoung |
| 2007-08-26 | Use satosdl(). | dyoung |
| 2007-08-15 | Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposed | ad |
| 2007-07-01 | Fix long-term breakage in the definition of 'control' data for linux. | dsl |
| 2007-06-06 | Wrap ktrace calls with #ifdef KTRACE. | rjs |
| 2007-06-02 | wrap #include "opt_ktrace.h" by #ifdef _KERNEL_OPT. | yamt |
| 2007-06-01 | Split sys_bind() and sys_connect() so that compat code can use common code | dsl |
| 2007-05-29 | Add a sockaddr_storage member to "struct ifreq" maintaining backwards | christos |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-11 | Make setsockopt return compatible error codes for AF_UNIX sockets. | mlelstv |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-02 | comment out impossible code | christos |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-06-27 | Use the new socket call for Linux and SVR4, because those systems (at | pavel |
| 2006-06-26 | version the socket(2) syscall. for compat30 socket, we use | mrg |
| 2006-05-14 | integrate kauth. | elad |
| 2006-05-12 | use socklen_t when talking to the NetBSD side of things | mrg |
| 2006-03-27 | Use __arraycount(). | dyoung |
| 2006-02-09 | Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough so | manu |
| 2005-12-11 | merge ktrace-lwp. | christos |