Age | Commit message (Expand) | Author |
---|---|---|
2020-06-13 | AK: JsonParser improvements | Matthew Olsson |
2020-02-20 | Userland: Fix nullptr dereference if we fail to open the PCIDB | howar6hill |
2020-02-06 | LibCore: Remove leading C from filenames | Andreas Kling |
2020-02-02 | LibCore: Put all classes in the Core namespace and remove the leading C | Andreas Kling |
2020-01-23 | lspci: Use pledge() and unveil() | Brian Gianforcaro |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2020-01-02 | Kernel: Create support for PCI ECAM | Liav A |
2019-09-21 | LibCore: Convert CFile to ObjectPtr | Andreas Kling |
2019-09-06 | AK: Rename <AK/AKString.h> to <AK/String.h> | Andreas Kling |
2019-08-14 | Userland: Use LibPCIDB in lspci to print device names | Conrad Pankoff |
2019-08-14 | Userland: Implement simple lspci command | Conrad Pankoff |