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-base.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
signal handlers that return should not modify errno
Mattias Andrée
2015-08-23
1
-0
/
+6
*
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
-6
/
+6
*
resolve warning
Mattias Andrée
2015-07-07
1
-1
/
+19
*
m doc + iprint and iprintf macros + siginfo on mds, mds-vt and mds-respawn
Mattias Andrée
2015-04-18
1
-0
/
+3
*
noop implementation of siginfo support
Mattias Andrée
2015-04-12
1
-0
/
+16
*
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
-2
/
+1
*
missed to change some parts
Mattias Andrée
2014-12-09
1
-17
/
+9
*
make exit_if easier on the syntax
Mattias Andrée
2014-12-09
1
-5
/
+3
*
make fail_if friendlier to complex if-statements
Mattias Andrée
2014-12-09
1
-2
/
+2
*
with a few exceptions and some remaining files, never return directly on failure, always goto fail by invoking fail_if
Mattias Andrée
2014-12-08
1
-17
/
+14
*
rename pfail to fail
Mattias Andrée
2014-12-08
1
-6
/
+6
*
no more goto fail
Mattias Andrée
2014-12-08
1
-16
/
+12
*
typo
Mattias Andrée
2014-11-26
1
-1
/
+1
*
doc style fix
Mattias Andrée
2014-09-13
1
-2
/
+2
*
stylo
Mattias Andrée
2014-09-09
1
-1
/
+1
*
do not resend danger to other threads
Mattias Andrée
2014-09-08
1
-1
/
+0
*
set danger in mds-base's receive_danger
Mattias Andrée
2014-09-08
1
-15
/
+26
*
add received_danger
Mattias Andrée
2014-09-08
1
-12
/
+30
*
m + info: mds-base
Mattias Andrée
2014-08-29
1
-2
/
+2
*
if the system is awesome enough to have sigupdate defined, use it instead of sigusr1
Mattias Andrée
2014-08-24
1
-2
/
+2
*
m + do not any assumtion of int typedefs
Mattias Andrée
2014-08-24
1
-1
/
+2
*
full_read returns length
Mattias Andrée
2014-08-23
1
-1
/
+1
*
add --immortal option
Mattias Andrée
2014-08-20
1
-2
/
+10
*
add sigdanger support
Mattias Andrée
2014-08-20
1
-3
/
+48
*
macros for ato* with cast
Mattias Andrée
2014-08-12
1
-1
/
+1
*
misc
Mattias Andrée
2014-08-12
1
-2
/
+22
*
the kernel messes with /proc/*/exe (security precaution?), so we read /proc/self/exec when we start the server
Mattias Andrée
2014-08-11
1
-0
/
+5
*
add fork_for_safety option + beginning of kernel-based keyboard
Mattias Andrée
2014-08-11
1
-2
/
+66
*
misc
Mattias Andrée
2014-08-02
1
-8
/
+8
*
misc
Mattias Andrée
2014-08-02
1
-0
/
+15
*
doc
Mattias Andrée
2014-07-28
1
-0
/
+45
*
stylo
Mattias Andrée
2014-07-27
1
-1
/
+1
*
mds-base: add server_initialised
Mattias Andrée
2014-07-27
1
-0
/
+30
*
beginning of mds-respawn
Mattias Andrée
2014-06-07
1
-6
/
+47
*
fix incorrect detection of conflicting arguments
Mattias Andrée
2014-06-06
1
-1
/
+1
*
Modify mds-server to use mds-base (some regression...)
Mattias Andrée
2014-05-20
1
-3
/
+19
*
misc, mostly mds-base re-exec
Mattias Andrée
2014-05-20
1
-7
/
+165
*
m + store master thread
Mattias Andrée
2014-05-19
1
-3
/
+9
*
set up signal handling
Mattias Andrée
2014-05-19
1
-1
/
+28
*
m + add --alarm= options
Mattias Andrée
2014-05-19
1
-4
/
+6
*
begin on base for servers
Mattias Andrée
2014-05-19
1
-0
/
+159