summaryrefslogtreecommitdiff
path: root/AK/MappedFile.cpp
AgeCommit message (Expand)Author
2021-08-07AK: Use east const in MappedFileTimothy
2021-08-07AK: Add method to create MappedFile from fdTimothy
2021-07-29AK: Update mmap name for MappedFiles on SerenityOSAndreas Kling
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-08Everywhere: Remove unnecessary headers 1/4Ben Wiederhake
2021-01-12LibC+Everywhere: Remove open_with_path_length() in favor of open()Andreas Kling
2021-01-10AK: Make MappedFile heap-allocated and ref-countedAndreas Kling
2020-10-08AK: Use new format functions.asynts
2020-08-30AK: Unbreak building with extra debug macrosBen Wiederhake
2020-08-01AK: Make MappedFile store why it is invalidAnotherTest
2020-07-31AK: On failed mmap, don't claim that there's a readable pageBen Wiederhake
2020-01-18Meta: Add license header to source filesAndreas Kling
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