aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-24info: construct_error_message and send_errorMattias Andrée1-2/+0
2015-08-23error transmissionsMattias Andrée3-2/+230
2015-08-23mds-colour: marshal colour list + implement set-colourMattias Andrée2-5/+49
2015-08-23signal handlers that return should not modify errnoMattias Andrée8-0/+39
2015-08-22the first argument on socket() should be PF_, not AF_ as often documented, although it does not really matter because PF_ to AF_ is a bijective ide...Mattias Andrée1-1/+1
2015-08-22ensure that all PF_ and AF_ aliases exists if any existMattias Andrée1-0/+43
2015-08-22typo + mds-colour: print colour list on SIGINFOMattias Andrée2-1/+9
2015-08-21add and use xclose and xfclose, we do not want close or fclose to be ignored because a singal interrupts it.Mattias Andrée7-24/+73
2015-08-20m + info: hash listMattias Andrée3-106/+191
2015-08-19work on mds-colour and list alternative to hash tableMattias Andrée5-12/+574
2015-08-19mMattias Andrée1-4/+4
2015-08-19mds-colour: message parsingMattias Andrée1-2/+55
2015-08-19add strict_ato* for all precise integer types, for size_t, ssize_t, and integer types that have keywordsMattias Andrée2-0/+409
2015-08-19use CLOCK_MONOTONIC if CLOCK_MONOTONIC_RAW is not definedMattias Andrée1-0/+6
2015-08-19add strict_atoj and strict_atoujMattias Andrée2-2/+117
2015-08-19put full_send in libmdsserver, clients that only has one socket uses a macro to remove the socket parameterMattias Andrée16-244/+104
2015-08-19typo + continued work on mds-colourMattias Andrée3-2/+155
2015-08-18beginning of mds-colourMattias Andrée2-0/+367
2015-08-18typoMattias Andrée8-8/+8
2015-08-18typoMattias Andrée5-5/+5
2015-07-19mds-kkbd m fix + add LED remappingMattias Andrée2-15/+268
2015-07-19mMattias Andrée1-0/+2
2015-07-19m docMattias Andrée1-1/+1
2015-07-19typoMattias Andrée1-1/+1
2015-07-12there is no longer any need for prepare_reexec to be canned immediatelyMattias Andrée1-3/+0
2015-07-12fix race condition in prepare_reexecMattias Andrée1-0/+4
2015-07-07resolve warningMattias Andrée1-1/+19
2015-07-07fix error where mode_t argument was not added when O_CREAT was used in openMattias Andrée2-2/+2
2015-04-18siginfo: mds-clipboard, mds-echo, mds-kkbdMattias Andrée3-0/+93
2015-04-18m doc + iprint and iprintf macros + siginfo on mds, mds-vt and mds-respawnMattias Andrée5-1/+106
2015-04-12noop implementation of siginfo supportMattias Andrée2-0/+25
2015-04-12document siginfo and add it to macros.hMattias Andrée1-0/+9
2015-02-13bump yearMattias Andrée105-105/+105
2015-01-03mMattias Andrée1-2/+4
2014-12-13tabulationMattias Andrée1-1/+1
2014-12-13mds-kbdc: dump call-stackMattias Andrée3-3/+57
2014-12-13mds-kbdc: compile-layout: use the call-stackMattias Andrée1-3/+16
2014-12-13mds-kbdc: call-stack: push and pop functionsMattias Andrée2-1/+128
2014-12-13mMattias Andrée1-2/+1
2014-12-12mds-kbdc: beginning on call-stacksMattias Andrée3-3/+98
2014-12-12mMattias Andrée2-4/+4
2014-12-11use atoz and not atoll when parsing integers to size_tMattias Andrée1-3/+3
2014-12-11m + fix errors in layout filesMattias Andrée1-0/+1
2014-12-11whitespaceMattias Andrée1-1/+1
2014-12-11mds-kbdc: minor bug fixesMattias Andrée2-3/+4
2014-12-11some small fixesMattias Andrée1-1/+1
2014-12-11mMattias Andrée2-0/+14
2014-12-11mds-kbdc: compile-layout: do not warn about non-shadowing after a for-loopMattias Andrée3-4/+74
2014-12-11mds-kbdc: validate-tree: you can define functions and macros inside assumption-clausesMattias Andrée1-33/+40
2014-12-11mMattias Andrée1-1/+1