summaryrefslogtreecommitdiff
path: root/Userland/Utilities/lspci.cpp
AgeCommit message (Expand)Author
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