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