summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_exec_elf32.c
AgeCommit message (Expand)Author
1999-10-25Update to match new SVR4-style definition names in <sys/exec_elf.h>.kleink
1999-04-30compute the value to be used for e_arglen via howmany(value, sizeof (char *)),cgd
1999-02-09const poisoning.christos
1998-11-05Make sure the interpreter string is long enough to check against.erh
1998-10-23Include linux_errno.h to fix the recent error->errno losage.veego
1998-10-23Change linux_error to native_to_linux_errno. Add some (unrelated) debugging ...erh
1998-10-07The siginfo include line is not needed here anymore.erh
1998-10-04unobfuscate: !strncmp() != 0 -> strncmp() == 0christos
1998-10-04Fix wrong strncmp test.fvdl
1998-10-04Assign my copyright to TNF. Merge with others were appropriate.fvdl
1998-10-03Remove stray debugging printfschristos
1998-10-03Attempt to fix the mess.christos
1998-10-01Split compat/linux/linux_exec.c into common, elf and a.out parts.erh
1998-09-11Substantial signal handling changes:mycroft
1998-09-05Assign copyright to TNF.christos
1998-08-09bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-07-28Change the "aresid" argument of vn_rdwr() from an int * to a size_t *,thorpej
1998-01-24Use linux_setregs().mycroft
1996-10-13catch up with Jason's exec.h inclusion.christos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-10-07include <sys/exec.h> rather than <machine/exec.h>cgd
1996-10-05update to compile; needs new enum name 'Elf_sht_progbits'jtk
1996-10-03kill (re)definitions of EXEC_ELF32. They're no longer necessarycgd
1996-10-03Fix a section header check that didn't get updated with the elf32/elf64thorpej
1996-09-30Elf32_sht_progbits -> Elf_sht_progbitschristos
1996-09-27slightly clean up some of the changes made when ELF64 support went incgd
1996-09-26adapt ELF-using compat code to use new ELF definitions/code. At this point,cgd
1996-09-03Define execv() and execve() consistently across emulations.mycroft
1996-06-13Simplify and add comments.christos
1996-06-13- Pass the Elf32_Ehdr in the linux probe function, and use it!christos
1996-04-05Prototyping changes.christos
1995-10-07Prefix names of system call implementation functions with `sys_'.mycroft
1995-09-19Make system calls conform to a standard prototype and bring thosethorpej
1995-08-14Rearrange #includes.mycroft
1995-06-24Use compat_util.[ch].christos
1995-06-22* Changed to use generic ELF code from kern/exec_elf.c (which was takenfvdl
1995-06-11Don't forget to acknowledge that all the ELF stuff was taken fromfvdl
1995-06-11* Make Linux ELF binaries work. Lots of code duplication, but it will have to dofvdl
1995-05-16Generate the new ps_strings format.mycroft
1995-04-22- added struct emul to all emulations.christos
1995-04-07Handle Linux signal tramp code differently. Some changes because of thefvdl
1995-03-05Added a few more system calls.fvdl
1995-02-28Added Linux compat code.fvdl