svn commit: r278479 - in head: etc sys/kern

David Chisnall theraven at FreeBSD.org
Tue Feb 10 18:36:42 UTC 2015


On 10 Feb 2015, at 18:30, Rui Paulo <rpaulo at me.com> wrote:
> 
> Another thing I had in mind (which is more work) was to abstract the devctl kernel code in an API which could make it easy to fan out the notifications to multiple /dev devices.  However, that may be overkill.

This kind of notification is something that kdbus is increasingly being used for on Linux.  The primitive allows events to originate either in the kernel or in userspace and to be sent either point-to-point or to a bloom filter set of recipients (so you occasionally get some messages you're not expecting, but hopefully don't get too many spurious wakeups).

David



More information about the svn-src-head mailing list