mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-13 16:35:30 +00:00
waitpid() is called from dropbear_nsh_waiter()'s own pthread, not the spawning task's thread. Without SCHED_CHILD_STATUS, nxsched_waitpid() matches children by the calling *thread's* pid instead of its task group's pid, so it always misses and returns ECHILD. ARCH_HAVE_RNG/DEV_RANDOM gate /dev/random, which dropbear never uses - it only reads /dev/urandom via getrandom() (DEV_URANDOM, still required). Signed-off-by: Felipe Moura <moura.fmo@gmail.com> |
||
|---|---|---|
| .. | ||
| patch | ||
| port | ||
| .gitignore | ||
| CMakeLists.txt | ||
| dropbear_main.c | ||
| dropbear_nshsession.c | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||