Commit Graph

15 Commits

Author SHA1 Message Date
michael
3c4915845f indent.sh run
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1112 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2010-02-14 02:47:49 +00:00
mjona
3a23df4023 Improved config behavior.
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1110 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2010-02-12 13:18:16 +00:00
mjona
555ed9099a All static memory allocations were turned into dynamical ones.
Improved configuration parameters:
- FifoPath	to specify the fifo path (if absent, a built in replacement is used)
- FifoBufSize	to specify the size of the internal buffer (this parameter is optional as
		the plugin will try to match the number of display columns; if it fails and
		no FifoBufSize parameter is supplied then a built in replacement is used)
Simplified and rationalized init and exit functions:
most global variables have been localized.
Fixed several off-by-one overflows memory bugs.



git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1108 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2010-02-11 16:48:56 +00:00
michael
88b4878241 clear errno after creating the FIFO by Claas Hilbrecht
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1098 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2010-02-04 09:37:12 +00:00
michux
9abd411a0a fix some compiler warnings
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@954 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2009-01-12 20:16:39 +00:00
michux
18b2097e35 plugin_fifo: fix compile warnings
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@953 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2009-01-11 15:54:40 +00:00
michael
90caf91c83 indentation
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@943 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2009-01-06 06:46:21 +00:00
michael
8fc1ceb3e5 initialize fifo on first use
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@942 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2009-01-06 06:42:05 +00:00
michux
98870dbee7 update fifo plugin - untested
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@900 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-11-22 23:34:20 +00:00
michael
56d9c8e3aa indent run
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@879 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-07-15 04:01:32 +00:00
michux
d638ece8d8 forgot include
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@877 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-04-15 09:56:44 +00:00
michux
c34fa6efea add signal handler, improve error check
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@876 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-04-15 09:50:27 +00:00
michux
8c9892fea8 minor update
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@875 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-04-14 10:47:21 +00:00
michux
317e100ae6 clean up
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@871 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-04-12 16:23:52 +00:00
michux
5228b499ae Add basic FIFO plugin
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@869 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-04-10 14:45:45 +00:00