DragonFly BSD
DragonFly commits List (threaded) for 2010-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel - kqueue - fix EVFILT_WRITE notification on pipes


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 13 Aug 2010 18:01:15 -0700 (PDT)

commit 8315ba5b003d76d526841659e7b5f89cd9f8cf79
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Fri Aug 13 17:59:47 2010 -0700

    kernel - kqueue - fix EVFILT_WRITE notification on pipes
    
    * The pipe code was running the wrong kqueue for write buffer
      availability notifications, so things like scp transfers were timing
      out once the write socket filled up when they tried to poll() for
      more space.
    
    Reported-by: swildner

Summary of changes:
 sys/kern/sys_pipe.c |   39 +++++++++++++++++++++++++--------------
 1 files changed, 25 insertions(+), 14 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8315ba5b003d76d526841659e7b5f89cd9f8cf79


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]