Jonas 'Sortie' Termansen
a79aeed0c1
Remove __BEGIN_DECLS and __END_DECLS.
2015-08-26 14:52:44 +02:00
Jonas 'Sortie' Termansen
49e2c933af
Remove VGA text mode support from libdispd.
2014-11-26 23:34:14 +01:00
Jonas 'Sortie' Termansen
0a4e15cf97
Fix dispd console rendering sync hack not using fsync(2).
2014-06-17 23:53:26 +02:00
Jonas 'Sortie' Termansen
159d8881ec
Fix files relying on <unistd.h> including <ioleast.h>.
2014-04-06 00:19:05 +02:00
Jonas 'Sortie' Termansen
866efbd11c
Improve error message in case VGA text mode is unavailable.
2013-12-19 17:42:07 +01:00
Jonas 'Sortie' Termansen
e60b8d15a5
Reuse the same dispd framebuffer if possible.
2013-12-17 14:30:30 +01:00
Jonas 'Sortie' Termansen
ef53864d36
dispd: Wait for console rendering to finish.
...
This prevents a race condition where the console may still be rendering,
but the process may be able to get data on the screen faster, which results
in visual corruption as the two race.
2013-12-17 14:30:26 +01:00
Jonas 'Sortie' Termansen
90036ca6a8
Update copyright headers of old files to the current format.
2013-12-17 14:30:23 +01:00
Jonas 'Sortie' Termansen
d00bc41c74
Add dispd client library and server stub.
2013-09-24 17:09:48 +02:00