Systemd/src/libsystemd-bus
Zbigniew Jędrzejewski-Szmek bcb161b023 errno is positive
Make sure we compare errno against positive error codes.
The ones in hwclock.c and install.c can have an impact, the
rest are unlikely to be hit or in code that isn't widely
used.

Also check that errno > 0, to help gcc know that we are
returning a negative error code.
2013-04-11 19:13:18 -04:00
..
bus-control.c bus: convert a couple of calls over to new convenience functions 2013-04-05 14:56:48 +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 bus: parse matches locally and allow registration of callbacks for them 2013-03-31 16:16:37 +02:00
bus-internal.h bus: basic implementation of kdbus client side 2013-04-11 23:10:41 +02:00
bus-kernel.c errno is positive 2013-04-11 19:13:18 -04:00
bus-kernel.h bus: basic implementation of kdbus client side 2013-04-11 23:10:41 +02:00
bus-match.c bus: properly detect and handle if a callback is installed/removed from within a callback 2013-04-05 03:55:58 +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: basic implementation of kdbus client side 2013-04-11 23:10:41 +02:00
bus-message.h bus: add kdbus test case 2013-04-12 00:26:12 +02:00
bus-signature.c bus: properly verify recursion depth of signatures 2013-03-22 02:19:49 +01:00
bus-signature.h
bus-socket.c bus: basic implementation of kdbus client side 2013-04-11 23:10:41 +02:00
bus-socket.h bus: implement server mode, and anonymous authentication 2013-03-30 15:21:55 +01:00
bus-type.c
bus-type.h
busctl.c
kdbus.h bus: basic implementation of kdbus client side 2013-04-11 23:10:41 +02:00
Makefile
sd-bus.c bus: basic implementation of kdbus client side 2013-04-11 23:10:41 +02:00
test-bus-chat.c bus: when we unmarshal an fd it should stay owned by the message object 2013-04-10 23:23:19 +02:00
test-bus-kernel.c bus: fix formatting of bus address 2013-04-12 00:43:57 +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: parse matches locally and allow registration of callbacks for them 2013-03-31 16:16:37 +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