This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from 04f81ecddb arch: risc-v: Do not enable FPU for K210 with QEMU
new 55b5561fdb sched/task: Implement execle and execve
new 49eb2bd415 libc: Implement execvp, execlp and execvpe as macro
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
binfmt/binfmt_exec.c | 8 +++-
include/nuttx/binfmt/binfmt.h | 6 ++-
include/spawn.h | 9 ++++-
include/sys/syscall_lookup.h | 2 +-
include/unistd.h | 14 +++++++
libs/libc/unistd/Make.defs | 2 +-
libs/libc/unistd/{lib_execl.c => lib_execle.c} | 12 +++---
.../task_execv.c => libs/libc/unistd/lib_execv.c | 44 +---------------------
sched/task/Make.defs | 2 +-
sched/task/{task_execv.c => task_execve.c} | 10 +++--
syscall/syscall.csv | 2 +-
11 files changed, 52 insertions(+), 59 deletions(-)
copy libs/libc/unistd/{lib_execl.c => lib_execle.c} (96%)
copy sched/task/task_execv.c => libs/libc/unistd/lib_execv.c (80%)
rename sched/task/{task_execv.c => task_execve.c} (93%)