Age | Commit message (Collapse) | 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 | |
This is a preparatory step to making `get()` return `ErrorOr`. | |||
2022-12-12 | LibCore: Rename `Stream::read_all` to `read_until_eof` | Tim Schumacher | |
This generally seems like a better name, especially if we somehow also need a better name for "read the entire buffer, but not the entire file" somewhere down the line. | |||
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 | |
Each of these strings would previously rely on StringView's char const* constructor overload, which would call __builtin_strlen on the string. Since we now have operator ""sv, we can replace these with much simpler versions. This opens the door to being able to remove StringView(char const*). No functional changes. | |||
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 | |
This is what the Intel manual, as well as Linux's cpuinfo calls it. | |||
2022-03-15 | Utilities: Add an lscpu utility | Undefine | |