index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
SystemMonitor
Age
Commit message (
Expand
)
Author
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-02
LibThreading: Remove redundant method
Ben Wiederhake
2021-10-17
SystemMonitor: Request symbolication wihout source positions
Rodrigo Tobar
2021-10-15
SystemMonitor: Use a TableView to display the thread stack
Rodrigo Tobar
2021-10-15
SystemMonitor: Remove unnecessary header inclusion
Rodrigo Tobar
2021-10-13
SystemMonitor: Save refresh frequency to a config file
Undefine
2021-10-07
SystemMonitor: Use u64 for all GraphWidget values
sin-ack
2021-10-07
SystemMonitor: Use size_t for graph values
sin-ack
2021-09-30
LibSymbolication+SystemMonitor: Show ELF object in stack
Rodrigo Tobar
2021-09-28
SystemMonitor: Unveil /usr/local/lib
Rodrigo Tobar
2021-09-17
SystemMonitor: Make process memory statistics more human readable
Julian Offenhäuser
2021-09-11
SystemMonitor: Avoid making StringView of temporary ByteBuffer
Ben Wiederhake
2021-09-08
SystemMonitor: West Const to East Const refactor
Dawid Wolosowicz
2021-09-08
SystemMonitor: Remove an unnecessarily specific inline capacity
Dawid Wolosowicz
2021-09-08
SystemMonitor: Make the process list searchable
Dawid Wolosowicz
2021-09-04
SystemMonitor: Fix CPU usage calculation
Tom
2021-09-04
SystemMonitor: Use HashMap::ensure() in ProcessModel::update()
Andreas Kling
2021-09-04
SystemMonitor: Make memory statistics dynamically formatted by size
David Isaksson
2021-08-18
SystemMonitor: Put the "Hardware" tabs at the end of the list
Andreas Kling
2021-08-18
SystemMonitor: Rename "Graphs" tab to "Performance"
Andreas Kling
2021-08-18
SystemMonitor: Rename "File system" tab to "Storage"
Andreas Kling
2021-08-18
SystemMonitor: Consolidate hardware tabs + remove interrupts tab
Andreas Kling
2021-08-18
SystemMonitor: Remove "Devices" tab
Andreas Kling
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-08-18
Userland+LibGUI: Make Margins arguments match CSS ordering
sin-ack
2021-08-13
SystemMonitor: Don't fail if we don't have ports installed
Daniel Bertalan
2021-08-13
SystemMonitor: Unveil /usr/local/bin so symbolization works on ports
Brian Gianforcaro
2021-08-08
SystemMonitor: Remove unused `this` lambda captures
Daniel Bertalan
2021-08-06
LibGUI+Applications: Rename Model::is_valid to is_within_range
sin-ack
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-08-03
Userland: Make representation of 'null' IPv4-address friendlier
Thomas Wagenveld
2021-08-03
Userland: Add network adapter link status to SystemMonitor and applet
Thomas Wagenveld
2021-08-01
SystemMonitor: Register ProcessStateModel with ProcessModel on construct
sin-ack
2021-08-01
Applications: Remove unused header includes
Brian Gianforcaro
2021-07-29
SystemMonitor: Only update kill actions when pid changes
Marcus Nilsson
2021-07-29
SystemMonitor: Use kill(pid,0) when checking for kill permission
Marcus Nilsson
2021-07-27
SystemMonitor: Display connection status icons in Network tab
Maciej Zygmanowski
2021-07-25
SystemManager: Separate sockets GroupBox into TCP/UDP
brapru
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-18
Everywhere: Make tracking cpu usage independent from system ticks
Tom
2021-07-18
Everywhere: Improve CPU usage calculation
Tom
2021-07-18
SystemMonitor: Add support for 64-bit addresses
Gunnar Beutner
2021-07-08
Kernel: Use PAE to allow accessing all physical memory beyond 4GB
Tom
2021-07-08
Everywhere: Remove unused local variables and lambda captures
Daniel Bertalan
2021-07-02
LibThreading: Add ability to cancel ongoing BackgroundActions
Spencer Dixon
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-08
Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>
Ali Mohammad Pur
[next]