Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-21 | NetBSD: Add support for retrieving the number of available CPUs | Kamil Rytarowski | 1 | -1/+3 | |
$ uname NetBSD $ getconf NPROCESSORS_ONLN 2 $ getconf _NPROCESSORS_ONLN getconf: _NPROCESSORS_ONLN: unknown variable | |||||
2015-04-22 | Initial commit of script to run cppcheck. | Matt Mitchell | 1 | -0/+117 | |
This script runs the cppcheck and sloccount tools for static analysis. The lab runs this script with the default arguments Mark script as executable |