Index of /archives/linux/kernel.org/kernel/people/rml/events

Icon  Name                                          Last modified      Size  Description
[PARENTDIR] Parent Directory - [   ] MERGED 2004-10-26 05:58 20 [TXT] README 2004-07-24 12:21 535 [   ] sha256sums.asc 2023-04-26 06:12 1.0K [DIR] v2.6/ 2013-01-26 00:42 -
Following patch implements the kernel events layer, which is a simple
wrapper around netlink to allow asynchronous communication from the
kernel to user-space of events, errors, logging, and so on.

Current intention is to hook the kernel via this interface into D-BUS,
although the patch is intended to be agnostic to any of that and policy
free.

D-BUS can be found here:

        http://dbus.freedesktop.org/

Other user-space utilities (including code to utilize this) can be found
here:

        http://vrfy.org/projects/kdbusd/