Revert "Block signals except during the event loop."
This approach leaks the blocking signal mask into subprocesses,
It could be fixed by finding all the places where we fork and exec,
but vtwm likes to use system and popen, which are hard to adjust
since there is no hook which runs in the child. (We could use
pthread_atfork but then we'd have to link against pthreads...)
This reverts commit
91b2ee084430dbe5d81d32d15e06b53d931514d9.
(apart from the changelog entry)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>