On 10/2/26 16:06, Warner Losh wrote:
Remove the OpenBSD specific code form bsd-user. It's not been maintained
in any meaningful way since it was introduced to the tree in 2008. It
hasn't been connected to the build since 2021, and last time (in 2023) I
tried to mock-up the meson support it needed, it failed to build. I
contacted the OpenBSD people in 2018, it appears, and even at that time
they tought this code was not at all useful.
Signed-off-by: Warner Losh <[email protected]>
---
bsd-user/openbsd/host-os.h | 25 ----
bsd-user/openbsd/os-strace.h | 1 -
bsd-user/openbsd/strace.list | 187 -----------------------------
bsd-user/openbsd/syscall_nr.h | 225 -----------------------------------
bsd-user/openbsd/target_os_elf.h | 148 -----------------------
bsd-user/openbsd/target_os_siginfo.h | 82 -------------
bsd-user/openbsd/target_os_signal.h | 69 -----------
bsd-user/openbsd/target_os_stack.h | 56 ---------
bsd-user/openbsd/target_os_thread.h | 25 ----
bsd-user/qemu.h | 8 --
bsd-user/strace.c | 17 ---
bsd-user/syscall_defs.h | 10 --
12 files changed, 853 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>