CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/09/11 09:44:20
Modified files:
sys/arch/alpha/include: exec.h
sys/arch/amd64/include: exec.h
sys/arch/arm/include: exec.h
sys/arch/hppa/include: exec.h
sys/arch/hppa64/include: exec.h
sys/arch/i386/include: exec.h
sys/arch/ia64/include: exec.h
sys/arch/mips64/include: exec.h
sys/arch/powerpc/include: exec.h
sys/arch/sh/include: exec.h
sys/arch/sparc/include: exec.h
sys/arch/sparc64/include: exec.h
sys/sys : exec_elf.h proc.h
sys/kern : exec_elf.c
sys/compat/linux: linux_exec.c linux_exec.h
Removed files:
sys/sys : exec_olf.h
Log message:
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