| Age | Commit message (Expand) | Author |
| 2023-08-16 | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2023-05-18 | linux(4): Move linux_debug decalration to linux_util.h | Dmitry Chagin |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2023-04-26 | linux(4): Use inlined LINUX_KERNVER for tests to improve readability | Dmitry Chagin |
| 2023-04-26 | linux(4): Don't relie on process osreldata when testing features | Dmitry Chagin |
| 2023-04-22 | linux(4): Bump osrelease to 5.15.0 | Dmitry Chagin |
| 2023-04-22 | linux(4): Export the AT_MINSIGSTKSZ depending on the process osreldata | Dmitry Chagin |
| 2023-04-22 | linux(4): Export the AT_EXECFN depending on the process osreldata | Dmitry Chagin |
| 2023-04-22 | linux(4): Export the AT_RANDOM depending on the process osreldata | Dmitry Chagin |
| 2022-03-31 | linux(4): Rid unused defines from linux_mib. | Dmitry Chagin |
| 2022-03-31 | linux(4): Fixup waitid handling P_PGID idtype. | Dmitry Chagin |
| 2021-06-06 | Change the return type of sv__setid_allowed from bool to int | Konstantin Belousov |
| 2021-06-06 | linuxolator: Add compat.linux.setid_allowed knob | Konstantin Belousov |
| 2021-06-07 | linux(4): Properly convert linux siginfo to native siginfo | Dmitry Chagin |
| 2021-04-19 | linux(4): bump osrelease to 4.4.0. | Edward Tomasz Napierala |
| 2021-01-13 | linux: bump the default version from 3.10.0 to 3.17.0 | Edward Tomasz Napierala |
| 2020-10-18 | Add compat.linux.dummy_rlimits, and disable by default. | Edward Tomasz Napierala |
| 2020-10-16 | Set default stack size for Linux apps to 8MB. This matches Linux' | Edward Tomasz Napierala |
| 2020-07-18 | Bump the default linux version from 3.2.0 to 3.10.0, which corresponds | Edward Tomasz Napierala |
| 2020-06-12 | Add compat.linux.debug sysctl, to make it possible to silence down | Edward Tomasz Napierala |
| 2020-06-10 | Make linux(4) set the openfiles soft resource limit to 1024 for Linux | Edward Tomasz Napierala |
| 2020-03-05 | Move compat.linux.map_sched_prio sysctl definition to linux_mib.c so it is | Tijl Coosemans |
| 2020-01-28 | Add compat.linux.ignore_ip_recverr sysctl. This is a workaround | Edward Tomasz Napierala |
| 2019-12-16 | Add a hack to make ^T work for Linux binaries, enabled with | Edward Tomasz Napierala |
| 2019-09-02 | Bump Linux version to 3.2.0. Without it, binaries linked against | Edward Tomasz Napierala |
| 2019-07-04 | Update Linux compat version to 2.6.36 | Ed Maste |
| 2018-03-23 | Rationalize license text on Linuxolator files | Ed Maste |
| 2017-11-27 | sys/compat: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2015-05-24 | Update Linux compat revision to 32. | Dmitry Chagin |
| 2015-05-24 | Introduce a new module linux_common.ko which is intended for the | Dmitry Chagin |
| 2015-05-24 | Introduce LINUX_VERSION_STR, LINUX_VERSION_CODE macro for use instead | Dmitry Chagin |
| 2011-03-15 | Staticize functions which are not used somewhere else, move the | Alexander Leidinger |
| 2009-05-10 | Do not export AT_CLKTCK when emulating Linux kernel prior | Dmitry Chagin |
| 2009-05-10 | Introduce linux_kernver() interface which is intended for an exact | Dmitry Chagin |
| 2009-05-07 | Move the per-prison Linux MIB from a private one-off pointer to the new | Jamie Gritton |
| 2006-12-31 | MFp4 (111746+): | Alexander Leidinger |
| 2005-12-15 | Remove linux_mib_destroy() (which I actually added in between 5.0 and 5.1) | John Baldwin |
| 2003-03-26 | Add a cleanup function to destroy the osname_lock and call it on module | John Baldwin |
| 2003-03-13 | - Change the linux_[gs]et_os{name, release, s_version}() functions to | John Baldwin |
| 2002-03-24 | Fixed some style bugs in the removal of __P(()). Tabs before "__P((" | Bruce Evans |
| 2002-03-20 | Remove __P. | Alfred Perlstein |
| 2001-12-03 | o Introduce pr_mtx into struct prison, providing protection for the | Robert Watson |
| 2000-08-25 | Fix typo in license. | Marcel Moolenaar |
| 1999-08-28 | $Id$ -> $FreeBSD$ | Peter Wemm |
| 1999-08-27 | Add sysctl variables for the Linuxulator. These reside under `compat.linux' as | Marcel Moolenaar |