nuttx-apps/examples/thttpd/content
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
..
hello examples: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
tasks examples/thttpd: use procfs for tasks CGI 2026-06-14 08:56:44 -03:00
.gitignore build: Remve the unnecessary .gitignore 2020-05-23 15:56:35 +01:00
index.html apps/examples/thttpd: Remove the netstats demo. This depends on an illegal function call and cannot be supported. That example could be replaced with logic that uses the procfs network entries as was done for NSH which had the same issue. But I am too lazy to implement that 2017-07-01 08:03:54 -06:00
Makefile.binfs examples: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
Makefile.nxflat examples: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
style.css Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00