Source-Changes archive

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

CVS commit: src/sys/compat/linux/arch/powerpc



Module Name:    src
Committed By:   manu
Date:           Wed Jun 16 00:03:25 UTC 2004

Modified Files:
        src/sys/compat/linux/arch/powerpc: linux_exec.h linux_exec_powerpc.c

Log Message:
COMPAT_LINUX/powerpc used the native stack setup routine, but now the
native version does non executable mappings on the stack. This is a
showstopper for Linux binaries.

To fix that we supply a copy f the native stack setup function for Linux
binaries, with the executable bit set.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/compat/linux/arch/powerpc/linux_exec.h
cvs rdiff -r1.12 -r1.13 \
    src/sys/compat/linux/arch/powerpc/linux_exec_powerpc.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