index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
MappedFile.cpp
Age
Commit message (
Expand
)
Author
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-08
Everywhere: Remove unnecessary headers 1/4
Ben Wiederhake
2021-01-12
LibC+Everywhere: Remove open_with_path_length() in favor of open()
Andreas Kling
2021-01-10
AK: Make MappedFile heap-allocated and ref-counted
Andreas Kling
2020-10-08
AK: Use new format functions.
asynts
2020-08-30
AK: Unbreak building with extra debug macros
Ben Wiederhake
2020-08-01
AK: Make MappedFile store why it is invalid
AnotherTest
2020-07-31
AK: On failed mmap, don't claim that there's a readable page
Ben Wiederhake
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-08-05
AK: Do not keep an open FD in MmappedFile
Sergey Bugaev
2019-07-08
Kernel: Have the open() syscall take an explicit path length parameter.
Andreas Kling
2019-07-08
MappedFile: Fix misuse of StringView::characters().
Andreas Kling
2019-06-03
StringViewize a bunch of things -- mostly LibGUI
Robin Burchell
2019-05-28
Add clang-format file
Robin Burchell
2019-04-18
AK: MappedFile should open with O_CLOEXEC.
Andreas Kling
2019-04-03
PNGLoader: Use MappedFile.
Andreas Kling
2019-04-03
Font: Clean up AK::MappedFile and use it for mapping font files.
Andreas Kling
2019-01-31
Big, possibly complete sweep of naming changes.
Andreas Kling
2018-10-16
Start fixing up AK to work inside the kernel.
Andreas Kling
2018-10-10
Import all this stuff into a single repo called Serenity.
Andreas Kling