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

Samuel Greear sjg at crater.dragonflybsd.org
Mon Aug 2 06:15:46 PDT 2010


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





More information about the Commits mailing list