summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_mib.c
Commit message (Expand)AuthorAgeFilesLines
* 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