77 Commits

Author SHA1 Message Date
Thomas Graf
deb1cd2aba unit: Do not cache unit divisor list result
Now that we support multiple divisor variants caching no longer makes sense

Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-05-08 15:30:10 +02:00
Thomas Graf
fd461f6568 curses: only initialize curses module if actually being used
Fixes display problems with plain ascii output

Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-05-08 15:22:00 +02:00
Thomas Graf
46ec101b00 Add -b / --use-bit option to display rates in bit/s instead of bytes/s
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-05-08 15:16:38 +02:00
Thomas Graf
127ffda015 Split LICENSE into LICENSE.BSD and LICENSE.MIT to be accurate
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-05-08 11:03:43 +02:00
Thomas Graf
d3a53dc1c1 conf: Correctly terminate default config with CFG_END()
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-05-08 10:57:23 +02:00
Thomas Graf
e0efec0c42 ascii: Initialize prec variables
Ensure that branching does not leave behind uninitialized variables

Reported-by: dcb314
Signed-off-by: Thomas Graf <tgraf@suug.ch>
2014-05-06 15:01:53 +02:00
Thomas Graf
164584b6f5 Merge pull request #8 from valinskas/zv/bmon-sigsegv
Fixes 'bmon -i dummy:randomize' SIGSEGV
2014-05-06 14:56:17 +02:00
Thomas Graf
bc2994f222 Merge pull request #7 from valinskas/master
Fix ${target_os} expansion in configure.ac
2014-05-06 14:55:07 +02:00
Thomas Graf
1c996307d7 Merge pull request #6 from andrewmccarthy/master
Fix spelling of Packets
2014-05-06 14:54:34 +02:00
Žilvinas Valinskas
aa1542cd98 Fixes 'bmon -i dummy:randomize' SIGSEGV
Reverse 'value' and 'type' parameters order in dummy_parse_opt()
function.
2014-05-01 10:07:27 +03:00
Žilvinas Valinskas
0cf2ba344d Fix ${target_os} expansion.
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-30 23:17:21 +03:00
Andrew McCarthy
bb3b4c4b2c Fix spelling of Packets. 2014-04-30 09:46:46 +01:00
Thomas Graf
efa145200c Merge pull request #3 from motoko-kusanagi/patch-1
Update configure.ac
2013-12-03 02:44:05 -08:00
Marcin Szymkowski
15ba68f584 Update configure.ac
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-12-03 11:23:22 +01:00
Thomas Graf
d47fffc5bb Bump for 3.2 release 2013-10-07 12:35:33 +02:00
Thomas Graf
f9da0ae5d1 Merge pull request #1 from onlyjob/master
man page corrections (lintianisation) + spelling:
2013-10-07 01:56:12 -07:00
Dmitry Smirnov
bdd621e80f man page corrections (lintianisation) + spelling:
* hyphen-used-as-minus-sign
 * spelling-error-in-binary usr/bin/bmon childs children
2013-10-05 14:46:05 +10:00
Thomas Graf
509d64bd18 module: Support auto enabling and enforce single registration of module
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-13 13:05:20 +02:00
Thomas Graf
2c047d2af3 curses: Use RARROW to mark selected item 2013-07-13 12:48:37 +02:00
Thomas Graf
c3bc2069fe Add screenshots 2013-07-09 20:17:04 +02:00
Thomas Graf
a4d7a0ef42 Updated README file 2013-07-09 20:02:42 +02:00
Thomas Graf
369af04a27 Provide LICENSE file 2013-07-09 19:50:31 +02:00
Thomas Graf
731971496f Minor manpage fixes 2013-07-06 13:51:54 +02:00
Thomas Graf
d3ebae78ad List headers noninst to make them part of the distribution 2013-07-05 15:25:19 +02:00
Thomas Graf
55a9cc28ce Prepare for 3.1 release 2013-07-05 15:16:25 +02:00
Thomas Graf
3be703f67d Initial import 2013-07-05 15:11:46 +02:00
Thomas Graf
924d1e1fb4 Initial commit 2013-07-05 06:02:33 -07:00