看板 DFBSD_commit 關於我們 聯絡資訊
commit 0ce2fa979d2aec891b9783baf288548f535d7c38 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sat Jan 2 20:54:57 2010 -0800 kernel - poll/select - temporary fix for stalls * Switch around a conditional to test LWP_SELECT first before attempting to make the process runnable. This seems to fix the race causing reported stalls. Summary of changes: sys/kern/sys_generic.c | 19 +++++++++++++------ 1 files changed, 13 insertions(+), 6 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0ce2fa979d2aec891b9783baf288548f535d7c38 -- DragonFly BSD source repository