]> Git Repo - qemu.git/commit
bsd-user: *BSD specific siginfo defintions
authorWarner Losh <[email protected]>
Thu, 5 Aug 2021 19:41:52 +0000 (13:41 -0600)
committerWarner Losh <[email protected]>
Fri, 10 Sep 2021 20:13:06 +0000 (14:13 -0600)
commit790baacc63c1cb29bfc3bf0755f49ca73a348eae
tree18e7ea67e8081e13d23ff7e4cf0fca8347d5a26b
parent312a0b1cbf941c37d3d3aeb1ed651613e04262b5
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 <[email protected]>
Signed-off-by: Warner Losh <[email protected]>
Acked-by: Richard Henderson <[email protected]>
Reviewed-by: Kyle Evans <[email protected]>
bsd-user/freebsd/target_os_siginfo.h [new file with mode: 0644]
bsd-user/freebsd/target_os_signal.h [new file with mode: 0644]
bsd-user/i386/target_arch_signal.h [new file with mode: 0644]
bsd-user/netbsd/target_os_siginfo.h [new file with mode: 0644]
bsd-user/netbsd/target_os_signal.h [new file with mode: 0644]
bsd-user/openbsd/target_os_siginfo.h [new file with mode: 0644]
bsd-user/openbsd/target_os_signal.h [new file with mode: 0644]
bsd-user/qemu.h
bsd-user/syscall_defs.h
bsd-user/x86_64/target_arch_signal.h [new file with mode: 0644]
This page took 0.026447 seconds and 4 git commands to generate.