| Age | Commit message (Expand) | Author |
| 2003-12-20 | Put back Emmanuel's sigfilter hooks, as decided by Core. | fvdl |
| 2003-12-20 | Introduce lwp_emuldata and the associated hooks. No hook is provided for the | manu |
| 2003-12-05 | back the sigfilter emulation hook change off | jdolecek |
| 2003-12-03 | Add a sigfilter emulation hook. It is used at the beginning of kpsignal2() | manu |
| 2003-08-24 | add support for non-executable mappings (where the hardware allows this) | chs |
| 2002-11-01 | set struct emul's nsysent to compat SYS_NSYSENT, not SYS_MAXSYSCALL | jdolecek |
| 2002-09-21 | - Introduce a e_fault field in struct proc to provide emulation specific | manu |
| 2002-03-31 | make signal array handling uniform, and put signal arrays in a separate | christos |
| 2001-11-13 | add RCSIDs (including regeneration of files as appropriate) | lukem |
| 2001-09-23 | pull <sys/exec.h> to get setregs prototype. | jdolecek |
| 2001-09-18 | Make the setregs hook emulation-specific, rather than executable | jdolecek |
| 2001-06-18 | Add an e_trapsignal member to struct emul, so that emulated processes can | christos |
| 2001-06-16 | Removed obsoletes EMUL_NO_BSD_ASYNCIO_PIPE and EMUL_NO_SIGIO_ON_READ flags. | manu |
| 2001-05-07 | Changed EMUL_BSD_ASYNCIO_PIPE to EMUL_NO_BSD_ASYNCIO_PIPE, so that | manu |
| 2001-05-06 | Added two flags to emulation packages: | manu |
| 2000-12-13 | Do the md_syscall, __HAVE_MINIMAL_EMUL and __HAVE_SYSCALL_INTERN thangs. | mycroft |
| 2000-12-11 | Introduce 2 new flags in types.h: | mycroft |
| 2000-12-09 | always fill in e_syscall in respective emul_*; if the emulation doesn't | jdolecek |
| 2000-12-09 | Get rid of the damn EMUL_GET* flags. | mycroft |
| 2000-12-08 | put the ecoff specific code from osf1_exec.c to osf1_exec_ecoff.c | jdolecek |
| 2000-12-01 | emul_osf1: add flags EMUL_GETPID_PASS_PPID|EMUL_GETID_PASS_EID | jdolecek |
| 2000-12-01 | add e_path (emulation path) to struct emul, which replaces emulation-specific | jdolecek |
| 2000-11-22 | more COMPAT_OSF1 fix (exec_conf.c conversion?) | itojun |
| 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-11-13 | change the type of *syscallnames[] array to 'const char * const foo[]' | jdolecek |
| 1999-05-28 | don't vrele a bogus pointer if the namei() of the loader fails | cgd |
| 1999-05-05 | shuffle (sort) | cgd |
| 1999-05-01 | shuffle bits around. separate conversion conversion functions and tables | cgd |
| 1999-04-30 | ep_arglen is in units of 'sizeof (char *)', not in units of bytes. use | cgd |
| 1999-04-30 | use osf1-specific sigcode | cgd |
| 1999-04-28 | be more careful about getting the exec_name emul arg field | cgd |
| 1999-04-27 | dynamic executable/loader handling, done right | cgd |
| 1999-04-27 | clean up for ecoff_machdep.h changes, look for the loader | cgd |
| 1999-04-27 | do special OSF/1-specific ECOFF recognition (not yet complete), and | cgd |
| 1999-04-26 | exec internals have been moved (and improved) to osf1_exec.c. Not much | cgd |