summaryrefslogtreecommitdiff
path: root/src/libudev/libudev-monitor.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-29codespell: fix spelling errorsBen Boeckel1-1/+1
2018-11-22libudev: introduce return_with_errno() and use it where applicableYu Watanabe1-16/+8
2018-11-20libudev-list: move libudev-list related definitions to libudev-list-internal.hYu Watanabe1-3/+2
2018-11-20libudev-monitor: drop unused private functionsYu Watanabe1-54/+25
2018-10-17libudev: re-implement udev-monitor by sd_device_monitorYu Watanabe1-545/+41
2018-10-15tree-wide: add a single version of "static const int one = 1"Lennart Poettering1-2/+1
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: use DEFINE_PUBLIC_TRIVIAL_REF_UNREF_FUNC() macro where applicableYu Watanabe1-22/+12
2018-09-11libudev-monitor: use safe_close() in udev_monitor_disconnect()Yu Watanabe1-6/+4
2018-08-23libudev: introduce udev_monitor_receive_sd_device()Yu Watanabe1-0/+14
2018-08-23libudev: accept NULL as the argument 'struct udev*' for udev_monitor_new() or...Yu Watanabe1-5/+0
2018-06-20tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek1-3/+0
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering1-1/+1
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2017-11-24Replace free and return NULL with return mfreeDaniel Lockyer1-2/+1
2017-11-21udev: port udev_has_devtmpfs() to use path_get_mnt_id()Lennart Poettering1-11/+8
2017-11-21mount-util: add name_to_handle_at_loop() wrapper around name_to_handle_at()Lennart Poettering1-2/+1
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-09-09libudev: add missing errno initialization/error propagation (#6781)Lennart Poettering1-7/+32
2017-05-19tree-wide: when %m is used in log_*, always specify errno explicitlyZbigniew Jędrzejewski-Szmek1-1/+1
2016-11-07Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek1-1/+1
2016-10-16tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek1-2/+1
2016-06-15tree-wide: htonl() is weird, let's use htobe32() instead (#3538)Lennart Poettering1-7/+7
2015-11-17tree-wide: group include of libudev.h with sd-*Thomas Hindoe Paaboel Andersen1-1/+2
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen1-2/+1
2015-11-09treewide: apply errno.cocciMichal Schmidt1-4/+2
2015-10-27mount-util: move fstype_is_network() and name_to_handle_at() definitions overLennart Poettering1-0/+1
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-0/+1
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-8/+10
2015-06-03libudev: monitor - set nl_pid when reusing fd in udev_monitor_new_from_netlin...Tom Gundersen1-14/+22
2015-04-29libudev: monitor - fix typo in log messageTom Gundersen1-1/+1
2015-04-26libudev: monitor - clarify log messagesTom Gundersen1-2/+2
2015-04-10shared: add formats-util.hRonny Chevalier1-0/+1
2015-04-01libudev: monitor - improve loggingTom Gundersen1-2/+8
2015-03-15libudev-monitor: use initializationZbigniew Jędrzejewski-Szmek1-17/+16
2015-03-12libudev: monitor - fix error path in send_deviceTom Gundersen1-1/+9
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-4/+0
2015-02-12include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen1-1/+1