aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_mib.c
Commit message (Expand)AuthorAgeFilesLines
* linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin2023-08-181-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* linux(4): Use pwd_altroot() to tell namei() about ABI root pathDmitry Chagin2023-05-291-4/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* linux(4): Cleanup includes under compat/linuxDmitry Chagin2023-02-141-6/+2
* linux: Make compat.linux.preserve_vstatus default to 1Edward Tomasz Napierala2022-01-171-1/+1
* Change the return type of sv__setid_allowed from bool to intKonstantin Belousov2021-06-061-1/+1
* linuxolator: Add compat.linux.setid_allowed knobKonstantin Belousov2021-06-061-0/+12
* - add more linux socket options (sorted by value)Alexander Leidinger2020-11-081-1/+1
* Add compat.linux.dummy_rlimits, and disable by default.Edward Tomasz Napierala2020-10-181-0/+5
* Set default stack size for Linux apps to 8MB. This matches Linux'Edward Tomasz Napierala2020-10-161-0/+5
* linux: add sysctl compat.linux.use_emul_pathMateusz Guzik2020-08-181-0/+4
* Add compat.linux.debug sysctl, to make it possible to silence downEdward Tomasz Napierala2020-06-121-0/+4
* Make linux(4) set the openfiles soft resource limit to 1024 for LinuxEdward Tomasz Napierala2020-06-101-0/+5
* Move compat.linux.map_sched_prio sysctl definition to linux_mib.c so it isTijl Coosemans2020-03-051-0/+5
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Add compat.linux.ignore_ip_recverr sysctl. This is a workaroundEdward Tomasz Napierala2020-01-281-0/+4
* Add a hack to make ^T work for Linux binaries, enabled withEdward Tomasz Napierala2019-12-161-0/+4
* Relax compat.linux.osrelease checks. This way one can do egEdward Tomasz Napierala2019-09-021-1/+2
* Fix the Linux kernel version number calculationChuck Tuffli2018-06-221-2/+2
* Correct proper nouns in the LinuxulatorEd Maste2018-02-221-1/+1
* Rationalize license text on Linuxolator filesEd Maste2018-02-161-15/+13
* sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* osd(9): Change array pointer to array pointer type from void*Conrad Meyer2016-04-261-1/+1
* linux_map_osrel doesn't need to be checked in linux_prison_set,Jamie Gritton2016-04-251-8/+5
* Use osd_reserve / osd_jail_set_reserved, which is known to succeed.Jamie Gritton2016-03-301-31/+16
* Introduce a new module linux_common.ko which is intended for theDmitry Chagin2015-05-241-330/+32
* Introduce LINUX_VERSION_STR, LINUX_VERSION_CODE macro for use insteadDmitry Chagin2015-05-241-2/+2
* Bump minimum linux compat version to support Centos6 ports updates for linux.Sean Bruno2014-09-221-2/+2
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-1/+0
* Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hJohn Baldwin2013-01-291-0/+1
* - >500 static DTrace probes for the linuxulatorAlexander Leidinger2012-05-051-34/+280
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Staticize functions which are not used somewhere else, move theAlexander Leidinger2011-03-151-3/+7
* Some jail parameters (in particular, "ip4" and "ip6" for IP addressJamie Gritton2009-07-251-35/+43
* Add hierarchical jails. A jail may further virtualize its environmentJamie Gritton2009-05-271-140/+92
* Introduce linux_kernver() interface which is intended for an exactDmitry Chagin2009-05-101-16/+57
* Give vfs_getopt the type it's expecting.Jamie Gritton2009-05-071-4/+2
* Move the per-prison Linux MIB from a private one-off pointer to the newJamie Gritton2009-05-071-95/+323
* Add preliminary KTR(9) support to the linux emulation layer.Dmitry Chagin2009-05-071-2/+2
* Mark Linux MIB sysctls MPSAFE.Jamie Gritton2009-05-041-3/+3
* Switch to emulating Linux 2.6 on default.Roman Divacky2008-06-031-2/+2
* MFp4 (112705):Alexander Leidinger2007-01-141-3/+2
* MFp4 (112535):Alexander Leidinger2007-01-071-2/+0
* MFp4 (111746+):Alexander Leidinger2006-12-311-0/+28
* Unbreak COMPAT_LINUX32 option support on amd64.Ruslan Ermilov2006-03-191-0/+2
* Fixup some problems in my previous commit (COMPAT_43).Alexander Leidinger2006-03-181-2/+0
* Remove linux_mib_destroy() (which I actually added in between 5.0 and 5.1)John Baldwin2005-12-151-7/+0
* Match the LINUX32's style with existing styleDavid E. O'Brien2005-01-141-3/+3
* Changes to MI Linux emulation code necessary to run 32-bit Linux binariesTim J. Robbins2004-08-161-0/+6