nuttx/sched
Xiang Xiao f5570eac5a 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>
2021-06-15 21:55:30 -07:00
..
clock sched: Don't include nuttx/sched.h inside sched.h 2021-06-13 00:25:26 -07:00
environ sched: nxstyle fixes 2021-02-09 01:21:53 -08:00
group sched: Don't include nuttx/sched.h inside sched.h 2021-06-13 00:25:26 -07:00
init arch: adjust idle stack offset to reserve space of stack info 2021-06-09 23:22:02 +08:00
irq sched: add CONFIG_SCHED_CRITMONITOR_XX for debugging system lantency 2021-05-08 20:49:51 +08:00
module modlib: Always use separate allocation for text and data 2021-04-19 22:20:20 -05:00
mqueue sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
paging sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
pthread sched: Don't include nuttx/sched.h inside sched.h 2021-06-13 00:25:26 -07:00
sched sched: add CONFIG_SCHED_CRITMONITOR_XX for debugging system lantency 2021-05-08 20:49:51 +08:00
semaphore sched: Don't include nuttx/sched.h inside sched.h 2021-06-13 00:25:26 -07:00
signal sched: Don't include nuttx/sched.h inside sched.h 2021-06-13 00:25:26 -07:00
task sched/posix_spawn: Don't insert name at the begin of argv 2021-06-15 21:55:30 -07:00
timer sched/timer: get the previous reload value correctly 2021-01-26 18:22:54 -08:00
wdog sched: add CONFIG_SCHED_CRITMONITOR_XX for debugging system lantency 2021-05-08 20:49:51 +08:00
wqueue sched: add CONFIG_SCHED_CRITMONITOR_XX for debugging system lantency 2021-05-08 20:49:51 +08:00
Kconfig sched: add CONFIG_SCHED_CRITMONITOR_XX for debugging system lantency 2021-05-08 20:49:51 +08:00
Makefile make/archive: replace the dependency to preprequisite list 2021-05-07 21:34:45 +08:00