67 Commits

Author SHA1 Message Date
Ž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