84 Commits

Author SHA1 Message Date
Chocobo1
5cecc86856 Fix inconsistency in format module example 2015-05-31 18:53:35 +08:00
Chocobo1
5e61c5c0e4 man page: add explaination of SI uints 2015-05-31 16:15:51 +08:00
Thomas Graf
4645116a57 Merge pull request #24 from tklauser/cross-compile-fix
[v2] Explicitly include linux/if.h to fix cross-compile error
2015-04-30 09:45:18 -07:00
Tobias Klauser
c80554be16 Explicitly include linux/if.h to fix cross-compile error
When compiling bmon with the Linaro 2014.01 ARM toolchain
(gcc-linaro-arm-linux-gnueabihf-4.8-2014.01_linux) the following compile error occurs:

  in_netlink.c: In function ‘do_link’:
  in_netlink.c:688:53: error: ‘IFF_UP’ undeclared (first use in this function)

Fix it by explicitly including linux/if.h, where IFF_UP is defined.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2015-04-30 12:00:35 +02:00
Thomas Graf
2a410be36f README: Mention that ./autogen.sh must be run after git clone
Reported-by: DavidRChristensen
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2015-04-29 17:30:22 +02:00
Thomas Graf
c1ae292c95 README: Mention ncurses-devel dependency in installation notes
Reported-by: DavidRChristensen
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2015-04-29 17:28:31 +02:00
Thomas Graf
234efb85f6 Merge pull request #20 from Chocobo1/dev
assertion failed in libConfuse
2015-04-29 08:25:47 -07:00
Chocobo1
229d58c975 using cfg_setint is triggering an assertion in confuse library, should use cfg_setbool instead 2015-01-19 20:02:14 +08:00
Thomas Graf
8fc5a55da4 Merge pull request #19 from halid/master
Debian / Ubuntu Installation Procedures
2015-01-08 16:18:53 +01:00
Halid Altuner
3ecdad6f56 Update README.md
make and build-essential package
2015-01-08 14:14:02 +02:00
Halid Altuner
511e0196e1 Update README.md
debian installation procedures
2015-01-08 14:11:38 +02:00
Thomas Graf
0100916a95 BSD: Provide minimal interface information
Including:
 - MTU
 - Metric
 - RX/TX IRQ Quota

Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-12-16 18:31:27 +01:00
Thomas Graf
ea065c5619 Provide download link in README.md
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-11-22 13:40:10 +01:00
Thomas Graf
baabc8b729 3.6 release
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-11-22 13:33:24 +01:00
Thomas Graf
88548ccf96 Merge pull request #18 from gustavoz/master
build: uclinux is also linux
2014-11-13 12:13:03 +01:00
Gustavo Zacarias
c4ed01f272 build: uclinux is also linux 2014-11-11 20:37:21 -03:00
Thomas Graf
c1d0bb41c7 Fix LICENSE links in README.md
Reported-by: Eric Leblond
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-09-05 09:39:24 +02:00
Thomas Graf
7f8d60f40f 3.5 release
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-30 13:36:46 +02:00
Thomas Graf
6920af805c travis: Run make distcheck
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-30 13:32:49 +02:00
Thomas Graf
8b4ce86cc9 Makefile: Fix README.md distribution inclusion
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-30 13:30:30 +02:00
Thomas Graf
17a4adb0f2 build: fail CI builds if a new warning is introduced
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-25 01:07:19 +02:00
Thomas Graf
4492ab547c build: Enable -Wall
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-25 01:07:19 +02:00
Thomas Graf
a36136ec4d Annotate unused variables
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-25 01:07:19 +02:00
Thomas Graf
e3d208905d Initialize t to silence uninit warning
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-25 01:07:19 +02:00
Thomas Graf
68bd14ffd1 Remove unused write_column() function
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-25 01:07:19 +02:00
Thomas Graf
e2df502abc Remove unused variables
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-25 01:07:19 +02:00
Thomas Graf
9d89c5bc8e curses: Handle out of memory return value of of vasprintf()
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-24 22:11:32 +02:00
Thomas Graf
584ef44252 proc: Silence warning of unhandled fgets() return value
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-24 22:11:02 +02:00
Thomas Graf
cce438bef3 Add coverity logo to README
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-24 22:08:07 +02:00
Thomas Graf
41e36f2a66 element: Remove unneeded condition, element is always member of group
Fixes: CID 49003
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-24 20:52:53 +02:00
Thomas Graf
ccf33755ad utils: Fix copy_timestamp() accuracy
Fixes: CID 49000
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-24 20:51:00 +02:00
Thomas Graf
3cff7715ce curses: Check if value is provided for ngraph
Fixes: CID 49001
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-24 20:48:12 +02:00
Thomas Graf
22c83ceb1a proc: Fix leakage of fd if element lookup failed
Fixes: CID 49002
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-24 20:44:53 +02:00
Thomas Graf
279865c18d README: Proper image scaling
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-24 15:31:24 +02:00
Thomas Graf
774d678dfe Convert README to markdown
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-24 15:30:16 +02:00
Thomas Graf
b7d371a47c Fix build status
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-24 15:23:10 +02:00
Thomas Graf
6f8c33d93e Include travis-ci build status
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-24 15:20:14 +02:00
Thomas Graf
4a88b0cfeb Merge pull request #16 from tgraf/travis-ci
Add travis-ci support
2014-08-24 15:18:03 +02:00
Thomas Graf
71a7a9667d Add travis-ci support
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-24 15:14:22 +02:00
Thomas Graf
6eae8530c5 Fix uint64_t printf modifiers
Reported by clang. Repo compiles cleanly with clang at this point.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-24 14:55:27 +02:00
Thomas Graf
a29f6da2c5 3.4 release
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-24 14:14:50 +02:00
Thomas Graf
afb5db14c8 curses: Fix '?' to toggle quick help
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-24 14:05:42 +02:00
Thomas Graf
c06050d4ee Provide correct bmon.conf example
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-08-24 14:03:09 +02:00
Thomas Graf
cbcd8dd8f2 Merge pull request #13 from valinskas/zv/fix-segfault
bmon: unlink list element from list before xfree()
2014-07-25 14:57:32 -07:00
Žilvinas Valinskas
f7df93bcd3 bmon: unlink list element from list before xfree() 2014-07-20 23:56:07 +03:00
Thomas Graf
a2c0e3d08e 3.3 release
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-07-06 13:51:29 +02:00
Thomas Graf
20814a34f1 Ignore more generated files
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-07-06 13:43:45 +02:00
Thomas Graf
e30ab3ad3d Install bmon.conf in examples dir in package doc
Defaults are fine, no need to clutter sysconfdir with a useless
default config file.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-07-06 13:41:04 +02:00
Thomas Graf
be8ef18b74 conf: Read global config from $(sysconfdir)/bmon.conf
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-07-06 13:33:12 +02:00
Thomas Graf
b34be16240 Merge branch 'spelling' 2014-06-05 12:04:51 +02:00