summaryrefslogtreecommitdiff
path: root/Userland/DevTools/UserspaceEmulator/MmapRegion.h
AgeCommit message (Expand)Author
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-08-14UserspaceEmulator: Prefix MmapRegions' name with '(UE)'Daniel Bertalan
2021-08-08UserspaceEmulator: Make symbolication work when .text isn't the firstDaniel Bertalan
2021-04-23UE+LibX86: Support bigger reads and writesHendiadyoin1
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-09UserspaceEmulator: Add fast-path for is<MmapRegion>()Andreas Kling
2021-03-09UserspaceEmulator: Remember VM region names for MAP_ANONYMOUSAndreas Kling
2021-03-09UserspaceEmulator: Implement sys$set_mmap_name()Andreas Kling
2021-03-08UserspaceEmulator: Enable splitting regions at arbitrary pointsBen Wiederhake
2021-03-08UserspaceEmulator: Convert backing storage from malloc to mmapBen Wiederhake
2021-02-06UserspaceEmulator: Implement a proper VM allocatorAndreas Kling
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling