| Age | Commit message (Expand) | Author |
| 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 |