summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_exec.c
AgeCommit message (Collapse)Author
1995-06-11Don't forget to acknowledge that all the ELF stuff was taken fromfvdl
Christos' svr4 code.
1995-06-11* Make Linux ELF binaries work. Lots of code duplication, but it will have to dofvdl
for now. * Add a sanity check in linux_uselib
1995-05-16Generate the new ps_strings format.mycroft
1995-04-22- added struct emul to all emulations.christos
- removed all setup functions. - added copyargs() functions where needed.
1995-04-07Handle Linux signal tramp code differently. Some changes because of thefvdl
now seperate Linux signal trampoline code. Add linux_sigreturn to syscalls.master.
1995-03-05Added a few more system calls.fvdl
More consistent alternate root file semantics throughout.
1995-02-28Added Linux compat code.fvdl