On 10/2/26 16:06, Warner Losh wrote:
Remove the NetBSD 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. While
there were some out-of-tree work, I've not been able to connect with
that code.
Signed-off-by: Warner Losh <[email protected]>
---
bsd-user/netbsd/host-os.h | 25 ---
bsd-user/netbsd/os-strace.h | 1 -
bsd-user/netbsd/strace.list | 145 --------------
bsd-user/netbsd/syscall_nr.h | 373 ------------------------------------
bsd-user/netbsd/target_os_elf.h | 148 --------------
bsd-user/netbsd/target_os_siginfo.h | 82 --------
bsd-user/netbsd/target_os_signal.h | 69 -------
bsd-user/netbsd/target_os_stack.h | 56 ------
bsd-user/netbsd/target_os_thread.h | 25 ---
bsd-user/qemu.h | 8 -
bsd-user/strace.c | 17 --
bsd-user/syscall_defs.h | 13 --
12 files changed, 962 deletions(-)
Typo "support" in $Subject.
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>