Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-10-03 | bsd-user: Add stubs for vadvise(), sbrk() and sstk() | Warner Losh | 1 | -0/+18 |
2023-10-03 | bsd-user: Implement shmat(2) and shmdt(2) | Stacey Son | 1 | -0/+87 |
2023-10-03 | bsd-user: Implement shmctl(2) | Stacey Son | 1 | -0/+39 |
2023-10-03 | bsd-user: Implement shm_unlink(2) and shmget(2) | Stacey Son | 1 | -0/+23 |
2023-10-03 | bsd-user: Implement shm_open(2) | Stacey Son | 1 | -0/+25 |
2023-10-03 | bsd-user: Implement do_obreak function | Stacey Son | 1 | -0/+45 |
2023-10-03 | bsd-user: Implement mincore(2) | Stacey Son | 1 | -0/+23 |
2023-10-03 | bsd-user: Implment madvise(2) to match the linux-user implementation. | Karim Taha | 1 | -0/+53 |
2023-10-03 | bsd-user: Implement mlock(2), munlock(2), mlockall(2), munlockall(2), minheri... | Stacey Son | 1 | -0/+37 |
2023-10-03 | bsd-user: Implement msync(2) | Stacey Son | 1 | -0/+11 |
2023-10-03 | bsd-user: Implement mprotect(2) | Stacey Son | 1 | -0/+7 |
2023-10-03 | bsd-user: Implement mmap(2) and munmap(2) | Stacey Son | 1 | -0/+20 |
2023-10-03 | bsd-user: Introduce bsd-mem.h to the source tree | Stacey Son | 1 | -0/+64 |