aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/bsd-mem.h
AgeCommit message (Expand)Author
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé
2023-11-15bsd-user: spelling fixes: necesary, agrument, undocummentedMichael Tokarev
2023-10-03bsd-user: Add stubs for vadvise(), sbrk() and sstk()Warner Losh
2023-10-03bsd-user: Implement shmat(2) and shmdt(2)Stacey Son
2023-10-03bsd-user: Implement shmctl(2)Stacey Son
2023-10-03bsd-user: Implement shm_unlink(2) and shmget(2)Stacey Son
2023-10-03bsd-user: Implement shm_open(2)Stacey Son
2023-10-03bsd-user: Implement do_obreak functionStacey Son
2023-10-03bsd-user: Implement mincore(2)Stacey Son
2023-10-03bsd-user: Implment madvise(2) to match the linux-user implementation.Karim Taha
2023-10-03bsd-user: Implement mlock(2), munlock(2), mlockall(2), munlockall(2), minheri...Stacey Son
2023-10-03bsd-user: Implement msync(2)Stacey Son
2023-10-03bsd-user: Implement mprotect(2)Stacey Son
2023-10-03bsd-user: Implement mmap(2) and munmap(2)Stacey Son
2023-10-03bsd-user: Introduce bsd-mem.h to the source treeStacey Son