]> git.proxmox.com Git - mirror_qemu.git/history - bsd-user/freebsd
bsd-user: Add stubs for vadvise(), sbrk() and sstk()
[mirror_qemu.git] / bsd-user / freebsd /
2023-10-03 Warner Loshbsd-user: Add stubs for vadvise(), sbrk() and sstk()
2023-10-03 Stacey Sonbsd-user: Implement shmat(2) and shmdt(2)
2023-10-03 Stacey Sonbsd-user: Implement shmctl(2)
2023-10-03 Stacey Sonbsd-user: Implement shm_unlink(2) and shmget(2)
2023-10-03 Stacey Sonbsd-user: Implement shm_open(2)
2023-10-03 Stacey Sonbsd-user: Implement do_obreak function
2023-10-03 Stacey Sonbsd-user: Implement mincore(2)
2023-10-03 Karim Tahabsd-user: Implment madvise(2) to match the linux-user...
2023-10-03 Stacey Sonbsd-user: Implement mlock(2), munlock(2), mlockall...
2023-10-03 Stacey Sonbsd-user: Implement msync(2)
2023-10-03 Stacey Sonbsd-user: Implement mprotect(2)
2023-10-03 Stacey Sonbsd-user: Implement mmap(2) and munmap(2)
2023-10-03 Stacey Sonbsd-user: Introduce bsd-mem.h to the source tree
2023-10-03 Stacey Sonbsd-user: Implement target_set_brk function in bsd...
2023-10-03 Kyle Evansbsd-user: Implement shm_rename(2) system call
2023-10-03 Karim Tahabsd-user: Implement shm_open2(2) system call
2023-10-03 Stacey Sonbsd-user: Introduce freebsd/os-misc.h to the source...
2023-10-03 Stacey Sonbsd-user: Implement pdfork(2) system call.
2023-10-03 Stacey Sonbsd-user: Implement rfork(2) system call.
2023-10-03 Stacey Sonbsd-user: Implement fork(2) and vfork(2) system calls.
2023-10-03 Stacey Sonbsd-user: Implement pdgetpid(2) and the undocumented...
2023-10-03 Stacey Sonbsd-user: Implement setloginclass(2) and getloginclass...
2023-10-03 Stacey Sonbsd-user: Implement wait4(2) and wait6(2) system calls.
2023-10-03 Karim Tahabsd-user: Implement execve(2) and fexecve(2) system...
2023-10-03 Stacey Sonbsd-user: Implement procctl(2) along with necessary...
2023-10-03 Stacey Sonbsd-user: Implement freebsd_exec_common, used in implem...
2023-10-03 Karim Tahabsd-user: Implement get_filename_from_fd.
2023-10-03 Stacey Sonbsd-user: Implement getpriority(2) and setpriority(2).
2023-10-03 Stacey Sonbsd-user: Add stubs for profil(2), ktrace(2), utrace...
2023-10-03 Stacey Sonbsd-user: Implement get/set[resuid/resgid/sid] and...
2023-10-03 Stacey Sonbsd-user: Implement several get/set system calls:
2023-10-03 Stacey Sonbsd-user: Implement getrlimit(2) and setrlimit(2)
2023-10-03 Stacey Sonbsd-user: Implement getrusage(2).
2023-10-03 Stacey Sonbsd-user: Implement umask(2), setlogin(2) and getlogin(2)
2023-10-03 Stacey Sonbsd-user: Implement getgroups(2) and setgroups(2) syste...
2023-09-25 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-09-25 Stefan HajnocziMerge tag 'pull-target-arm-20230921' of https://git...
2023-09-21 Stefan HajnocziMerge tag 'pull-trivial-patches' of https://gitlab...
2023-09-21 Stefan HajnocziMerge tag 'pull-block-2023-09-01' of https://gitlab...
2023-09-20 Michael Tokarevbsd-user: spelling fixes
2023-08-30 Stefan HajnocziMerge tag 'dirtylimit-dirtyrate-pull-request' of https...
2023-08-29 Stefan HajnocziMerge tag '2023q3-bsd-user-pull-request' of https:...
2023-08-28 Warner Loshbsd-user: Add missing break after do_bsd_preadv
2023-08-28 Warner Loshbsd-user: Add getdents and fcntl related system calls
2023-08-28 Warner Loshbsd-user: Add glue for statfs related system calls
2023-08-28 Warner Loshbsd-user: Add glue for getfh and related syscalls
2023-08-28 Warner Loshbsd-user: Add glue for the freebsd11_stat syscalls
2023-08-28 Karim Tahabsd-user: Add os-stat.c to the build
2023-08-28 Mikaël Urankarbsd-user: Implement do_freebsd_realpathat syscall
2023-08-28 Michal Melounbsd-user: Implement freebsd11 netbsd stat related syscalls
2023-08-28 Michal Melounbsd-user: Implement freebsd11 getdirents related syscalls
2023-08-28 Michal Melounbsd-user: Implement freebsd11 statfs related syscalls
2023-08-28 Michal Melounbsd-user: Implement freebsd11 fstat and fhstat related...
2023-08-28 Michal Melounbsd-user: Implement freebsd11 stat related syscalls
2023-08-28 Stacey Sonbsd-user: Implement stat related syscalls
2023-08-28 Stacey Sonbsd-user: Implement getdents related syscalls
2023-08-28 Stacey Sonbsd-user: Implement statfs related syscalls
2023-08-28 Stacey Sonbsd-user: Implement statfh related syscalls
2023-08-28 Stacey Sonbsd-user: Implement stat related syscalls
2023-08-28 Michal Melounbsd-uesr: Implement h2t_freebsd_stat and h2t_freebsd_st...
2023-08-28 Stacey Sonbsd-user: Implement target_to_host_fcntl_cmd
2023-08-28 Stacey Sonbsd-user: Implement h2t_freebds11_statfs
2023-08-28 Stacey Sonbsd-user: Implement h2t_freebsd_fhandle t2h_freebsd_fhandle
2023-08-28 Stacey Sonbsd-user: Implement h2t_freebsd11_stat h2t_freebsd_nstat
2023-08-28 Stacey Sonbsd-user: Declarations of h2t and t2h conversion functions.
2023-08-28 Warner Loshbsd-user: Move _WANT_FREEBSD macros to include/qemu...
2023-06-21 Richard HendersonMerge tag 'seabios-hppa-v7-pull-request' of https:...
2023-06-01 Richard HendersonMerge tag 'block-pull-request' of https://gitlab.com...
2023-06-01 Richard HendersonMerge tag 'tracing-pull-request' of https://gitlab...
2023-06-01 Alex Bennée*-user: remove the guest_user_syscall tracepoints
2023-03-24 Peter MaydellMerge tag 'qga-pull-2023-03-22' of github.com:kostyanf1...
2023-03-12 Peter MaydellMerge tag 'linux-user-for-8.0-pull-request' of https...
2023-03-10 Peter MaydellMerge tag 'for_upstream' of https://git.kernel.org...
2023-03-10 Peter MaydellMerge tag 'qga-pull-2023-03-08' of github.com:kostyanf1...
2023-03-10 Peter MaydellMerge tag 'pull-hex-20230306' of https://github.com...
2023-03-09 Peter MaydellMerge tag 'qemu-openbios-20230307' of https://github...
2023-03-09 Peter MaydellMerge tag 'pull-gdbstub-070323-3' of https://gitlab...
2023-03-07 Alex Bennéegdbstub: move syscall handling to new file
2023-03-03 Peter MaydellMerge tag 'pull-aspeed-20230302' of https://github...
2023-03-03 Peter MaydellMerge tag 'for_upstream' of https://git.kernel.org...
2023-03-03 Peter MaydellMerge tag 'pull-riscv-to-apply-20230303' of https:...
2023-03-02 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-03-02 Peter MaydellMerge tag 'pull-testing-next-010323-1' of https://gitla...
2023-03-02 Peter MaydellMerge tag 'pull-monitor-2023-03-02' of https://repo...
2023-03-02 Peter MaydellMerge tag 'bsd-user-2023q1-pull-request' of gitlab...
2023-03-01 Kyle Evansbsd-user: implement sysctlbyname(2)
2023-03-01 Kyle Evansbsd-user: do_freebsd_sysctl helper for sysctl(2)
2023-03-01 Juergen Lockbsd-user: Start translation of arch-specific sysctls
2023-03-01 Juergen Lockbsd-user: common routine do_freebsd_sysctl_oid for...
2023-03-01 Juergen Lockbsd-user: sysctl helper funtions: sysctl_name2oid and...
2023-03-01 Stacey Sonbsd-user: Helper routines oidfmt
2023-03-01 Warner Loshbsd-user: various helper routines for sysctl
2023-03-01 Stacey Sonbsd-user: Add sysarch syscall
2023-03-01 Doug Rabsonbsd-user: Don't truncate the return value from freebsd_...
2023-02-08 Peter MaydellMerge tag 'pull-tricore-20230208' of https://github...
2023-02-08 Peter MaydellMerge tag 'pull-include-2023-02-06-v2' of https://repo...
2023-02-08 Markus Armbrusterbsd-user: Clean up includes
2022-07-04 Richard HendersonMerge tag 'kraxel-20220704-pull-request' of https:...
2022-07-03 Richard HendersonMerge tag 'pull-riscv-to-apply-20220703-1' of github...
2022-07-02 Richard HendersonMerge tag 'bsd-user-syscall-2022q2b-pull-request' of...
next