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<[email protected]> Signed-off-by: Kyle Evans<[email protected]> Signed-off-by: Warner Losh<[email protected]> --- bsd-user/signal.c | 105 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+)
Reviewed-by: Richard Henderson <[email protected]> r~
