summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2014-04-30Fix spelling of Packets.Andrew McCarthy
2013-10-05man page corrections (lintianisation) + spelling:Dmitry Smirnov
* hyphen-used-as-minus-sign * spelling-error-in-binary usr/bin/bmon childs children
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-13curses: Use RARROW to mark selected itemThomas Graf
2013-07-05Initial importThomas Graf