Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-03 | POSIX compliance: (most) shell scripts converted to generic shell | George 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-30 | ByteBuffer: Remove pointer() in favor of data() | Andreas Kling | |
We had two ways to get the data inside a ByteBuffer. That was silly. | |||
2019-08-14 | Libraries: Add LibPCIDB for reading PCI device information from pci.ids | Conrad Pankoff | |