nuttx/fs/procfs
wangchengdong faf864b04f sched/signal: Add support for disabling all signal functions
Signals in NuttX serve two primary purposes:

      1. Synchronization and wake-up:
        Signals can be used to block threads on specific signal sets and later
        wake them up by delivering the corresponding signals to those threads.

      2. Asynchronous notification:
        Signals can also be used to install callback handlers for specific signals, allowing threads to
        asynchronously invoke those handlers when the signals are delivered.

    This change introduces the ability to  disable all signal functionality to reduce footprint for NuttX.

Signed-off-by: Chengdong Wang wangchengdong@lixiang.com
2026-01-18 08:24:13 -03:00
..
CMakeLists.txt
fs_procfs.c fs/procfs: Improve subdirectory recognition 2025-05-02 09:28:06 -03:00
fs_procfscpuinfo.c
fs_procfscpuload.c
fs_procfscritmon.c
fs_procfsfdt.c
fs_procfsiobinfo.c
fs_procfsmeminfo.c mm:use Kconfig to control sequence number to save memory 2025-12-20 09:47:22 -03:00
fs_procfspressure.c
fs_procfsproc.c sched/signal: Add support for disabling all signal functions 2026-01-18 08:24:13 -03:00
fs_procfstcbinfo.c
fs_procfsuptime.c
fs_procfsutil.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
fs_procfsversion.c
fs_skeleton.c
Kconfig
Make.defs