| Age | Commit message (Expand) | Author |
| 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-09-29 | Remove compat_linux32 from the autoload list and add a enable/disable | maxv |
| 2017-07-28 | Fail, don't panic, on bad dirents from file system. | riastradh |
| 2017-04-10 | Return value pointers should be the last argument. | dholland |
| 2017-03-14 | Use if_acquire and if_release instead of using psref API directly | ozaki-r |
| 2017-01-28 | avoid the shadow | christos |
| 2017-01-28 | we have space for one more. | christos |
| 2017-01-28 | fix size computation | christos |
| 2017-01-13 | convert strcpy to a bounded copy to avoid compiler warnings, although the | christos |
| 2016-11-10 | GC WOPTSCHECKED | christos |
| 2016-08-06 | The way the kernel tries to prevent a userland process from allocating page | 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-12 | Protect ifnet list with psz and psref | ozaki-r |
| 2015-12-03 | Update dependencies - compat_linux32 requires compat_netbsd32_sysvipc | pgoyette |
| 2015-07-24 | Unused inits (harmless). | maxv |
| 2015-03-20 | Zero-fill the ELF auxiliary vectors. Otherwise, on 64bit systems, the | maxv |
| 2015-03-08 | fix inconsistent names | christos |
| 2014-11-26 | Tweak ifconf variants | ozaki-r |
| 2014-11-22 | Add ppoll(2) for compat linux32. | njoly |
| 2014-11-09 | Do not uselessly include <sys/malloc.h>. | maxv |
| 2014-07-22 | 1) On 64bit systems, don't add the 32bit execsw[] to the global exec array. | maxv |
| 2014-06-21 | If SCARG(uap, what) = 0, copyin() will copy (size_t)-1 bytes, and it's not | maxv |
| 2014-06-01 | Cleanup pipe(2) flags, now that native handle them. | njoly |
| 2014-05-18 | Simplify dup3 emulation to call dodup() directly instead of | njoly |
| 2014-05-17 | Replace open-coded access (and boundary checking) of ifindex2ifnet with | rmind |
| 2014-05-17 | Fix fadvise64 syscalls. Unlike our, linux fadvise syscall do not | njoly |
| 2014-05-16 | Get rid of all sysc_init_field uses - initialize fields directly in C99 | martin |
| 2014-05-04 | Fix pread/pwrite syscalls which need a 64bit offset argument. | njoly |
| 2014-03-07 | c99 initializers for struct execsw | christos |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-02-23 | Use Aux32Info not AuxInfo. Noticed by Maxime Villard. | njoly |
| 2014-02-23 | Fix wrong KASSERTs. Do not compare size vs. entries count. | njoly |
| 2014-02-21 | Increase LINUX32_ELF_AUX_ENTRIES to avoid overrun in linux32/. Also, | maxv |
| 2014-02-09 | account for the 16 bytes of AT_RANDOM data in the stack setup. fixes PR 48518. | chs |
| 2013-11-18 | claim to be linux 3.11.6 (opensuse 13.1). | chs |
| 2013-11-18 | implement the *at() syscalls. | chs |
| 2013-09-19 | exec modules need to be of the exec kind | christos |
| 2013-01-11 | Use copyin/copyout and linux-specific ifreq structures (they are the same | christos |
| 2012-10-02 | kernel portion of clock_nanosleep() | christos |
| 2012-09-22 | LINUX_RLIM_INFINITY doesn't fit into the value range for linux32, so | joerg |
| 2012-05-10 | Fix rt_sigtimedwait(): | christos |
| 2012-05-10 | prefix message with linux32 | christos |