| Age | Commit message (Expand) | Author |
| 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 |
| 1998-10-03 | Remove stray debugging printfs | christos |
| 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 |
| 1996-06-13 | Simplify and add comments. | christos |
| 1996-06-13 | - Pass the Elf32_Ehdr in the linux probe function, and use it! | christos |
| 1996-04-05 | Prototyping changes. | christos |
| 1995-10-07 | Prefix names of system call implementation functions with `sys_'. | mycroft |
| 1995-09-19 | Make system calls conform to a standard prototype and bring those | thorpej |
| 1995-08-14 | Rearrange #includes. | mycroft |
| 1995-06-24 | Use compat_util.[ch]. | christos |
| 1995-06-22 | * Changed to use generic ELF code from kern/exec_elf.c (which was taken | fvdl |
| 1995-06-11 | Don't forget to acknowledge that all the ELF stuff was taken from | fvdl |
| 1995-06-11 | * Make Linux ELF binaries work. Lots of code duplication, but it will have to do | fvdl |
| 1995-05-16 | Generate the new ps_strings format. | mycroft |
| 1995-04-22 | - added struct emul to all emulations. | christos |
| 1995-04-07 | Handle Linux signal tramp code differently. Some changes because of the | fvdl |
| 1995-03-05 | Added a few more system calls. | fvdl |
| 1995-02-28 | Added Linux compat code. | fvdl |