summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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-09Add screenshotsThomas Graf
2013-07-09Updated README fileThomas Graf
2013-07-09Provide LICENSE fileThomas Graf
2013-07-06Minor manpage fixesThomas Graf
2013-07-05List headers noninst to make them part of the distributionThomas Graf
2013-07-05Prepare for 3.1 releasev3.1Thomas Graf
2013-07-05Initial importThomas Graf
2013-07-05Initial commitThomas Graf