aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_mib.h
Commit message (Expand)AuthorAgeFilesLines
* linux(4): bump osrelease to 4.4.0.Edward Tomasz Napierala2021-04-191-2/+2
* linux: bump the default version from 3.10.0 to 3.17.0Edward Tomasz Napierala2021-01-131-1/+1
* Add compat.linux.dummy_rlimits, and disable by default.Edward Tomasz Napierala2020-10-181-0/+1
* Set default stack size for Linux apps to 8MB. This matches Linux'Edward Tomasz Napierala2020-10-161-0/+1
* Bump the default linux version from 3.2.0 to 3.10.0, which correspondsEdward Tomasz Napierala2020-07-181-1/+1
* Add compat.linux.debug sysctl, to make it possible to silence downEdward Tomasz Napierala2020-06-121-0/+1
* Make linux(4) set the openfiles soft resource limit to 1024 for LinuxEdward Tomasz Napierala2020-06-101-0/+1
* Move compat.linux.map_sched_prio sysctl definition to linux_mib.c so it isTijl Coosemans2020-03-051-0/+1
* Add compat.linux.ignore_ip_recverr sysctl. This is a workaroundEdward Tomasz Napierala2020-01-281-0/+1
* Add a hack to make ^T work for Linux binaries, enabled withEdward Tomasz Napierala2019-12-161-0/+2
* Bump Linux version to 3.2.0. Without it, binaries linked againstEdward Tomasz Napierala2019-09-021-3/+3
* Update Linux compat version to 2.6.36Ed Maste2019-07-041-1/+1
* Rationalize license text on Linuxolator filesEd Maste2018-03-231-15/+13
* sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Update Linux compat revision to 32.Dmitry Chagin2015-05-241-1/+1
* Introduce a new module linux_common.ko which is intended for theDmitry Chagin2015-05-241-0/+4
* Introduce LINUX_VERSION_STR, LINUX_VERSION_CODE macro for use insteadDmitry Chagin2015-05-241-2/+13
* Staticize functions which are not used somewhere else, move theAlexander Leidinger2011-03-151-3/+0
* Do not export AT_CLKTCK when emulating Linux kernel priorDmitry Chagin2009-05-101-0/+1
* Introduce linux_kernver() interface which is intended for an exactDmitry Chagin2009-05-101-1/+5
* Move the per-prison Linux MIB from a private one-off pointer to the newJamie Gritton2009-05-071-0/+3
* MFp4 (111746+):Alexander Leidinger2006-12-311-0/+2
* Remove linux_mib_destroy() (which I actually added in between 5.0 and 5.1)John Baldwin2005-12-151-2/+0
* Add a cleanup function to destroy the osname_lock and call it on moduleJohn Baldwin2003-03-261-0/+2
* - Change the linux_[gs]et_os{name, release, s_version}() functions toJohn Baldwin2003-03-131-6/+6
* Fixed some style bugs in the removal of __P(()). Tabs before "__P(("Bruce Evans2002-03-241-6/+6
* Remove __P.Alfred Perlstein2002-03-201-6/+6
* o Introduce pr_mtx into struct prison, providing protection for theRobert Watson2001-12-031-2/+2
* Fix typo in license.Marcel Moolenaar2000-08-251-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add sysctl variables for the Linuxulator. These reside under `compat.linux' asMarcel Moolenaar1999-08-271-0/+43