[1712] in Source-Commits
athena/etc/inetd inetd.c
daemon@ATHENA.MIT.EDU (Greg Hudson)
Fri Jun 27 19:10:22 1997
To: source-commits@MIT.EDU
Date: Fri, 27 Jun 1997 19:10:19 EDT
From: Greg Hudson <ghudson@MIT.EDU>
Update of /afs/dev.mit.edu/source/repository/athena/etc/inetd
In directory bobbi-harlow:/afs/dev.mit.edu/user/ghudson/athena/etc/inetd
Modified Files:
inetd.c
Log Message:
Rename facist to fascist.
When un-blocking signals, use SIG_SETMASK instead of SIG_BLOCK. It
doesn't matter a whole lot since these cases are generally at the end
of signal handlers when the signal mask is going to be restored
anyway, but the old code was still incorrect.
Block USR1 and USR2 in critical sections of code, closing race
conditions which could crash inetd.