index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
ProcessManager
/
Makefile
Age
Commit message (
Expand
)
Author
2019-08-14
ProcessManager: Rename it to SystemMonitor
Sergey Bugaev
2019-08-10
ProcessManager: Use a GJsonArrayModel for the process memory maps
Andreas Kling
2019-08-10
ProcessManager: Use a GJsonArrayModel for the process file desciptors
Andreas Kling
2019-08-10
ProcessManager: Remove SocketModel and NetworkAdapterModel
Andreas Kling
2019-08-08
ProcessManager: Add a "Network" tab with live adapter and socket stats
Andreas Kling
2019-08-03
ProcessManager: Add a new per-proces "open files" view showing open FDs
Andreas Kling
2019-07-28
ProcessManager: Add a "Memory map" view to show a process's VM layout.
Andreas Kling
2019-07-27
ProcessManager: Add a process-specific tab view below the process table.
Andreas Kling
2019-06-25
Move common Application build steps into their own Makefile.common
Lawrence Manning
2019-05-13
Fix "make clean" not deleting app binaries.
Andreas Kling
2019-05-06
ProcessManager: Add CPU/memory usage graphs in a separate tab.
Andreas Kling
2019-04-21
Include Makefile.common in all other Makefiles.
Andreas Kling
2019-04-20
Get rid of SERENITY macro since the compiler already defines __serenity__
Andreas Kling
2019-04-10
Introduce LibCore and move GElapsedTimer => CElapsedTimer.
Andreas Kling
2019-03-27
LibC: Run constructors on process startup.
Andreas Kling
2019-03-23
LibGUI: Rename GTableModel => GModel.
Andreas Kling
2019-03-10
ProcessManager: Show some basic system memory stats below the process table.
Andreas Kling
2019-02-28
LibGUI: Take ProcessManager's process view and turn it into GTableView.
Andreas Kling
2019-02-28
ProcessManager: Move ProcessTableModel class to its own files.
Andreas Kling
2019-02-28
ProcessManager: Start working on a graphical process manager.
Andreas Kling