Age | Commit message (Expand) | Author |
---|---|---|
2022-07-22 | LibC: Mark a bunch of functions as cancellation points | Tim Schumacher |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2021-12-23 | Kernel+UE+LibC: Store address as void* in SC_m{re,}map_params | Daniel Bertalan |
2021-12-22 | LibC: Add support for `posix_madvise(..)` | Brian Gianforcaro |
2021-12-22 | LibC: Stub out munlock() | Idan Horowitz |
2021-12-21 | LibC: Add POSIX spec comments for memory management APIs | Brian Gianforcaro |
2021-11-17 | Kernel+LibC: Add msync() system call | Andreas Kling |
2021-08-08 | LibC: Fix negation overflow UB in `sys/mman.cpp` | Daniel Bertalan |
2021-07-30 | LibC: Stub mlock in sys/mman | Luke |
2021-05-14 | LibC: Move mman.h to sys/mman.h | Jean-Baptiste Boric |