| Age | Commit message (Expand) | Author |
| 2003-08-24 | add support for non-executable mappings (where the hardware allows this) | chs |
| 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-03-01 | Do the syscall_plain/syscall_fancy dance on ARM. Shaves a fair number | thorpej |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 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-04-02 | rename sysctl_linux() to linux_sysctl() and hook it into emul_linux | jdolecek |
| 2002-03-16 | make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * | christos |
| 2002-01-17 | Fix typo in last commit. | bjh21 |
| 2002-01-17 | On platforms that don't __HAVE_SYSCALL_INTERN, define LINUX_SYSCALL_FUNCTION | bjh21 |
| 2001-11-13 | add RCSIDs (including regeneration of files as appropriate) | lukem |
| 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 |
| 2001-03-24 | Use parent's vmspace in linux_e_proc_fork() hook, the child does not | jdolecek |
| 2001-03-22 | do not dereference p_vmspace, if it is not initialized yet (NULL). | itojun |
| 2001-03-15 | Fixed brk() emulation. We now keep track of the processes' idea of the | manu |
| 2001-01-19 | Added support for powerpc Linux compatibility | manu |
| 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-02 | if machdep define LINUX_MACHDEP_HAS_SEPARATED_SYSCALL is defined, put | jdolecek |
| 2000-12-01 | if LINUX_MACHDEP_PASS_PPID_AND_EUID is defined for given arch, add | jdolecek |
| 2000-12-01 | add e_path (emulation path) to struct emul, which replaces emulation-specific | jdolecek |
| 2000-11-21 | (de)allocate linux emuldata on fork/exec/exit as needed | jdolecek |
| 2000-11-21 | restructure struct emul and execsw, in preparation to make emulations LKMable: | jdolecek |
| 2000-06-29 | remove include of <vm/vm.h> | mrg |
| 2000-06-26 | remove redundant vm includes. | mrg |
| 1999-02-09 | const poisoning. | christos |
| 1998-10-07 | The siginfo include line is not needed here anymore. | erh |
| 1998-10-04 | Assign my copyright to TNF. Merge with others were appropriate. | fvdl |
| 1998-10-03 | Attempt to fix the mess. | christos |
| 1998-10-01 | Split compat/linux/linux_exec.c into common, elf and a.out parts. | erh |
| 1998-09-11 | Substantial signal handling changes: | mycroft |
| 1998-09-05 | Assign copyright to TNF. | christos |
| 1998-08-09 | bzero->memset, bcopy->memcpy, bcmp->memcmp | perry |
| 1998-07-28 | Change the "aresid" argument of vn_rdwr() from an int * to a size_t *, | thorpej |
| 1998-01-24 | Use linux_setregs(). | mycroft |
| 1996-10-13 | catch up with Jason's exec.h inclusion. | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-10-07 | include <sys/exec.h> rather than <machine/exec.h> | cgd |
| 1996-10-05 | update to compile; needs new enum name 'Elf_sht_progbits' | jtk |
| 1996-10-03 | kill (re)definitions of EXEC_ELF32. They're no longer necessary | cgd |
| 1996-10-03 | Fix a section header check that didn't get updated with the elf32/elf64 | thorpej |
| 1996-09-30 | Elf32_sht_progbits -> Elf_sht_progbits | christos |
| 1996-09-27 | slightly clean up some of the changes made when ELF64 support went in | cgd |
| 1996-09-26 | adapt ELF-using compat code to use new ELF definitions/code. At this point, | cgd |
| 1996-09-03 | Define execv() and execve() consistently across emulations. | mycroft |