summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_sysctl.c
AgeCommit message (Expand)Author
2021-09-23add support COMPAT_LINUX for aarch64ryo
2020-03-21Deal with having to teardown sysctl entries in multiple sub-trees.pgoyette
2020-03-16Use the module subsystem's ability to process SYSCTL_SETUP() entries topgoyette
2017-09-29Remove compat_linux from the autoload list, and add a sysctl to enable ormaxv
2014-05-16Get rid of all sysc_init_field uses - initialize fields directly in C99martin
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2013-11-18claim to be linux 3.11.6 (opensuse 13.1).chs
2010-07-07many changes for COMPAT_LINUX:chs
2009-01-05Make sysctl(2) fails with ENOTDIR (instead of EINVAL) for invalid mibnjoly
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-06-18Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t.tsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-01-07Patch up sysctl locking:ad
2007-12-20Convert all the system call entry points from:dsl
2007-10-19Add compat_linux and exec_linux_elf lkm support for amd64:njoly
2007-08-15Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposedad
2007-05-10- linux uname -m on x86 returns i{3,4,5,6}86 make it so.christos
2007-05-10move the #if 0 down a few lines so linux_machine gets initialized. Pointedchristos
2007-05-06Remove change that obviously was not tested (since it uses LINUX_KERN_VERSIONchristos
2007-04-23Linux's uname should return x86_64 as machine_archmanu
2007-03-23implement emul.linux.kern.machine, which can be set to "i686", likemrg
2007-02-09Merge newlock2 to head.ad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-24use _KERNEL_OPT instead of _LKM to check whether to include "opt_ktrace.h"dbj
2006-09-24opt_ktrace.h doesn't exist when building LKMs.dogcow
2006-09-23Add sysctl tracing to emulations.manu
2006-03-08Rework Linux sysctl()-emulation, so that on amd64, we return the samejonathan
2005-12-11merge ktrace-lwp.christos
2005-06-20Change the rest of the sysctl subsystem to use const consistently.atatat
2004-05-25Sysctl descriptions under emul subtree.atatat
2004-05-20Tweak sysctl setup functions (the macros, actually) for use in lkms,atatat
2004-04-27Be consistent about using sysc_init_field()atatat
2004-03-24Tango on sysctl_createv() and flags. The flags have all been renamed,atatat
2004-03-09Remove useless comment about stuff that never happened.atatat
2003-12-04Dynamic sysctl.atatat
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-01-18Merge the nathanw_sa branch.thorpej
2002-11-25Report ourselves as Linux 2.4.18 on powerpc, too.schmonz
2002-04-04Set default kernel version of Linux emulation to 2.4.18 on the i386 port.tron
2002-04-02rename sysctl_linux() to linux_sysctl() and hook it into emul_linuxjdolecek
2002-03-20emulation specific sysctls. Also change the kernel date to nov 11 as requestedchristos
2002-02-20allow writing of kernel.version, kernel.osrelease, kernel.ostype... I mightchristos
2002-02-15s/printf/uprintf/christos