Date: Thu, 4 May 2000 13:19:19 -0700 (PDT) From: Jonathan Lemon <jlemon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_event.c Message-ID: <200005042019.NAA24987@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005042019.NAA24987>