summaryrefslogtreecommitdiff
path: root/console-client
AgeCommit message (Expand)Author
2016-10-09console-client: Remove unused variable.Justus Winter
2016-06-04Do not make io_select return errors on unsupported READ/WRITE modeSamuel Thibault
2016-05-16Complete changes to use -L instead of -Wl,-rpath-linkThomas Schwinge
2016-02-29Fix parallel buildSamuel Thibault
2015-12-30Add missing libraries to fix link errorsFlavio Cruz
2015-12-29fix compiler warnings in hurd/console-clientFlavio Cruz
2015-12-29fix compiler warnings in hurd/console-clientFlavio Cruz
2015-06-05console-client: Fix lower range of binary searchDiego Nieto Cid
2015-06-05console-client: assert preconditionDiego Nieto Cid
2015-05-23console-client: fix binary searchJustus Winter
2015-05-23console-client: avoid nested functionJustus Winter
2015-05-23console-client: fix build with -O0Justus Winter
2015-02-02Explicit the keymap compatibility flagsSamuel Thibault
2015-01-03console-client: Fix typos in commentsStefan Weil
2014-12-07console-client: make the demuxer payload-awareJustus Winter
2014-07-17Make the ncursesw driver of the console client compile properlyMarek Benc
2014-05-26Avoid compiler warning about empty bodiesJustus Winter
2014-04-15Include the MIG-generated server header filesJustus Winter
2014-04-12console-client: drop DIST_FILES from MakefileJustus Winter
2014-03-26Handle fonts with multiple-of-8 bbox widthSamuel Thibault
2014-03-26Fix setting LGE flagSamuel Thibault
2014-03-26Align VGA buffersSamuel Thibault
2014-03-16Fix handling of console readlink errorsSamuel Thibault
2014-03-16Fix vcs_readlink propagating error returned by console_current_idSamuel Thibault
2014-03-16Fix crash on accessing vcs without a console being activeSamuel Thibault
2014-03-16Fix crash on opening /dev/kbd or mouse without any console being activeSamuel Thibault
2014-02-13Add --font-width option to force 8/9 pixel font widthSamuel Thibault
2014-02-12Fix typosSamuel Thibault
2013-12-09console-client: remove spurious pthread_spin_unlocksJustus Winter
2013-11-09Normalize whitespace at the end of each file to '\n'Justus Winter
2013-10-13console-client: replace function epilogue with console_exitJustus Winter
2013-10-13console-client: minor stylistic fixJustus Winter
2013-10-13console-client: fix error handlingJustus Winter
2013-10-13console-client: entitle console_exit with the noreturn attributeJustus Winter
2013-10-13console-client: remove the pid file on clean exitsJustus Winter
2013-09-21Fix gcc warningSamuel Thibault
2013-09-21Fix gcc warningSamuel Thibault
2013-09-21Fix gcc warningSamuel Thibault
2013-09-19Fix cursor sizeSamuel Thibault
2013-08-28console-client: add daemonizing supportJustus Winter
2013-06-01Fix descriptor leakMiguel Figueiredo
2013-06-01Remove unused variableMiguel Figueiredo
2013-05-01Fix console hang on unknown key pressSamuel Thibault
2013-02-28Add io_select_timeout to the io interfaceRichard Braun
2013-02-25Include <stdlib.h> or <mach.h> where neededPino Toscano
2012-12-17Fix comment styleSamuel Thibault
2012-12-17Fix double call to pthread_mutex_unlock in repeat_event().Cyril Roelandt
2012-12-17Fix double call to pthread_mutex_unlock in kbd_repeat_key().Cyril Roelandt
2012-12-17Fix double call to pthread_mutex_unlock in console_move_mouse().Cyril Roelandt
2012-11-27Switch from cthreads to pthreadsRichard Braun