summaryrefslogtreecommitdiff
path: root/Libraries/LibPCIDB/Database.cpp
AgeCommit message (Expand)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2021-01-12AK: Simplify constructors and conversions from nullptr_tLenny Maiorani
2021-01-10AK: Make MappedFile heap-allocated and ref-countedAndreas Kling
2020-08-12LibPCIDB: Mark compilation-unit-only functions as staticBen Wiederhake
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-09AK: Use size_t for the length of stringsAndreas Kling
2019-09-30ByteBuffer: Remove pointer() in favor of data()Andreas Kling
2019-08-14Libraries: Add LibPCIDB for reading PCI device information from pci.idsConrad Pankoff