summaryrefslogtreecommitdiff
path: root/sys/kern/exec_elf64.c
AgeCommit message (Expand)Author
2001-10-27Every file must have a license blob, even if the blob is larger than the file.Artur Grabowski
2001-09-19Unify elf32 and elf64 code with macros. This forced a renamingArtur Grabowski
2001-08-11Why is it so popular to include <vm/*.h> everywhere?Artur Grabowski
2001-07-30Make the e_phnum check slightly cleaner.Artur Grabowski
2001-07-09Make quad types on alpha be "long long" not "long". This means thatTodd C. Miller
2001-06-22KNFTheo de Raadt
2001-03-29Kludge around a problem where incorrect elf headers can causeArtur Grabowski
2001-03-072nd bug on the road to shlibs on alpha:Niklas Hallqvist
2001-02-03Do a check for the OpenBSD note before doing any emulation probes.Artur Grabowski
2001-01-22NATIVE_ELF -> NATIVE_EXEC_ELF (just some leftovers)Artur Grabowski
2001-01-16Add a check for MNT_NOEXEC that was in exec_elf.c but not here.Artur Grabowski
2000-12-14NATIVE_ELF -> NATIVE_EXEC_ELF (this is what userland uses andArtur Grabowski
1999-11-25Use PAGE_SIZE instead of NBPG.Artur Grabowski
1999-09-27do not attempt to run NetBSD binaries using native emulkstailey
1999-09-25clean upkstailey
1999-09-20clean upkstailey
1999-09-19improved OS brand PT_NOTE detectionkstailey
1999-09-19use PT_NOTE to identify NetBSD ELF64 binarieskstailey
1999-09-12Add COMPAT_NETBSD. Currently only works for ELF64. Many missing system calls.kstailey
1999-09-10ELF64kstailey