Re: [PATCH v6 00/23] bsd-user: Implement mmap related system calls for FreeBSD.

2023-09-26 Thread Warner Losh
On Mon, Sep 25, 2023 at 12:28 PM Karim Taha wrote: > Upstream the implementation of the following mmap system calls, from the > qemu-bsd-user fork: >mmap(2), munmap(2), >mprotect(2), >msync(2), >mlock(2), munlock(2), mlockall(2), munlockall(2), mincore(2), >madvise(2), >mi

[PATCH v6 00/23] bsd-user: Implement mmap related system calls for FreeBSD.

2023-09-25 Thread Karim Taha
Upstream the implementation of the following mmap system calls, from the qemu-bsd-user fork: mmap(2), munmap(2), mprotect(2), msync(2), mlock(2), munlock(2), mlockall(2), munlockall(2), mincore(2), madvise(2), minherit(2), shm_open(2),shm_open2(2), shm_rename2(2), shm_unlink(2)