summaryrefslogtreecommitdiffstats
path: root/sys/arch/alpha/include/exec.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() exceptguenther2017-02-081-3/+1
* _NLIST_DO_ELF is no longer needed: it's the only optionguenther2015-08-291-2/+1
* Make ld.so on alpha cope with binaries built with secureplt (where secure heremiod2015-05-291-1/+6
* Remove support for a.out and ecoff. We only do elf now.deraadt2013-10-171-3/+1
* Do not bother defining cpu_exec_aout_makecmds() on platforms where we no longermiod2013-02-091-3/+1
* Remove the 'OLF method' used for the transition from a.out to ELF andderaadt2012-09-111-3/+1
* Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.pirofti2011-03-231-4/+4
* remove compat_osf1 support from the kerneltedu2010-06-301-4/+1
* Remove a.out nlist support (COFF nlist is kept in case kernel has COMPAT_OSF1)miod2007-02-131-2/+1
* turn off _KERN_DO_ECOFF unless COMPAT_OSF1 is enabled. This shrinks thederaadt2004-07-041-2/+3
* Define ARCH_ELFSIZE that is the default elf size on this arch.art2001-01-221-1/+3
* native ELF and ELF for nlistart2000-12-141-1/+4
* ELF64kstailey1999-09-101-2/+3
* use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesderaadt1996-12-231-3/+6
* Add OpenBSD tags. Adapt to OpenBSD *_intr_establish calling conventionniklas1996-07-291-0/+1
* enable ELF/a.out/ECOFF in machine/exec.hderaadt1996-05-291-0/+7
* initial import of NetBSD treederaadt1995-10-181-0/+38