]> git.proxmox.com Git - mirror_qemu.git/history - bsd-user/freebsd/os-syscall.c
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into...
[mirror_qemu.git] / bsd-user / freebsd / os-syscall.c
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 Stacey Sonbsd-user: Add sysarch syscall
2023-03-01 Doug Rabsonbsd-user: Don't truncate the return value from freebsd_...
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...
2022-07-02 Warner Loshbsd-user: Implement undelete
2022-07-02 Warner Loshbsd-user: Implement pathconf, lpathconf and fpathconf
2022-07-02 Warner Loshbsd-user: Implement mkfifo and mkfifoat
2022-07-02 Warner Loshbsd-user: Implement chroot and flock
2022-07-02 Warner Loshbsd-user: Implement chflags, lchflags and fchflags
2022-07-02 Warner Loshbsd-user: Implement chown, fchown, lchown and fchownat
2022-07-02 Warner Loshbsd-user: Implement freebsd11_mknod, freebsd11_mknodat...
2022-07-02 Warner Loshbsd-user: implement chmod, fchmod, lchmod and fchmodat
2022-07-02 Warner Loshbsd-user: Implement symlink, symlinkat, readlink and...
2022-07-02 Warner Loshbsd-user: Implement mount, umount and nmount
2022-06-19 Richard HendersonMerge tag 'bsd-user-syscall-2022q2-pull-request' of...
2022-06-14 Warner Loshbsd-user: Implement acct and sync
2022-06-14 Warner Loshbsd-user: Implement trunctate and ftruncate
2022-06-14 Warner Loshbsd-user: Implement dup and dup2
2022-06-14 Warner Loshbsd-user: Implement rmdir and undocumented __getcwd
2022-06-14 Warner Loshbsd-user: Implement mkdir and mkdirat
2022-06-13 Warner Loshbsd-user: Implement link, linkat, unlink and unlinkat
2022-06-13 Warner Loshbsd-user: Implement rename and renameat
2022-06-13 Warner Loshbsd-user: Implement chdir and fchdir
2022-06-13 Warner Loshbsd-user: Implement revoke, access, eaccess and faccessat
2022-06-13 Warner Loshbsd-user: Implement fdatasync, fsync and close_from
2022-06-13 Warner Loshbsd-user: Implement open, openat and close
2022-06-12 Richard HendersonMerge tag 'mips-20220611' of https://github.com/philmd...
2022-06-12 Richard HendersonMerge tag 'bsd-user-preen-2022q2-pull-request' of ssh...
2022-06-11 Warner Loshbsd-user/freebsd/os-syscall.c: Implement exit
2022-06-11 Warner Loshbsd-user/bsd-file.h: Meat of the write system calls
2022-06-11 Warner Loshbsd-user/bsd-file.h: Add implementations for read,...
2022-06-11 Warner Loshbsd-user/freebsd/os-syscall.c: Tracing and error boiler...
2022-06-11 Warner Loshbsd-user/freebsd/os-syscall.c: unlock_iovec
2022-06-11 Warner Loshbsd-user/freebsd/os-syscall.c: lock_iovec
2022-04-20 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-04-06 Marc-André LureauRemove qemu-common.h include from most units
2022-03-02 Peter MaydellMerge remote-tracking branch 'remotes/legoater/tags...
2022-03-02 Peter MaydellMerge remote-tracking branch 'remotes/stsquad/tags...
2022-03-01 Peter MaydellMerge remote-tracking branch 'remotes/bsdimp/tags/bsd...
2022-02-27 Warner Loshbsd-user/bsd-file.h: Implementation details for the...
2022-02-26 Warner Loshbsd-user/freebsd/os-syscall.c: Add get_errno and host_t...
2022-02-26 Warner Loshbsd-user/freebsd/os-syscall.c: Move syscall processing...