commit | 394cf694273caf8ab8838588954d0fc2909ae2fa | [log] [tgz] |
---|---|---|
author | Warner Losh <imp@bsdimp.com> | Sat Jan 08 23:59:42 2022 -0700 |
committer | Warner Losh <imp@bsdimp.com> | Sun Jan 30 17:13:44 2022 -0700 |
tree | 89137d7c6d7b4c008cf00c009bcf54938eb4e482 | |
parent | c885ae0e4ebf207c861bf651dcf9282677281c06 [diff] |
bsd-user/signal.c: implement do_sigaction Implement the meat of the sigaction(2) system call with do_sigaction and helper routiner block_signals (which is also used to implemement signal masking so it's global). Signed-off-by: Stacey Son <sson@FreeBSD.org> Signed-off-by: Kyle Evans <kevans@freebsd.org> Signed-off-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>