aboutsummaryrefslogtreecommitdiffstats
path: root/README.Drivers (follow)
AgeCommit message (Collapse)AuthorFilesLines
2001-03-09[lcd4linux @ 2001-03-09 13:08:11 by ltoetsch]ltoetsch1-10/+14
Added Text driver
2000-05-21[lcd4linux @ 2000-05-21 06:20:35 by reinelt]reinelt1-2/+9
added ppp throughput token is '%t[iomt]' at the moment, but this will change in the near future
2000-03-26[lcd4linux @ 2000-03-26 18:46:28 by reinelt]reinelt1-5/+5
bug in pixmap.c that leaded to empty bars fixed name conflicts with X11 resolved
2000-03-19[lcd4linux @ 2000-03-19 08:41:28 by reinelt]reinelt1-0/+47
documentation available! README, README.MatrixOrbital, README.Drivers added Skeleton.c as a starting point for new drivers
d>13-168/+441 2010-02-07BUG: handle negative delays in timer_process() (timer.c)mzuther1-0/+4 2010-02-06timer.c: I had forgotten how to initialize a "struct" :)mzuther1-3/+4 2010-02-06BUG: compensate timers for processing delay ("timer.c")mzuther1-1/+3 2010-02-06timer.c: exchanged "proprietary code" with timeradd() and timersub() functionsmzuther1-14/+10 2010-02-04timer.c: removed fruitless changes to variable "flag" from timer_process()mzuther1-2/+0 2010-02-04According to its man page, timercmp() is broken on some systems -- applied th...mzuther1-1/+1 2010-02-04small warning removedmichael1-1/+1 2010-02-04clear errno after creating the FIFO by Claas Hilbrechtmichael1-0/+2