]> git.proxmox.com Git - mirror_qemu.git/history - bsd-user/bsd-mem.h
bsd-user: spelling fixes: necesary, agrument, undocummented
[mirror_qemu.git] / bsd-user / bsd-mem.h
2023-11-15 Michael Tokarevbsd-user: spelling fixes: necesary, agrument, undocummented
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 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