summaryrefslogtreecommitdiff
path: root/Libraries/LibPCIDB
AgeCommit message (Collapse)Author
2019-11-03POSIX compliance: (most) shell scripts converted to generic shellGeorge Pickering
Ports/.port_include.sh, Toolchain/BuildIt.sh, Toolchain/UseIt.sh have been left largely untouched due to use of Bash-exclusive functions and variables such as $BASH_SOURCE, pushd and popd.
2019-09-30ByteBuffer: Remove pointer() in favor of data()Andreas Kling
We had two ways to get the data inside a ByteBuffer. That was silly.
2019-08-14Libraries: Add LibPCIDB for reading PCI device information from pci.idsConrad Pankoff