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:   christos
Date:           Sun Dec 14 21:35:24 UTC 2014

Modified Files:
        src/sys/kern: kern_exec.c
        src/sys/sys: exec.h

Log Message:
PR/49287: Masao Uebayashi: Handle exec_script argument vector from the 32 ->
64 bit case. When execing a 64 bit shell from a 32 bit binary the argument
vector was still incorrect.

XXX: Pullup 7


To generate a diff of this commit:
cvs rdiff -u -r1.410 -r1.411 src/sys/kern/kern_exec.c
cvs rdiff -u -r1.146 -r1.147 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