Age | Commit message (Expand) | Author |
---|---|---|
2023-02-13 | LibCore: Remove `Stream.h` | Tim Schumacher |
2023-02-13 | LibCore: Move Stream-based file into the `Core` namespace | Tim Schumacher |
2023-02-03 | Utilities/lscpu: Replace uses of JsonObject::get_deprecated()/get_ptr() | Sam Atkins |
2023-01-17 | AK+Everywhere: Rename JsonObject::get() to ::get_deprecated() | Sam Atkins |
2022-12-12 | LibCore: Rename `Stream::read_all` to `read_until_eof` | Tim Schumacher |
2022-11-19 | lscpu: Port to Core::Stream | Sam Atkins |
2022-10-25 | Utilities: Use new global variables at /sys/kernel/ directory | Liav A |
2022-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
2022-05-29 | lscpu: Show size of L1 data/instruction, L2, and L3 CPU caches | Linus Groh |
2022-04-03 | lscpu: Show hypervisor_vendor_id if present | Linus Groh |
2022-04-03 | Kernel+SystemMonitor+lscpu: Rename 'CPUID' -> 'Vendor ID' | Linus Groh |
2022-03-15 | Utilities: Add an lscpu utility | Undefine |