mmdolze
b31bb501e0
Small text fixes.
2009-06-12 09:37:10 +00:00
mmdolze
f59af2e241
Replace <term><command><arg> with <term><property><parameter> to describe
...
options in the config file because:
* <arg> can only be used within <cmdsynopsis>.
* <cmdsynopsis> does not allow text outside <command> and <arg>.
* <arg> does not allow decorating elements like <literal> or <emphasis>.
This fixes #2803057 .
Add shortcut entities for commonly used parameters (yes/no, size).
Remove Debian patch which is obsoleted by above changes.
2009-06-12 09:12:50 +00:00
mmdolze
5108e4931e
First round of Docbook updates:
...
* Update Docbook to version 4.5
* Fix some errors
2009-06-11 15:34:41 +00:00
mmdolze
986a22afc4
Updated the (local) Debian package building scripts.
2009-06-07 13:57:22 +00:00
mmdolze
2b6f6b68f4
Add two missing files.
2009-06-06 21:56:07 +00:00
mmdolze
10fba98c88
Check for getopt instead of getopt_long to decide if the system has a
...
working getopt implementation (we don't use getopt_long at all).
Include {topdir}/shared for the clients so they pull in our included
getopt.h. This fixes bulding on systems which have getopt(), but no getopt.h.
2009-06-06 16:01:38 +00:00
mmdolze
8644e5a347
Add checks for null pointer / failed malloc to menu code
2009-06-06 14:48:48 +00:00
mmdolze
490e5f212c
Fix section header (imported from Debian)
2009-05-30 16:39:36 +00:00
mmdolze
194e2a941e
Fix supported for old compilers and make non-standard (termios.h) baud
...
rates optional (spotted by Tim Larson).
2009-05-30 11:44:46 +00:00
mmdolze
8e291370c3
Include strings.h which is needed for strcasemp. Some systems declare them
...
in string.h, but it should be possible to include both.
2009-05-30 11:20:16 +00:00
mmdolze
635d8519ce
Examples need a name to correctly link in TOC
2009-05-24 22:30:28 +00:00
mmdolze
81ec22b04f
Fix missing NULL malloc check (found by Andre de Bruet)
2009-05-24 22:29:33 +00:00
mmdolze
dcb1e7151c
Fix memset swap (imported Fedora patch)
2009-05-21 21:13:22 +00:00
mmdolze
b1ce0c1729
Update copyright dates
2009-05-19 06:51:32 +00:00
mmdolze
40528392ef
Add an option to switch from adjustable backlight (0..1000) to on/off mode.
...
Refactor the get_info() function.
2009-05-17 18:30:16 +00:00
mmdolze
8bd28df1ee
Add imonlcd driver for SoundGraph iMON OEM LCD modules (by Dean Harding,
...
Christian Leuschen, Jonathan Kyler and Eric Pooch)
2009-05-14 21:45:51 +00:00
mmdolze
f75e3600ad
Update Doxygen config to v1.5.8. Add doctype to html header.
2009-05-14 18:14:40 +00:00
mmdolze
54a8a63112
Partly revert previous commit. The doxygen style escape sequences look
...
nice on the web, but make the source comments really hard to read.
Therefore copy the command descriptions preformatted to html.
2009-05-14 18:13:29 +00:00
mmdolze
9f09507e0a
Update list of contributors since 0.5.2.
2009-05-14 06:29:12 +00:00
mmdolze
bda3765110
Cast pointer correctly
2009-05-14 06:18:55 +00:00
mmdolze
38fa2720cf
Fix handling of named priorities.
...
Any name not in the list of priorities made the screen get hidden. Now
the server returns an error message.
Discovered by lint(1).
2009-05-14 06:15:59 +00:00
mmdolze
640fcc1f1f
Silence some lint(1) warnings
2009-05-14 05:59:36 +00:00
mmdolze
779ede6761
Correct style and indention
2009-05-14 05:56:22 +00:00
mmdolze
adfe557115
Re-add hd44780-usblcd connection type for devices made by Adams IT Services.
...
This driver has been part of v0.4.5 but was never ported to v0.5.x.
2009-05-11 06:23:39 +00:00
mmdolze
85a2e68c23
Fix line endings set to CR/LF in previous commit
2009-05-11 05:23:11 +00:00
mmdolze
8442e313d3
Add more auto-generated files to ignore
2009-05-10 15:03:08 +00:00
mmdolze
a5b2314405
Remove incorrect or inconsistenly used cvs keywords
2009-05-08 17:14:45 +00:00
mmdolze
3518692661
Check if INADDR_NONE is defined
2009-05-08 16:01:55 +00:00
mmdolze
a126ea5db2
Rearrange and update comments
...
Detect and warn on common misconfigurations
2009-05-08 16:00:07 +00:00
mmdolze
f9e5afec98
Assume 255 characters for DNS name
2009-05-08 15:58:49 +00:00
mmdolze
71ac776441
Don't reference non-existing section
2009-05-08 15:57:23 +00:00
mmdolze
3a9f113b18
Update to correctly retrive CPU statistics on 2.6 kernels
2009-04-20 19:31:34 +00:00
mmdolze
16574c5db4
Corrections to the 8bit and winamp connection types
2009-04-20 19:28:25 +00:00
mmdolze
9502cdde6e
Change hbars to make last char in-/decrease vertically
2009-04-11 18:48:13 +00:00
mmdolze
69d963fed2
Add a missing parameter in report call
2009-03-26 19:52:09 +00:00
mmdolze
0d846991fb
Fix an off-by-one error
2009-03-26 18:54:34 +00:00
mmdolze
ddd39c7fd4
Remove some outdated documentation
...
Most of it has been integrated into the User's Guide.
2009-03-23 22:58:44 +00:00
mmdolze
0a811b47f6
Make driver start in background and return 0 on init success
...
Convert function descriptions to use doxygen while there
2009-03-22 13:04:27 +00:00
mmdolze
15f2bf4ba3
Add more documentation to lcd_lib, lcterm and pylcd driver
...
Refactor todo entries in the documentation and add them to the TODO file
Document some known bugs and remove some that are known to be fixed.
2009-03-22 11:11:18 +00:00
mmdolze
92185c9ea0
Update comments for server commands to doxygen style
2009-03-22 09:15:25 +00:00
mmdolze
54151d50e1
Use kvm_getpcpu to access per-CPU usage data available since FreeBSD 7.1
2009-03-22 09:03:55 +00:00
mmdolze
cac3b5472f
Fix typo in function names
2009-03-21 23:44:55 +00:00
mmdolze
823a66aa0c
Update API documentation to match actual declarations and descriptions.
2009-03-21 23:41:14 +00:00
mmdolze
e0b1d1a0b3
Fix incorrect function name (C. Markle)
2009-03-19 07:03:30 +00:00
mmdolze
9db3ee9298
Don't claim to support client defined icons, which we do not.
2009-03-18 22:54:21 +00:00
mmdolze
80ff13bdd1
Fix previous commit (an ampersand issue)
2009-03-07 20:46:27 +00:00
mmdolze
d62a27fac1
Add an option to specify the DDRAM address of the next line.
...
This allows using the ST7036 controller like found on EA DOG modules.
2009-03-03 20:17:28 +00:00
mmdolze
82c69e7a6e
Add proper doxygen to uPause
...
Decide on one style of comments
2009-02-28 07:43:54 +00:00
mmdolze
fa6a746a28
Fix display initialization
2009-02-27 22:28:58 +00:00
mmdolze
23bf9ba9c7
Proofread man pages
2009-02-26 19:55:38 +00:00