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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-12-10
no more direct allocations, always use macros, unless using alloca
Mattias Andrée
1
-4
/
+3
2014-12-09
make fail_if friendlier to complex if-statements
Mattias Andrée
1
-19
/
+11
2014-12-09
with a few exceptions, never return directly on failure, always goto fail by invoking fail_if
Mattias Andrée
1
-24
/
+24
2014-12-08
rename pfail to fail
Mattias Andrée
1
-4
/
+4
2014-12-08
m + make sure we never lose errno
Mattias Andrée
1
-2
/
+2
2014-12-08
no more goto fail
Mattias Andrée
1
-6
/
+8
2014-12-08
replace all goto pfail with fail_if, so that we can take whence it failed
Mattias Andrée
1
-16
/
+9
2014-09-20
kernel: remove umask until we exec into mds-server
Mattias Andrée
1
-3
/
+17
2014-08-31
create and export process group
Mattias Andrée
1
-14
/
+20
2014-08-24
if the system is awesome enough to have sigupdate defined, use it instead of sigusr1
Mattias Andrée
1
-2
/
+2
2014-08-23
setenv can fail
Mattias Andrée
1
-1
/
+1
2014-08-20
remove old debug print + mds kernel should ignore danger
Mattias Andrée
1
-1
/
+4
2014-08-11
add fork_for_safety option + beginning of kernel-based keyboard
Mattias Andrée
1
-1
/
+1
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
2014-06-07
test and fix mds-respawn + add missed staging: monotonic clock should be raw
Mattias Andrée
1
-1
/
+2
2014-05-19
begin on base for servers
Mattias Andrée
1
-1
/
+1
2014-05-18
m
Mattias Andrée
1
-1
/
+1
2014-05-18
style + reduce code complexity
Mattias Andrée
1
-132
/
+128
2014-05-18
reduce code complexity
Mattias Andrée
1
-119
/
+93
2014-05-14
m + add test client
Mattias Andrée
1
-3
/
+13
2014-05-14
add fix export of variable
Mattias Andrée
1
-2
/
+2
2014-05-12
m fix
Mattias Andrée
1
-1
/
+1
2014-05-12
m
Mattias Andrée
1
-1
/
+1
2014-05-12
m + fix errors in mds.c
Mattias Andrée
1
-23
/
+78
2014-05-06
add xsigaction
Mattias Andrée
1
-2
/
+7
2014-05-06
move config.h into libmdsserver
Mattias Andrée
1
-1
/
+1
2014-05-06
add monotone macro
Mattias Andrée
1
-2
/
+2
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
2014-05-06
use macros in mds.c
Mattias Andrée
1
-45
/
+22
2014-04-28
m
Mattias Andrée
1
-1
/
+1
2014-04-21
make it possible to select master server
Mattias Andrée
1
-10
/
+30
2014-04-21
m misc + create directory for temporary data
Mattias Andrée
1
-33
/
+132
2014-04-21
unlink pid file on exit
Mattias Andrée
1
-0
/
+5
2014-04-21
mds-server: parse command line arguments
Mattias Andrée
1
-7
/
+6
2014-04-21
m + spawn and respawn master server
Mattias Andrée
1
-3
/
+122
2014-04-20
m + listen on socket
Mattias Andrée
1
-1
/
+10
2014-04-20
create and bind socket
Mattias Andrée
1
-0
/
+24
2014-04-20
m
Mattias Andrée
1
-1
/
+2
2014-04-20
m + reuse display indices
Mattias Andrée
1
-1
/
+50
2014-04-20
create pid file and set environment
Mattias Andrée
1
-10
/
+45
2014-04-20
misc
Mattias Andrée
1
-13
/
+75
2014-04-20
not too much...
Mattias Andrée
1
-0
/
+89