From owner-cvs-all Mon Feb 28 9:58:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A43C737B8EF; Mon, 28 Feb 2000 09:58:34 -0800 (PST) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA36769; Mon, 28 Feb 2000 09:58:34 -0800 (PST) (envelope-from joerg@FreeBSD.org) Message-Id: <200002281758.JAA36769@freefall.freebsd.org> From: Joerg Wunsch Date: Mon, 28 Feb 2000 09:58:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/syslogd syslogd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk joerg 2000/02/28 09:58:34 PST Modified files: (Branch: RELENG_2_2) usr.sbin/syslogd syslogd.c Log: MFC: rev 1.58, fix a deadly race condition between the signal handlers for SIGHUP and SIGCHLD. (Since our field installation was at RELENG_2_2 anyway, i had to fix it there, so i'm going to commit that fix, too.) Revision Changes Path 1.12.2.17 +98 -37 src/usr.sbin/syslogd/syslogd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message