]> 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)
commitef34e1ab80516e0cb79b624d83253ea845e9f1e9
treeb098576b7388fa6c15ec59e0963554d64ca3ddf7
parentbd67b526435c739c7cfe28b3cec7ee3bc780f649
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