Module Name: src Committed By: snj Date: Tue Apr 14 05:12:17 UTC 2015
Modified Files: src/sys/kern [netbsd-7]: kern_exec.c src/sys/sys [netbsd-7]: exec.h Log Message: Pull up following revision(s) (requested by christos in ticket #686): sys/kern/kern_exec.c: revision 1.411 sys/sys/exec.h: revision 1.147 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. To generate a diff of this commit: cvs rdiff -u -r1.408.2.2 -r1.408.2.3 src/sys/kern/kern_exec.c cvs rdiff -u -r1.145 -r1.145.4.1 src/sys/sys/exec.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.