Age | Commit message (Expand) | Author |
---|---|---|
2022-05-05 | Kernel: Add the remaining POSIX `MADV_*` constants | Tim Schumacher |
2021-12-23 | Kernel+UE: Add MAP_FIXED_NOREPLACE mmap() flag | Daniel Bertalan |
2021-12-22 | LibC: Add support for `posix_madvise(..)` | Brian Gianforcaro |
2021-12-01 | LibC: Define the MADV_DONTNEED madvise advice macro | Idan Horowitz |
2021-12-01 | LibC: Make the madvise advice field a value instead of a bitfield | Idan Horowitz |
2021-11-17 | Kernel+LibC: Add msync() system call | Andreas Kling |
2021-08-14 | Kernel+LibC: Share definitions for sys/mman.h | Andreas Kling |