Andreas Kling
47d0ca85e8
pmap+SystemMonitor: Mark syscall regions with 'C'
2021-02-02 20:13:44 +01:00
Jean-Baptiste Boric
b48d8d1d6d
Userland: Rename PCI slot to PCI device terminology
2021-01-31 19:06:40 +01:00
Linus Groh
5b43419a63
SystemMonitor: Handle PCIDB::Database::open() failure gracefully
...
No need to dereference the nullptr, let's just show raw IDs instead.
2021-01-30 13:42:15 +01:00
Andreas Kling
0682a35148
SystemMonitor: Show VM region addresses as zero-padded hex ({:p})
...
0x1000000 and 0x10000000 looked way too similar without a leading zero.
2021-01-29 11:00:46 +01:00
Andreas Kling
3c7f5392a9
SystemMonitor: Trim "VMObject" suffix from VMObject types
...
Every VMObject type ends in "VMObject" and it's just taking up space.
2021-01-29 11:00:46 +01:00
Andreas Kling
b72f067f0d
Kernel+Userland: Remove unused "effective priority" from threads
...
This has been merged with the regular Thread::priority field after
the recent changes to the scheduler.
2021-01-28 08:25:53 +01:00
Andreas Kling
d312011708
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
...
Now that WindowServer broadcasts the system theme using an anonymous
file, we need clients to pledge "recvfd" so they can receive it.
Some programs keep the "shared_buffer" pledge since it's still used for
a handful of things.
2021-01-16 19:30:32 +01:00
Andreas Kling
c71807a3fc
Everywhere: Convert a handful of String::format() => formatted()
2021-01-16 14:52:04 +01:00
Andreas Kling
64610ca80e
Everywhere: Remove a bunch of <AK/SharedBuffer.h> includes
2021-01-16 11:26:53 +01:00
Andreas Kling
20915795a8
Everywhere: Pledge "sendfd" in WindowServer client programs
...
This is needed for the new way we transfer window backing stores.
2021-01-15 14:10:32 +01:00
Andreas Kling
dc28c07fa5
Applications: Move to Userland/Applications/
2021-01-12 12:05:23 +01:00