Systemd/src/libsystemd/sd-device
Yu Watanabe 38d1555d7c sd-device: drop subsystem from log_device_*()
The sd_device object always has syspath and sysname, but subsytem may not.
Also, it may take some costs to get subsystem.
So, let's drop subsystem from logs.
2018-11-06 15:45:22 +09:00
..
device-enumerator-private.h sd-device: introduce device_enumerator_get_devices() 2018-09-10 16:47:35 +09:00
device-enumerator.c sd-device: make sd_device_get_is_initialized() returns is_initialized by return value 2018-10-29 17:33:33 +09:00
device-internal.h tree-wide: use unsigned for refcount 2018-08-27 13:48:04 +09:00
device-monitor-private.h sd-device: introduce sd_device_monitor 2018-10-17 03:30:54 +09:00
device-monitor.c sd-device: fix wrong assertion (#10530) 2018-10-26 10:16:00 +09:00
device-private.c sd-device: make several sd_device_get_*() accepts NULL pointer for buffer of returned value 2018-10-29 17:18:00 +09:00
device-private.h sd-device: introduce device_new_from_stat_rdev() 2018-08-23 04:57:39 +09:00
device-util.h sd-device: drop subsystem from log_device_*() 2018-11-06 15:45:22 +09:00
sd-device.c sd-device: make sd_device_get_is_initialized() returns is_initialized by return value 2018-10-29 17:33:33 +09:00
test-sd-device-monitor.c test: add tests for sd_device_monitor 2018-10-19 18:07:53 +09: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 sd-device: make sd_device_get_is_initialized() returns is_initialized by return value 2018-10-29 17:33:33 +09:00
test-udev-device-thread.c test: add test for 'thread safety' of libudev 2018-10-12 17:54:23 +09:00