Show patches with: Submitter = Karim Taha       |    State = Action Required       |    Archived = No       |   411 patches
« 1 2 3 44 5 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v3,04/23] bsd-user: Introduce freebsd/os-misc.h to the source tree bsd-user: Implement mmap related system calls for FreeBSD. - - 2 - --- 2023-09-09 Karim Taha New
[v3,03/23] bsd-user: Declarations for ipc_perm and shmid_ds conversion functions bsd-user: Implement mmap related system calls for FreeBSD. - - 2 - --- 2023-09-09 Karim Taha New
[v3,02/23] bsd-user: Implement struct target_shmid_ds bsd-user: Implement mmap related system calls for FreeBSD. - - 2 - --- 2023-09-09 Karim Taha New
[v3,01/23] bsd-user: Implement struct target_ipc_perm bsd-user: Implement mmap related system calls for FreeBSD. - - 2 - --- 2023-09-09 Karim Taha New
[v2,23/23] bsd-user: Add stubs for vadvise(), sbrk() and sstk() bsd-user: Implement mmap related system calls for FreeBSD. - - - - --- 2023-09-07 Karim Taha New
[v2,22/23] bsd-user: Implement shmat(2) and shmdt(2) bsd-user: Implement mmap related system calls for FreeBSD. - - - - --- 2023-09-07 Karim Taha New
[v2,21/23] bsd-user: Implement shmctl(2) bsd-user: Implement mmap related system calls for FreeBSD. - - 1 - --- 2023-09-07 Karim Taha New
[v2,20/23] bsd-user: Implement shm_unlink(2) and shmget(2) bsd-user: Implement mmap related system calls for FreeBSD. - - 2 - --- 2023-09-07 Karim Taha New
[v2,19/23] bsd-user: Implement shm_open(2) bsd-user: Implement mmap related system calls for FreeBSD. - - - - --- 2023-09-07 Karim Taha New
[v2,18/23] bsd-user: Implement do_obreak function bsd-user: Implement mmap related system calls for FreeBSD. - - - - --- 2023-09-07 Karim Taha New
[v2,17/23] bsd-user: Implement mincore(2) bsd-user: Implement mmap related system calls for FreeBSD. - - - - --- 2023-09-07 Karim Taha New
[v2,16/23] bsd-user: Implment madvise(2) to match the linux-user implementation. bsd-user: Implement mmap related system calls for FreeBSD. - - - - --- 2023-09-07 Karim Taha New
[v2,15/23] bsd-user: Implement mlock(2), munlock(2), mlockall(2), munlockall(2), minherit(2) bsd-user: Implement mmap related system calls for FreeBSD. - - 1 - --- 2023-09-07 Karim Taha New
[v2,14/23] bsd-user: Implement msync(2) bsd-user: Implement mmap related system calls for FreeBSD. - - 2 - --- 2023-09-07 Karim Taha New
[v2,13/23] bsd-user: Implement mprotect(2) bsd-user: Implement mmap related system calls for FreeBSD. - - 2 - --- 2023-09-07 Karim Taha New
[v2,12/23] bsd-user: Implement mmap(2) and munmap(2) bsd-user: Implement mmap related system calls for FreeBSD. - - 2 - --- 2023-09-07 Karim Taha New
[v2,11/23] bsd-user: Introduce bsd-mem.h to the source tree bsd-user: Implement mmap related system calls for FreeBSD. - - 2 - --- 2023-09-07 Karim Taha New
[v2,10/23] bsd-user: Implement shmid_ds conversion between host and target. bsd-user: Implement mmap related system calls for FreeBSD. - - - - --- 2023-09-07 Karim Taha New
[v2,09/23] bsd-user: Implement ipc_perm conversion between host and target. bsd-user: Implement mmap related system calls for FreeBSD. - - 1 - --- 2023-09-07 Karim Taha New
[v2,08/23] bsd-user: Implement target_set_brk function in bsd-mem.c instead of os-syscall.c bsd-user: Implement mmap related system calls for FreeBSD. - - 2 - --- 2023-09-07 Karim Taha New
[v2,07/23] bsd-user: Add bsd-mem.c to meson.build bsd-user: Implement mmap related system calls for FreeBSD. - - 2 - --- 2023-09-07 Karim Taha New
[v2,06/23] bsd-user: Implement shm_rename(2) system call bsd-user: Implement mmap related system calls for FreeBSD. - - 2 - --- 2023-09-07 Karim Taha New
[v2,05/23] bsd-user: Implement shm_open2(2) system call bsd-user: Implement mmap related system calls for FreeBSD. - - - - --- 2023-09-07 Karim Taha New
[v2,04/23] bsd-user: Introduce freebsd/os-misc.h to the source tree bsd-user: Implement mmap related system calls for FreeBSD. - - 2 - --- 2023-09-07 Karim Taha New
[v2,03/23] bsd-user: Declarations for ipc_perm and shmid_ds conversion functions bsd-user: Implement mmap related system calls for FreeBSD. - - 2 - --- 2023-09-07 Karim Taha New
[v2,02/23] bsd-user: Implement struct target_shmid_ds bsd-user: Implement mmap related system calls for FreeBSD. - - 2 - --- 2023-09-07 Karim Taha New
[v2,01/23] bsd-user: Implement struct target_ipc_perm bsd-user: Implement mmap related system calls for FreeBSD. - - 2 - --- 2023-09-07 Karim Taha New
[32/32] bsd-user: Implement pdfork(2) system call. bsd-user: Implement freebsd process related system calls. 1 - 1 - --- 2023-08-27 Karim Taha New
[31/32] bsd-user: Implement rfork(2) system call. bsd-user: Implement freebsd process related system calls. - - 1 - --- 2023-08-27 Karim Taha New
[30/32] bsd-user: Implement fork(2) and vfork(2) system calls. bsd-user: Implement freebsd process related system calls. - - 1 - --- 2023-08-27 Karim Taha New
[29/32] bsd-user: Implement pdgetpid(2) and the undocumented setugid. bsd-user: Implement freebsd process related system calls. - - 1 - --- 2023-08-27 Karim Taha New
[28/32] bsd-user: Implement setloginclass(2) and getloginclass(2) system calls. bsd-user: Implement freebsd process related system calls. - - 1 - --- 2023-08-27 Karim Taha New
[27/32] bsd-user: Implement wait4(2) and wait6(2) system calls. bsd-user: Implement freebsd process related system calls. - - 1 - --- 2023-08-27 Karim Taha New
[26/32] bsd-user: Implement execve(2) and fexecve(2) system calls. bsd-user: Implement freebsd process related system calls. - - 1 - --- 2023-08-27 Karim Taha New
[25/32] bsd-user: Implement procctl(2) system call. bsd-user: Implement freebsd process related system calls. 1 - - - --- 2023-08-27 Karim Taha New
[24/32] bsd-user: Implement h2t reaper_pidinfo and h2t/t2h reaper_kill structs conversion functions. bsd-user: Implement freebsd process related system calls. - - - - --- 2023-08-27 Karim Taha New
[23/32] bsd-user: Implement t2h procctl control request commands and h2t reaper status struct conve… bsd-user: Implement freebsd process related system calls. - - - - --- 2023-08-27 Karim Taha New
[22/32] bsd-user: Implement freebsd_exec_common, used in implementing execve/fexecve. bsd-user: Implement freebsd process related system calls. 1 - - - --- 2023-08-27 Karim Taha New
[21/32] bsd-user: Implement get_filename_from_fd. bsd-user: Implement freebsd process related system calls. - - 1 - --- 2023-08-27 Karim Taha New
[20/32] bsd-user: Add freebsd/os-proc.c to meson.build bsd-user: Implement freebsd process related system calls. - - - - --- 2023-08-27 Karim Taha New
[19/32] bsd-user: Implement getpriority(2) and setpriority(2). bsd-user: Implement freebsd process related system calls. - - - - --- 2023-08-27 Karim Taha New
[18/32] bsd-user: Add stubs for profil(2), ktrace(2), utrace(2) and ptrace(2). bsd-user: Implement freebsd process related system calls. - - 1 - --- 2023-08-27 Karim Taha New
[17/32] bsd-user: Implement get/set[resuid/resgid/sid] and issetugid. bsd-user: Implement freebsd process related system calls. - - 1 - --- 2023-08-27 Karim Taha New
[16/32] bsd-user: Implement several get/set system calls: bsd-user: Implement freebsd process related system calls. - - 1 - --- 2023-08-27 Karim Taha New
[15/32] bsd-user: Implement getrlimit(2) and setrlimit(2) bsd-user: Implement freebsd process related system calls. - - 1 - --- 2023-08-27 Karim Taha New
[14/32] bsd-user: Implement getrusage(2). bsd-user: Implement freebsd process related system calls. - - 1 - --- 2023-08-27 Karim Taha New
[13/32] bsd-user: Implement umask(2), setlogin(2) and getlogin(2) bsd-user: Implement freebsd process related system calls. - - 1 - --- 2023-08-27 Karim Taha New
[12/32] bsd-user: Implement getgroups(2) and setgroups(2) system calls. bsd-user: Implement freebsd process related system calls. - - - - --- 2023-08-27 Karim Taha New
[11/32] bsd-user: Get number of cpus. bsd-user: Implement freebsd process related system calls. - - - - --- 2023-08-27 Karim Taha New
[10/32] bsd-user: Implement host_to_target_waitstatus conversion. bsd-user: Implement freebsd process related system calls. - - 1 - --- 2023-08-27 Karim Taha New
[09/32] bsd-user: Implement host_to_target_rusage and host_to_target_wrusage. bsd-user: Implement freebsd process related system calls. - - 1 - --- 2023-08-27 Karim Taha New
[08/32] bsd-user: Implement target_to_host_rlim and host_to_target_rlim conversion. bsd-user: Implement freebsd process related system calls. - - 1 - --- 2023-08-27 Karim Taha New
[07/32] bsd-user: Implement target_to_host_resource conversion function bsd-user: Implement freebsd process related system calls. - - - - --- 2023-08-27 Karim Taha New
[06/32] bsd-user: Add bsd-proc.c to meson.build bsd-user: Implement freebsd process related system calls. - - - - --- 2023-08-27 Karim Taha New
[05/32] bsd-user: add extern declarations for bsd-proc.c conversion functions bsd-user: Implement freebsd process related system calls. - - 1 - --- 2023-08-27 Karim Taha New
[04/32] bsd-user: Add freebsd_exec_common and do_freebsd_procctl to qemu.h. bsd-user: Implement freebsd process related system calls. - - 1 - --- 2023-08-27 Karim Taha New
[03/32] bsd-user: Implement host_to_target_siginfo. bsd-user: Implement freebsd process related system calls. - - 1 - --- 2023-08-27 Karim Taha New
[02/32] bsd-user: Implement procctl(2) system call. bsd-user: Implement freebsd process related system calls. - - 1 - --- 2023-08-27 Karim Taha New
[01/32] bsd-user: define TARGET_RFSPAWN for rfork to use vfork(2) semantics. bsd-user: Implement freebsd process related system calls. - - 1 - --- 2023-08-27 Karim Taha New
[22/22] Add stubs for vadvise(), sbrk() and sstk() Implement the mmap system call for FreeBSD. - - 1 - --- 2023-08-19 Karim Taha New
[21/22] Implement shmat(2) and shmdt(2) Implement the mmap system call for FreeBSD. - - - - --- 2023-08-19 Karim Taha New
[20/22] Implement shmctl(2) Implement the mmap system call for FreeBSD. - - 1 - --- 2023-08-19 Karim Taha New
[19/22] Implement shm_unlink(2) and shmget(2) Implement the mmap system call for FreeBSD. - - 3 - --- 2023-08-19 Karim Taha New
[18/22] Implement shm_open(2) Implement the mmap system call for FreeBSD. - - 1 - --- 2023-08-19 Karim Taha New
[17/22] Implement do_obreak function Implement the mmap system call for FreeBSD. - - - - --- 2023-08-19 Karim Taha New
[16/22] Implement mincore(2) Implement the mmap system call for FreeBSD. - - 1 - --- 2023-08-19 Karim Taha New
[15/22] Implement mlock(2), munlock(2), mlockall(2), munlockall(2), madvise(2), minherit(2) Implement the mmap system call for FreeBSD. - - 1 - --- 2023-08-19 Karim Taha New
[14/22] Implement msync(2) Implement the mmap system call for FreeBSD. - - 2 - --- 2023-08-19 Karim Taha New
[13/22] Implement mprotect(2) Implement the mmap system call for FreeBSD. - - 2 - --- 2023-08-19 Karim Taha New
[12/22] Implement mmap(2) and munmap(2) Implement the mmap system call for FreeBSD. - - 2 - --- 2023-08-19 Karim Taha New
[11/22] Introduce bsd-mem.h to the source tree Implement the mmap system call for FreeBSD. - - 2 - --- 2023-08-19 Karim Taha New
[10/22] Implement shmid_ds conversion between host and target. Implement the mmap system call for FreeBSD. - - 2 - --- 2023-08-19 Karim Taha New
[09/22] Implement ipc_perm conversion between host and target. Implement the mmap system call for FreeBSD. - - 2 - --- 2023-08-19 Karim Taha New
[08/22] Implement target_set_brk function in bsd-mem.c instead of os-syscall.c Implement the mmap system call for FreeBSD. - - 2 - --- 2023-08-19 Karim Taha New
[07/22] Add bsd-mem.c to meson.build Implement the mmap system call for FreeBSD. - - 2 - --- 2023-08-19 Karim Taha New
[06/22] Implement shm_rename(2) system call Implement the mmap system call for FreeBSD. - - 2 - --- 2023-08-19 Karim Taha New
[05/22] Implement shm_open2(2) system call Implement the mmap system call for FreeBSD. - - - - --- 2023-08-19 Karim Taha New
[04/22] Introduce freebsd/os-misc.h to the source tree Implement the mmap system call for FreeBSD. - - 1 - --- 2023-08-19 Karim Taha New
[03/22] Declarations for ipc_perm and shmid_ds conversion functions Implement the mmap system call for FreeBSD. - - 2 - --- 2023-08-19 Karim Taha New
[02/22] Implement struct target_shmid_ds Implement the mmap system call for FreeBSD. - - 2 - --- 2023-08-19 Karim Taha New
[01/22] Implement struct target_ipc_perm Implement the mmap system call for FreeBSD. - - 2 - --- 2023-08-19 Karim Taha New
[v3,32/32] Add glue to call the following syscalls to the freebsd_syscall function: Implement the stat system calls for FreeBSD. - - 1 - --- 2023-08-13 Karim Taha New
[v3,31/32] Add glue to call the following syscalls to the freebsd_syscall function: Implement the stat system calls for FreeBSD. - - 1 - --- 2023-08-13 Karim Taha New
[v3,30/32] Add glue to call the following syscalls to the freebsd_syscall function: Implement the stat system calls for FreeBSD. - - 1 - --- 2023-08-13 Karim Taha New
[v3,29/32] Add glue to call the following syscalls to the freebsd_syscall function: Implement the stat system calls for FreeBSD. - - 1 - --- 2023-08-13 Karim Taha New
[v3,28/32] Add os-stat.c to the build Implement the stat system calls for FreeBSD. - - 1 - --- 2023-08-13 Karim Taha New
[v3,27/32] Implement do_freebsd_realpathat syscall Implement the stat system calls for FreeBSD. - - 1 - --- 2023-08-13 Karim Taha New
[v3,26/32] Implement freebsd11 stat related syscalls Implement the stat system calls for FreeBSD. - - 1 - --- 2023-08-13 Karim Taha New
[v3,25/32] Implement freebsd11 stat related syscalls Implement the stat system calls for FreeBSD. - - 1 - --- 2023-08-13 Karim Taha New
[v3,24/32] Implement freebsd11 stat related syscalls Implement the stat system calls for FreeBSD. - - 1 - --- 2023-08-13 Karim Taha New
[v3,23/32] Implement freebsd11 stat related syscalls Implement the stat system calls for FreeBSD. - - 1 - --- 2023-08-13 Karim Taha New
[v3,22/32] Implement freebsd11 stat related syscalls Implement the stat system calls for FreeBSD. - - 1 - --- 2023-08-13 Karim Taha New
[v3,21/32] Implement stat related syscalls Implement the stat system calls for FreeBSD. - - 1 - --- 2023-08-13 Karim Taha New
[v3,20/32] Implement stat related syscalls Implement the stat system calls for FreeBSD. - - 1 - --- 2023-08-13 Karim Taha New
[v3,19/32] Implement stat related syscalls Implement the stat system calls for FreeBSD. - - 1 - --- 2023-08-13 Karim Taha New
[v3,18/32] Implement stat related syscalls Implement the stat system calls for FreeBSD. - - 1 - --- 2023-08-13 Karim Taha New
[v3,17/32] Implement stat related syscalls Implement the stat system calls for FreeBSD. - - 1 - --- 2023-08-13 Karim Taha New
[v3,16/32] Implement h2t_freebsd_stat and h2t_freebsd_statfs functions Implement the stat system calls for FreeBSD. - - 1 - --- 2023-08-13 Karim Taha New
[v3,15/32] Implement target_to_host_fcntl_cmd Implement the stat system calls for FreeBSD. - - 1 - --- 2023-08-13 Karim Taha New
[v3,14/32] Implement h2t_freebds11_statfs Implement the stat system calls for FreeBSD. - - 1 - --- 2023-08-13 Karim Taha New
« 1 2 3 44 5 »