nuttx-apps/examples/thttpd
Nightt afc652243e examples/thttpd: use procfs for tasks CGI
The tasks CGI used nxsched_foreach() to walk scheduler internals and read
fields directly from struct tcb_s. That exposes an application example to
non-standard OS internals.

Read task information from /proc/<pid>/status instead, matching the public
procfs interface used by other task listing tools.

Signed-off-by: Nightt <87569709+nightt5879@users.noreply.github.com>
2026-06-14 08:56:44 -03:00
..
content examples/thttpd: use procfs for tasks CGI 2026-06-14 08:56:44 -03:00
CMakeLists.txt
Kconfig
Make.defs
Makefile
thttpd_main.c include/debug.h: Use <nuttx/debug.h> in apps 2026-04-11 10:39:27 -03:00