CVSROOT:        /cvs
Module name:    src
Changes by:     dera...@cvs.openbsd.org 2010/07/08 14:15:03

Modified files:
        sys/sys        : conf.h systm.h 
        sys/kern       : sys_generic.c 

Log message:
Devices which don't have read or write functionality should not return
enodev to poll, because this returns an errno of 19 in revents.  Oops.
Use seltrue where needed, and use a new selfalse function for those which
don't know if the next op will be non-blocking
Mostly discussed with guenther and miod

Reply via email to