summaryrefslogtreecommitdiff
path: root/src/libudev
AgeCommit message (Expand)AuthorFilesLines
2018-11-12udev: drop util_log_priority() and use log_level_from_string()Yu Watanabe2-17/+0
2018-11-12libudev: conserve previous behaviorYu Watanabe1-0/+2
2018-10-29sd-device: make sd_device_get_is_initialized() returns is_initialized by retu...Yu Watanabe1-3/+3
2018-10-19tree-wide: replace 'unsigned int' with 'unsigned'Yu Watanabe4-8/+8
2018-10-17libudev: re-implement udev-monitor by sd_device_monitorYu Watanabe2-561/+41
2018-10-15tree-wide: add a single version of "static const int one = 1"Lennart Poettering1-2/+1
2018-09-23sd-device: make sd_device_get_*() return -ENOENT if the values are not setYu Watanabe1-3/+6
2018-09-15Merge pull request #9928 from yuwata/libudev-cleanupsZbigniew Jędrzejewski-Szmek10-722/+579
2018-09-11sd-device,libudev: make an argument for *_set_sysattr_value() constYu Watanabe2-2/+2
2018-09-11libudev-monitor: use assert_return() in many placesYu Watanabe1-14/+13
2018-09-11libudev-monitor: add missing error checks in udev_monitor_enable_receiving()Yu Watanabe1-15/+16
2018-09-11libudev-monitor: introduce udev_monitor_send_sd_device()Yu Watanabe1-22/+40
2018-09-11libudev-monitor: re-implement udev_monitor_receive_sd_device()Yu Watanabe1-125/+118
2018-09-11libudev-monitor: use Hashmap or Set to store filtersYu Watanabe1-76/+114
2018-09-11libudev-monitor: use structured initializerYu Watanabe1-41/+44
2018-09-11libudev-monitor: rename monitor_set_nl_address() and make it return negative ...Yu Watanabe1-10/+10
2018-09-11libudev-monitor: rename udev_has_devtmpfs() and move it to mount-util.cYu Watanabe1-41/+1
2018-09-11libudev-monitor: use structured initializer in bpf_*()Yu Watanabe1-18/+15
2018-09-11libudev-monitor: use 'unsigned' instead of 'unsigned int'Yu Watanabe1-16/+15
2018-09-11libudev-device: create sd_device at first in udev_device_new_from_*()Yu Watanabe3-85/+35
2018-09-11libudev-device: drop prototypes of unexistent functionsYu Watanabe1-4/+0
2018-09-11libudev: drop a prototype of unexistent functionYu Watanabe1-3/+0
2018-09-11libudev-device: coding style fixesYu Watanabe1-55/+27
2018-09-11libudev-device: fix return value of udev_device_has_tag()Yu Watanabe1-3/+2
2018-09-11libudev-device: use original negative errnoYu Watanabe1-1/+1
2018-09-11libudev-device: use structured initializerYu Watanabe1-3/+7
2018-09-11libudev-enumerate: use structured initializerYu Watanabe1-11/+15
2018-09-11libudev-hwdb: use assert_return_errno()Yu Watanabe1-4/+2
2018-09-11libudev-hwdb: use structured initializerYu Watanabe1-3/+5
2018-09-11libudev-hwdb: drop unused 'struct udev *udev' in udev_hwdb structYu Watanabe1-4/+1
2018-09-11libudev-queue: coding style fixesYu Watanabe1-14/+7
2018-09-11libudev-queue: drop prototypes of nonexistent functionsYu Watanabe1-13/+0
2018-09-11libudev-queue: use _cleanup_ attribute and TAKE_FD()Yu Watanabe1-10/+7
2018-09-11libudev-queue: use assert_return()Yu Watanabe1-7/+4
2018-09-11libudev-queue: use structured initializerYu Watanabe1-6/+8
2018-09-11libudev: modernize code a bitYu Watanabe1-7/+9
2018-09-11libudev: use structured initializerYu Watanabe1-2/+5
2018-09-11libudev: drop unused element in udev structYu Watanabe1-3/+0
2018-09-11libudev: drop outdated commentsYu Watanabe1-3/+0
2018-09-11libudev: use DEFINE_PUBLIC_TRIVIAL_REF_UNREF_FUNC() macro where applicableYu Watanabe7-116/+73
2018-09-11libudev-monitor: use safe_close() in udev_monitor_disconnect()Yu Watanabe1-6/+4
2018-09-10libudev-util: adjust type of returned value by util_string_hash32()Yu Watanabe2-16/+9
2018-09-10libudev-util: drop unnecessary argument 'struct udev *udev' from util_resolve...Yu Watanabe2-7/+4
2018-08-23libudev: introduce udev_monitor_receive_sd_device()Yu Watanabe2-0/+16
2018-08-23libudev: move cleanup functions from udev-util.h to libudev-private.hYu Watanabe1-0/+8
2018-08-23libudev: accept NULL as the argument 'struct udev*' for udev_monitor_new() or...Yu Watanabe5-16/+0
2018-06-29tree-wide: drop double newlineYu Watanabe2-2/+0
2018-06-20tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek12-38/+0
2018-06-14Drop my copyright headersZbigniew Jędrzejewski-Szmek1-2/+0
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering12-17/+17