Commit graph

10 commits

Author SHA1 Message Date
Jonas 'Sortie' Termansen
efe8e49df0 Fix dispd.h using C++ comments. 2014-07-07 17:52:32 +02: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
c38f5605e8 Fix <dispd.h> not including <stddef.h> and <stdint.h>. 2014-03-17 17:00:00 +01: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
7eb9e3c33f Refactor Sortix build system and de-autoconf mxmpp. 2013-12-17 14:30:22 +01:00
Jonas 'Sortie' Termansen
d00bc41c74 Add dispd client library and server stub. 2013-09-24 17:09:48 +02:00