git: DragonFly_RELEASE_2_4 kernel - Fix kqueue and SIGIO operation on pipes

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Sep 21 23:43:21 PDT 2009


commit 2ba61315abdc7df051e12b39a77791baab47affb
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Sep 21 23:17:14 2009 -0700

    kernel - Fix kqueue and SIGIO operation on pipes
    
    * pipe reads and writes were not notifying kqueue and SIGIO consumers
      due to an incorrect conditional which only tested for select/poll
      consumers.

Summary of changes:
 sys/kern/sys_pipe.c |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2ba61315abdc7df051e12b39a77791baab47affb


-- 
DragonFly BSD source repository





More information about the Commits mailing list