Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/compat
Module Name: src
Committed By: manu
Date: Mon Aug 7 14:19:57 UTC 2006
Modified Files:
src/sys/compat/linux/arch/amd64: linux_exec.h
src/sys/compat/linux/common: linux_exec.h linux_exec_elf32.c
src/sys/compat/linux32/arch/amd64: linux32_exec.h
src/sys/compat/linux32/common: linux32_exec.h linux32_exec_elf32.c
Log Message:
Add a new signature test for linux probe function. We look for a .debuglink
section, which is specific to the Linux dynamic interpeter (yes, Linux
can execute it as a stand alone program)
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/compat/linux/arch/amd64/linux_exec.h
cvs rdiff -r1.37 -r1.38 src/sys/compat/linux/common/linux_exec.h
cvs rdiff -r1.73 -r1.74 src/sys/compat/linux/common/linux_exec_elf32.c
cvs rdiff -r1.1 -r1.2 src/sys/compat/linux32/arch/amd64/linux32_exec.h
cvs rdiff -r1.1 -r1.2 src/sys/compat/linux32/common/linux32_exec.h
cvs rdiff -r1.4 -r1.5 src/sys/compat/linux32/common/linux32_exec_elf32.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index