K 10 svn:author V 6 marcus K 8 svn:date V 27 2005-07-02T19:17:42.000000Z K 7 svn:log V 371 Fix a CPU hog problem with dbus running in fork mode. Kqueue is not shared across fork(), and thus the file descriptor kevent was trying to read from was actually pointign to /dev/null. This caused dbus to eat up 100% of the CPU. Of course, tests with --nofork worked just fine. The new approach will detect if the kqueue has been closed, a reopen it after the fork. END