]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
feat: sigqueue syscall (POSIX.1b signal with value)
authorTulio A M Mendes <[email protected]>
Sun, 15 Feb 2026 00:51:31 +0000 (21:51 -0300)
committerTulio A M Mendes <[email protected]>
Sun, 15 Feb 2026 00:51:31 +0000 (21:51 -0300)
commit7a5e01c7a8a360cac3f89af8054ce5764fb6bb24
tree15dc64da8c7706510c44b3bd9d0c661e17911b7f
parent58c5e6d8568f2223fe5f89cdd379bc9a208c72cf
feat: sigqueue syscall (POSIX.1b signal with value)

- SYSCALL_SIGQUEUE = 95, routes through process_kill
- si_value parameter acknowledged (bitmask pending model, not queued)
- 35/35 smoke tests pass, cppcheck clean
include/syscall.h
src/kernel/syscall.c