summaryrefslogtreecommitdiff
path: root/Userland/DevTools/UserspaceEmulator/RangeAllocator.cpp
AgeCommit message (Expand)Author
2021-12-28UserspaceEmulator: Exclude special ranges from RangeAllocatorDaniel Bertalan
2021-12-23UserspaceEmulator: Add some implied auto qualifiersHendiadyoin1
2021-05-29Everywhere: Sort out superfluous QuickSort.h importsBen Wiederhake
2021-05-21DevTools: Remove redundant default destructor and forward declarationsLenny Maiorani
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-12UserspaceEmulator: Convert a weird klog(!) to dbgln()Andreas Kling
2021-03-11UserspaceEmulator: Handle MAP_FIXED with invalid addresses betterBen Wiederhake
2021-03-09UserspaceEmulator: Honor alignment requests in virt$mmap(MAP_RANDOMIZED)Andreas Kling
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-06UserspaceEmulator: Implement a proper VM allocatorAndreas Kling