| Age | Commit message (Expand) | Author |
| 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 |
| 2015-10-10 | Add an additional dependency on compat_sysv | pgoyette |
| 2015-07-24 | Unused inits (harmless). | maxv |
| 2015-07-03 | PR/50021: Rin Okuyama: Fix linux affinity syscalls | christos |
| 2015-06-11 | Force *stackp to (uintptr_t) before possibly moving to a smaller pointer size. | matt |
| 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 |
| 2015-03-20 | Zero-fill the ELF auxiliary vectors. Otherwise, on 64bit systems, the | maxv |
| 2015-03-14 | Support Linux MAP_LOCKED mmap flag. | njoly |