Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-06 | sd-bus: sync kdbus.h (ABI break) | Daniel Mack | |
The KDBUS_CMD_FREE ioctl now uses a struct rather than a direct pointer to the offset to free. The KDBUS_CMD_MSG_CANCEL ioctl has also changes, but there's no user of it yet in systemd. | |||
2014-10-02 | sd-bus: sync kdbus.h (ABI break!) | Daniel Mack | |
struct kdbus_cmd_match got a flags field, which systemd currently makes no use of. | |||
2014-10-02 | sd-bus: sync kdbus.h (ABI break) | Daniel Mack | |
struct kdbus_cmd_conn_info takes a list of items now instead of a string. Fix the only user in SD of that ioctl. | |||
2014-09-29 | bus: sync kdbus.h (ABI break!) | David Herrmann | |
2014-09-23 | sd-bus: sync kdbus.h | Daniel Mack | |
2014-09-23 | sd-bus: sync kdbus.h (API break) | Daniel Mack | |
Just a rename of two struct members to make the header file c++ compatible. | |||
2014-09-22 | sd-bus: sync kdbus.h (API+ABI break) | Daniel Mack | |
The kdbus logic name registry logic was changed to transport the actual name to acquire, release or report in a kdbus item. This brings the name API a little more in line with other calls, and allows for later augmentation. Follow that change on the systemd side. | |||
2014-09-18 | sd-bus: sync kdbus.h | Daniel Mack | |
(no API/ABI break this time) | |||
2014-08-30 | Fix a few more typos | Ruben Kerkhof | |
2014-08-17 | kdbus: switch over to generic memfd implementation (ABI+API break) | Daniel Mack | |
2014-08-10 | sd-bus: sync kdbus.h (ABI break) | Daniel Mack | |
2014-07-31 | kdbus: update header | Kay Sievers | |
2014-04-24 | bus: update kdbus.h | Kay Sievers | |
2014-04-22 | bus: remove "on behalf" kdbus logic (ABI break) | Kay Sievers | |
2014-04-10 | bus: update kdbus.h | Kay Sievers | |
2014-03-19 | update kdbus.h | Lennart Poettering | |
2014-03-08 | sd-bus: sync kdbus.h | Daniel Mack | |
2014-03-07 | sd-bus: sync kdbus.h (ABI break) | Daniel Mack | |
Bring kdbus.h in sync with recent policy related changes. Most notably, KDBUS_MAKE_POLICY_OPEN is now gone. The rest doesn't matter for systemd at this point, as the policy functionality was not yet used. | |||
2014-02-01 | bus: update kdbus.h (ABI break) | Kay Sievers | |
2014-01-28 | bus: update kdbus.h (ABI break) | Kay Sievers | |
2014-01-24 | bus: update kdbus.h (ABI break) | Kay Sievers | |
2014-01-24 | bus: update kdbus.h (ABI break) | Kay Sievers | |
2014-01-21 | libsystemd: split up into subdirs | Tom Gundersen | |
We still only produce on .so, but let's keep the sources separate to make things a bit less messy. |