Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
C
Other
Permalink
| Failed to load latest commit information. | |||
|
|
doc |
|
|
|
|
samples |
|
|
|
|
test |
|
|
|
|
tools |
|
|
|
|
.dir-locals.el |
|
|
|
|
.gitignore |
|
|
|
|
Changelog |
|
|
|
|
Kconfig |
|
|
|
|
Makefile |
|
|
|
|
README |
|
|
|
|
bus.c |
|
|
|
|
bus.h |
|
|
|
|
connection.c |
|
|
|
|
connection.h |
|
|
|
|
domain.c |
|
|
|
|
domain.h |
|
|
|
|
endpoint.c |
|
|
|
|
endpoint.h |
|
|
|
|
fs.c |
|
|
|
|
fs.h |
|
|
|
|
handle.c |
|
|
|
|
handle.h |
|
|
|
|
item.c |
|
|
|
|
item.h |
|
|
|
|
kdbus.h |
|
|
|
|
limits.h |
|
|
|
|
main.c |
|
|
|
|
match.c |
|
|
|
|
match.h |
|
|
|
|
message.c |
|
|
|
|
message.h |
|
|
|
|
metadata.c |
|
|
|
|
metadata.h |
|
|
|
|
names.c |
|
|
|
|
names.h |
|
|
|
|
node.c |
|
|
|
|
node.h |
|
|
|
|
notify.c |
|
|
|
|
notify.h |
|
|
|
|
policy.c |
|
|
|
|
policy.h |
|
|
|
|
pool.c |
|
|
|
|
pool.h |
|
|
|
|
queue.c |
|
|
|
|
queue.h |
|
|
|
|
reply.c |
|
|
|
|
reply.h |
|
|
|
|
util.c |
|
|
|
|
util.h |
|
|
README
Linux kernel D-Bus implementation See kdbus.txt in this repository for kernel-side details. The userspace side is developed in systemd: http://cgit.freedesktop.org/systemd/systemd/tree/src/libsystemd/sd-bus Development repos: https://github.com/gregkh/kdbus See also: https://review.tizen.org/git/?p=platform/upstream/glib.git;a=shortlog;h=refs/heads/kdbus-integration https://review.tizen.org/git/?p=platform/upstream/dbus.git;a=shortlog;h=refs/heads/kdbus-dev The code is LGPLv2+. We need to make sure, that we are able to freely share and copy code with the userspace library, which has the same licence.