On Thu, Sep 2, 2021 at 6:55 PM <[email protected]> wrote: > > From: Warner Losh <[email protected]> > > 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 <[email protected]> > Signed-off-by: Warner Losh <[email protected]> > Acked-by: Richard Henderson <[email protected]> > --- > 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 <[email protected]>
