summaryrefslogtreecommitdiff
path: root/Userland/Utilities/lspci.cpp
AgeCommit message (Expand)Author
2021-09-07Kernel/PCI: Simplify the entire subsystemLiav A
2021-06-01Userland: Replace most printf-style APIs with AK::Format APIs :^)Linus Groh
2021-05-31Userland: Avoid a bunch of JsonObject copiesLinus Groh
2021-05-21Revert "Userland: static vs non-static constexpr variables"Linus Groh
2021-05-21Userland: static vs non-static constexpr variablesLenny Maiorani
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21lspci: Convert String::format() => String::formatted()Andreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-31Userland: Rename PCI slot to PCI device terminologyJean-Baptiste Boric
2021-01-26lspci: Add numerical displayJean-Baptiste Boric
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling