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