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

git: kernel - Filter out unknown errors for select(2) and poll(2)


From: Samuel Greear <sjg@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 2 Aug 2010 06:12:50 -0700 (PDT)

commit 22690e509129dd695f679346b2df0b89c5295be8
Author: Samuel J. Greear <sjg@thesjg.com>
Date:   Mon Aug 2 13:10:05 2010 +0000

    kernel - Filter out unknown errors for select(2) and poll(2)
    
    * select/poll have very limited error management, silently ignore anything they
      cannot handle (this brings us closer in line with the previous
      implementation).
    
    * Add a couple of kern.nseldebug kprintf's
    
    * Increment the kqueue serial by the number of descriptors for both select
      and poll.

Summary of changes:
 sys/kern/sys_generic.c |   81 ++++++++++++++++++++++++++++++++++-------------
 1 files changed, 58 insertions(+), 23 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/22690e509129dd695f679346b2df0b89c5295be8


-- 
DragonFly BSD source repository



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