summaryrefslogtreecommitdiff
path: root/sys/kern/exec_elf.c
AgeCommit message (Expand)Author
2010-05-02Don't printf a userspace pointer; print the copied-in kernel versiondholland
2010-04-02fix debugging printf.christos
2010-03-22When choosing the start address of a dynamic (ie relocatable) executable,drochner
2010-03-20more debugging compilation fixes.christos
2010-03-20fix debugging code.christos
2010-03-20minimize ifdefs and avoid duplicated code.christos
2010-03-19- Make maximum memory limits for various things #define constants and use thechristos
2010-03-15rename DEBUG_ASLR -> PAX_ASLR_DEBUGchristos
2010-02-22Run binaries with ELF_TYPE==DYN at virtual address PAGE_SIZE ratherdrochner
2009-12-14Merge from matt-nb5-mips64matt
2008-12-17kill MALLOC and FREE macros.cegger
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
1996-09-20rename exec_elf.c to exec_elf32.c, since it execs 32-bit ELF. exec_elf32.ccgd
1996-06-14Merge pagedvn changes from OpenBSD and added mips defines. Also addedchristos
1996-06-13- Pass the Elf exec header in the emulation dependent probe functions.christos
1996-02-09More proto fixeschristos
1996-02-09Use a default, 'safe' address to map the loader to in case the an emulation-fvdl
1996-01-16* Don't rely on the protection bits of segments anymore to decide whetherfvdl
1995-09-16s/memcmp/bcmp/thorpej
1995-06-30Remove unused definechristos
1995-06-22Generic mi ELF loader; delete Linux and Svr4 compat conf entries andfvdl