看板 DFBSD_commit 關於我們 聯絡資訊
commit 0a17d1a1f31a0d92627437099149b5a14e51a010 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Tue Jan 5 19:28:12 2010 -0800 kernel - poll - Fix MP races * Some of the poll code had been taken out from under the MP lock too early, creating races. Put it back under the MP lock until the whole mess can be rewritten using kqueue. Reported-by: Rumko Summary of changes: sys/kern/sys_generic.c | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0a17d1a1f31a0d92627437099149b5a14e51a010 -- DragonFly BSD source repository