Re: [PATCH v2 29/40] bsd-user/signal.c: Fill in queue_signal

2022-01-27 Thread Warner Losh
On Thu, Jan 27, 2022 at 12:44 AM Richard Henderson < richard.hender...@linaro.org> wrote: > On 1/25/22 12:29, Warner Losh wrote: > > Fill in queue signal implementation, as well as routines allocate and > > delete elements of the signal queue. > > > > Signed-off-by: Stacey Son > > Signed-off-by:

Re: [PATCH v2 29/40] bsd-user/signal.c: Fill in queue_signal

2022-01-26 Thread Richard Henderson
On 1/25/22 12:29, Warner Losh wrote: Fill in queue signal implementation, as well as routines allocate and delete elements of the signal queue. Signed-off-by: Stacey Son Signed-off-by: Kyle Evans Signed-off-by: Warner Losh --- bsd-user/qemu.h | 1 + bsd-user/signal.c | 13 -

[PATCH v2 29/40] bsd-user/signal.c: Fill in queue_signal

2022-01-24 Thread Warner Losh
Fill in queue signal implementation, as well as routines allocate and delete elements of the signal queue. Signed-off-by: Stacey Son Signed-off-by: Kyle Evans Signed-off-by: Warner Losh --- bsd-user/qemu.h | 1 + bsd-user/signal.c | 13 - 2 files changed, 13 insertions(+), 1 del