aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update year and e-mail addressMattias Andrée2017-11-051-1/+1
* Work on changing style, and an important typo fixMattias Andrée2017-11-051-403/+383
* whitespaceMattias Andrée2016-07-111-1/+1
* Bump yearMattias Andrée2016-07-091-1/+1
* mMattias Andrée2015-12-261-1/+1
* m todoMattias Andrée2015-09-071-1/+1
* fail if socket pathname is too longMattias Andrée2015-09-071-0/+2
* attributesMattias Andrée2015-08-251-0/+1
* mds: styleMattias Andrée2015-08-241-1/+1
* the 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ée2015-08-221-1/+1
* add and use xclose and xfclose, we do not want close or fclose to be ignored because a singal interrupts it.Mattias Andrée2015-08-211-5/+5
* fix error where mode_t argument was not added when O_CREAT was used in openMattias Andrée2015-07-071-1/+1
* m doc + iprint and iprintf macros + siginfo on mds, mds-vt and mds-respawnMattias Andrée2015-04-181-0/+4
* bump yearMattias Andrée2015-02-131-1/+1
* no more direct allocations, always use macros, unless using allocaMattias Andrée2014-12-101-4/+3
* make fail_if friendlier to complex if-statementsMattias Andrée2014-12-091-19/+11
* with a few exceptions, never return directly on failure, always goto fail by invoking fail_ifMattias Andrée2014-12-091-24/+24
* rename pfail to failMattias Andrée2014-12-081-4/+4
* m + make sure we never lose errnoMattias Andrée2014-12-081-2/+2
* no more goto failMattias Andrée2014-12-081-6/+8
* replace all goto pfail with fail_if, so that we can take whence it failedMattias Andrée2014-12-081-16/+9
* kernel: remove umask until we exec into mds-serverMattias Andrée2014-09-201-3/+17
* create and export process groupMattias Andrée2014-08-311-14/+20
* if the system is awesome enough to have sigupdate defined, use it instead of sigusr1Mattias Andrée2014-08-241-2/+2
* setenv can failMattias Andrée2014-08-231-1/+1
* remove old debug print + mds kernel should ignore dangerMattias Andrée2014-08-201-1/+4
* add fork_for_safety option + beginning of kernel-based keyboardMattias Andrée2014-08-111-1/+1
* kernel: put process name in quotes and print exit status and termination signal on crashed processesMattias Andrée2014-06-091-3/+8
* test and fix mds-respawn + add missed staging: monotonic clock should be rawMattias Andrée2014-06-071-1/+2
* begin on base for serversMattias Andrée2014-05-191-1/+1
* mMattias Andrée2014-05-181-1/+1
* style + reduce code complexityMattias Andrée2014-05-181-132/+128
* reduce code complexityMattias Andrée2014-05-181-119/+93
* m + add test clientMattias Andrée2014-05-141-3/+13
* add fix export of variableMattias Andrée2014-05-141-2/+2
* m fixMattias Andrée2014-05-121-1/+1
* mMattias Andrée2014-05-121-1/+1
* m + fix errors in mds.cMattias Andrée2014-05-121-23/+78
* add xsigactionMattias Andrée2014-05-061-2/+7
* move config.h into libmdsserverMattias Andrée2014-05-061-1/+1
* add monotone macroMattias Andrée2014-05-061-2/+2
* add strequals and startswith macros + add drop_privileges macro that drops the group before the userMattias Andrée2014-05-061-2/+2
* use macros in mds.cMattias Andrée2014-05-061-45/+22
* mMattias Andrée2014-04-281-1/+1
* make it possible to select master serverMattias Andrée2014-04-211-10/+30
* m misc + create directory for temporary dataMattias Andrée2014-04-211-33/+132
* unlink pid file on exitMattias Andrée2014-04-211-0/+5
* mds-server: parse command line argumentsMattias Andrée2014-04-211-7/+6
* m + spawn and respawn master serverMattias Andrée2014-04-211-3/+122
* m + listen on socketMattias Andrée2014-04-201-1/+10