ladybird/Servers
Andreas Kling 2bd8118843 Kernel: Change the format of /proc/all to JSON.
Update ProcessManager, top and WSCPUMonitor to handle the new format.

Since the kernel is not allowed to use floating-point math, we now compile
the JSON classes in AK without JsonValue::Type::Double support.
To accomodate large unsigned ints, I added a JsonValue::Type::UnsignedInt.
2019-06-29 09:04:45 +02:00
..
LookupServer LookupServer: Use a CFile for loading /etc/hosts. 2019-06-20 21:48:33 +02:00
SystemServer Userland: Fix many compiler warnings. 2019-06-22 15:47:08 +02:00
WindowServer Kernel: Change the format of /proc/all to JSON. 2019-06-29 09:04:45 +02:00