| Age | Commit message (Expand) | Author |
| 2022-08-03 | Pull up following revision(s), all via patch | martin |
| 2020-11-08 | Pull up following revision(s) (requested by kamil in ticket #1127): | martin |
| 2020-07-17 | Pull up following revision(s) (requested by msaitoh in ticket #1018): | martin |
| 2019-09-13 | Pull up following revision(s) (requested by maxv in ticket #194): | martin |
| 2019-04-18 | Zero out the ifreq struct for SIOCGIFCONF to avoid up to 127 bytes of stack | christos |
| 2019-02-04 | - avoid uninitialised memory usage | mrg |
| 2018-11-14 | Apply the recent fixes to {send,recv}mmsg() to their compat variants. | hannken |
| 2018-05-10 | Fix pserialize enter/exit pairs in linux_getifconf and linux32_getifconf | ozaki-r |
| 2018-05-03 | Fix COMPAT_NETBSD32 cmsg handling: | christos |
| 2018-03-16 | PR/53103: Timo Buhrmester: linux emulation of sendto(2) broken | christos |
| 2017-11-22 | Fix and make consistent of usages of psz/psref in ifconf variants | ozaki-r |
| 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 |