summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_mib.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvscvs2svn2005-05-071-1/+1
* MFC: match the LINUX32 style with existing style.David E. O'Brien2005-03-011-3/+3
* Changes to MI Linux emulation code necessary to run 32-bit Linux binariesTim J. Robbins2004-08-161-0/+6
* Use __FBSDID().David E. O'Brien2003-06-101-2/+3
* Add a cleanup function to destroy the osname_lock and call it on moduleJohn Baldwin2003-03-261-0/+7
* - Change the linux_[gs]et_os{name, release, s_version}() functions toJohn Baldwin2003-03-131-104/+98
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* sysctl -w -> sysctlDima Dorfman2002-05-111-2/+2
* o Introduce pr_mtx into struct prison, providing protection for theRobert Watson2001-12-031-35/+97
* o Replace reference to 'struct proc' with 'struct thread' in 'structRobert Watson2001-11-081-6/+6
* Round of cleanups and enhancements. These include (in random order):Marcel Moolenaar2001-09-081-1/+1
* Bah, back out part of previous commit. I got too carried away.Peter Wemm2001-06-151-1/+1
* Fix warning:Peter Wemm2001-06-151-2/+2
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectRobert Watson2001-02-211-5/+6
* Allow debugging output to be controlled on a per-syscall granularity.Jonathan Lemon2001-02-161-0/+61
* Remove call to bzero after MALLOC and instead add M_ZEROMarcel Moolenaar2000-12-051-2/+1
* Fix typo in license.Marcel Moolenaar2000-08-251-1/+1
* Update include directives.Marcel Moolenaar2000-08-221-2/+2
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.Poul-Henning Kamp2000-07-041-3/+3
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:Poul-Henning Kamp2000-07-031-3/+3
* Return Linux kernel version 2.2.12 by default. This is in lineMarcel Moolenaar2000-01-101-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/+231