Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-03-02 | [lcd4linux @ 2001-03-02 17:18:52 by reinelt] | reinelt | 3 | -44/+405 | |
let configure find gd.h | |||||
2001-03-02 | [lcd4linux @ 2001-03-02 11:04:08 by reinelt] | reinelt | 2 | -4/+55 | |
cosmetic cleanups (comment headers) | |||||
2001-03-02 | [lcd4linux @ 2001-03-02 10:18:03 by ltoetsch] | ltoetsch | 11 | -21/+228 | |
added /proc/apm battery stat | |||||
2001-03-01 | [lcd4linux @ 2001-03-01 22:33:50 by reinelt] | reinelt | 3 | -19/+30 | |
renamed Raster_flush() to PPM_flush() | |||||
2001-03-01 | [lcd4linux @ 2001-03-01 15:11:30 by ltoetsch] | ltoetsch | 4 | -4/+152 | |
added PNG,Webinterface | |||||
2001-03-01 | [lcd4linux @ 2001-03-01 11:08:16 by reinelt] | reinelt | 8 | -166/+362 | |
reworked configure to allow selection of drivers | |||||
2001-02-26 | [lcd4linux @ 2001-02-26 00:33:37 by herp] | herp | 1 | -6/+33 | |
fixed X11 signal handler | |||||
2001-02-21 | [lcd4linux @ 2001-02-21 04:48:13 by reinelt] | reinelt | 1 | -59/+54 | |
big mailbox patch from Axel Ehnert thanks to herp for his idea to check mtime of mailbox | |||||
2001-02-19 | [lcd4linux @ 2001-02-19 00:15:46 by reinelt] | reinelt | 9 | -96/+175 | |
integrated mail and seti client major rewrite of parser and tokenizer to support double-byte tokens | |||||
2001-02-18 | [lcd4linux @ 2001-02-18 22:11:34 by reinelt] | reinelt | 2 | -0/+180 | |
2001-02-18 | [lcd4linux @ 2001-02-18 21:16:06 by reinelt] | reinelt | 1 | -1/+4 | |
2001-02-18 | [lcd4linux @ 2001-02-18 21:15:15 by reinelt] | reinelt | 5 | -4/+297 | |
added setiathome client | |||||
2001-02-18 | [lcd4linux @ 2001-02-18 20:16:13 by reinelt] | reinelt | 3 | -1/+43 | |
2001-02-16 | [lcd4linux @ 2001-02-16 14:15:11 by reinelt] | reinelt | 2 | -6/+13 | |
fixed type in processor.c GPO documentation update from Carsten | |||||
2001-02-16 | [lcd4linux @ 2001-02-16 08:23:09 by reinelt] | reinelt | 5 | -8/+37 | |
new token 'ic' (ISDN connected) by Carsten Nau <info@cnau.de> | |||||
2001-02-14 | [lcd4linux @ 2001-02-14 07:40:16 by reinelt] | reinelt | 8 | -35/+178 | |
first (incomplete) GPO implementation | |||||
2001-02-14 | [lcd4linux @ 2001-02-14 05:22:42 by reinelt] | reinelt | 1 | -0/+44 | |
added README from Carsten Nau | |||||
2001-02-13 | [lcd4linux @ 2001-02-13 12:43:24 by reinelt] | reinelt | 1 | -1/+10 | |
HD_gpo() was missing | |||||
2001-02-13 | [lcd4linux @ 2001-02-13 09:00:13 by reinelt] | reinelt | 12 | -33/+103 | |
prepared framework for GPO's (general purpose outputs) | |||||
2001-02-11 | [lcd4linux @ 2001-02-11 23:34:07 by reinelt] | reinelt | 2 | -3/+17 | |
fixed a small bug where the throughput of an offline ISDN connection is displayed as '----', but the online value is 5 chars long. corrected to ' ----'. thanks to Carsten Nau <info@cnau.de> | |||||
2000-12-07 | [lcd4linux @ 2000-12-07 20:47:54 by reinelt] | reinelt | 3 | -10/+55 | |
first try for SIN bars | |||||
2000-12-01 | [lcd4linux @ 2000-12-01 20:42:37 by reinelt] | reinelt | 2 | -11/+37 | |
added debugging of SIN driver output, probably found the positioning bug (format %02x instead of %2x) | |||||
2000-12-01 | [lcd4linux @ 2000-12-01 07:20:26 by reinelt] | reinelt | 1 | -9/+13 | |
modified text positioning: row starts with 0, column is hexadecimal | |||||
2000-11-28 | [lcd4linux @ 2000-11-28 20:20:38 by reinelt] | reinelt | 1 | -0/+84 | |
added debug.c things like that should not hapen. debug.c exists for a few months now, but was never added to CVS. Shit happens.... | |||||
2000-11-28 | [lcd4linux @ 2000-11-28 17:27:19 by reinelt] | reinelt | 1 | -5/+11 | |
changed decimal values for screen, row, column to ascii values (shame on you!) | |||||
2000-11-28 | [lcd4linux @ 2000-11-28 16:46:11 by reinelt] | reinelt | 5 | -13/+213 | |
first try to support display of SIN router | |||||
2000-11-17 | [lcd4linux @ 2000-11-17 10:36:23 by reinelt] | reinelt | 1 | -2/+6 | |
fixed parsing of /proc/net/dev for 2.0 kernels | |||||
2000-10-25 | [lcd4linux @ 2000-10-25 08:10:48 by reinelt] | reinelt | 1 | -10/+55 | |
added restart funnctionality (lots of this code was stolen from sendmail.c) | |||||
2000-10-20 | [lcd4linux @ 2000-10-20 07:17:07 by reinelt] | reinelt | 1 | -3/+9 | |
corrected a bug in HD_goto() Thanks to Gregor Szaktilla <gregor@szaktilla.de> | |||||
2000-10-08 | [lcd4linux @ 2000-10-08 09:16:40 by reinelt] | reinelt | 1 | -51/+84 | |
Linux-2.4.0-test9 changed the layout of /proc/stat (especially the disk_io line) rearranged parsing of some /proc files and (hopefully) made it more robust in concerns of format changes | |||||
2000-08-10 | [lcd4linux @ 2000-08-10 18:42:20 by reinelt] | reinelt | 5 | -22/+114 | |
fixed some bugs with the new syslog code | |||||
2000-08-10 | [lcd4linux @ 2000-08-10 09:44:09 by reinelt] | reinelt | 21 | -1068/+1162 | |
new debugging scheme: error(), info(), debug() uses syslog if in daemon mode | |||||
2000-08-09 | [lcd4linux @ 2000-08-09 14:14:11 by reinelt] | reinelt | 2 | -11/+41 | |
new switch -F (do not fork) added automatic forking if -F not specified | |||||
2000-08-09 | [lcd4linux @ 2000-08-09 11:03:07 by reinelt] | reinelt | 1 | -13/+28 | |
fixed a bug in system.c where the format of /proc/net/dev was not correctly detected and parsed with different kernels | |||||
2000-08-09 | [lcd4linux @ 2000-08-09 09:50:29 by reinelt] | reinelt | 13 | -127/+204 | |
opened 0.98 development removed driver-specific signal-handlers added 'quit'-function to driver structure added global signal-handler | |||||
2000-07-31 | [lcd4linux @ 2000-07-31 10:43:44 by reinelt] | reinelt | 8 | -91/+235 | |
some changes to support kernel-2.4 (different layout of various files in /proc) | |||||
2000-07-31 | [lcd4linux @ 2000-07-31 06:46:35 by reinelt] | reinelt | 4 | -5/+15 | |
eliminated some compiler warnings with glibc | |||||
2000-06-04 | [lcd4linux @ 2000-06-04 21:43:50 by herp] | herp | 1 | -2/+9 | |
minor bugfix (zero length) | |||||
2000-05-21 | [lcd4linux @ 2000-05-21 06:20:35 by reinelt] | reinelt | 7 | -35/+148 | |
added ppp throughput token is '%t[iomt]' at the moment, but this will change in the near future | |||||
2000-05-03 | [lcd4linux @ 2000-05-03 17:14:51 by herp] | herp | 1 | -1/+1 | |
2000-05-03 | [lcd4linux @ 2000-05-03 09:37:32 by herp] | herp | 3 | -0/+658 | |
2000-05-02 | [lcd4linux @ 2000-05-02 23:07:48 by herp] | herp | 4 | -15/+24 | |
Crystalfontz initial coding | |||||
2000-05-02 | [lcd4linux @ 2000-05-02 06:05:00 by reinelt] | reinelt | 5 | -7/+312 | |
driver for 3Com Palm Pilot added | |||||
2000-04-30 | [lcd4linux @ 2000-04-30 06:40:42 by reinelt] | reinelt | 2 | -17/+37 | |
bars for Beckmann+Egle driver | |||||
2000-04-28 | [lcd4linux @ 2000-04-28 05:19:55 by reinelt] | reinelt | 5 | -12/+554 | |
first release of the Beckmann+Egle driver | |||||
2000-04-20 | [lcd4linux @ 2000-04-20 05:48:42 by reinelt] | reinelt | 2 | -0/+18 | |
added documentation to EXTRA_DIST so that they go into the tarball | |||||
2000-04-19 | [lcd4linux @ 2000-04-19 04:44:20 by reinelt] | reinelt | 1 | -2/+2 | |
README for HD44780 driver | |||||
2000-04-17 | [lcd4linux @ 2000-04-17 05:14:27 by reinelt] | reinelt | 3 | -5/+119 | |
added README.44780 | |||||
2000-04-15 | [lcd4linux @ 2000-04-15 16:56:52 by reinelt] | reinelt | 7 | -58/+197 | |
moved delay loops to udelay.c renamed -d (debugging) switch to -v (verbose) new switch -d to calibrate delay loop 'Delay' entry for HD44780 back again delay loops will not calibrate automatically, because this will fail with hich CPU load | |||||
2000-04-15 | [lcd4linux @ 2000-04-15 11:56:35 by reinelt] | reinelt | 4 | -10/+60 | |
more debug messages |