Andreas Kling
|
06a80bcf69
|
Kernel+SystemMonitor: Publish can_read/write state for open files
The can_read() and can_write() states for file descriptions are now
published in /proc, allowing SystemMonitor to display it.
|
2019-11-09 22:42:19 +01:00 |
|
Sergey Bugaev
|
801fe7beac
|
SystemMonitor: Display whether an fd is cloexec and blocking
|
2019-09-28 22:27:45 +02:00 |
|
Andreas Kling
|
e7b55037f4
|
LibGUI: Convert GTableView to ObjectPtr
|
2019-09-21 16:03:59 +02:00 |
|
Sergey Bugaev
|
cbdda91065
|
ProcessManager: Rename it to SystemMonitor
This is a more appropriate name now that it does a lot
more than just manage processes ^)
|
2019-08-14 14:28:45 +02:00 |
|