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:   matt
Date:           Fri Feb  3 20:11:55 UTC 2012

Modified Files:
        src/sys/compat/linux/arch/amd64: linux_exec_machdep.c
        src/sys/compat/linux/arch/powerpc: linux_exec_powerpc.c
        src/sys/compat/linux/common: linux_exec_elf32.c
        src/sys/compat/linux32/common: linux32_exec_elf32.c
        src/sys/compat/netbsd32: netbsd32_exec_elf32.c
        src/sys/compat/osf1: osf1_exec_ecoff.c
        src/sys/compat/svr4_32: svr4_32_exec_elf32.c
        src/sys/kern: exec_elf.c kern_exec.c
        src/sys/sys: exec.h

Log Message:
Add a hook for freeing an ep_emul_arg.  Add a wrapper routine
(exec_free_emul_arg) to call the hook and then clear the ep_emul_arg
and ep_emul_arg_free members in the exec_package.
Change users/accessors to use these routines.
Approved by releng.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 \
    src/sys/compat/linux/arch/amd64/linux_exec_machdep.c
cvs rdiff -u -r1.22 -r1.23 \
    src/sys/compat/linux/arch/powerpc/linux_exec_powerpc.c
cvs rdiff -u -r1.84 -r1.85 src/sys/compat/linux/common/linux_exec_elf32.c
cvs rdiff -u -r1.12 -r1.13 src/sys/compat/linux32/common/linux32_exec_elf32.c
cvs rdiff -u -r1.34 -r1.35 src/sys/compat/netbsd32/netbsd32_exec_elf32.c
cvs rdiff -u -r1.23 -r1.24 src/sys/compat/osf1/osf1_exec_ecoff.c
cvs rdiff -u -r1.21 -r1.22 src/sys/compat/svr4_32/svr4_32_exec_elf32.c
cvs rdiff -u -r1.34 -r1.35 src/sys/kern/exec_elf.c
cvs rdiff -u -r1.335 -r1.336 src/sys/kern/kern_exec.c
cvs rdiff -u -r1.133 -r1.134 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