History log of /openbsd-current/sys/arch/powerpc/include/exec.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.16 11-Mar-2021 jsg

spelling


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.15 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.14 29-Aug-2015 guenther

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

ok deraadt@


# 1.13 23-Aug-2015 kettenis

Add support for the Secure-PLT ABI variant. This will give us better W^X
support on powerpc as it uses a non-executable GOT and PLT.

"start slamming stuff in" deraadt@


Revision tags: OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.12 09-Feb-2013 miod

No longer define EXEC_SCRIPT (probably coming from old PefoBSD). Also,
DB_ELFSIZE ought to be defined in <machine/db_machdep.h>, not <machine/exec.h>


# 1.11 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_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE 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 OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE SMP_SYNC_A SMP_SYNC_B
# 1.10 09-Jun-2003 deraadt

more 3/4 cleanup for pefo


Revision tags: OPENBSD_3_2_BASE OPENBSD_3_3_BASE UBC_SYNC_A UBC_SYNC_B
# 1.9 15-Sep-2002 deraadt

backout premature


# 1.8 15-Sep-2002 deraadt

KNF


Revision tags: OPENBSD_3_0_BASE OPENBSD_3_1_BASE UBC_BASE
# 1.7 01-Sep-2001 drahn

branches: 1.7.4;
The "powerpc" port which has supported the newer Apple Macintosh powerpc based
is being renamed to macppc. This is to allow sharing of common code
between different powerpc base platforms.

Most of the work involved in the renaming process was performed by miod@

Files moved from powerpc/include to macppc/include
Some files were not "moved" but wrapper files were created which include
the powerpc/include version.

Several of the powerpc/include files where changed to reflect that they
are POWERPC_* not MACHINE_*.


Revision tags: OPENBSD_2_9_BASE
# 1.6 22-Jan-2001 art

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


Revision tags: OPENBSD_2_2_BASE OPENBSD_2_3_BASE OPENBSD_2_4_BASE OPENBSD_2_5_BASE OPENBSD_2_6_BASE OPENBSD_2_7_BASE OPENBSD_2_8_BASE SMP_BASE kame_19991208
# 1.5 13-Oct-1997 pefo

branches: 1.5.12;
Monolithic PowerPC kernel, new include


Revision tags: OPENBSD_2_1_BASE
# 1.4 09-Jan-1997 rahnds

adding further support.


# 1.3 28-Dec-1996 rahnds

adding OpenBSD tag to files.


# 1.2 23-Dec-1996 deraadt

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


# 1.1 21-Dec-1996 rahnds

branches: 1.1.1;
Initial revision


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.15 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.14 29-Aug-2015 guenther

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

ok deraadt@


# 1.13 23-Aug-2015 kettenis

Add support for the Secure-PLT ABI variant. This will give us better W^X
support on powerpc as it uses a non-executable GOT and PLT.

"start slamming stuff in" deraadt@


Revision tags: OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.12 09-Feb-2013 miod

No longer define EXEC_SCRIPT (probably coming from old PefoBSD). Also,
DB_ELFSIZE ought to be defined in <machine/db_machdep.h>, not <machine/exec.h>


# 1.11 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_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE 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 OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE SMP_SYNC_A SMP_SYNC_B
# 1.10 09-Jun-2003 deraadt

more 3/4 cleanup for pefo


Revision tags: OPENBSD_3_2_BASE OPENBSD_3_3_BASE UBC_SYNC_A UBC_SYNC_B
# 1.9 15-Sep-2002 deraadt

backout premature


# 1.8 15-Sep-2002 deraadt

KNF


Revision tags: OPENBSD_3_0_BASE OPENBSD_3_1_BASE UBC_BASE
# 1.7 01-Sep-2001 drahn

branches: 1.7.4;
The "powerpc" port which has supported the newer Apple Macintosh powerpc based
is being renamed to macppc. This is to allow sharing of common code
between different powerpc base platforms.

Most of the work involved in the renaming process was performed by miod@

Files moved from powerpc/include to macppc/include
Some files were not "moved" but wrapper files were created which include
the powerpc/include version.

Several of the powerpc/include files where changed to reflect that they
are POWERPC_* not MACHINE_*.


Revision tags: OPENBSD_2_9_BASE
# 1.6 22-Jan-2001 art

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


Revision tags: OPENBSD_2_2_BASE OPENBSD_2_3_BASE OPENBSD_2_4_BASE OPENBSD_2_5_BASE OPENBSD_2_6_BASE OPENBSD_2_7_BASE OPENBSD_2_8_BASE SMP_BASE kame_19991208
# 1.5 13-Oct-1997 pefo

branches: 1.5.12;
Monolithic PowerPC kernel, new include


Revision tags: OPENBSD_2_1_BASE
# 1.4 09-Jan-1997 rahnds

adding further support.


# 1.3 28-Dec-1996 rahnds

adding OpenBSD tag to files.


# 1.2 23-Dec-1996 deraadt

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


# 1.1 21-Dec-1996 rahnds

branches: 1.1.1;
Initial revision