On Thu, Sep 2, 2021 at 6:55 PM <i...@bsdimp.com> wrote:
>
> From: Warner Losh <i...@freebsd.org>
>
> Add FreeBSD, NetBSD and OpenBSD values for the various signal info types
> and defines to decode different signals to discover more information
> about the specific signal types.
>
> Signed-off-by: Stacey Son <s...@freebsd.org>
> Signed-off-by: Warner Losh <i...@bsdimp.com>
> Acked-by: Richard Henderson <richard.hender...@linaro.org>
> ---
>  bsd-user/freebsd/target_os_siginfo.h | 145 +++++++++++++++++++++++++++
>  bsd-user/freebsd/target_os_signal.h  |  78 ++++++++++++++
>  bsd-user/i386/target_arch_signal.h   |  94 +++++++++++++++++
>  bsd-user/netbsd/target_os_siginfo.h  |  82 +++++++++++++++
>  bsd-user/netbsd/target_os_signal.h   |  69 +++++++++++++
>  bsd-user/openbsd/target_os_siginfo.h |  82 +++++++++++++++
>  bsd-user/openbsd/target_os_signal.h  |  69 +++++++++++++
>  bsd-user/qemu.h                      |   1 +
>  bsd-user/syscall_defs.h              |  10 --
>  bsd-user/x86_64/target_arch_signal.h |  94 +++++++++++++++++
>  10 files changed, 714 insertions(+), 10 deletions(-)
>  create mode 100644 bsd-user/freebsd/target_os_siginfo.h
>  create mode 100644 bsd-user/freebsd/target_os_signal.h
>  create mode 100644 bsd-user/i386/target_arch_signal.h
>  create mode 100644 bsd-user/netbsd/target_os_siginfo.h
>  create mode 100644 bsd-user/netbsd/target_os_signal.h
>  create mode 100644 bsd-user/openbsd/target_os_siginfo.h
>  create mode 100644 bsd-user/openbsd/target_os_signal.h
>  create mode 100644 bsd-user/x86_64/target_arch_signal.h
>

Reviewed-by: Kyle Evans <kev...@freebsd.org>

Reply via email to