| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2014-09-20 | kernel: remove umask until we exec into mds-server | Mattias Andrée | 1 | -3/+17 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-08-31 | create and export process group | Mattias Andrée | 1 | -14/+20 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-08-24 | if the system is awesome enough to have sigupdate defined, use it instead of sigusr1 | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-08-23 | setenv can fail | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-08-20 | remove old debug print + mds kernel should ignore danger | Mattias Andrée | 1 | -1/+4 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-08-11 | add fork_for_safety option + beginning of kernel-based keyboard | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-06-09 | kernel: put process name in quotes and print exit status and termination signal on crashed processes | Mattias Andrée | 1 | -3/+8 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-06-07 | test and fix mds-respawn + add missed staging: monotonic clock should be raw | Mattias Andrée | 1 | -1/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-19 | begin on base for servers | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-18 | m | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-18 | style + reduce code complexity | Mattias Andrée | 1 | -132/+128 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-18 | reduce code complexity | Mattias Andrée | 1 | -119/+93 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-14 | m + add test client | Mattias Andrée | 1 | -3/+13 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-14 | add fix export of variable | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-12 | m fix | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-12 | m | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-12 | m + fix errors in mds.c | Mattias Andrée | 1 | -23/+78 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-06 | add xsigaction | Mattias Andrée | 1 | -2/+7 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-06 | move config.h into libmdsserver | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-06 | add monotone macro | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-06 | add strequals and startswith macros + add drop_privileges macro that drops the group before the user | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-06 | use macros in mds.c | Mattias Andrée | 1 | -45/+22 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-04-28 | m | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-04-21 | make it possible to select master server | Mattias Andrée | 1 | -10/+30 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-04-21 | m misc + create directory for temporary data | Mattias Andrée | 1 | -33/+132 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-04-21 | unlink pid file on exit | Mattias Andrée | 1 | -0/+5 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-04-21 | mds-server: parse command line arguments | Mattias Andrée | 1 | -7/+6 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-04-21 | m + spawn and respawn master server | Mattias Andrée | 1 | -3/+122 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-04-20 | m + listen on socket | Mattias Andrée | 1 | -1/+10 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-04-20 | create and bind socket | Mattias Andrée | 1 | -0/+24 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-04-20 | m | Mattias Andrée | 1 | -1/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-04-20 | m + reuse display indices | Mattias Andrée | 1 | -1/+50 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-04-20 | create pid file and set environment | Mattias Andrée | 1 | -10/+45 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-04-20 | misc | Mattias Andrée | 1 | -13/+75 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-04-20 | not too much... | Mattias Andrée | 1 | -0/+89 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
