summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_mib.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hjhb2013-01-291-0/+1
* - >500 static DTrace probes for the linuxulatornetchild2012-05-051-34/+280
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Staticize functions which are not used somewhere else, move thenetchild2011-03-151-3/+7
* Some jail parameters (in particular, "ip4" and "ip6" for IP addressjamie2009-07-251-35/+43
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-140/+92
* Introduce linux_kernver() interface which is intended for an exactdchagin2009-05-101-16/+57
* Give vfs_getopt the type it's expecting.jamie2009-05-071-4/+2
* Move the per-prison Linux MIB from a private one-off pointer to the newjamie2009-05-071-95/+323
* Add preliminary KTR(9) support to the linux emulation layer.dchagin2009-05-071-2/+2
* Mark Linux MIB sysctls MPSAFE.jamie2009-05-041-3/+3
* Switch to emulating Linux 2.6 on default.rdivacky2008-06-031-2/+2
* MFp4 (112705):netchild2007-01-141-3/+2
* MFp4 (112535):netchild2007-01-071-2/+0
* MFp4 (111746+):netchild2006-12-311-0/+28
* Unbreak COMPAT_LINUX32 option support on amd64.ru2006-03-191-0/+2
* Fixup some problems in my previous commit (COMPAT_43).netchild2006-03-181-2/+0
* Remove linux_mib_destroy() (which I actually added in between 5.0 and 5.1)jhb2005-12-151-7/+0
* Match the LINUX32's style with existing styleobrien2005-01-141-3/+3
* Changes to MI Linux emulation code necessary to run 32-bit Linux binariestjr2004-08-161-0/+6
* Use __FBSDID().obrien2003-06-101-2/+3
* Add a cleanup function to destroy the osname_lock and call it on modulejhb2003-03-261-0/+7
* - Change the linux_[gs]et_os{name, release, s_version}() functions tojhb2003-03-131-104/+98
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* sysctl -w -> sysctldd2002-05-111-2/+2
* o Introduce pr_mtx into struct prison, providing protection for therwatson2001-12-031-35/+97
* o Replace reference to 'struct proc' with 'struct thread' in 'structrwatson2001-11-081-6/+6
* Round of cleanups and enhancements. These include (in random order):marcel2001-09-081-1/+1
* Bah, back out part of previous commit. I got too carried away.peter2001-06-151-1/+1
* Fix warning:peter2001-06-151-2/+2
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-211-5/+6
* Allow debugging output to be controlled on a per-syscall granularity.jlemon2001-02-161-0/+61
* Remove call to bzero after MALLOC and instead add M_ZEROmarcel2000-12-051-2/+1
* Fix typo in license.marcel2000-08-251-1/+1
* Update include directives.marcel2000-08-221-2/+2
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-3/+3
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-3/+3
* Return Linux kernel version 2.2.12 by default. This is in linemarcel2000-01-101-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add sysctl variables for the Linuxulator. These reside under `compat.linux' asmarcel1999-08-271-0/+231
OpenPOWER on IntegriCloud