aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* message id is unsigned 32-bitMattias Andrée2014-08-249-49/+49
* if the system is awesome enough to have sigupdate defined, use it instead of sigusr1Mattias Andrée2014-08-243-4/+13
* m + do not any assumtion of int typedefsMattias Andrée2014-08-246-29/+30
* setenv can failMattias Andrée2014-08-231-1/+1
* read and write vtfileMattias Andrée2014-08-231-2/+60
* full_read returns lengthMattias Andrée2014-08-233-18/+24
* mMattias Andrée2014-08-221-1/+1
* some work on mds-vtMattias Andrée2014-08-222-5/+130
* vt protocolsMattias Andrée2014-08-223-10/+52
* beginning of mds-vtMattias Andrée2014-08-223-0/+538
* add todos on things to do on dangerMattias Andrée2014-08-202-3/+3
* remove old debug print + mds kernel should ignore dangerMattias Andrée2014-08-201-1/+4
* add todo for kkbd on what to free on dangerMattias Andrée2014-08-201-1/+1
* danger is deadly for the echo and the clipboard serversMattias Andrée2014-08-202-2/+2
* add --immortal optionMattias Andrée2014-08-202-3/+20
* add sigdanger supportMattias Andrée2014-08-209-9/+82
* ignore empty lines when parsing remap tableMattias Andrée2014-08-131-8/+15
* keycodes not be larger than 2¹⁴Mattias Andrée2014-08-131-3/+2
* mds-kkbd: announce new keyboard when startingMattias Andrée2014-08-131-2/+9
* implement keycode mapping queryMattias Andrée2014-08-131-10/+57
* mMattias Andrée2014-08-132-18/+45
* mMattias Andrée2014-08-131-11/+6
* implement protocol for remapping the keyboardMattias Andrée2014-08-132-7/+241
* mds-kkbd: miscMattias Andrée2014-08-132-6/+116
* miscMattias Andrée2014-08-131-13/+143
* derpMattias Andrée2014-08-121-1/+1
* mds-kkbd: m + handle_set_keyboard_ledsMattias Andrée2014-08-121-13/+73
* mds-kkbd: receive message and validate headersMattias Andrée2014-08-122-6/+247
* mMattias Andrée2014-08-121-2/+0
* typoMattias Andrée2014-08-121-1/+1
* mMattias Andrée2014-08-122-8/+8
* fix tabulationMattias Andrée2014-08-121-3/+3
* macros for ato* with castMattias Andrée2014-08-1212-13/+174
* missed explicit castMattias Andrée2014-08-121-1/+1
* make it possible to consume messagesMattias Andrée2014-08-121-1/+7
* update todo + keyboard protocolsMattias Andrée2014-08-121-3/+0
* mMattias Andrée2014-08-121-1/+1
* miscMattias Andrée2014-08-126-107/+139
* the kernel messes with /proc/*/exe (security precaution?), so we read /proc/self/exec when we start the serverMattias Andrée2014-08-113-11/+75
* miscMattias Andrée2014-08-112-38/+173
* add fork_for_safety option + beginning of kernel-based keyboardMattias Andrée2014-08-1112-15/+742
* the rest of the clipboardMattias Andrée2014-08-037-109/+236
* mds-clipboard: all actions except add, however there is not removal of old entries yetMattias Andrée2014-08-032-4/+428
* free the clipboard when exitingMattias Andrée2014-08-031-3/+13
* miscMattias Andrée2014-08-034-21/+213
* beginning of mds-clipboardMattias Andrée2014-08-032-0/+319
* mds-registry: add time-to-liveMattias Andrée2014-08-023-3/+51
* mds-registry use timedwait in slaves so we can stop when reexecing of terminatingMattias Andrée2014-08-021-1/+8
* mds-registry: marshal and unmarshal the slave listMattias Andrée2014-08-024-2/+91
* mds-registry: notify clientMattias Andrée2014-08-022-5/+40