Re: [PATCH v2 01/40] bsd-user: Complete FreeBSD siginfo

2022-01-26 Thread Richard Henderson
On 1/25/22 12:29, Warner Losh wrote: Fill in the missing FreeBSD siginfo fields, and add some comments. Signed-off-by: Warner Losh --- bsd-user/freebsd/target_os_siginfo.h | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) Reviewed-by: Richard Henderson r~

[PATCH v2 01/40] bsd-user: Complete FreeBSD siginfo

2022-01-24 Thread Warner Losh
Fill in the missing FreeBSD siginfo fields, and add some comments. Signed-off-by: Warner Losh --- bsd-user/freebsd/target_os_siginfo.h | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/bsd-user/freebsd/target_os_siginfo.h b/bsd-user/freebsd/target_os_siginfo.h