History log of /openbsd-src/sys/kern/exec_elf.c (Results 176 – 191 of 191)
Revision Date Author Comments
# 72142c71 12-Sep-1996 pefo <pefo@openbsd.org>

remove excess tests...


# 4897f5e5 05-Sep-1996 pefo <pefo@openbsd.org>

ld has some funny things going with alignments...


# ab30c277 31-Aug-1996 pefo <pefo@openbsd.org>

Cleanup exec


# 641acc15 05-Aug-1996 niklas <niklas@openbsd.org>

layout style nit (am I a pedant, or what?)


# 065d0d5f 16-Jun-1996 etheisen <etheisen@openbsd.org>

Whoops. Don't forget to take alignment into account when processing file.
Thanks Per.


# 8334acba 15-Jun-1996 etheisen <etheisen@openbsd.org>

elf_check_header() is now fully functional. Still need to add OS checks.


# 9ed91766 10-Jun-1996 deraadt <deraadt@openbsd.org>

emul_elf has a name of "native"


# 78f94eae 10-Jun-1996 deraadt <deraadt@openbsd.org>

use a shorter emul name


# 8311a677 09-Jun-1996 deraadt <deraadt@openbsd.org>

emulation name is "native elf"


# fac4e23b 06-Jun-1996 pefo <pefo@openbsd.org>

Paging exec_elf + mips enhancements


# 0672d2b1 22-May-1996 etheisen <etheisen@openbsd.org>

Moved contents of elf_abi.h into exec_elf.h. Modified dependant files to
reflect this.


# a8951b8c 18-Apr-1996 niklas <niklas@openbsd.org>

Rename the COMPAT_SVR4_MAP_PAGE_ZERO option to ELF_MAP_PAGE_ZERO as the
change affected all ELF formats


# cac83995 18-Apr-1996 niklas <niklas@openbsd.org>

Support mapping of page zero read-only if COMPAT_SVR4_MAP_PAGE_ZERO
is used. Dell SVR4 behaved this way, and some binaries rely on such icky
behaviour.


# 5ac46f4a 03-Mar-1996 niklas <niklas@openbsd.org>

From NetBSD: 960217 merge


# b16105e3 29-Jan-1996 deraadt <deraadt@openbsd.org>

from netbsd:
Don't rely on the protection bits of segments anymore to decide whether
it's text or data; use the entry point instead (this solves some trouble
with ELF executables with strange permiss

from netbsd:
Don't rely on the protection bits of segments anymore to decide whether
it's text or data; use the entry point instead (this solves some trouble
with ELF executables with strange permissions)
Incorporate some fixes from r_friedl@informatik.uni-kl.de sent to
netbsd-bugs a while ago

show more ...


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree


12345678