Date: Wed, 2 Mar 2005 21:59:40 +0000 (UTC) From: John-Mark Gurney <jmg@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bpf.c Message-ID: <200503022159.j22LxeD1012343@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmg 2005-03-02 21:59:40 UTC FreeBSD src repository Modified files: sys/net bpf.c Log: fix a bug where bpf would try to wakeup before updating the state.. This was causing kqueue not to see the correct state and not wake up a process that is waiting... Submitted by: nCircle Network Security, Inc. Revision Changes Path 1.146 +6 -2 src/sys/net/bpf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503022159.j22LxeD1012343>