1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-18 02:31:01 +00:00
serenity/Userland/Applications/SystemMonitor
Andreas Kling 8415866c03 Kernel: Remove user/kernel flags from Region
Now that we no longer need to support the signal trampolines being
user-accessible inside the kernel memory range, we can get rid of the
"kernel" and "user-accessible" flags on Region and simply use the
address of the region to determine whether it's kernel or user.

This also tightens the page table mapping code, since it can now set
user-accessibility based solely on the virtual address of a page.
2021-02-14 01:34:23 +01:00
..
CMakeLists.txt SystemMonitor: Use SymbolServer to symbolicate thread stacks 2021-02-04 23:20:39 +01:00
DevicesModel.cpp Everywhere: Convert a handful of String::format() => formatted() 2021-01-16 14:52:04 +01:00
DevicesModel.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
GraphWidget.cpp SystemMonitor: Use system color themes for graph widgets 2021-02-12 22:04:40 +01:00
GraphWidget.h SystemMonitor: Use system color themes for graph widgets 2021-02-12 22:04:40 +01:00
InterruptsWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
InterruptsWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
main.cpp SystemMonitor: Use system color themes for graph widgets 2021-02-12 22:04:40 +01:00
MemoryStatsWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
MemoryStatsWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
NetworkStatisticsWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
NetworkStatisticsWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ProcessFileDescriptorMapWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ProcessFileDescriptorMapWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ProcessMemoryMapWidget.cpp Kernel: Remove user/kernel flags from Region 2021-02-14 01:34:23 +01:00
ProcessMemoryMapWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ProcessModel.cpp Kernel+Userland: Remove unused "effective priority" from threads 2021-01-28 08:25:53 +01:00
ProcessModel.h Kernel+Userland: Remove unused "effective priority" from threads 2021-01-28 08:25:53 +01:00
ProcessUnveiledPathsWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ProcessUnveiledPathsWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ThreadStackWidget.cpp SystemMonitor: Use SymbolServer to symbolicate thread stacks 2021-02-04 23:20:39 +01:00
ThreadStackWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00