mmdolze
c9c3272eba
Header fixes:
...
* Do not include system headers in shared files (stdlib.h).
* Don't include lcd.h only once in each driver.
* Remove some unnecessary headers from driver (e.g. syslog.h)
* Include <poll.h> instead of <sys/poll.h>
* Spelling fixes.
2011-03-28 18:17:58 +00:00
mmdolze
fd9b2ce713
Big cleanup: Remove trailing whitespace from files (except those imported
...
from external sources).
2010-10-30 18:04:21 +00:00
mmdolze
b2348d5b53
Update doxygen doc for lcdexec and lcdvc.
2010-02-03 21:50:57 +00:00
mmdolze
66023939a1
Cleanup and documentation updates:
...
- Remove shared/str.h where not used.
- Remove shared/debug.h from all files as it has been completely replaced
by shared/report.h (it will be removed later).
- Add more doxygen comments to shared/* and clients/lcdproc/*.
- Include static functions in doxygen output.
2010-02-02 23:20:29 +00:00
mmdolze
73b7ec00ff
Introduce shared/defines.h to collect commonly used macros. For now
...
it defines min() / max() macros.
2009-11-22 15:15:53 +00:00
mmdolze
0f9206d36c
Test the availability of SA_RESTART and use it conditionally.
2009-11-01 08:38:58 +00:00
mmdolze
362aa05fd2
Fix de-selecting of drivers in configure by removing non-portable switch to sed.
...
Silent some compiler and lint warnings.
2009-11-01 08:32:50 +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
b1ce0c1729
Update copyright dates
2009-05-19 06:51:32 +00:00
marschap
c0f4a7008c
use termination function on SIGPIPE (write to closed socket) too
2008-05-02 09:58:58 +00:00
marschap
bdd5fd780a
explicitely note & check whether a pidfile was written
2008-02-15 07:41:09 +00:00
marschap
c68e1aca72
add PID file handling to clients (including signal handling to remove the files)
2008-01-06 17:03:51 +00:00
marschap
a44091f6fe
remove compile-time option to get configuration from LDAP
2007-04-14 07:54:27 +00:00
marschap
23f9b667f7
explicitely declare void function argg and static functions
2007-04-11 11:48:01 +00:00
marschap
53317eac47
allow compiling with LDFLAG "--as-needed" (Robert Buchholz)
2006-11-25 10:54:01 +00:00
marschap
9b7fa552a3
default to foreground=FALSE even without config file
2006-11-19 14:33:01 +00:00
marschap
3a57ecfda0
harmonize help messages
2006-09-30 20:32:14 +00:00
marschap
b8dd87a35b
#include "getopt.h" instead of declaring external variabls, make sure
...
SYSCONFDIR is defined; use correct type to hold getopt() return values
2006-09-19 08:01:19 +00:00
marschap
5fc4dfc562
fix sock_connect() to return -1 on all errors (Frederick Nacino)
2006-05-07 10:08:31 +00:00
marschap
ecc9320b54
fix a few warnings; tighten arg checks; harmonize -f handling: it is a simple flag!
2006-04-28 17:10:25 +00:00
marschap
1aaa20b1de
add lcdvc client: virtal console on LCD
2006-04-24 20:05:35 +00:00