From owner-cvs-all Thu May 4 13:19:22 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 54FC037B800; Thu, 4 May 2000 13:19:20 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA24987; Thu, 4 May 2000 13:19:19 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Message-Id: <200005042019.NAA24987@freefall.freebsd.org> From: Jonathan Lemon Date: Thu, 4 May 2000 13:19:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_event.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/05/04 13:19:19 PDT Modified files: sys/kern kern_event.c Log: Fix one bug where the kn_head list could be manipulated without spl() protection in the case of a copyout error. Add missing spl calls around the intial activation call that is done when when the kevent is added. Add two KASSERT macros to help catch errors in the future. Revision Changes Path 1.2 +9 -3 src/sys/kern/kern_event.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message