Re: [PATCH 15/16] bsd-user: Add SIGSYS to core dump signals.

2023-04-08 Thread Richard Henderson
On 4/5/23 14:36, Warner Losh wrote: SIGSYS creates a core by default if uncaught. Follow that here. Sort with the same order as is in the kernel. Signed-off-by: Warner Losh --- bsd-user/signal.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) Reviewed-by: Richard Henders

[PATCH 15/16] bsd-user: Add SIGSYS to core dump signals.

2023-04-05 Thread Warner Losh
SIGSYS creates a core by default if uncaught. Follow that here. Sort with the same order as is in the kernel. Signed-off-by: Warner Losh --- bsd-user/signal.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/bsd-user/signal.c b/bsd-user/signal.c index f4e078ee1da