K 10 svn:author V 3 hrs K 8 svn:date V 27 2016-12-31T06:23:05.101472Z K 7 svn:log V 304 Replace two fat signal handlers with function calls in the main I/O multiplex loop. select() now watches a pipe which is written by the new skinny signal handlers and the received signals are handled inside the loop sequencially. This eliminates a complex signal mask to guarantee async-signal safety. END