History log of /openbsd-current/sys/arch/alpha/include/exec.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.17 08-Feb-2017 guenther

In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() except
leaving out the size, so that
ELFNAME2(exec,makecmds)
becomes
exec_elf_makecmds
instead of
exec_elf{32,64}_makecmds
and then delete the ELFNAME2() and ELFNAMEEND() macros.

Move the prototypes for functions local to exec_elf.c to there from
exec_elf.h.

Simplify the SMALL_KERNEL conditionals around the ELF coredump code.

Change exec_conf.c to use the size-generic names and macros

Remove exec_elf{32,64}.c and just build exec_elf.c; delete the
_KERN_DO_ELF and _KERN_DO_ELF64 #defines.

ok jca@, encouragement from deraadt@ and tom@


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.16 29-Aug-2015 guenther

_NLIST_DO_ELF is no longer needed: it's the only option

ok deraadt@


Revision tags: OPENBSD_5_8_BASE
# 1.15 29-May-2015 miod

Make ld.so on alpha cope with binaries built with secureplt (where secure here
means read-only, which our ld.so already enforced, but a smaller plt section).


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE
# 1.14 17-Oct-2013 deraadt

Remove support for a.out and ecoff. We only do elf now.
ok miod


Revision tags: OPENBSD_5_3_BASE OPENBSD_5_4_BASE
# 1.13 09-Feb-2013 miod

Do not bother defining cpu_exec_aout_makecmds() on platforms where we no longer
(or never did) support a.out binaries (i.e. where _KERN_DO_AOUT is not defined).


# 1.12 11-Sep-2012 deraadt

Remove the 'OLF method' used for the transition from a.out to ELF and
for all the compat layers which are now gone. Linux compat still works
because it always used another method in any case, and nothing looks at
p_os anymore.
ok jsing


Revision tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE
# 1.11 23-Mar-2011 pirofti

Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.

Discussed and okay drahn@. Okay deraadt@.


Revision tags: OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.10 30-Jun-2010 tedu

remove compat_osf1 support from the kernel
ok deraadt miod


Revision tags: OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE
# 1.9 13-Feb-2007 miod

Remove a.out nlist support (COFF nlist is kept in case kernel has COMPAT_OSF1)


Revision tags: OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE
# 1.8 04-Jul-2004 deraadt

turn off _KERN_DO_ECOFF unless COMPAT_OSF1 is enabled. This shrinks the
ramdisks, too.


Revision tags: OPENBSD_2_9_BASE OPENBSD_3_0_BASE OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE OPENBSD_3_4_BASE OPENBSD_3_5_BASE SMP_SYNC_A SMP_SYNC_B UBC_BASE UBC_SYNC_A UBC_SYNC_B
# 1.7 22-Jan-2001 art

Define ARCH_ELFSIZE that is the default elf size on this arch.


# 1.6 14-Dec-2000 art

native ELF and ELF for nlist


Revision tags: OPENBSD_2_6_BASE OPENBSD_2_7_BASE OPENBSD_2_8_BASE SMP_BASE kame_19991208
# 1.5 10-Sep-1999 kstailey

branches: 1.5.4;
ELF64


Revision tags: OPENBSD_2_1_BASE OPENBSD_2_2_BASE OPENBSD_2_3_BASE OPENBSD_2_4_BASE OPENBSD_2_5_BASE
# 1.4 23-Dec-1996 deraadt

use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types


Revision tags: OPENBSD_2_0_BASE
# 1.3 29-Jul-1996 niklas

Add OpenBSD tags. Adapt to OpenBSD *_intr_establish calling convention


# 1.2 29-May-1996 deraadt

enable ELF/a.out/ECOFF in machine/exec.h


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision