[jit] Unblock more critical signals at startup.
authorRodrigo Kumpera <kumpera@gmail.com>
Tue, 13 May 2014 22:51:45 +0000 (18:51 -0400)
committerRodrigo Kumpera <kumpera@gmail.com>
Tue, 13 May 2014 23:19:38 +0000 (19:19 -0400)
commit56130af322979ce50e95a9f549f9c1d8e1e6c50d
tree2dc20a5e80f7ff9940cdea52e23cec09b584e40c
parentdd77c09cae7a62cb97c43064b5b64c2ccd38ccb0
[jit] Unblock more critical signals at startup.

Unblock the GC suspend/restart signals and SIGCHLD. Those are required to make the GC
and process watching work.

The SIGCHLD issue was found on mod_mono that fork a process with that signal blocked.

The GC signals are been preemptively unblocked as we can never know what sort of sig mask
we'll start with.
mono/mini/mini-posix.c