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
> > ---
> >
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 ++
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