Systemd/src/libsystemd-bus
Lennart Poettering c556fe792d bus: replace aligned_alloc() with memalign() everywhere
aligned_alloc() is C11 and not available everywhere. Also it would
require us to align the size value. So let's just invoke memalign()
instead, which is universally available and doesn't have any alignment
restrictions on the size parameter.
2013-04-17 18:48:31 +02:00
..
bus-bloom.c kdbus: generare bloom filters properly for messages we send 2013-04-14 17:49:18 +02:00
bus-bloom.h kdbus: generare bloom filters properly for messages we send 2013-04-14 17:49:18 +02:00
bus-control.c util: introduce alloca0() and use it at a number of places 2013-04-14 17:43:59 +02:00
bus-control.h bus: parse matches locally and allow registration of callbacks for them 2013-03-31 16:16:37 +02:00
bus-error.c bus: implement full method call timeout logic 2013-03-21 22:53:29 +01:00
bus-error.h bus: implement full method call timeout logic 2013-03-21 22:53:29 +01:00
bus-internal.c kdbus: generare bloom filters properly for messages we send 2013-04-14 17:49:18 +02:00
bus-internal.h kdbus: generare bloom filters properly for messages we send 2013-04-14 17:49:18 +02:00
bus-kernel.c bus: replace aligned_alloc() with memalign() everywhere 2013-04-17 18:48:31 +02:00
bus-kernel.h bus: basic implementation of kdbus client side 2013-04-11 23:10:41 +02:00
bus-match.c bus: always explicitly rewind read index before passing message to caller or callback 2013-04-14 17:46:41 +02:00
bus-match.h bus: properly detect and handle if a callback is installed/removed from within a callback 2013-04-05 03:55:58 +02:00
bus-message.c bus: parse unit/user unit/session from cgroup path 2013-04-16 04:54:46 +02:00
bus-message.h bus: parse unit/user unit/session from cgroup path 2013-04-16 04:54:46 +02:00
bus-signature.c bus: properly verify recursion depth of signatures 2013-03-22 02:19:49 +01:00
bus-signature.h bus: add basic implementation of a native bus client library 2013-03-20 23:00:09 +01:00
bus-socket.c kdbus: parse even more kernel meta data fields 2013-04-13 21:53:11 +02:00
bus-socket.h bus: implement server mode, and anonymous authentication 2013-03-30 15:21:55 +01:00
bus-type.c bus: add basic implementation of a native bus client library 2013-03-20 23:00:09 +01:00
bus-type.h bus: add basic implementation of a native bus client library 2013-03-20 23:00:09 +01:00
busctl.c bus: hook up client with socket communication 2013-03-20 23:00:10 +01:00
kdbus.h bus: catch up with kernel changes 2013-04-16 01:44:36 +02:00
Makefile bus: add basic implementation of a native bus client library 2013-03-20 23:00:09 +01:00
sd-bus.c bus: handle env vars safely 2013-04-15 14:05:03 +02:00
test-bus-chat.c kdbus: parse cgroup meta data, too 2013-04-15 01:51:37 +02:00
test-bus-kernel.c kdbus: generare bloom filters properly for messages we send 2013-04-14 17:49:18 +02:00
test-bus-marshal.c test-bus-marshal.c: do not call g_type_init() for modern glib versions 2013-04-04 17:43:21 +02:00
test-bus-match.c bus: fix counting of argN= matches 2013-04-14 17:45:26 +02:00
test-bus-server.c bus: use C99 struct construction for error initializers 2013-04-05 13:12:11 +02:00
test-bus-signature.c bus: parse matches locally and allow registration of callbacks for them 2013-03-31 16:16:37 +02:00