Age | Commit message (Expand) | Author |
---|---|---|
2021-11-23 | LibCore: Use open() wrapper in Core::MappedFile :^) | Andreas Kling |
2021-11-23 | LibCore: Use mmap() and munmap() wrappers in Core::MappedFile | Andreas Kling |
2021-11-23 | LibCore: Use syscall wrappers in MappedFile::map_from_fd_and_close() | Andreas Kling |
2021-11-23 | LibCore+AK: Move MappedFile from AK to LibCore | Andreas Kling |