nuttx/sched
Ville Juven 3581668c6b env_dup: Allocate memory from the correct memory pool
When the initial proxy task is duplicated into the first user task,
the environment exists in kernel memory and this must be copied to user
memory.

The memory allocated for the new task was allocated with the parent's
priority which is incorrect. Use the new task's priority instead.

Follow-up for: #5753
2022-03-22 10:15:29 +08:00
..
clock sched/clock: Remove CLOCK_MONOTONIC option from Kconfig 2022-02-23 01:21:26 +08:00
environ env_dup: Allocate memory from the correct memory pool 2022-03-22 10:15:29 +08:00
group Fix the initial idle tasks environment 2022-03-16 20:21:19 +08:00
init RISC-V: Prepare for CONFIG_BUILD_KERNEL 2022-03-18 18:20:12 +08:00
irq sched/irq: Remove the code which zero out g_irqvector fields 2022-03-12 15:06:39 -03:00
module sched/module: correct the check condition 2022-03-18 20:13:25 +02:00
mqueue sched/mqueue: remove unused leave_cancellation_point 2022-02-10 22:33:21 +08:00
paging
pthread sched: Mark pthread as non-cancelable to avoid additional calls to pthread_exit() 2022-02-20 15:36:07 +01:00
sched xsched/note:add switch and dump instrumentation 2022-02-23 21:56:58 +08:00
semaphore os init_state: add new state OSINIT_IDLELOOP 2022-02-23 22:05:37 +09:00
signal Revert "libc: Call pthread_exit in user-space by up_pthread_exit" 2022-02-09 21:21:43 +08:00
task style/typo: fix few style and typo issues 2022-03-18 17:05:10 +01:00
timer sched/timer: remove unused variable 2022-02-27 12:27:35 -05:00
wdog sched/wdog: Remove wd_initialize which isn't really used anymore 2022-03-12 15:06:39 -03:00
wqueue Fix -Werror=nonnull-compare and -Werror=format-truncation= 2022-03-02 15:55:38 +08:00
Kconfig sched/Kconfig: Remove CPULOAD_ENTROPY depend on CPULOAD_ONESHOT 2022-03-18 12:43:06 +02:00
Makefile