CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2009/03/24 07:49:38
Modified files: sys/kern : sys_generic.c Log message: Only copy out the revents field, not the whole pollfd structure. This allows threaded programs to concurrently update the events field while a thread is blocked in poll(2). okay deraadt@ millert@