| Age | Commit message (Expand) | Author |
| 2008-11-19 | Make the emulations, exec formats, coredump, NFS, and the NFS server | ad |
| 2007-12-31 | Remove COMPAT_HPUX. | ad |
| 2007-12-03 | - add an elf aux vector entry for implementing $ORIGIN. | christos |
| 2006-08-30 | Make this compile under "no options COREDUMP". | cube |
| 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-03 | First work on COMPAT_LINUX/amd64 | manu |
| 2005-03-03 | Some ibcs2 binaries need executable stacks. Thanks to J Chapman Flack | christos |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-09-14 | g/c rest of COMPAT_AOUT support | jdolecek |
| 2004-09-14 | gc opt_compat_aout.h include | jdolecek |
| 2004-07-03 | In MacOS X.3, the kernel maps tw opages of memory in every user process. | manu |
| 2003-10-19 | Support Darwin static binaries (I should say: support the only Darwin | manu |
| 2003-08-08 | GC: exec_foo_setup_stack; use exec_setup_stack, and provide a way for | christos |
| 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-04-02 | grow #! line length -- patch from cgd, fixes PR kern/20112 from Todd Vierling | perry |
| 2003-02-19 | if emulation uses elf32_copyargs(), it shouldn't use it's own idea | jdolecek |
| 2002-11-30 | there is single emul_irix now | jdolecek |
| 2002-11-13 | add generic linux compat ELF copyargs function | jdolecek |
| 2002-11-12 | The kernel now builds with COMPAT_DARWIN. | manu |
| 2002-09-04 | Fix comments for #endif, to keep proper nesting and reflect reality. | jdolecek |
| 2002-08-26 | - Implement passing AT_{R,E}{U,G}ID in the elf aux vector. | christos |
| 2002-05-31 | Native 32-bit and 32-bit emulation are mutually exclusive. We should not | eeh |
| 2002-04-02 | Fix up linux a.out compat entry after move of emul-related sysctl handler | rafal |
| 2002-04-02 | move emulation-specific sysctl hook from struct execsw to struct emul, | jdolecek |
| 2002-03-23 | make COMPAT_11 or COMPAT_12 imply EXEC_ELF_NOTELESSS | jdolecek |
| 2002-03-23 | rename EXEC_ELF_CATCHALL to EXEC_ELF_NOTELESS | jdolecek |
| 2002-03-20 | emulation specific sysctls. | christos |
| 2002-03-18 | Use /emul/pecoff as prefix to run PE/COFF binaries. | oki |
| 2002-02-21 | Reworked the o32/n32 matching scheme. IRIX uses some e_flags in the ELF | manu |
| 2002-01-07 | Added code to correctly match and launch o32 and n32 IRIX binaires (note that | manu |
| 2002-01-04 | Switch ELF emulations to ELF core files (except for netbsd32 and svr4-32). | thorpej |
| 2001-12-08 | Make the coredump routine exec-format/emulation specific. Split | thorpej |
| 2001-11-28 | Updated comment about COMPAT_IRIX: we start working on o32 first... | manu |
| 2001-11-26 | Added COMPAT_IRIX (being developped, not functionnal at that time) | manu |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-09-18 | Make the setregs hook emulation-specific, rather than executable | jdolecek |
| 2001-07-14 | add mach/macho exec struct | christos |
| 2001-06-19 | Do not include the ELF 'catch all' entry in execsw[] by default, which | jdolecek |
| 2001-05-15 | remove use of gcc syntax for designated initialisers when initialising | lukem |
| 2001-03-03 | Oops. Forgot to add this to execsw. Seems like SVR4 64 is not used much. | eeh |
| 2001-02-11 | Add COMPAT_SVR4_32 entries. | eeh |
| 2001-02-02 | add sunos32 support. | mrg |
| 2000-12-17 | hum, use freebsd_setregs for FreeBSD ELF binaries (this bug was introduced with | jdolecek |
| 2000-12-08 | add infrastructure to load emulations and their executable support dynamically | jdolecek |
| 2000-12-02 | Add support for COMPAT_AOUT_M68K. | scw |
| 2000-12-01 | no need to define emul_osf1, <compat/osf1/osf1_exec.h> defines it for us now | jdolecek |
| 2000-11-28 | No need to play silly name trickery when we know we're talking about | thorpej |
| 2000-11-27 | prototype netbsd_elf64_probe() ifdef EXEC_ELF64, not for if !defined(EXEC_ELF32) | jdolecek |