| Age | Commit message (Expand) | Author |
| 2009-03-15 | ansify function definitions | cegger |
| 2008-11-20 | PR port-amd64/39964 modules/compat_linux: missing symbols on amd64 | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-04-22 | Change the way that emulations locate files within the emulation root to | dsl |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 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-08-07 | Add a new signature test for linux probe function. We look for a .debuglink | manu |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-05-14 | integrate kauth. | elad |
| 2006-02-09 | Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough so | manu |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-29 | - sprinkle const. | christos |
| 2005-05-03 | First work on COMPAT_LINUX/amd64 | manu |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2003-10-31 | adapt for changes to kern/exec_elf32.c | drochner |
| 2003-10-27 | uninitialized variables | chs |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | 'struct proc *' -> 'struct lwp *' as required to get GENERIC for macppc built | darrenr |
| 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-29 | Get the dynamic interpreter location using emul_find_interp(), so that | jdolecek |
| 2002-11-13 | add generic linux compat ELF copyargs function | jdolecek |
| 2002-10-22 | remove XXX should die comment from the define; otherwise traditional cpp | christos |
| 2002-09-05 | check out EI_OSABI and EI_ABIVERSION for linux signatures. This is what | christos |
| 2002-03-22 | gc debugging printfs. | christos |
| 2002-02-15 | s/printf/uprintf/ | christos |
| 2001-11-13 | add RCSIDs (including regeneration of files as appropriate) | lukem |
| 2001-08-30 | Changed the way signature tests are done. This makes possible to run | manu |
| 2001-07-14 | rename elf32_read_from to exec_read_from since it is used in many places | christos |
| 2001-01-19 | Added a linux_atexit_signature to match Linux statically linked ELF binaries. It | manu |
| 2000-12-15 | Tighten up the ELF signature checks, and actually look for the ABI tag added | mycroft |
| 2000-12-01 | add e_path (emulation path) to struct emul, which replaces emulation-specific | jdolecek |
| 2000-11-21 | restructure struct emul and execsw, in preparation to make emulations LKMable: | jdolecek |
| 2000-11-17 | Make the linux compatibilty code work on the alpha. (horay!) (at last!) | erh |
| 2000-11-13 | change the type of *syscallnames[] array to 'const char * const foo[]' | jdolecek |
| 2000-06-29 | remove include of <vm/vm.h> | mrg |
| 2000-06-26 | remove redundant vm includes. | mrg |
| 1999-10-25 | Update to match new SVR4-style definition names in <sys/exec_elf.h>. | kleink |
| 1999-04-30 | compute the value to be used for e_arglen via howmany(value, sizeof (char *)), | cgd |
| 1999-02-09 | const poisoning. | christos |
| 1998-11-05 | Make sure the interpreter string is long enough to check against. | erh |
| 1998-10-23 | Include linux_errno.h to fix the recent error->errno losage. | veego |
| 1998-10-23 | Change linux_error to native_to_linux_errno. Add some (unrelated) debugging ... | erh |
| 1998-10-07 | The siginfo include line is not needed here anymore. | erh |
| 1998-10-04 | unobfuscate: !strncmp() != 0 -> strncmp() == 0 | christos |
| 1998-10-04 | Fix wrong strncmp test. | fvdl |
| 1998-10-04 | Assign my copyright to TNF. Merge with others were appropriate. | fvdl |