summaryrefslogtreecommitdiff
path: root/AK/MappedFile.cpp
AgeCommit message (Expand)Author
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-08-05AK: Do not keep an open FD in MmappedFileSergey Bugaev
2019-07-08Kernel: Have the open() syscall take an explicit path length parameter.Andreas Kling
2019-07-08MappedFile: Fix misuse of StringView::characters().Andreas Kling
2019-06-03StringViewize a bunch of things -- mostly LibGUIRobin Burchell
2019-05-28Add clang-format fileRobin Burchell
2019-04-18AK: MappedFile should open with O_CLOEXEC.Andreas Kling
2019-04-03PNGLoader: Use MappedFile.Andreas Kling
2019-04-03Font: Clean up AK::MappedFile and use it for mapping font files.Andreas Kling
2019-01-31Big, possibly complete sweep of naming changes.Andreas Kling
2018-10-16Start fixing up AK to work inside the kernel.Andreas Kling
2018-10-10Import all this stuff into a single repo called Serenity.Andreas Kling