git: kernel - make poll return only explicitly asked for events

Samuel Greear sjg at crater.dragonflybsd.org
Fri Aug 6 02:29:14 PDT 2010


commit 484efec7a640ec231e0ef146f81305cff8608785
Author: Samuel J. Greear <sjg at 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





More information about the Commits mailing list