Re: [PATCH 30/30] bsd-user/signal.c: do_sigaltstack

2022-01-22 Thread Warner Losh
On Fri, Jan 14, 2022 at 6:18 AM Peter Maydell wrote: > On Sun, 9 Jan 2022 at 17:08, Warner Losh wrote: > > > > Implement the meat of the sigaltstack(2) system call with do_sigaltstack. > > > > Signed-off-by: Stacey Son > > Signed-off-by: Kyle Evans > > Signed-off-by: Warner Losh > > --- > >

Re: [PATCH 30/30] bsd-user/signal.c: do_sigaltstack

2022-01-14 Thread Peter Maydell
On Sun, 9 Jan 2022 at 17:08, Warner Losh wrote: > > Implement the meat of the sigaltstack(2) system call with do_sigaltstack. > > Signed-off-by: Stacey Son > Signed-off-by: Kyle Evans > Signed-off-by: Warner Losh > --- > bsd-user/qemu.h | 1 + > bsd-user/signal.c | 66 ++

[PATCH 30/30] bsd-user/signal.c: do_sigaltstack

2022-01-09 Thread Warner Losh
Implement the meat of the sigaltstack(2) system call with do_sigaltstack. Signed-off-by: Stacey Son Signed-off-by: Kyle Evans Signed-off-by: Warner Losh --- bsd-user/qemu.h | 1 + bsd-user/signal.c | 66 +++ 2 files changed, 67 insertions(+) diff