| Age | Commit message (Expand) | Author |
| 2017-03-14 | Use if_acquire and if_release instead of using psref API directly | ozaki-r |
| 2017-02-03 | add sendmmsg and recvmmsg | christos |
| 2017-02-03 | handle accept4 for i386 | christos |
| 2017-02-03 | Do not compile accept4 on i386, there is no such syscall in Linux. | martin |
| 2017-02-02 | implement accept4 | christos |
| 2016-09-13 | Make the ktrace record written by do_sys_sendmsg/do_sys_recvmsg overridable | martin |
| 2016-08-01 | Apply pserialize and psref to struct ifaddr and its variants | ozaki-r |
| 2016-07-07 | Switch the address list of intefaces to pslist(9) | ozaki-r |
| 2016-07-05 | Fix psref isn't released in a case of IFADDR_EMPTY | ozaki-r |
| 2016-06-16 | Use curlwp_bind and curlwp_bindx instead of open-coding LP_BOUND | ozaki-r |
| 2016-06-15 | Protect if_byindex by pserialize | ozaki-r |
| 2016-05-12 | Protect ifnet list with psz and psref | ozaki-r |
| 2015-07-24 | Unused inits (harmless). | maxv |
| 2015-05-24 | convert remaining linux_get_sa() users to use linux_get_sa_sb() and | rtr |
| 2015-05-02 | make connect syscall use sockaddr_big and modify pr_{send,connect} | rtr |
| 2015-04-03 | * change pr_bind to accept struct sockaddr * instead of struct mbuf * | rtr |
| 2014-11-26 | Tweak ifconf variants | ozaki-r |
| 2014-11-21 | Tweak linux_getifhwaddr | ozaki-r |
| 2014-11-09 | Do not uselessly include <sys/malloc.h>. | maxv |
| 2014-05-23 | Add a funtion that translate socket type value from Linux to NetBSD. | njoly |
| 2014-05-17 | Replace open-coded access (and boundary checking) of ifindex2ifnet with | rmind |
| 2014-01-27 | Add basic IPV6 level socket options support (IPV6_V6ONLY). | njoly |
| 2014-01-27 | Add SO_SNDLOWAT, SO_RCVLOWAT and SO_ACCEPTCONN support for socket | njoly |
| 2013-01-11 | Use copyin/copyout and linux-specific ifreq structures (they are the same | christos |
| 2012-06-20 | print proper ktruser names depending on the emulation. | christos |
| 2012-03-15 | Do not read past end of array. Found by gcc -03 | bouyer |
| 2012-01-20 | Change CMSG_SPACE and CMSG_LEN to provide Integer Constant Expressions | joerg |
| 2011-12-20 | - Eliminate so_nbio and turn it into a bit SS_NBIO in so_state. | christos |
| 2011-07-17 | fail early on socket domain+type combinations we don't support | christos |
| 2011-06-30 | dependant -> dependent | wiz |
| 2010-11-02 | update linux_sys_socket() to understand the flags that are now | chs |
| 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 |