summaryrefslogtreecommitdiffstats
path: root/sys/kern/exec_elf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ok, must have read access at least.pefo1996-09-121-1/+3
* remove excess tests...pefo1996-09-121-10/+1
* ld has some funny things going with alignments...pefo1996-09-051-1/+5
* Cleanup execpefo1996-08-311-89/+159
* layout style nit (am I a pedant, or what?)niklas1996-08-051-2/+2
* Whoops. Don't forget to take alignment into account when processing file.etheisen1996-06-161-2/+3
* elf_check_header() is now fully functional. Still need to add OS checks.etheisen1996-06-151-31/+23
* 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
* Rename the COMPAT_SVR4_MAP_PAGE_ZERO option to ELF_MAP_PAGE_ZERO as theniklas1996-04-181-2/+2
* Support mapping of page zero read-only if COMPAT_SVR4_MAP_PAGE_ZEROniklas1996-04-181-1/+7
* From NetBSD: 960217 mergeniklas1996-03-031-2/+16
* from netbsd:deraadt1996-01-291-93/+40
* initial import of NetBSD treederaadt1995-10-181-0/+581