from netbsd:
authorderaadt <deraadt@openbsd.org>
Mon, 29 Jan 1996 07:09:05 +0000 (07:09 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 29 Jan 1996 07:09:05 +0000 (07:09 +0000)
commitb16105e30336d954ea38ca8d93ad819f01661d95
tree5d4ae742b446b336b3e5ccd35a8ff90c9329106f
parentc58a9e9c14ac04e91d73eebb3f1468c53b33dff4
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
sys/kern/exec_elf.c
sys/sys/exec_elf.h