| Commit message (Expand) | Author | Age | Files | Lines |
* | misc + update e-mailHEADmaster | Mattias Andrée | 2024-10-05 | 1 | -2/+2 |
* | Update year and e-mail address | Mattias Andrée | 2017-11-05 | 1 | -1/+1 |
* | Work on changing style, and an important typo fix | Mattias Andrée | 2017-11-05 | 1 | -403/+383 |
* | whitespace | Mattias Andrée | 2016-07-11 | 1 | -1/+1 |
* | Bump year | Mattias Andrée | 2016-07-09 | 1 | -1/+1 |
* | m | Mattias Andrée | 2015-12-26 | 1 | -1/+1 |
* | m todo | Mattias Andrée | 2015-09-07 | 1 | -1/+1 |
* | fail if socket pathname is too long | Mattias Andrée | 2015-09-07 | 1 | -0/+2 |
* | attributes | Mattias Andrée | 2015-08-25 | 1 | -0/+1 |
* | mds: style | Mattias Andrée | 2015-08-24 | 1 | -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ée | 2015-08-22 | 1 | -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ée | 2015-08-21 | 1 | -5/+5 |
* | fix error where mode_t argument was not added when O_CREAT was used in open | Mattias Andrée | 2015-07-07 | 1 | -1/+1 |
* | m doc + iprint and iprintf macros + siginfo on mds, mds-vt and mds-respawn | Mattias Andrée | 2015-04-18 | 1 | -0/+4 |
* | bump year | Mattias Andrée | 2015-02-13 | 1 | -1/+1 |
* | no more direct allocations, always use macros, unless using alloca | Mattias Andrée | 2014-12-10 | 1 | -4/+3 |
* | make fail_if friendlier to complex if-statements | Mattias Andrée | 2014-12-09 | 1 | -19/+11 |
* | with a few exceptions, never return directly on failure, always goto fail by invoking fail_if | Mattias Andrée | 2014-12-09 | 1 | -24/+24 |
* | rename pfail to fail | Mattias Andrée | 2014-12-08 | 1 | -4/+4 |
* | m + make sure we never lose errno | Mattias Andrée | 2014-12-08 | 1 | -2/+2 |
* | no more goto fail | Mattias Andrée | 2014-12-08 | 1 | -6/+8 |
* | replace all goto pfail with fail_if, so that we can take whence it failed | Mattias Andrée | 2014-12-08 | 1 | -16/+9 |
* | kernel: remove umask until we exec into mds-server | Mattias Andrée | 2014-09-20 | 1 | -3/+17 |
* | create and export process group | Mattias Andrée | 2014-08-31 | 1 | -14/+20 |
* | if the system is awesome enough to have sigupdate defined, use it instead of sigusr1 | Mattias Andrée | 2014-08-24 | 1 | -2/+2 |
* | setenv can fail | Mattias Andrée | 2014-08-23 | 1 | -1/+1 |
* | remove old debug print + mds kernel should ignore danger | Mattias Andrée | 2014-08-20 | 1 | -1/+4 |
* | add fork_for_safety option + beginning of kernel-based keyboard | Mattias Andrée | 2014-08-11 | 1 | -1/+1 |
* | kernel: put process name in quotes and print exit status and termination signal on crashed processes | Mattias Andrée | 2014-06-09 | 1 | -3/+8 |
* | test and fix mds-respawn + add missed staging: monotonic clock should be raw | Mattias Andrée | 2014-06-07 | 1 | -1/+2 |
* | begin on base for servers | Mattias Andrée | 2014-05-19 | 1 | -1/+1 |
* | m | Mattias Andrée | 2014-05-18 | 1 | -1/+1 |
* | style + reduce code complexity | Mattias Andrée | 2014-05-18 | 1 | -132/+128 |
* | reduce code complexity | Mattias Andrée | 2014-05-18 | 1 | -119/+93 |
* | m + add test client | Mattias Andrée | 2014-05-14 | 1 | -3/+13 |
* | add fix export of variable | Mattias Andrée | 2014-05-14 | 1 | -2/+2 |
* | m fix | Mattias Andrée | 2014-05-12 | 1 | -1/+1 |
* | m | Mattias Andrée | 2014-05-12 | 1 | -1/+1 |
* | m + fix errors in mds.c | Mattias Andrée | 2014-05-12 | 1 | -23/+78 |
* | add xsigaction | Mattias Andrée | 2014-05-06 | 1 | -2/+7 |
* | move config.h into libmdsserver | Mattias Andrée | 2014-05-06 | 1 | -1/+1 |
* | add monotone macro | Mattias Andrée | 2014-05-06 | 1 | -2/+2 |
* | add strequals and startswith macros + add drop_privileges macro that drops the group before the user | Mattias Andrée | 2014-05-06 | 1 | -2/+2 |
* | use macros in mds.c | Mattias Andrée | 2014-05-06 | 1 | -45/+22 |
* | m | Mattias Andrée | 2014-04-28 | 1 | -1/+1 |
* | make it possible to select master server | Mattias Andrée | 2014-04-21 | 1 | -10/+30 |
* | m misc + create directory for temporary data | Mattias Andrée | 2014-04-21 | 1 | -33/+132 |
* | unlink pid file on exit | Mattias Andrée | 2014-04-21 | 1 | -0/+5 |
* | mds-server: parse command line arguments | Mattias Andrée | 2014-04-21 | 1 | -7/+6 |
* | m + spawn and respawn master server | Mattias Andrée | 2014-04-21 | 1 | -3/+122 |