看板 DFBSD_commit 關於我們 聯絡資訊
commit 5bad2bc2c1cbb85d7175667b9cd9847d8749b929 Author: Samuel J. Greear <sjg@thesjg.com> Date: Mon Jun 28 18:03:14 2010 +0000 kernel - refactor main kqueue event loop * seperate the sleep and scan functionality into discrete functions * pull all of the important logic (management of the list marker, the call to kqueue_sleep()) directly into kern_event() Summary of changes: sys/kern/kern_event.c | 166 ++++++++++++++++++++++++++++--------------------- sys/sys/event.h | 6 ++ 2 files changed, 100 insertions(+), 72 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5bad2bc2c1cbb85d7175667b9cd9847d8749b929 -- DragonFly BSD source repository