History log of /netbsd-src/sys/kern/exec_elf.c (Results 101 – 106 of 106)
Revision Date Author Comments
# 09afd776 09-Feb-1996 christos <christos@NetBSD.org>

More proto fixes


# d6b5a89f 09-Feb-1996 fvdl <fvdl@NetBSD.org>

Use a default, 'safe' address to map the loader to in case the an emulation-
specific probe function did not specify it. It picks the same address
as mmap() does for a non-fixed map at address 0. See

Use a default, 'safe' address to map the loader to in case the an emulation-
specific probe function did not specify it. It picks the same address
as mmap() does for a non-fixed map at address 0. See also the comment
around a similar line of code in vm/vm_mmap.c.

show more ...


# 961c294f 16-Jan-1996 fvdl <fvdl@NetBSD.org>

* 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)
*

* 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 ...


# 7f6d4820 16-Sep-1995 thorpej <thorpej@NetBSD.org>

s/memcmp/bcmp/


# 1654fca4 30-Jun-1995 christos <christos@NetBSD.org>

Remove unused define


# 8ef93cbc 22-Jun-1995 fvdl <fvdl@NetBSD.org>

Generic mi ELF loader; delete Linux and Svr4 compat conf entries and
add generic ELF entry to exec_conf.c


12345