bpf - do wakeup at the proper time
authorSamuel J. Greear <sjg@thesjg.com>
Mon, 26 Jul 2010 08:40:52 +0000 (08:40 +0000)
committerSamuel J. Greear <sjg@thesjg.com>
Mon, 26 Jul 2010 08:40:52 +0000 (08:40 +0000)
commit44aa8f0264c19830b9f6fd1de53c456054f85b53
tree4f59477f4c4efe3a6aff4a3854a871be5835d245
parent9c891c6200fa4b2b3ad2cb84f36050a52bbd2355
bpf - do wakeup at the proper time

* kq runs the filters to determine readiness after a KNOTE, KNOTE must be
  called after twiddling struct members that will have an impact on the
  readiness check.
sys/net/bpf.c