| Age | Commit message (Expand) | Author |
| 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 |
| 2000-11-27 | netbsd32 emulation doesn't exec 64bit binaries | jdolecek |
| 2000-11-22 | make COMPAT_OSF1 to compile. not tested (could someone review?). | itojun |
| 2000-11-21 | restructure struct emul and execsw, in preparation to make emulations LKMable: | jdolecek |
| 2000-06-09 | PE/COFF (Win32) compatible binary support (experimental). | oki |
| 2000-06-04 | Add stubs for PE/COFF. | mycroft |
| 2000-01-17 | defopt COMPAT_VAX1K | matt |
| 2000-01-02 | EXEC_COFF cleanup | msaitoh |
| 1999-12-30 | Move netbsd32_exec BEFORE normal 32-bit exec so 32-bit binaries are not executed | eeh |
| 1999-10-25 | Update to match new SVR4-style definition names in <sys/exec_elf.h>. | kleink |
| 1999-09-13 | Merge in NetBSD/sh3 from cvs.kame.net repository. | itojun |
| 1999-03-26 | COMPAT_SPARC32 -> COMPAT_NETBSD32 | eeh |
| 1999-03-09 | Defopt COMPAT_M68K4K. | kleink |
| 1999-02-23 | Make this compile without EXEC_AOUT and with COMPAT_FREEBSD | christos |
| 1999-02-11 | Add compat_aout bit. | christos |
| 1998-10-03 | update for linux file move. | christos |
| 1998-10-01 | Only include linux a.out makecmds if EXEC_AOUT is defined. | erh |
| 1998-08-31 | err, add sparc32_exec here. must forgot it. | mrg |