christos 73f3719203 PR/50730: Benny Siegert: Go kqueue test panics kernel.
- use a marker knote from the stack instead of allocating and freeing on
  each scan.
- add more KASSERTS
- introduce a KN_BUSY bit that indicates that the knote is currently being
  scanned, so that knote_detach does not end up deleting it when the file
  descriptor gets closed and we don't end up using/trashing free memory from
  the scan.
2016-01-31 04:40:01 +00:00
..
2016-01-17 23:16:46 +00:00
2016-01-23 14:03:48 +00:00
2016-01-24 22:50:23 +00:00
2016-01-22 23:38:45 +00:00
2016-01-20 21:43:59 +00:00
2016-01-26 23:49:46 +00:00
2016-01-26 23:49:46 +00:00
2016-01-26 23:30:10 +00:00
2016-01-23 16:02:09 +00:00
2016-01-26 06:27:38 +00:00