Re: [PATCH v2 36/40] bsd-user/signal.c: implement do_sigaction

2022-01-28 Thread Peter Maydell
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). > >

Re: [PATCH v2 36/40] bsd-user/signal.c: implement do_sigaction

2022-01-27 Thread Warner Losh
> 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

[PATCH v2 36/40] bsd-user/signal.c: implement do_sigaction

2022-01-24 Thread Warner Losh
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