index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bsd-user
/
bsd-mem.h
Age
Commit message (
Expand
)
Author
2024-05-06
exec/cpu: Extract page-protection definitions to page-protection.h
Philippe Mathieu-Daudé
2023-11-15
bsd-user: spelling fixes: necesary, agrument, undocummented
Michael Tokarev
2023-10-03
bsd-user: Add stubs for vadvise(), sbrk() and sstk()
Warner Losh
2023-10-03
bsd-user: Implement shmat(2) and shmdt(2)
Stacey Son
2023-10-03
bsd-user: Implement shmctl(2)
Stacey Son
2023-10-03
bsd-user: Implement shm_unlink(2) and shmget(2)
Stacey Son
2023-10-03
bsd-user: Implement shm_open(2)
Stacey Son
2023-10-03
bsd-user: Implement do_obreak function
Stacey Son
2023-10-03
bsd-user: Implement mincore(2)
Stacey Son
2023-10-03
bsd-user: Implment madvise(2) to match the linux-user implementation.
Karim Taha
2023-10-03
bsd-user: Implement mlock(2), munlock(2), mlockall(2), munlockall(2), minheri...
Stacey Son
2023-10-03
bsd-user: Implement msync(2)
Stacey Son
2023-10-03
bsd-user: Implement mprotect(2)
Stacey Son
2023-10-03
bsd-user: Implement mmap(2) and munmap(2)
Stacey Son
2023-10-03
bsd-user: Introduce bsd-mem.h to the source tree
Stacey Son