Re: [PATCH v2 26/40] bsd-user/signal.c: Implement host_signal_handler

2022-01-26 Thread Richard Henderson
On 1/25/22 12:29, Warner Losh wrote: Implement host_signal_handler to handle signals generated by the host and to do safe system calls. Signed-off-by: Stacey Son Signed-off-by: Kyle Evans Signed-off-by: Warner Losh --- bsd-user/signal.c | 105 ++ 1

[PATCH v2 26/40] bsd-user/signal.c: Implement host_signal_handler

2022-01-24 Thread Warner Losh
Implement host_signal_handler to handle signals generated by the host and to do safe system calls. Signed-off-by: Stacey Son Signed-off-by: Kyle Evans Signed-off-by: Warner Losh --- bsd-user/signal.c | 105 ++ 1 file changed, 105 insertions(+) diff