summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2014-07-06conf: Read global config from $(sysconfdir)/bmon.confThomas Graf
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-06-05Fix spelling.Žilvinas Valinskas
Signed-off-by: Žilvinas Valinskas <zilvinas.valinskas@gmail.com> 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: read interfaces, counters & etc.Žilvinas Valinskas
Signed-off-by: Žilvinas Valinskas <zilvinas.valinskas@gmail.com> Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-06-02osx: Import src/in_sysctl.c from bmon v2.0.1.Žilvinas Valinskas
Signed-off-by: Žilvinas Valinskas <zilvinas.valinskas@gmail.com> Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-06-02osx: bmon v3.2 compiles and linksŽilvinas Valinskas
Signed-off-by: Žilvinas Valinskas <zilvinas.valinskas@gmail.com> Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-05-08unit: Do not cache unit divisor list resultThomas Graf
Now that we support multiple divisor variants caching no longer makes sense Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-05-08curses: only initialize curses module if actually being usedThomas Graf
Fixes display problems with plain ascii output 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>
2014-05-08conf: Correctly terminate default config with CFG_END()Thomas Graf
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-05-06ascii: Initialize prec variablesThomas Graf
Ensure that branching does not leave behind uninitialized variables Reported-by: dcb314 Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-05-06Merge pull request #8 from valinskas/zv/bmon-sigsegvThomas Graf
Fixes 'bmon -i dummy:randomize' SIGSEGV
2014-05-01Fixes 'bmon -i dummy:randomize' SIGSEGVŽilvinas Valinskas
Reverse 'value' and 'type' parameters order in dummy_parse_opt() function.
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