On Thu, 27 Jan 2022 at 22:46, Warner Losh wrote:
>
>
>
> > On Jan 24, 2022, at 6:29 PM, Warner Losh wrote:
> >
> > 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).
> >
> On Jan 24, 2022, at 6:29 PM, Warner Losh wrote:
>
> 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
> Signed-off-by: Kyle Evans
> Sig
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
Signed-off-by: Kyle Evans
Signed-off-by: Warner Losh
Pending Comments from Peter Maydell
(1) in