Expand description
Signal-related syscall handlers for Strat9-OS.
Structsยง
- SigAction
Raw ๐ - Raw representation of struct sigaction for userspace
- SigStack
Raw ๐
Functionsยง
- has_
kill_ ๐permission - Returns whether kill permission is available.
- itimerval_
from_ ๐bytes - Convert bytes to ITimerVal
- itimerval_
to_ ๐bytes - Convert ITimerVal to bytes
- resolve_
kill_ ๐targets - Performs the resolve kill targets operation.
- sys_
getitimer - SYS_GETITIMER (329): Get interval timer value.
- sys_
kill - SYS_KILL (320): POSIX kill semantics by pid/group.
- sys_
killpg - SYS_KILLPG (328): Send signal to process group.
- sys_
rt_ sigreturn - Performs the sys rt sigreturn operation.
- sys_
setitimer - SYS_SETITIMER (330): Set interval timer value.
- sys_
sigaction - Performs the sys sigaction operation.
- sys_
sigaltstack - SYS_SIGALTSTACK (323): Set/get signal alternate stack.
- sys_
sigpending - SYS_SIGPENDING (324): Check for pending signals.
- sys_
sigqueue - SYS_SIGQUEUE (327): Send signal with value to a task.
- sys_
sigsuspend - SYS_SIGSUSPEND (325): Wait for signals.
- sys_
sigtimedwait - SYS_SIGTIMEDWAIT (326): Wait for signals with timeout.