summaryrefslogtreecommitdiff
path: root/Userland/Applications/SystemMonitor
AgeCommit message (Expand)Author
2021-01-30SystemMonitor: Handle PCIDB::Database::open() failure gracefullyLinus Groh
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-28Kernel+Userland: Remove unused "effective priority" from threadsAndreas Kling
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-16Everywhere: Convert a handful of String::format() => formatted()Andreas Kling
2021-01-16Everywhere: Remove a bunch of <AK/SharedBuffer.h> includesAndreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling