summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-08-24curses: Handle out of memory return value of of vasprintf()fixesThomas Graf
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-24proc: Silence warning of unhandled fgets() return valueThomas Graf
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-24Add coverity logo to READMEThomas Graf
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-24element: Remove unneeded condition, element is always member of groupThomas Graf
Fixes: CID 49003 Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-24utils: Fix copy_timestamp() accuracyThomas Graf
Fixes: CID 49000 Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-24curses: Check if value is provided for ngraphThomas Graf
Fixes: CID 49001 Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-24proc: Fix leakage of fd if element lookup failedThomas Graf
Fixes: CID 49002 Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-24README: Proper image scalingThomas Graf
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-24Convert README to markdownThomas Graf
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-24Fix build statusThomas Graf
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-24Include travis-ci build statusThomas Graf
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-24Merge pull request #16 from tgraf/travis-ciThomas Graf
Add travis-ci support
2014-08-24Add travis-ci supportThomas Graf
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-24Fix uint64_t printf modifiersThomas Graf
Reported by clang. Repo compiles cleanly with clang at this point. Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-243.4 releasev3.4Thomas Graf
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-24curses: Fix '?' to toggle quick helpThomas Graf
Previously, pressing '?' only made the quick help appear but not disappear again. Reported-by: Bill [github id "broomdodger"] Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-24Provide correct bmon.conf exampleThomas Graf
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-07-25Merge pull request #13 from valinskas/zv/fix-segfaultThomas Graf
bmon: unlink list element from list before xfree()
2014-07-20bmon: unlink list element from list before xfree()Žilvinas Valinskas
2014-07-063.3 releasev3.3Thomas Graf
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-07-06Ignore more generated filesThomas Graf
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-07-06Install bmon.conf in examples dir in package docThomas Graf
Defaults are fine, no need to clutter sysconfdir with a useless default config file. Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-07-06conf: Read global config from $(sysconfdir)/bmon.confThomas Graf
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-06-05Merge branch 'spelling'Thomas Graf
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-02Merge branch 'macosx'Thomas Graf
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-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-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-08Split LICENSE into LICENSE.BSD and LICENSE.MIT to be accurateThomas 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-06Merge pull request #7 from valinskas/masterThomas Graf
Fix ${target_os} expansion in configure.ac
2014-05-06Merge pull request #6 from andrewmccarthy/masterThomas Graf
Fix spelling of Packets
2014-05-01Fixes 'bmon -i dummy:randomize' SIGSEGVŽilvinas Valinskas
Reverse 'value' and 'type' parameters order in dummy_parse_opt() function.
2014-04-30Fix ${target_os} expansion.Žilvinas Valinskas
Adds missing AC_CANONICAL_{TARGET,SYSTEM} calls in configure.ac to initialize ${target_os} and other variables. Without changes ${target_os} is always undefined (an empty string).
2014-04-30Fix spelling of Packets.Andrew McCarthy
2013-12-03Merge pull request #3 from motoko-kusanagi/patch-1Thomas Graf
Update configure.ac
2013-12-03Update configure.acMarcin Szymkowski
I reckon to add "requires libnl3-dev" instead of only libnl. I was trying to ./configure bmon for about 15 mins without success only because error message was showing me that my system is missing libnl not libnl3 :-(
2013-10-07Bump for 3.2 releasev3.2Thomas Graf
2013-10-07Merge pull request #1 from onlyjob/masterThomas Graf
man page corrections (lintianisation) + spelling:
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