Module Name:    src
Committed By:   christos
Date:           Tue Sep 17 15:19:28 UTC 2019

Modified Files:
        src/sys/compat/netbsd32: netbsd32_execve.c
        src/sys/compat/sunos32: sunos32_misc.c
        src/sys/kern: kern_exec.c
        src/sys/sys: exec.h

Log Message:
Add a boolean argument to indicate if we have a path/true (execve) or an
fd/false (fexecve). This is needed to differentiate between them because
NULL/-1 can be readily passed from userland.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/compat/netbsd32/netbsd32_execve.c
cvs rdiff -u -r1.80 -r1.81 src/sys/compat/sunos32/sunos32_misc.c
cvs rdiff -u -r1.480 -r1.481 src/sys/kern/kern_exec.c
cvs rdiff -u -r1.155 -r1.156 src/sys/sys/exec.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to