ladybird/Userland/Applications/SystemMonitor
Tom ad5d9d648b Kernel: Use PAE to allow accessing all physical memory beyond 4GB
We already use PAE for the NX bit, but this changes the PhysicalAddress
structure to be able to hold 64 bit physical addresses. This allows us
to use all the available physical memory.
2021-07-08 11:43:34 +02:00
..
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
DevicesModel.cpp LibCore+Everywhere: Move OpenMode out of IODevice 2021-05-12 11:00:45 +01:00
DevicesModel.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
GraphWidget.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
GraphWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
InterruptsWidget.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
InterruptsWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
main.cpp Everywhere: Remove unused local variables and lambda captures 2021-07-08 10:11:00 +02:00
MemoryStatsWidget.cpp Kernel: Use PAE to allow accessing all physical memory beyond 4GB 2021-07-08 11:43:34 +02:00
MemoryStatsWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
NetworkStatisticsWidget.cpp SystemMonitor: Show UDP sockets 2021-05-18 08:03:40 +02:00
NetworkStatisticsWidget.h SystemMonitor: Show UDP sockets 2021-05-18 08:03:40 +02:00
ProcessFileDescriptorMapWidget.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ProcessFileDescriptorMapWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ProcessMemoryMapWidget.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ProcessMemoryMapWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ProcessModel.cpp LibCore: Make ProcessStatisticsReader return results in a Vector 2021-05-23 11:10:15 +02:00
ProcessModel.h SystemMonitor: Make ProcessModel icon column non-sortable 2021-05-15 00:15:09 +01:00
ProcessStateWidget.cpp LibGfx: Remove Gfx::FontDatabase::default_bold_font() 2021-05-20 20:55:29 +02:00
ProcessStateWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ProcessUnveiledPathsWidget.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ProcessUnveiledPathsWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ThreadStackWidget.cpp LibThreading: Add ability to cancel ongoing BackgroundActions 2021-07-02 16:47:14 +02:00
ThreadStackWidget.h SystemMonitor: Symbolicate process stacks in a background thread 2021-05-22 19:57:19 +02:00