Systemd/src/libsystemd/sd-netlink
Zbigniew Jędrzejewski-Szmek baaa35ad70 coccinelle: make use of SYNTHETIC_ERRNO
Ideally, coccinelle would strip unnecessary braces too. But I do not see any
option in coccinelle for this, so instead, I edited the patch text using
search&replace to remove the braces. Unfortunately this is not fully automatic,
in particular it didn't deal well with if-else-if-else blocks and ifdefs, so
there is an increased likelikehood be some bugs in such spots.

I also removed part of the patch that coccinelle generated for udev, where we
returns -1 for failure. This should be fixed independently.
2018-11-22 10:54:38 +01:00
..
generic-netlink.c networkd and sd-netlink: add support for Generic netlink And FooOverUDP to IPIP tunnel 2018-08-23 11:30:37 +02:00
local-addresses.c tree-wide: use typesafe_qsort() 2018-09-19 08:02:52 +09:00
local-addresses.h tree-wide: drop double newline 2018-06-29 11:02:17 +09:00
netlink-internal.h sd-netlink: make sd_netlink_slot take its description 2018-10-16 18:42:23 +09:00
netlink-message.c tree-wide: replace 'unsigned int' with 'unsigned' 2018-10-19 22:19:12 +02:00
netlink-slot.c sd-netlink: make sd_netlink_slot take its description 2018-10-16 18:42:23 +09:00
netlink-slot.h sd-netlink: make sd_netlink_slot take its description 2018-10-16 18:42:23 +09:00
netlink-socket.c tree-wide: introduce setsockopt_int() helper and make use of it everywhere 2018-10-18 19:50:29 +02:00
netlink-types.c networkd: add missing bonding options (#10542) 2018-11-02 10:31:20 +09:00
netlink-types.h tree-wide: drop double newline 2018-06-29 11:02:17 +09:00
netlink-util.c tree-wide: drop copyright headers from frequent contributors 2018-06-20 11:58:53 +02:00
netlink-util.h tree-wide: drop double newline 2018-06-29 11:02:17 +09:00
rtnl-message.c tree-wide: drop copyright headers from frequent contributors 2018-06-20 11:58:53 +02:00
sd-netlink.c coccinelle: make use of SYNTHETIC_ERRNO 2018-11-22 10:54:38 +01:00
test-local-addresses.c tests: use a helper function to parse environment and open logging 2018-09-14 09:29:57 +02:00
test-netlink.c test: add tests for sd_netlink_slot_set_*() 2018-10-16 18:49:42 +09:00