]> git.proxmox.com Git - mirror_qemu.git/history - bsd-user
Merge tag '20231119-xtensa-1' of https://github.com/OSLL/qemu-xtensa into staging
[mirror_qemu.git] / bsd-user /
2023-11-20 Stefan HajnocziMerge tag '20231119-xtensa-1' of https://github.com...
2023-11-20 Stefan HajnocziMerge tag 'hppa64-fixes-pull-request' of https://github...
2023-11-20 Stefan HajnocziMerge tag 'pull-error-2023-11-17' of https://repo.or...
2023-11-20 Stefan HajnocziMerge tag 'pull-request-2023-11-16' of https://gitlab...
2023-11-20 Stefan HajnocziMerge tag 'pull-trivial-patches' of https://gitlab...
2023-11-15 Michael Tokarevbsd-user: spelling fixes: necesary, agrument, undocummented
2023-11-10 Stefan HajnocziMerge tag 'xen-virtio-fix-1-tag' of https://gitlab...
2023-11-09 Stefan HajnocziMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-11-08 Stefan HajnocziMerge tag 'pull-ppc-20231107' of https://gitlab.com...
2023-11-08 Stefan HajnocziMerge tag 'misc-fixes-pull-request' of https://gitlab...
2023-11-08 Stefan HajnocziMerge tag 'pull-request-2023-11-07' of https://gitlab...
2023-11-08 Stefan HajnocziMerge tag 'misc-cpus-20231107' of https://github.com...
2023-11-07 Philippe Mathieu... hw/cpu: Clean up global variable shadowing
2023-10-31 Stefan HajnocziMerge tag 'migration-20231031-pull-request' of https...
2023-10-30 Stefan HajnocziMerge tag 'pull-lu-20231030' of https://gitlab.com...
2023-10-30 Stefan HajnocziMerge tag 'pull-ufs-20231030' of https://gitlab.com...
2023-10-30 Stefan HajnocziMerge tag 'pull-target-arm-20231027' of https://git...
2023-10-27 Peter Maydelltarget/arm: Move feature test functions to their own...
2023-10-05 Stefan HajnocziMerge tag 'for_upstream' of https://git.kernel.org...
2023-10-05 Stefan HajnocziMerge tag 'pull-tcg-20231004' of https://gitlab.com...
2023-10-04 Richard Hendersonbuild: Remove --enable-gprof
2023-10-04 Richard Hendersontcg: Split out tcg init functions to tcg/startup.h
2023-10-04 Richard Hendersontcg: Remove argument to tcg_prologue_init
2023-10-04 Richard Hendersonaccel/tcg: Replace CPUState.env_ptr with cpu_env()
2023-10-04 Stefan HajnocziMerge tag 'block-pull-request' of https://gitlab.com...
2023-10-04 Stefan HajnocziMerge tag 'migration-20231004-pull-request' of https...
2023-10-04 Stefan HajnocziMerge tag 'bsd-user-mmap-pull-request' of https://gitla...
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 shmid_ds conversion between host...
2023-10-03 Stacey Sonbsd-user: Implement ipc_perm conversion between host...
2023-10-03 Stacey Sonbsd-user: Implement target_set_brk function in bsd...
2023-10-03 Karim Tahabsd-user: Add bsd-mem.c to meson.build
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: Declarations for ipc_perm and shmid_ds conver...
2023-10-03 Stacey Sonbsd-user: Implement struct target_shmid_ds
2023-10-03 Stacey Sonbsd-user: Implement struct target_ipc_perm
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-10-03 Kyle Evansbsd-user: Get number of cpus.
2023-10-03 Stacey Sonbsd-user: Implement host_to_target_waitstatus conversion.
2023-10-03 Stacey Sonbsd-user: Implement host_to_target_rusage and host_to_t...
2023-10-03 Stacey Sonbsd-user: Implement target_to_host_rlim and host_to_tar...
2023-10-03 Stacey Sonbsd-user: Implement target_to_host_resource conversion...
2023-10-03 Stacey Sonbsd-user: add extern declarations for bsd-proc.c conver...
2023-10-03 Stacey Sonbsd-user: Add freebsd_exec_common and do_freebsd_procct...
2023-10-03 Stacey Sonbsd-user: Implement host_to_target_siginfo.
2023-10-03 Stacey Sonbsd-user: Define procctl(2) related structs
2023-10-03 Karim Tahabsd-user: define TARGET_RFSPAWN for rfork to use vfork...
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-09-11 Stefan HajnocziMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-09-11 Stefan HajnocziMerge tag 'pull-target-arm-20230908' of https://git...
2023-09-08 Stefan HajnocziMerge tag 'pull-trivial-patches' of https://gitlab...
2023-09-08 Thomas Huthtrace-events: Fix the name of the tracing.rst file
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...
2023-08-31 Stefan HajnocziMerge tag 'quick-fix-pull-request' of https://gitlab...
2023-08-30 Warner Loshbsd-user: Move PRAGMA_DISABLE_PACKED_WARNING etc to...
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
next