summaryrefslogtreecommitdiff
path: root/Userland/lspci.cpp
AgeCommit message (Expand)Author
2020-06-13AK: JsonParser improvementsMatthew Olsson
2020-02-20Userland: Fix nullptr dereference if we fail to open the PCIDBhowar6hill
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-23lspci: Use pledge() and unveil()Brian Gianforcaro
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-02Kernel: Create support for PCI ECAMLiav A
2019-09-21LibCore: Convert CFile to ObjectPtrAndreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-08-14Userland: Use LibPCIDB in lspci to print device namesConrad Pankoff
2019-08-14Userland: Implement simple lspci commandConrad Pankoff