bsd-user: *BSD specific siginfo defintions
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 <sson@FreeBSD.org> Signed-off-by:
Warner Losh <imp@bsdimp.com> Acked-by:
Richard Henderson <richard.henderson@linaro.org> Reviewed-by:
Kyle Evans <kevans@FreeBSD.org>
Showing
- bsd-user/freebsd/target_os_siginfo.h 145 additions, 0 deletionsbsd-user/freebsd/target_os_siginfo.h
- bsd-user/freebsd/target_os_signal.h 78 additions, 0 deletionsbsd-user/freebsd/target_os_signal.h
- bsd-user/i386/target_arch_signal.h 94 additions, 0 deletionsbsd-user/i386/target_arch_signal.h
- bsd-user/netbsd/target_os_siginfo.h 82 additions, 0 deletionsbsd-user/netbsd/target_os_siginfo.h
- bsd-user/netbsd/target_os_signal.h 69 additions, 0 deletionsbsd-user/netbsd/target_os_signal.h
- bsd-user/openbsd/target_os_siginfo.h 82 additions, 0 deletionsbsd-user/openbsd/target_os_siginfo.h
- bsd-user/openbsd/target_os_signal.h 69 additions, 0 deletionsbsd-user/openbsd/target_os_signal.h
- bsd-user/qemu.h 1 addition, 0 deletionsbsd-user/qemu.h
- bsd-user/syscall_defs.h 0 additions, 10 deletionsbsd-user/syscall_defs.h
- bsd-user/x86_64/target_arch_signal.h 94 additions, 0 deletionsbsd-user/x86_64/target_arch_signal.h
bsd-user/freebsd/target_os_siginfo.h
0 → 100644
bsd-user/freebsd/target_os_signal.h
0 → 100644
bsd-user/i386/target_arch_signal.h
0 → 100644
bsd-user/netbsd/target_os_siginfo.h
0 → 100644
bsd-user/netbsd/target_os_signal.h
0 → 100644
bsd-user/openbsd/target_os_siginfo.h
0 → 100644
bsd-user/openbsd/target_os_signal.h
0 → 100644
bsd-user/x86_64/target_arch_signal.h
0 → 100644
Please register or sign in to comment