summaryrefslogtreecommitdiffstats
path: root/sys/kern/exec_elf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* emul_elf has a name of "native"deraadt1996-06-101-2/+2
|
* use a shorter emul namederaadt1996-06-101-2/+2
|
* emulation name is "native elf"deraadt1996-06-091-40/+40
|
* Paging exec_elf + mips enhancementspefo1996-06-061-7/+72
|
* Moved contents of elf_abi.h into exec_elf.h. Modified dependant files toetheisen1996-05-221-21/+21
| | | | reflect this.
* Rename the COMPAT_SVR4_MAP_PAGE_ZERO option to ELF_MAP_PAGE_ZERO as theniklas1996-04-181-2/+2
| | | | change affected all ELF formats
* Support mapping of page zero read-only if COMPAT_SVR4_MAP_PAGE_ZEROniklas1996-04-181-1/+7
| | | | | is used. Dell SVR4 behaved this way, and some binaries rely on such icky behaviour.
* From NetBSD: 960217 mergeniklas1996-03-031-2/+16
|
* from netbsd:deraadt1996-01-291-93/+40
| | | | | | | | 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
* initial import of NetBSD treederaadt1995-10-181-0/+581