index
:
mds
master
Avant-garde display server
Mattias Andrée <m@maandree.se>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mds.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
m + listen on socket
Mattias Andrée
2014-04-20
1
-1
/
+10
*
create and bind socket
Mattias Andrée
2014-04-20
1
-0
/
+24
*
m
Mattias Andrée
2014-04-20
1
-1
/
+2
*
m + reuse display indices
Mattias Andrée
2014-04-20
1
-1
/
+50
*
create pid file and set environment
Mattias Andrée
2014-04-20
1
-10
/
+45
*
misc
Mattias Andrée
2014-04-20
1
-13
/
+75
*
not too much...
Mattias Andrée
2014-04-20
1
-0
/
+89