index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
DevTools
/
UserspaceEmulator
/
SoftMMU.cpp
Age
Commit message (
Expand
)
Author
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-04
UserspaceEmulator: Add a SoftMMU::read<T> function
Ali Mohammad Pur
2022-03-04
UserspaceEmulator: Make it possible to wrap PODs in ValueWithShadow
Ali Mohammad Pur
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-06-24
Userland: Replace VERIFY(is<T>) with verify_cast<T>
Andreas Kling
2021-04-23
UE+LibX86: Support bigger reads and writes
Hendiadyoin1
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-09
UserspaceEmulator: Keep the MMU regions list sorted
Andreas Kling
2021-03-08
UserspaceEmulator: Enable splitting regions at arbitrary points
Ben Wiederhake
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-17
Kernel+Userland: Remove shared buffers (shbufs)
Andreas Kling
2021-01-12
DevTools: Move to Userland/DevTools/
Andreas Kling