aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libudev: drop unnecessary checkZbigniew Jędrzejewski-Szmek2018-11-231-2/+0
* libudev: do not ignore error in udev_list_entry_add()Yu Watanabe2018-11-222-5/+10
* libudev: introduce return_with_errno() and use it where applicableYu Watanabe2018-11-226-160/+88
* libudev-list: drop unused udev argument from udev_list_init()Yu Watanabe2018-11-225-10/+8
* libudev-list: drop unused private functionsYu Watanabe2018-11-222-14/+0
* libudev: make util_resolve_subsys_kernel() return negative errnoYu Watanabe2018-11-212-30/+27
* libudev-util: make util_replace_whitespace() not count leading white spacesYu Watanabe2018-11-211-20/+17
* libudev-util: make util_replace_*() return size_tYu Watanabe2018-11-212-6/+5
* libudev-util: add assertionsYu Watanabe2018-11-211-0/+8
* libudev: coding style fixesYu Watanabe2018-11-205-17/+17
* libudev-list: move libudev-list related definitions to libudev-list-internal.hYu Watanabe2018-11-2012-126/+90
* libudev: drop prototypes for nonexistent functionsYu Watanabe2018-11-201-2/+0
* libudev-monitor: drop unused private functionsYu Watanabe2018-11-202-63/+25
* libudev-device: drop unused private functionsYu Watanabe2018-11-203-410/+0
* udev: move definition of READ_END and WRITE_END from libudev-private.h to udev.hYu Watanabe2018-11-201-3/+0
* tree-wide: use __ prefixed gcc attributes (#10843)Lennart Poettering2018-11-201-8/+8
* udev: drop util_log_priority() and use log_level_from_string()Yu Watanabe2018-11-122-17/+0
* libudev: conserve previous behaviorYu Watanabe2018-11-121-0/+2
* sd-device: make sd_device_get_is_initialized() returns is_initialized by retu...Yu Watanabe2018-10-291-3/+3
* tree-wide: replace 'unsigned int' with 'unsigned'Yu Watanabe2018-10-194-8/+8
* libudev: re-implement udev-monitor by sd_device_monitorYu Watanabe2018-10-172-561/+41
* tree-wide: add a single version of "static const int one = 1"Lennart Poettering2018-10-151-2/+1
* sd-device: make sd_device_get_*() return -ENOENT if the values are not setYu Watanabe2018-09-231-3/+6
* Merge pull request #9928 from yuwata/libudev-cleanupsZbigniew Jędrzejewski-Szmek2018-09-1510-722/+579
|\
| * sd-device,libudev: make an argument for *_set_sysattr_value() constYu Watanabe2018-09-112-2/+2
| * libudev-monitor: use assert_return() in many placesYu Watanabe2018-09-111-14/+13
| * libudev-monitor: add missing error checks in udev_monitor_enable_receiving()Yu Watanabe2018-09-111-15/+16
| * libudev-monitor: introduce udev_monitor_send_sd_device()Yu Watanabe2018-09-111-22/+40
| * libudev-monitor: re-implement udev_monitor_receive_sd_device()Yu Watanabe2018-09-111-125/+118
| * libudev-monitor: use Hashmap or Set to store filtersYu Watanabe2018-09-111-76/+114
| * libudev-monitor: use structured initializerYu Watanabe2018-09-111-41/+44
| * libudev-monitor: rename monitor_set_nl_address() and make it return negative ...Yu Watanabe2018-09-111-10/+10
| * libudev-monitor: rename udev_has_devtmpfs() and move it to mount-util.cYu Watanabe2018-09-111-41/+1
| * libudev-monitor: use structured initializer in bpf_*()Yu Watanabe2018-09-111-18/+15
| * libudev-monitor: use 'unsigned' instead of 'unsigned int'Yu Watanabe2018-09-111-16/+15
| * libudev-device: create sd_device at first in udev_device_new_from_*()Yu Watanabe2018-09-113-85/+35
| * libudev-device: drop prototypes of unexistent functionsYu Watanabe2018-09-111-4/+0
| * libudev: drop a prototype of unexistent functionYu Watanabe2018-09-111-3/+0
| * libudev-device: coding style fixesYu Watanabe2018-09-111-55/+27
| * libudev-device: fix return value of udev_device_has_tag()Yu Watanabe2018-09-111-3/+2
| * libudev-device: use original negative errnoYu Watanabe2018-09-111-1/+1
| * libudev-device: use structured initializerYu Watanabe2018-09-111-3/+7
| * libudev-enumerate: use structured initializerYu Watanabe2018-09-111-11/+15
| * libudev-hwdb: use assert_return_errno()Yu Watanabe2018-09-111-4/+2
| * libudev-hwdb: use structured initializerYu Watanabe2018-09-111-3/+5
| * libudev-hwdb: drop unused 'struct udev *udev' in udev_hwdb structYu Watanabe2018-09-111-4/+1
| * libudev-queue: coding style fixesYu Watanabe2018-09-111-14/+7
| * libudev-queue: drop prototypes of nonexistent functionsYu Watanabe2018-09-111-13/+0
| * libudev-queue: use _cleanup_ attribute and TAKE_FD()Yu Watanabe2018-09-111-10/+7
| * libudev-queue: use assert_return()Yu Watanabe2018-09-111-7/+4