summaryrefslogtreecommitdiff
path: root/Userland/Applications/SystemMonitor/ProcessMemoryMapWidget.cpp
AgeCommit message (Expand)Author
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-14Kernel: Remove user/kernel flags from RegionAndreas Kling
2021-02-02pmap+SystemMonitor: Mark syscall regions with 'C'Andreas Kling
2021-01-29SystemMonitor: Show VM region addresses as zero-padded hex ({:p})Andreas Kling
2021-01-29SystemMonitor: Trim "VMObject" suffix from VMObject typesAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling