- Apr 03, 2017
-
-
Eitan Adler authored
Signal handlers might be called repeatedly. As such they can't call non-async-safe functions such as printf. Instead set a sentinel and check for it.
-
- Mar 20, 2016
-
-
George Nachman authored
Make the file descriptor server a process group leader in its own process group so shells without job control (or any child process that catches SIGINT but doesn't create process groups) will not cause the server to terminate on SIGINT. Issue 4288.
-