index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
compat
/
linux
/
linux_mib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r283421:
dchagin
2016-01-09
1
-331
/
+32
*
MFC r283386:
dchagin
2016-01-09
1
-2
/
+2
*
MFC r271982 and r271990 to support CentOS 6 ports.
sbruno
2014-12-15
1
-2
/
+2
*
Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.h
jhb
2013-01-29
1
-0
/
+1
*
- >500 static DTrace probes for the linuxulator
netchild
2012-05-05
1
-34
/
+280
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
Staticize functions which are not used somewhere else, move the
netchild
2011-03-15
1
-3
/
+7
*
Some jail parameters (in particular, "ip4" and "ip6" for IP address
jamie
2009-07-25
1
-35
/
+43
*
Add hierarchical jails. A jail may further virtualize its environment
jamie
2009-05-27
1
-140
/
+92
*
Introduce linux_kernver() interface which is intended for an exact
dchagin
2009-05-10
1
-16
/
+57
*
Give vfs_getopt the type it's expecting.
jamie
2009-05-07
1
-4
/
+2
*
Move the per-prison Linux MIB from a private one-off pointer to the new
jamie
2009-05-07
1
-95
/
+323
*
Add preliminary KTR(9) support to the linux emulation layer.
dchagin
2009-05-07
1
-2
/
+2
*
Mark Linux MIB sysctls MPSAFE.
jamie
2009-05-04
1
-3
/
+3
*
Switch to emulating Linux 2.6 on default.
rdivacky
2008-06-03
1
-2
/
+2
*
MFp4 (112705):
netchild
2007-01-14
1
-3
/
+2
*
MFp4 (112535):
netchild
2007-01-07
1
-2
/
+0
*
MFp4 (111746+):
netchild
2006-12-31
1
-0
/
+28
*
Unbreak COMPAT_LINUX32 option support on amd64.
ru
2006-03-19
1
-0
/
+2
*
Fixup some problems in my previous commit (COMPAT_43).
netchild
2006-03-18
1
-2
/
+0
*
Remove linux_mib_destroy() (which I actually added in between 5.0 and 5.1)
jhb
2005-12-15
1
-7
/
+0
*
Match the LINUX32's style with existing style
obrien
2005-01-14
1
-3
/
+3
*
Changes to MI Linux emulation code necessary to run 32-bit Linux binaries
tjr
2004-08-16
1
-0
/
+6
*
Use __FBSDID().
obrien
2003-06-10
1
-2
/
+3
*
Add a cleanup function to destroy the osname_lock and call it on module
jhb
2003-03-26
1
-0
/
+7
*
- Change the linux_[gs]et_os{name, release, s_version}() functions to
jhb
2003-03-13
1
-104
/
+98
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
sysctl -w -> sysctl
dd
2002-05-11
1
-2
/
+2
*
o Introduce pr_mtx into struct prison, providing protection for the
rwatson
2001-12-03
1
-35
/
+97
*
o Replace reference to 'struct proc' with 'struct thread' in 'struct
rwatson
2001-11-08
1
-6
/
+6
*
Round of cleanups and enhancements. These include (in random order):
marcel
2001-09-08
1
-1
/
+1
*
Bah, back out part of previous commit. I got too carried away.
peter
2001-06-15
1
-1
/
+1
*
Fix warning:
peter
2001-06-15
1
-2
/
+2
*
o Move per-process jail pointer (p->pr_prison) to inside of the subject
rwatson
2001-02-21
1
-5
/
+6
*
Allow debugging output to be controlled on a per-syscall granularity.
jlemon
2001-02-16
1
-0
/
+61
*
Remove call to bzero after MALLOC and instead add M_ZERO
marcel
2000-12-05
1
-2
/
+1
*
Fix typo in license.
marcel
2000-08-25
1
-1
/
+1
*
Update include directives.
marcel
2000-08-22
1
-2
/
+2
*
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.
phk
2000-07-04
1
-3
/
+3
*
Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:
phk
2000-07-03
1
-3
/
+3
*
Return Linux kernel version 2.2.12 by default. This is in line
marcel
2000-01-10
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add sysctl variables for the Linuxulator. These reside under `compat.linux' as
marcel
1999-08-27
1
-0
/
+231