summaryrefslogtreecommitdiff
path: root/sys/compat/linux32/common/linux32_sysctl.c
AgeCommit message (Expand)Author
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_linux32 from the autoload list and add a enable/disablemaxv
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-01-07Patch up sysctl locking:ad
2007-12-20Convert all the system call entry points from:dsl
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-08-15Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposedad
2007-03-18Change all the NETBSD32PTR64(SCARG(uap, xxx))) to SCARG_P32(uap, xxx).dsl
2007-02-09Merge newlock2 to head.ad
2006-09-23Add sysctl tracing to emulations.manu
2006-09-05Fix linux32_sys_sysctl, it was horribly broken.manu
2006-02-09Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough somanu