看板 DFBSD_commit 關於我們 聯絡資訊
commit 484efec7a640ec231e0ef146f81305cff8608785 Author: Samuel J. Greear <sjg@thesjg.com> Date: Fri Aug 6 09:15:15 2010 +0000 kernel - make poll return only explicitly asked for events * Previously we were returning all events that were analogous to each other, now we return only what was explicitly asked for. * This fixes pulseaudio Reported-by: Rumko Summary of changes: sys/kern/sys_generic.c | 15 ++++++++++++--- 1 files changed, 12 insertions(+), 3 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/484efec7a640ec231e0ef146f81305cff8608785 -- DragonFly BSD source repository