index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
DevTools
/
UserspaceEmulator
/
MmapRegion.h
Age
Commit message (
Expand
)
Author
2021-01-12
DevTools: Move to Userland/DevTools/
Andreas Kling
2021-01-01
UserspaceEmulator: Remove hand-rolled is_foo() helpers in favor of RTTI
Andreas Kling
2020-12-14
UserspaceEmulator: Support dynamically loaded programs
Itamar
2020-12-14
UserspaceEmulator: Support the name argument in mmap for file backed mappings
Itamar
2020-12-14
UserspaceEmulator: Update memory protection of underlying pages
Itamar
2020-11-16
UserspaceEmulator: Make Region a top-level class
Andreas Kling
2020-11-16
UserspaceEmulator: Devirtualize read/write/execute region permissions
Andreas Kling
2020-11-16
UserspaceEmulator: Hang malloc metadata on malloc block MmapRegions
Andreas Kling
2020-11-15
UserspaceEmulator: Add virtual data()/shadow_data() accessors to Region
Andreas Kling
2020-11-14
UserspaceEmulator: Honor the read/write/execute bits in mmap regions
Andreas Kling
2020-09-23
UserspaceEmulator+LibX86: Add support for 64-bit memory reads and writes (#3584)
Nico Weber
2020-08-01
UserspaceEmulator: Mark mmap regions as malloc blocks when mallocing
Andreas Kling
2020-07-21
UserspaceEmulator+LibX86: Start tracking uninitialized memory :^)
Andreas Kling
2020-07-16
UserspaceEmulator: Add ways to check if a Region is stack/mmap
Andreas Kling
2020-07-15
UserspaceEmulator: Catch use-after-frees by tracking malloc/free :^)
Andreas Kling
2020-07-13
UserspaceEmulator: Add basic support for memory-mapped files
Andreas Kling
2020-07-13
UserspaceEmulator: Make mmap'ed memory track read/write protection
Andreas Kling