Re: [PATCH 16/16] bsd-user: Implement SIGSYS on arm

2023-04-08 Thread Richard Henderson
On 4/5/23 14:36, Warner Losh wrote: When a system call returns ENOSYS, send a SIGSYS to the process (to generate a core dump). Signed-off-by: Warner Losh --- bsd-user/arm/target_arch_cpu.h | 8 1 file changed, 8 insertions(+) Reviewed-by: Richard Henderson r~

[PATCH 16/16] bsd-user: Implement SIGSYS on arm

2023-04-05 Thread Warner Losh
When a system call returns ENOSYS, send a SIGSYS to the process (to generate a core dump). Signed-off-by: Warner Losh --- bsd-user/arm/target_arch_cpu.h | 8 1 file changed, 8 insertions(+) diff --git a/bsd-user/arm/target_arch_cpu.h b/bsd-user/arm/target_arch_cpu.h index 517d0087644..