From owner-cvs-all Sun Oct 8 17:41:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A14F37B66C; Sun, 8 Oct 2000 17:41:30 -0700 (PDT) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA75688; Sun, 8 Oct 2000 17:41:30 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <200010090041.RAA75688@freefall.freebsd.org> From: Mike Smith Date: Sun, 8 Oct 2000 17:41:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys eventhandler.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/10/08 17:41:30 PDT Modified files: sys/sys eventhandler.h Log: Change the way that eventhandler lists are processed so that an event handler can safely remove itself from a list while being run. (Note that it is not safe to remove anything else from the same list, as this may still cause corruption in the case where the removed item is next on the list.) Revision Changes Path 1.11 +10 -6 src/sys/sys/eventhandler.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message