aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/bsd-mem.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé1-0/+1
2023-11-15bsd-user: spelling fixes: necesary, agrument, undocummentedMichael Tokarev1-1/+1
2023-10-03bsd-user: Add stubs for vadvise(), sbrk() and sstk()Warner Losh1-0/+18
2023-10-03bsd-user: Implement shmat(2) and shmdt(2)Stacey Son1-0/+87
2023-10-03bsd-user: Implement shmctl(2)Stacey Son1-0/+39
2023-10-03bsd-user: Implement shm_unlink(2) and shmget(2)Stacey Son1-0/+23
2023-10-03bsd-user: Implement shm_open(2)Stacey Son1-0/+25
2023-10-03bsd-user: Implement do_obreak functionStacey Son1-0/+45
2023-10-03bsd-user: Implement mincore(2)Stacey Son1-0/+23
2023-10-03bsd-user: Implment madvise(2) to match the linux-user implementation.Karim Taha1-0/+53
2023-10-03bsd-user: Implement mlock(2), munlock(2), mlockall(2), munlockall(2), minheri...Stacey Son1-0/+37
2023-10-03bsd-user: Implement msync(2)Stacey Son1-0/+11
2023-10-03bsd-user: Implement mprotect(2)Stacey Son1-0/+7
2023-10-03bsd-user: Implement mmap(2) and munmap(2)Stacey Son1-0/+20
2023-10-03bsd-user: Introduce bsd-mem.h to the source treeStacey Son1-0/+64