summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_sysctl.c
AgeCommit message (Expand)Author
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