index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
exec_elf64.c
Age
Commit message (
Expand
)
Author
2001-10-27
Every file must have a license blob, even if the blob is larger than the file.
Artur Grabowski
2001-09-19
Unify elf32 and elf64 code with macros. This forced a renaming
Artur Grabowski
2001-08-11
Why is it so popular to include <vm/*.h> everywhere?
Artur Grabowski
2001-07-30
Make the e_phnum check slightly cleaner.
Artur Grabowski
2001-07-09
Make quad types on alpha be "long long" not "long". This means that
Todd C. Miller
2001-06-22
KNF
Theo de Raadt
2001-03-29
Kludge around a problem where incorrect elf headers can cause
Artur Grabowski
2001-03-07
2nd bug on the road to shlibs on alpha:
Niklas Hallqvist
2001-02-03
Do a check for the OpenBSD note before doing any emulation probes.
Artur Grabowski
2001-01-22
NATIVE_ELF -> NATIVE_EXEC_ELF (just some leftovers)
Artur Grabowski
2001-01-16
Add a check for MNT_NOEXEC that was in exec_elf.c but not here.
Artur Grabowski
2000-12-14
NATIVE_ELF -> NATIVE_EXEC_ELF (this is what userland uses and
Artur Grabowski
1999-11-25
Use PAGE_SIZE instead of NBPG.
Artur Grabowski
1999-09-27
do not attempt to run NetBSD binaries using native emul
kstailey
1999-09-25
clean up
kstailey
1999-09-20
clean up
kstailey
1999-09-19
improved OS brand PT_NOTE detection
kstailey
1999-09-19
use PT_NOTE to identify NetBSD ELF64 binaries
kstailey
1999-09-12
Add COMPAT_NETBSD. Currently only works for ELF64. Many missing system calls.
kstailey
1999-09-10
ELF64
kstailey