index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libudev
/
libudev-monitor.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libudev: fix return of udev_monitor_filter_add_match_subsystem_devtype()
Zbigniew Jędrzejewski-Szmek
2021-04-01
1
-2
/
+8
*
libudev: shorten code a bit
Yu Watanabe
2021-03-03
1
-5
/
+3
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: port to fd_wait_for_event()
Lennart Poettering
2020-06-10
1
-13
/
+6
*
tree-wide: check POLLNVAL everywhere
Lennart Poettering
2020-06-10
1
-1
/
+4
*
codespell: fix spelling errors
Ben Boeckel
2019-04-29
1
-1
/
+1
*
libudev: introduce return_with_errno() and use it where applicable
Yu Watanabe
2018-11-22
1
-16
/
+8
*
libudev-list: move libudev-list related definitions to libudev-list-internal.h
Yu Watanabe
2018-11-20
1
-3
/
+2
*
libudev-monitor: drop unused private functions
Yu Watanabe
2018-11-20
1
-54
/
+25
*
libudev: re-implement udev-monitor by sd_device_monitor
Yu Watanabe
2018-10-16
1
-545
/
+41
*
tree-wide: add a single version of "static const int one = 1"
Lennart Poettering
2018-10-15
1
-2
/
+1
*
libudev-monitor: use assert_return() in many places
Yu Watanabe
2018-09-11
1
-14
/
+13
*
libudev-monitor: add missing error checks in udev_monitor_enable_receiving()
Yu Watanabe
2018-09-11
1
-15
/
+16
*
libudev-monitor: introduce udev_monitor_send_sd_device()
Yu Watanabe
2018-09-11
1
-22
/
+40
*
libudev-monitor: re-implement udev_monitor_receive_sd_device()
Yu Watanabe
2018-09-11
1
-125
/
+118
*
libudev-monitor: use Hashmap or Set to store filters
Yu Watanabe
2018-09-11
1
-76
/
+114
*
libudev-monitor: use structured initializer
Yu Watanabe
2018-09-11
1
-41
/
+44
*
libudev-monitor: rename monitor_set_nl_address() and make it return negative ...
Yu Watanabe
2018-09-11
1
-10
/
+10
*
libudev-monitor: rename udev_has_devtmpfs() and move it to mount-util.c
Yu Watanabe
2018-09-11
1
-41
/
+1
*
libudev-monitor: use structured initializer in bpf_*()
Yu Watanabe
2018-09-11
1
-18
/
+15
*
libudev-monitor: use 'unsigned' instead of 'unsigned int'
Yu Watanabe
2018-09-11
1
-16
/
+15
*
libudev: use DEFINE_PUBLIC_TRIVIAL_REF_UNREF_FUNC() macro where applicable
Yu Watanabe
2018-09-11
1
-22
/
+12
*
libudev-monitor: use safe_close() in udev_monitor_disconnect()
Yu Watanabe
2018-09-11
1
-6
/
+4
*
libudev: introduce udev_monitor_receive_sd_device()
Yu Watanabe
2018-08-22
1
-0
/
+14
*
libudev: accept NULL as the argument 'struct udev*' for udev_monitor_new() or...
Yu Watanabe
2018-08-22
1
-5
/
+0
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
1
-3
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
Replace free and return NULL with return mfree
Daniel Lockyer
2017-11-24
1
-2
/
+1
*
udev: port udev_has_devtmpfs() to use path_get_mnt_id()
Lennart Poettering
2017-11-21
1
-11
/
+8
*
mount-util: add name_to_handle_at_loop() wrapper around name_to_handle_at()
Lennart Poettering
2017-11-21
1
-2
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
libudev: add missing errno initialization/error propagation (#6781)
Lennart Poettering
2017-09-09
1
-7
/
+32
*
tree-wide: when %m is used in log_*, always specify errno explicitly
Zbigniew Jędrzejewski-Szmek
2017-05-19
1
-1
/
+1
*
Rename formats-util.h to format-util.h
Zbigniew Jędrzejewski-Szmek
2016-11-07
1
-1
/
+1
*
tree-wide: use mfree more
Zbigniew Jędrzejewski-Szmek
2016-10-17
1
-2
/
+1
*
tree-wide: htonl() is weird, let's use htobe32() instead (#3538)
Lennart Poettering
2016-06-15
1
-7
/
+7
*
tree-wide: group include of libudev.h with sd-*
Thomas Hindoe Paaboel Andersen
2015-11-17
1
-1
/
+2
*
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-16
1
-2
/
+1
*
treewide: apply errno.cocci
Michal Schmidt
2015-11-09
1
-4
/
+2
*
mount-util: move fstype_is_network() and name_to_handle_at() definitions over
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move more file I/O related calls into fileio.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-0
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-8
/
+10
*
libudev: monitor - set nl_pid when reusing fd in udev_monitor_new_from_netlin...
Tom Gundersen
2015-06-03
1
-14
/
+22
*
libudev: monitor - fix typo in log message
Tom Gundersen
2015-04-29
1
-1
/
+1
*
libudev: monitor - clarify log messages
Tom Gundersen
2015-04-26
1
-2
/
+2
*
shared: add formats-util.h
Ronny Chevalier
2015-04-10
1
-0
/
+1
[next]