]> git.proxmox.com Git - mirror_qemu.git/history - bsd-user/bsd-file.h
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
[mirror_qemu.git] / bsd-user / bsd-file.h
2023-09-21 Stefan HajnocziMerge tag 'pull-block-2023-09-01' of https://gitlab...
2023-09-07 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-09-06 Stefan HajnocziMerge tag 'ui-pull-request' of https://gitlab.com/marca...
2023-09-06 Stefan HajnocziMerge tag 'pull-lu-20230901' of https://gitlab.com...
2023-09-06 Stefan HajnocziMerge tag 'pull-aspeed-20230901' of https://github...
2023-09-05 Stefan HajnocziMerge tag 'pull-request-2023-08-31' of https://gitlab...
2023-09-05 Stefan HajnocziMerge tag 'misc-20230831' of https://github.com/philmd...
2023-08-31 Philippe Mathieu... bulk: Do not declare function prototypes using 'extern...
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: Remove stray 'inline' from do_bsd_close
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/bsd-file.h: Meat of the write system calls
2022-06-11 Warner Loshbsd-user/bsd-file.h: Add implementations for read,...
2022-05-18 Richard HendersonMerge tag 'artist-cursor-fix-final-pull-request' of...
2022-05-15 Richard HendersonMerge tag 'or1k-pull-request-20220515' of https://githu...
2022-05-11 Richard HendersonMerge tag 'pull-misc-2022-05-11' of git://repo.or.cz...
2022-05-11 Markus ArmbrusterClean up ill-advised or unusual header guards
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...