| Age | Commit message (Expand) | Author |
| 2018-03-16 | PR/53103: Timo Buhrmester: linux emulation of sendto(2) broken | christos |
| 2018-01-09 | remove struct emul's e_fault. | maya |
| 2018-01-07 | Ignore signal 64 for now (go uses it) | christos |
| 2017-12-26 | Refactor pipe1() and correct a bug in sys_pipe2() (SYS_pipe2) | kamil |
| 2017-12-10 | Finally (hopefully) return completely to the state where compat_linux is | kre |
| 2017-12-08 | Finish the previous change - as well as setting the default for these | kre |
| 2017-12-01 | Unbreak Linux emulation by default. While not loading it automatically | joerg |
| 2017-11-22 | Fix and make consistent of usages of psz/psref in ifconf variants | ozaki-r |
| 2017-11-21 | This should be "linux_sg_version", not "version". | maxv |
| 2017-09-29 | Remove compat_linux from the autoload list, and add a sysctl to enable or | maxv |
| 2017-07-29 | Put suser check in the right function: settimeofday, not gettimeofday. | riastradh |
| 2017-07-29 | Only let the superuser set the compat_linux timezone. | riastradh |
| 2017-07-28 | Fail, don't panic, on bad dirents from file system. | riastradh |
| 2017-05-06 | Extend the mmap(2) interface to allow requesting protections for later | joerg |
| 2017-04-21 | - Propagate the signal mask from the ucontext_t to the newly created thread | christos |
| 2017-04-10 | Return value pointers should be the last argument. | dholland |
| 2017-04-09 | speed limit 80 | dholland |
| 2017-03-14 | Use if_acquire and if_release instead of using psref API directly | ozaki-r |
| 2017-02-20 | KNF; no binary changes | rin |
| 2017-02-20 | CID 980928: fix NULL pointer dereferece | rin |
| 2017-02-12 | es_arglen is now in units of bytes, update the emulations accordingly. | chs |
| 2017-02-09 | use proper arg functions, remove bogus ones. | christos |
| 2017-02-06 | Use ELFOSABI_LINUX instead of a magic number. | uwe |
| 2017-02-03 | New versions of linux on arm and others have both socketcall and separate | christos |
| 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 |
| 2017-01-28 | copy the terminating NUL (njoly) | christos |
| 2017-01-13 | fix typo | christos |
| 2017-01-13 | no namlen on linux | christos |
| 2017-01-13 | convert strcpy to a bounded copy to avoid compiler warnings, although the | christos |
| 2017-01-13 | convert strcpy to a bounded copy to avoid compiler warnings, although the | christos |
| 2017-01-02 | Provide a dummy linux_sigset_t for all architectures that do not have | martin |
| 2017-01-02 | Add pselect6 Linux system call. | manu |
| 2016-11-10 | GC WOPTSCHECKED | christos |
| 2016-09-13 | Make the ktrace record written by do_sys_sendmsg/do_sys_recvmsg overridable | martin |
| 2016-08-31 | Teach wait4 about WCONTINUED. | njoly |
| 2016-08-15 | Uninitialized var, found by brainy; not tested, but obvious enough | maxv |
| 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-20 | simplify and fix futex requeuing: | chs |
| 2016-05-12 | Protect ifnet list with psz and psref | ozaki-r |
| 2015-12-08 | Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead of | christos |
| 2015-12-03 | Merge the compat_sysv module into the sysv_ipc module - it should | pgoyette |
| 2015-11-14 | PR/50428: Rin Okuyama: support SA_RESTORER flag for rt_sigaction(2) in the | christos |
| 2015-10-18 | Make sure we have space for the aout header. | maxv |