Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   chs
Date:           Sat Sep 11 20:49:28 UTC 2010

Modified Files:
        src/sys/compat/linux/common: linux_exec_elf32.c
        src/sys/compat/linux32/common: linux32_exec_elf32.c
        src/sys/kern: exec_elf.c
        src/sys/sys: exec.h

Log Message:
always supply an auxiliary vector for linux ELF processes.
static executables (such as newer versions of /sbin/ldconfig)
require this to work properly.  since static executables
also don't have a PT_PHDR entry, use the same heuristic as
linux does to provide a value for AT_PHDR in this case.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/sys/compat/linux/common/linux_exec_elf32.c
cvs rdiff -u -r1.11 -r1.12 src/sys/compat/linux32/common/linux32_exec_elf32.c
cvs rdiff -u -r1.25 -r1.26 src/sys/kern/exec_elf.c
cvs rdiff -u -r1.130 -r1.131 src/sys/sys/exec.h

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