Date: Tue, 6 Apr 2004 22:59:57 -0700 (PDT) From: Colin Percival <cperciva@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_event.c Message-ID: <200404070559.i375xv92099996@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
cperciva 2004/04/06 22:59:57 PDT FreeBSD src repository Modified files: sys/kern kern_event.c Log: Fix filt_timer* races: Finish initializing a knote before we pass it to a callout, and use the new callout_drain API to make sure that a callout has finished before we deallocate memory it is using. PR: kern/64121 Discussed with: gallatin Revision Changes Path 1.68 +2 -2 src/sys/kern/kern_event.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404070559.i375xv92099996>