Systemd/src/libsystemd/sd-device
Zbigniew Jędrzejewski-Szmek 597da51bae tree-wide: make parse_ifindex simply return the index
We don't need a seperate output parameter that is of type int.  glibc() says
that the type is "unsigned", but the kernel thinks it's "int".  And the
"alternative names" interface also uses ints. So let's standarize on ints,
since it's clearly not realisitic to have interface numbers in the upper half
of unsigned int range.
2020-01-11 12:06:08 +01:00
..
device-enumerator-private.h sd-device-enumerator: support multiple parents 2019-01-23 15:15:56 +09:00
device-enumerator.c sd-device-enumerator: do not return error when a device is removed 2019-11-05 22:13:11 +01:00
device-internal.h sd-device: store parsed ACTION= and SEQNUM= udev properties 2019-03-12 03:49:53 +09:00
device-monitor-private.h sd-device: introduce sd_device_monitor 2018-10-17 03:30:54 +09:00
device-monitor.c tree-wide: drop socket.h when socket-util.h is included 2019-11-04 00:30:32 +09:00
device-private.c sd-device: introduce dump_device_action_table() 2019-06-29 04:10:14 +09:00
device-private.h sd-device: introduce dump_device_action_table() 2019-06-29 04:10:14 +09:00
device-util.h tree-wide: use PROJECT_FILE instead of __FILE__ 2019-07-04 10:36:00 +02:00
sd-device.c tree-wide: make parse_ifindex simply return the index 2020-01-11 12:06:08 +01:00
test-sd-device-monitor.c test: add a test case for issue #11652 2019-02-06 08:43:34 +01:00
test-sd-device-thread.c test: add test for 'thread safety' of sd-device 2018-10-12 17:54:23 +09:00
test-sd-device.c test: do not fail if new device is plugged during enumeration 2019-12-09 08:45:25 +00:00
test-udev-device-thread.c test: add test for 'thread safety' of libudev 2018-10-12 17:54:23 +09:00