On 5/18/2026 2:27 PM, Warner Losh wrote: > Wire up the signal-related system calls in the FreeBSD syscall > dispatcher: sigaction, sigprocmask, sigpending, sigsuspend, sigreturn, > sigwait, sigwaitinfo, sigqueue, sigaltstack, kill, and pdkill. > > Signed-off-by: Stacey Son <[email protected]> > Signed-off-by: Kyle Evans <[email protected]> > Signed-off-by: Warner Losh <[email protected]> > Assisted-by: Claude Opus 4.6 (1M context) > --- > bsd-user/freebsd/os-syscall.c | 48 > +++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 48 insertions(+) >
Reviewed-by: Pierrick Bouvier <[email protected]>
