Re: [PATCH v2 37/40] bsd-user/signal.c: do_sigaltstack

2022-01-27 Thread Richard Henderson
On 1/25/22 12:29, Warner Losh wrote: Implement the meat of the sigaltstack(2) system call with do_sigaltstack. With that, all the stubbed out routines are complete, so remove now-incorrect comment. Signed-off-by: Stacey Son Signed-off-by: Kyle Evans Signed-off-by: Warner Losh --- bsd-user/sig

[PATCH v2 37/40] bsd-user/signal.c: do_sigaltstack

2022-01-24 Thread Warner Losh
Implement the meat of the sigaltstack(2) system call with do_sigaltstack. With that, all the stubbed out routines are complete, so remove now-incorrect comment. Signed-off-by: Stacey Son Signed-off-by: Kyle Evans Signed-off-by: Warner Losh --- bsd-user/signal.c | 72 ++