summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_mib.c
AgeCommit message (Expand)Author
2023-08-18linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-29linux(4): Use pwd_altroot() to tell namei() about ABI root pathDmitry Chagin
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-14linux(4): Cleanup includes under compat/linuxDmitry Chagin
2022-01-17linux: Make compat.linux.preserve_vstatus default to 1Edward Tomasz Napierala
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
2020-11-08 - add more linux socket options (sorted by value)Alexander Leidinger
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-08-18linux: add sysctl compat.linux.use_emul_pathMateusz Guzik
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-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
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-02Relax compat.linux.osrelease checks. This way one can do egEdward Tomasz Napierala
2018-06-22Fix the Linux kernel version number calculationChuck Tuffli
2018-02-22Correct proper nouns in the LinuxulatorEd Maste
2018-02-16Rationalize license text on Linuxolator filesEd Maste
2017-11-27sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-04-26osd(9): Change array pointer to array pointer type from void*Conrad Meyer
2016-04-25linux_map_osrel doesn't need to be checked in linux_prison_set,Jamie Gritton
2016-03-30Use osd_reserve / osd_jail_set_reserved, which is known to succeed.Jamie Gritton
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
2014-09-22Bump minimum linux compat version to support Centos6 ports updates for linux.Sean Bruno
2013-11-25- For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao
2013-01-29Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hJohn Baldwin
2012-05-05- >500 static DTrace probes for the linuxulatorAlexander Leidinger
2011-11-07Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten
2011-03-15Staticize functions which are not used somewhere else, move theAlexander Leidinger
2009-07-25Some jail parameters (in particular, "ip4" and "ip6" for IP addressJamie Gritton
2009-05-27Add hierarchical jails. A jail may further virtualize its environmentJamie Gritton
2009-05-10Introduce linux_kernver() interface which is intended for an exactDmitry Chagin
2009-05-07Give vfs_getopt the type it's expecting.Jamie Gritton
2009-05-07Move the per-prison Linux MIB from a private one-off pointer to the newJamie Gritton
2009-05-07Add preliminary KTR(9) support to the linux emulation layer.Dmitry Chagin
2009-05-04Mark Linux MIB sysctls MPSAFE.Jamie Gritton
2008-06-03Switch to emulating Linux 2.6 on default.Roman Divacky
2007-01-14MFp4 (112705):Alexander Leidinger
2007-01-07MFp4 (112535):Alexander Leidinger
2006-12-31MFp4 (111746+):Alexander Leidinger
2006-03-19Unbreak COMPAT_LINUX32 option support on amd64.Ruslan Ermilov
2006-03-18Fixup some problems in my previous commit (COMPAT_43).Alexander Leidinger
2005-12-15Remove linux_mib_destroy() (which I actually added in between 5.0 and 5.1)John Baldwin
2005-01-14Match the LINUX32's style with existing styleDavid E. O'Brien
2004-08-16Changes to MI Linux emulation code necessary to run 32-bit Linux binariesTim J. Robbins