CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/11/16 06:48:23
Modified files:
sys/kern : sys_generic.c
Log message:
Use nowake when poll/select has empty fd set
When the fd set is empty, the code waits for a signal or timeout.
Wakeups from the kqueue are neither expected nor wanted.
OK cheloha@, millert@, anton@, mpi@
