nuttx/binfmt
Xiang Xiao a8ca032acc sched/posix_spawn: Don't insert name at the begin of argv
since the standard require the caller pass the name explicitly
https://pubs.opengroup.org/onlinepubs/009695399/functions/posix_spawn.html:
The argument argv is an array of character pointers to null-terminated strings.
The last member of this array shall be a null pointer and is not counted in argc.
These strings constitute the argument list available to the new process image.
The value in argv[0] should point to a filename that is associated with the
process image being started by the posix_spawn() or posix_spawnp() function.

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: Id79ffcc501ae9552dc4e908418ff555f498be7f1
2021-06-13 01:16:06 -07:00
..
libelf binfmt/Makefile: remove the specified prefix from target variables 2021-05-07 21:35:03 +08:00
libnxflat binfmt/Makefile: remove the specified prefix from target variables 2021-05-07 21:35:03 +08:00
binfmt.h binfmt: Move argv copy into exec_module 2021-06-13 00:31:12 -07:00
binfmt_copyargv.c binfmt: Move argv copy into exec_module 2021-06-13 00:31:12 -07:00
binfmt_dumpmodule.c binfmt: Remove filename/exports/nexports from binary_s 2021-06-13 00:31:22 -07:00
binfmt_exec.c binfmt: Remove filename/exports/nexports from binary_s 2021-06-13 00:31:22 -07:00
binfmt_execmodule.c sched/posix_spawn: Don't insert name at the begin of argv 2021-06-13 01:16:06 -07:00
binfmt_execsymtab.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
binfmt_exit.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
binfmt_globals.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
binfmt_initialize.c Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
binfmt_loadmodule.c binfmt: Remove filename/exports/nexports from binary_s 2021-06-13 00:31:22 -07:00
binfmt_register.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
binfmt_unloadmodule.c binfmt: Move argv copy into exec_module 2021-06-13 00:31:12 -07:00
binfmt_unregister.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
builtin.c binfmt: Remove filename/exports/nexports from binary_s 2021-06-13 00:31:22 -07:00
elf.c binfmt: Remove filename/exports/nexports from binary_s 2021-06-13 00:31:22 -07:00
Kconfig symtabs: improve handling of symbol lookups 2021-03-16 10:18:17 -07:00
Makefile binfmt/Makefile: remove the specified prefix from target variables 2021-05-07 21:35:03 +08:00
nxflat.c binfmt: Remove filename/exports/nexports from binary_s 2021-06-13 00:31:22 -07:00