Systemd/src/libsystemd
David Herrmann 7f3d3ba1a6 bus: align kdbus ioctl parameters to 8byte
All kdbus ioctl arguments must be 8byte aligned. Make sure we use
alloca_align() and _alignas_(8) in all situations where gcc doesn't
guarantee 8-byte alignment.

Note that objects on the stack are always 8byte aligned as we put
_alignas_(8) into the structure definition in kdbus.h.
2014-09-22 14:27:02 +02:00
..
sd-bus bus: align kdbus ioctl parameters to 8byte 2014-09-22 14:27:02 +02:00
sd-daemon libsystemd: make use of our common sockaddr_union everywhere 2014-07-10 21:16:40 +02:00
sd-event hashmap: introduce hash_ops to make struct Hashmap smaller 2014-09-15 16:08:50 +02:00
sd-id128 sd-id128: use new dev_urandom() call 2014-02-19 17:53:50 +01:00
sd-login Always prefer our headers to system headers 2014-07-31 08:56:03 -04:00
sd-network sd-network: add _get_network_file api 2014-09-08 15:09:07 +02:00
sd-path build-sys: export sd_path APIs 2014-07-11 03:13:24 +02:00
sd-resolve sd-resolve: scale number of threads by queries currently being processed, rather than number of queries currently referenced 2014-08-12 19:30:18 +02:00
sd-rtnl sd-rtnl: rtnl-message: remove unneeded linux includes 2014-09-18 17:37:55 +02:00
sd-utf8 libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
.gitignore build-sys: export experimental symbols only with --enable-kdbus 2014-02-19 20:53:18 +01:00
Makefile libsystemd-bus: rename to libsystemd 2014-01-13 18:54:19 +01:00
libsystemd.pc.in build-sys: update .pc.in files 2014-01-25 18:55:58 -05:00
libsystemd.sym.m4 sd-event: allow naming event sources 2014-08-28 21:19:17 +02:00