summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Collapse)Author
2014-08-25Annotate unused variablesThomas Graf
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-06-02osx: fix remaining compiler warningsŽilvinas Valinskas
Signed-off-by: Žilvinas Valinskas <zilvinas.valinskas@gmail.com> Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-06-02osx: use <float.h> instead of <values.h>Žilvinas Valinskas
Signed-off-by: Žilvinas Valinskas <zilvinas.valinskas@gmail.com> Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-05-08Add -b / --use-bit option to display rates in bit/s instead of bytes/sThomas Graf
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2013-07-13module: Support auto enabling and enforce single registration of moduleThomas Graf
Enforces a single registration of a module with a subsystem. module_register() now returns -EBUSY if module is already registered. Adds support for BMON_MODULE_AUTO to flag modules that should be autoloaded upon the first call to module_set(). Loading will succeed if the probe() function succeeds.
2013-07-05List headers noninst to make them part of the distributionThomas Graf
2013-07-05Initial importThomas Graf