Show patches with: Submitter = Warner Losh       |    State = Action Required       |    Archived = No       |   1550 patches
« 1 2 3 415 16 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
MAINTAINERS: update bsd-user maintainers MAINTAINERS: update bsd-user maintainers - - 1 - --- 2021-01-30 Warner Losh New
RESEND [PATCH v2] bsd-user: Add new maintainers RESEND [PATCH v2] bsd-user: Add new maintainers - - 1 - --- 2021-03-07 Warner Losh New
RFC: bsd-user broken a while ago, is this the right fix? RFC: bsd-user broken a while ago, is this the right fix? - - - - --- 2023-06-24 Warner Losh New
[01/10] bsd-user: Implement mount, umount and nmount bsd-user: More file-related system calls - - 1 - --- 2022-06-20 Warner Losh New
[01/11] bsd-user: Implement open, openat and close bsd-user: Next round of syscalls - - 1 - --- 2022-06-12 Warner Losh New
[01/14] bsd-user/target_os-user.h: Remove support for FreeBSD older than 12.0 bsd-user: misc cleanup for aarch64 import - - - - --- 2021-09-22 Warner Losh New
[01/14] bsd-user:Add CPU initialization and management functions bsd-user: Misc changes for 9.1 (I hope) - - 2 - --- 2024-07-22 Warner Losh New
[01/16] bsd-user: Make print_* public bsd-user 2023 Q2 first batch - - 1 - --- 2023-04-05 Warner Losh New
[01/17] bsd-user: Add FreeBSD tty ioctl definitions bsd-user: upstream ioctl - - - - --- 2026-04-12 Warner Losh New
[01/17] bsd-user: Delete TaskState next member For 9.2: A bunch of cleanups and work towards variable pagesize support - - 1 - --- 2024-08-02 Warner Losh New
[01/22] bsd-user/main.c: Drop syscall flavor arg -bsd bsd-user: Start upstreaming the system calls. - - 1 - --- 2022-02-01 Warner Losh New
[01/24] bsd-user/arm/target_arch_sysarch.h: Use consistent include guards bsd-user: arm (32-bit) support - - 2 - --- 2021-10-19 Warner Losh New
[01/24] bsd-user: super-ugly hack : current doesn't have inotify bsd-user: Upstream misc system calls (System V IPC, reboot, etc) - - - - --- 2026-02-05 Warner Losh New
[01/25] bsd-user: Switch to SPDX-License-Expression bsd-user May 2026 pull request - - 1 - --- 2026-05-07 Warner Losh New
[01/30] bsd-user/arm/target_arch_cpu.h: Move EXCP_ATOMIC to match linux-user bsd-user: upstream our signal implementation - - 2 - --- 2022-01-09 Warner Losh New
[01/66] bsd-user: catchup to locking / mapping routines in bsd-misc. bsd-user: Upstream most of the remaining system calls - - - - --- 2026-05-15 Warner Losh New
[02/10] bsd-user: Implement symlink, symlinkat, readlink and readlinkat bsd-user: More file-related system calls - - - - --- 2022-06-20 Warner Losh New
[02/11] bsd-user: Implement fdatasync, fsync and close_from bsd-user: Next round of syscalls - - 1 - --- 2022-06-12 Warner Losh New
[02/14] bsd-user/strace.list: Remove support for FreeBSD versions older than 12.0 bsd-user: misc cleanup for aarch64 import - - 1 - --- 2021-09-22 Warner Losh New
[02/14] bsd-user:Add AArch64 register handling and related functions bsd-user: Misc changes for 9.1 (I hope) - - 1 - --- 2024-07-22 Warner Losh New
[02/16] bsd-user: Ifdef a few MAP_ constants for NetBSD bsd-user 2023 Q2 first batch - - - - --- 2023-04-05 Warner Losh New
[02/17] bsd-user: Add FreeBSD file I/O ioctl definitions bsd-user: upstream ioctl - - - - --- 2026-04-12 Warner Losh New
[02/17] bsd-user: Make init_task_state global For 9.2: A bunch of cleanups and work towards variable pagesize support - - 1 - --- 2024-08-02 Warner Losh New
[02/22] bsd-user/x86_64/target_arch_cpu.h: int $80 never was a BSD system call on amd64 bsd-user: Start upstreaming the system calls. - - 2 - --- 2022-02-01 Warner Losh New
[02/24] bsd-user/arm/target_syscall.h: Add copyright and update name bsd-user: arm (32-bit) support - - 2 - --- 2021-10-19 Warner Losh New
[02/24] bsd-user: FreeBSD needs this too, so drop linux ifdef bsd-user: Upstream misc system calls (System V IPC, reboot, etc) - - 2 - --- 2026-02-05 Warner Losh New
[02/25] bsd-user: Add syscall header generator for FreeBSD bsd-user May 2026 pull request - - 2 - --- 2026-05-07 Warner Losh New
[02/30] bsd-user/signal.c: implement force_sig_fault bsd-user: upstream our signal implementation - - 2 - --- 2022-01-09 Warner Losh New
[02/66] bsd-user: Rename cpu_env to env throughout bsd-user bsd-user: Upstream most of the remaining system calls - - - - --- 2026-05-15 Warner Losh New
[03/10] bsd-user: implement chmod, fchmod, lchmod and fchmodat bsd-user: More file-related system calls - - 1 - --- 2022-06-20 Warner Losh New
[03/11] bsd-user: Implement revoke, access, eaccess and faccessat bsd-user: Next round of syscalls - - 1 - --- 2022-06-12 Warner Losh New
[03/14] bsd-user: TARGET_RESET define is unused, remove it bsd-user: misc cleanup for aarch64 import - - 2 - --- 2021-09-22 Warner Losh New
[03/14] bsd-user:Add ARM AArch64 support and capabilities bsd-user: Misc changes for 9.1 (I hope) - - 1 - --- 2024-07-22 Warner Losh New
[03/16] bsd-user: Cleanup style. bsd-user 2023 Q2 first batch 1 - - - --- 2023-04-05 Warner Losh New
[03/17] bsd-user: Add FreeBSD socket ioctl definitions bsd-user: upstream ioctl - - - - --- 2026-04-12 Warner Losh New
[03/17] bsd-user: Make cpu_model and cpu_type file scope For 9.2: A bunch of cleanups and work towards variable pagesize support - - 1 - --- 2024-08-02 Warner Losh New
[03/22] bsd-user/x86_64/target_arch_cpu.h: Remove openbsd syscall bsd-user: Start upstreaming the system calls. - - 2 - --- 2022-02-01 Warner Losh New
[03/24] bsd-user/arm/target_arch_cpu.c: Target specific TLS routines bsd-user: arm (32-bit) support - - 2 - --- 2021-10-19 Warner Losh New
[03/24] bsd-user: Add target_semid_ds and target_msqid_ds structures bsd-user: Upstream misc system calls (System V IPC, reboot, etc) - - - - --- 2026-02-05 Warner Losh New
[03/25] bsd-user: Delete sbrk and sstk system calls. bsd-user May 2026 pull request - - 1 - --- 2026-05-07 Warner Losh New
[03/30] bsd-user/signal.c: Implement cpu_loop_exit_sigsegv bsd-user: upstream our signal implementation - - 2 - --- 2022-01-09 Warner Losh New
[03/66] bsd-user: Add bsd-signal.h with sigaction through sigreturn bsd-user: Upstream most of the remaining system calls - - - - --- 2026-05-15 Warner Losh New
[04/10] bsd-user: Implement freebsd11_mknod, freebsd11_mknodat and mknodat bsd-user: More file-related system calls - - - - --- 2022-06-20 Warner Losh New
[04/11] bsd-user: Implement chdir and fchdir bsd-user: Next round of syscalls - - 1 - --- 2022-06-12 Warner Losh New
[04/14] bsd-user: export get_errno and is_error from syscall.c bsd-user: misc cleanup for aarch64 import - - 2 - --- 2021-09-22 Warner Losh New
[04/14] bsd-user:Add ARM AArch64 signal handling support bsd-user: Misc changes for 9.1 (I hope) - - 1 - --- 2024-07-22 Warner Losh New
[04/16] bsd-user: Move system FreeBSD call table to freebsd/os-syscall.c bsd-user 2023 Q2 first batch - - 1 - --- 2023-04-05 Warner Losh New
[04/17] bsd-user: Add FreeBSD cryptodev ioctl definitions bsd-user: upstream ioctl - - - - --- 2026-04-12 Warner Losh New
[04/17] bsd-user: Implement cpu_copy() For 9.2: A bunch of cleanups and work towards variable pagesize support - - 1 - --- 2024-08-02 Warner Losh New
[04/22] bsd-user/i386/target_arch_cpu.h: Remove openbsd syscall bsd-user: Start upstreaming the system calls. - - 2 - --- 2022-02-01 Warner Losh New
[04/24] bsd-user/arm/target_arch_cpu.h: CPU Loop definitions bsd-user: arm (32-bit) support - - 1 - --- 2021-10-19 Warner Losh New
[04/24] bsd-user: Add target_uuid structure for uuidgen syscall bsd-user: Upstream misc system calls (System V IPC, reboot, etc) - - 1 - --- 2026-02-05 Warner Losh New
[04/25] bsd-user: Create os-syscall.h bsd-user May 2026 pull request - - 1 - --- 2026-05-07 Warner Losh New
[04/30] bsd-user/signal.c: implement cpu_loop_exit_sigbus bsd-user: upstream our signal implementation - - 2 - --- 2022-01-09 Warner Losh New
[04/66] bsd-user: Add signal shims sigwait through kill and os-signal.h bsd-user: Upstream most of the remaining system calls - - - - --- 2026-05-15 Warner Losh New
[05/10] bsd-user: Implement chown, fchown, lchown and fchownat bsd-user: More file-related system calls - - 1 - --- 2022-06-20 Warner Losh New
[05/11] bsd-user: Implement rename and renameat bsd-user: Next round of syscalls - - 1 - --- 2022-06-12 Warner Losh New
[05/14] bsd-user/errno_defs.h: Add internal error numbers bsd-user: misc cleanup for aarch64 import - - 1 - --- 2021-09-22 Warner Losh New
[05/14] bsd-user:Add get_mcontext function for ARM AArch64 bsd-user: Misc changes for 9.1 (I hope) - - 1 - --- 2024-07-22 Warner Losh New
[05/16] bsd-user: Remove NetBSD specific syscall printing bsd-user 2023 Q2 first batch - - 1 - --- 2023-04-05 Warner Losh New
[05/17] bsd-user: Add FreeBSD disk ioctl definitions bsd-user: upstream ioctl - - - - --- 2026-04-12 Warner Losh New
[05/17] bsd-user: Eliminate unused regs arg in load_elf_binary For 9.2: A bunch of cleanups and work towards variable pagesize support - - 1 - --- 2024-08-02 Warner Losh New
[05/22] bsd-user/arm/target_arch_cpu.h: Only support FreeBSD sys calls bsd-user: Start upstreaming the system calls. - - 2 - --- 2022-02-01 Warner Losh New
[05/24] bsd-user/arm/target_arch_cpu.h: Implement target_cpu_clone_regs bsd-user: arm (32-bit) support - - 2 - --- 2021-10-19 Warner Losh New
[05/24] bsd-user: Add function declarations for bsd-misc.c conversions bsd-user: Upstream misc system calls (System V IPC, reboot, etc) - - 1 - --- 2026-02-05 Warner Losh New
[05/25] bsd-user: Switch to generated syscall_nr.h bsd-user May 2026 pull request - - 1 - --- 2026-05-07 Warner Losh New
[05/30] bsd-user/arm/arget_arch_cpu.h: Move EXCP_DEBUG and EXCP_BKPT together bsd-user: upstream our signal implementation - - 2 - --- 2022-01-09 Warner Losh New
[05/66] bsd-user: Add signal system call dispatch bsd-user: Upstream most of the remaining system calls - - - - --- 2026-05-15 Warner Losh New
[06/10] bsd-user: Implement chflags, lchflags and fchflags bsd-user: More file-related system calls - - 1 - --- 2022-06-20 Warner Losh New
[06/11] bsd-user: Implement link, linkat, unlink and unlinkat bsd-user: Next round of syscalls - - 1 - --- 2022-06-12 Warner Losh New
[06/14] bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.h bsd-user: misc cleanup for aarch64 import - - 2 - --- 2021-09-22 Warner Losh New
[06/14] bsd-user:Add setup_sigframe_arch function for ARM AArch64 bsd-user: Misc changes for 9.1 (I hope) - - 1 - --- 2024-07-22 Warner Losh New
[06/16] bsd-user: Remove OpenBSD specific syscall printing bsd-user 2023 Q2 first batch - - 1 - --- 2023-04-05 Warner Losh New
[06/17] bsd-user: Add FreeBSD IPv6 ioctl definitions bsd-user: upstream ioctl - - - - --- 2026-04-12 Warner Losh New
[06/17] bsd-user: Remove load_flt_binary prototype For 9.2: A bunch of cleanups and work towards variable pagesize support - - 1 - --- 2024-08-02 Warner Losh New
[06/22] bsd-user/arm/target_arch_thread.h: Assume a FreeBSD target bsd-user: Start upstreaming the system calls. - - 2 - --- 2022-02-01 Warner Losh New
[06/24] bsd-user/arm/target_arch_cpu.h: Dummy target_cpu_loop implementation bsd-user: arm (32-bit) support - - 2 - --- 2021-10-19 Warner Losh New
[06/24] bsd-user: Add host_to_target_uuid for uuidgen(2) bsd-user: Upstream misc system calls (System V IPC, reboot, etc) - - 1 - --- 2026-02-05 Warner Losh New
[06/25] bsd-user: Copy linux-user/thunk.c to bsd-user bsd-user May 2026 pull request - - 1 - --- 2026-05-07 Warner Losh New
[06/30] bsd-user/arm/target_arch_cpu.h: Correct code pointer bsd-user: upstream our signal implementation - - 2 - --- 2022-01-09 Warner Losh New
[06/66] bsd-user: Add poll, lseek, pipe, and swap system call shims bsd-user: Upstream most of the remaining system calls - - - - --- 2026-05-15 Warner Losh New
[07/10] bsd-user: Implement chroot and flock bsd-user: More file-related system calls - - 1 - --- 2022-06-20 Warner Losh New
[07/11] bsd-user: Implement mkdir and mkdirat bsd-user: Next round of syscalls - - 1 - --- 2022-06-12 Warner Losh New
[07/14] bsd-user/target_os_elf.h: Remove fallback ELF_HWCAP and reorder bsd-user: misc cleanup for aarch64 import - - 2 - --- 2021-09-22 Warner Losh New
[07/14] bsd-user:Add set_mcontext function for ARM AArch64 bsd-user: Misc changes for 9.1 (I hope) - - 1 - --- 2024-07-22 Warner Losh New
[07/16] bsd-user: Move system call include to os-syscall.h bsd-user 2023 Q2 first batch - - 1 - --- 2023-04-05 Warner Losh New
[07/17] bsd-user: Add FreeBSD ioctl type definitions bsd-user: upstream ioctl - - - - --- 2026-04-12 Warner Losh New
[07/17] bsd-user: Remove deprecated -p argument For 9.2: A bunch of cleanups and work towards variable pagesize support - - 1 - --- 2024-08-02 Warner Losh New
[07/22] bsd-user/x86_64/target_arch_thread.h: Assume a FreeBSD target bsd-user: Start upstreaming the system calls. - - 2 - --- 2022-02-01 Warner Losh New
[07/24] bsd-user/arm/target_arch_cpu.h: Implment trivial EXCP exceptions bsd-user: arm (32-bit) support - - 2 - --- 2021-10-19 Warner Losh New
[07/24] bsd-user: Add target_to_host_semarray for semaphore operations bsd-user: Upstream misc system calls (System V IPC, reboot, etc) - - - - --- 2026-02-05 Warner Losh New
[07/25] bsd-user: ioctl: add common definitions bsd-user May 2026 pull request - - 1 - --- 2026-05-07 Warner Losh New
[07/30] bsd-user/arm/target_arch_cpu.h: Use force_sig_fault for EXCP_UDEF bsd-user: upstream our signal implementation - - 2 - --- 2022-01-09 Warner Losh New
[07/66] bsd-user: Add os-file.h with pipe2, chflagsat, close_range, and more bsd-user: Upstream most of the remaining system calls - - - - --- 2026-05-15 Warner Losh New
[08/10] bsd-user: Implement mkfifo and mkfifoat bsd-user: More file-related system calls - - 1 - --- 2022-06-20 Warner Losh New
[08/11] bsd-user: Implement rmdir and undocumented -_getcwd bsd-user: Next round of syscalls - - - - --- 2022-06-12 Warner Losh New
[08/14] bsd-user/target_os_elf: If ELF_HWCAP2 is defined, publish it bsd-user: misc cleanup for aarch64 import - - 2 - --- 2021-09-22 Warner Losh New
[08/14] bsd-user:Add AArch64 improvements and signal handling functions bsd-user: Misc changes for 9.1 (I hope) - - 1 - --- 2024-07-22 Warner Losh New
[08/16] bsd-user: Remove useless mmap definitions bsd-user 2023 Q2 first batch - - 1 - --- 2023-04-05 Warner Losh New
[08/17] bsd-user: Add FreeBSD ioctl command table bsd-user: upstream ioctl - - - - --- 2026-04-12 Warner Losh New
« 1 2 3 415 16 »