aboutsummaryrefslogtreecommitdiffstats
path: root/system.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2004-02-10[lcd4linux @ 2004-02-10 07:42:35 by reinelt]reinelt1-855/+0
cut off all old-style files which are no longer used with NextGeneration
2004-01-16[lcd4linux @ 2004-01-16 05:04:53 by reinelt]reinelt1-2/+8
started plugin proc_stat which should parse /proc/stat which again is a paint in the a** thinking over implementation methods of delta functions (CPU load, ...)
2004-01-09[lcd4linux @ 2004-01-09 04:16:06 by reinelt]reinelt1-6/+9
added 'section' argument to cfg_get(), but NULLed it on all calls by now.
2003-12-01[lcd4linux @ 2003-12-01 07:08:50 by reinelt]reinelt1-1/+13
Patches from Xavier: - WiFi: make interface configurable - "quiet" as an option from the config file - ignore missing "MemShared" on Linux 2.6
2003-10-05[lcd4linux @ 2003-10-05 17:58:50 by reinelt]reinelt1-4/+9
libtool junk; copyright messages cleaned up
2003-08-24[lcd4linux @ 2003-08-24 05:17:58 by reinelt]reinelt1-2/+5
liblcd4linux patch from Patrick Schemitz
2003-06-26[lcd4linux @ 2003-06-26 05:31:16 by reinelt]reinelt1-3/+6
bug in /proc/net/dev parsing fixed
2003-06-13[lcd4linux @ 2003-06-13 05:11:10 by reinelt]reinelt1-2/+5
error message cosmetics
2003-02-22[lcd4linux @ 2003-02-22 07:53:09 by reinelt]reinelt1-6/+9
cfg_get(key,defval)
2002-12-05[lcd4linux @ 2002-12-05 19:12:47 by reinelt]reinelt1-3/+15
sensors factor and offset patch from Petri Damsten <petri.damsten@raketti.net>
2001-08-05[lcd4linux @ 2001-08-05 17:13:29 by reinelt]reinelt1-2/+6
cleaned up inlude of sys/time.h and time.h
2001-03-13[lcd4linux @ 2001-03-13 08:34:15 by reinelt]reinelt1-9/+13
corrected a off-by-one bug with sensors
2001-03-12[lcd4linux @ 2001-03-12 12:39:36 by reinelt]reinelt1-1/+7
reworked autoconf a lot: drivers may be excluded, #define's went to config.h
2001-03-09[lcd4linux @ 2001-03-09 12:14:24 by reinelt]reinelt1-1/+8
minor cleanups
2001-03-02[lcd4linux @ 2001-03-02 20:18:12 by reinelt]reinelt1-6/+18
allow compile on systems without net/if_ppp.h
2001-02-16[lcd4linux @ 2001-02-16 08:23:09 by reinelt]reinelt1-3/+10
new token 'ic' (ISDN connected) by Carsten Nau <info@cnau.de>
2000-11-17[lcd4linux @ 2000-11-17 10:36:23 by reinelt]reinelt1-2/+6
fixed parsing of /proc/net/dev for 2.0 kernels
2000-10-08[lcd4linux @ 2000-10-08 09:16:40 by reinelt]reinelt1-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 09:44:09 by reinelt]reinelt1-57/+62
new debugging scheme: error(), info(), debug() uses syslog if in daemon mode
2000-08-09[lcd4linux @ 2000-08-09 11:03:07 by reinelt]reinelt1-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]reinelt1-2/+9
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]reinelt1-35/+72
some changes to support kernel-2.4 (different layout of various files in /proc)
2000-05-21[lcd4linux @ 2000-05-21 06:20:35 by reinelt]reinelt1-1/+49
added ppp throughput token is '%t[iomt]' at the moment, but this will change in the near future
2000-04-15[lcd4linux @ 2000-04-15 11:56:35 by reinelt]reinelt1-4/+34
more debug messages
2000-04-13[lcd4linux @ 2000-04-13 06:09:52 by reinelt]reinelt1-4/+50
added BogoMips() to system.c (not used by now, maybe sometimes we can calibrate our delay loop with this value) added delay loop to HD44780 driver. It seems to be quite fast now. Hopefully no compiler will optimize away the delay loop!
2000-03-28[lcd4linux @ 2000-03-28 07:22:15 by reinelt]reinelt1-8/+10
version 0.95 released X11 driver up and running minor bugs fixed
2000-03-23[lcd4linux @ 2000-03-23 07:24:48 by reinelt]reinelt1-4/+7
PPM driver up and running (but slow!)
2000-03-18[lcd4linux @ 2000-03-18 08:07:04 by reinelt]reinelt1-8/+22
vertical bars implemented bar compaction improved memory information implemented
2000-03-17[lcd4linux @ 2000-03-17 09:21:42 by reinelt]reinelt1-8/+95
various memory statistics added
2000-03-10[lcd4linux @ 2000-03-10 17:36:02 by reinelt]reinelt1-4/+8
first unstable but running release
2000-03-10[lcd4linux @ 2000-03-10 10:49:53 by reinelt]reinelt1-54/+5
MatrixOrbital driver finished
2000-03-07[lcd4linux @ 2000-03-07 11:01:34 by reinelt]reinelt1-77/+187
system.c cleanup
2000-03-06[lcd4linux @ 2000-03-06 06:04:06 by reinelt]reinelt1-0/+63
minor cleanups
2000-01-16[lcd4linux @ 2000-01-16 12:17:59 by reinelt]reinelt1-0/+306
Initial revision