index
:
platform/upstream/systemd
accepted/tizen/generic
accepted/tizen/ivi
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
devel/ivi
kdbus-integration
ref/for/tizen
ref/for/tizen_3.0
sandbox/adrians/CVE-fix
sandbox/adrians/dirty-upgrade-to-232
sandbox/adrians/dirty-upgrade-to-233
sandbox/adrians/upgrade-to-234
sandbox/adrians/upgrade-to-235
sandbox/adrians/upgrade-to-236
sandbox/adrians/upgrade-to-237
sandbox/adrians/upgrade-to-238
sandbox/adrians/upgrade-to-239
sandbox/adrians/upgrade-to-240
sandbox/adrians/upgrade-to-241
sandbox/adrians/upgrade-to-242
sandbox/adrians/upgrade-to-243
sandbox/adrians/upgrade-to-244
sandbox/adrians/upgrade-to-245
sandbox/akazmin/hwasan_build
sandbox/akazmin/tizen6_asan
sandbox/chanwoochoi/tizen_dev
sandbox/denis13/LTO
sandbox/ibaravy/isan
sandbox/jihochu/5.0
sandbox/jlaako/multiseat
sandbox/jobol/v219
sandbox/kkrosman/cynara-bus-proxyd
sandbox/klewandowski/nosmack
sandbox/klewandowski/systemd-shutdown
sandbox/klewandowski/upgrade-v231
sandbox/leemgs/test
sandbox/lstelmach/exec-timing
sandbox/lstelmach/exec-timing-244
sandbox/lstelmach/kdbus-integration-216
sandbox/lstelmach/kdbus-integration-217
sandbox/lstelmach/kdbus-tizen-next
sandbox/lstelmach/system-privileged
sandbox/lstelmach/systemd-upgrade-231
sandbox/lstelmach/systemd-upgrade-233
sandbox/lstelmach/tizen-cleanup
sandbox/lstelmach/tizen-cleanup-wo-kdbus
sandbox/lstelmach/tizen-cleanup-wo-kdbus-on-v255
sandbox/lstelmach/tizen-next
sandbox/mbloch/stdout
sandbox/mkashkarov/tizen_6.0_build
sandbox/mmajewski2/stdout
sandbox/mwereski/tizen
sandbox/mzielinska3/cynara_integration
sandbox/sdx/dev212
sandbox/sebuns2/skip_empty_link_file
sandbox/silas.jeon/RO_3.0_notyet
sandbox/songinha/history
sandbox/songinha/tizen
sandbox/upgrade-to-241
sandbox/vbarinov/asan
sandbox/vbarinov/newcompilerfix
sandbox/vbarinov/nogold
systemd_212
systemd_v216
tizen
tizen-v204-backup
tizen_208
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_dev
tizen_dev_kdbus
tizen_ivi_genivi
tizen_ivi_release
upgrade-to-244
upstream
upstream_old
Domain: System / System Framework;
Hyotaek Shim <hyotaek.shim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libudev
/
libudev-monitor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-29
codespell: fix spelling errors
Ben Boeckel
1
-1
/
+1
2018-11-22
libudev: introduce return_with_errno() and use it where applicable
Yu Watanabe
1
-16
/
+8
2018-11-20
libudev-list: move libudev-list related definitions to libudev-list-internal.h
Yu Watanabe
1
-3
/
+2
2018-11-20
libudev-monitor: drop unused private functions
Yu Watanabe
1
-54
/
+25
2018-10-17
libudev: re-implement udev-monitor by sd_device_monitor
Yu Watanabe
1
-545
/
+41
2018-10-15
tree-wide: add a single version of "static const int one = 1"
Lennart Poettering
1
-2
/
+1
2018-09-11
libudev-monitor: use assert_return() in many places
Yu Watanabe
1
-14
/
+13
2018-09-11
libudev-monitor: add missing error checks in udev_monitor_enable_receiving()
Yu Watanabe
1
-15
/
+16
2018-09-11
libudev-monitor: introduce udev_monitor_send_sd_device()
Yu Watanabe
1
-22
/
+40
2018-09-11
libudev-monitor: re-implement udev_monitor_receive_sd_device()
Yu Watanabe
1
-125
/
+118
2018-09-11
libudev-monitor: use Hashmap or Set to store filters
Yu Watanabe
1
-76
/
+114
2018-09-11
libudev-monitor: use structured initializer
Yu Watanabe
1
-41
/
+44
2018-09-11
libudev-monitor: rename monitor_set_nl_address() and make it return negative ...
Yu Watanabe
1
-10
/
+10
2018-09-11
libudev-monitor: rename udev_has_devtmpfs() and move it to mount-util.c
Yu Watanabe
1
-41
/
+1
2018-09-11
libudev-monitor: use structured initializer in bpf_*()
Yu Watanabe
1
-18
/
+15
2018-09-11
libudev-monitor: use 'unsigned' instead of 'unsigned int'
Yu Watanabe
1
-16
/
+15
2018-09-11
libudev: use DEFINE_PUBLIC_TRIVIAL_REF_UNREF_FUNC() macro where applicable
Yu Watanabe
1
-22
/
+12
2018-09-11
libudev-monitor: use safe_close() in udev_monitor_disconnect()
Yu Watanabe
1
-6
/
+4
2018-08-23
libudev: introduce udev_monitor_receive_sd_device()
Yu Watanabe
1
-0
/
+14
2018-08-23
libudev: accept NULL as the argument 'struct udev*' for udev_monitor_new() or...
Yu Watanabe
1
-5
/
+0
2018-06-20
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
1
-3
/
+0
2018-06-14
tree-wide: beautify remaining copyright statements
Lennart Poettering
1
-1
/
+1
2018-06-14
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
1
-2
/
+0
2018-04-06
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
1
-13
/
+0
2017-11-24
Replace free and return NULL with return mfree
Daniel Lockyer
1
-2
/
+1
2017-11-21
udev: port udev_has_devtmpfs() to use path_get_mnt_id()
Lennart Poettering
1
-11
/
+8
2017-11-21
mount-util: add name_to_handle_at_loop() wrapper around name_to_handle_at()
Lennart Poettering
1
-2
/
+1
2017-11-19
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
1
-0
/
+1
2017-09-09
libudev: add missing errno initialization/error propagation (#6781)
Lennart Poettering
1
-7
/
+32
2017-05-19
tree-wide: when %m is used in log_*, always specify errno explicitly
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2016-11-07
Rename formats-util.h to format-util.h
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2016-10-16
tree-wide: use mfree more
Zbigniew Jędrzejewski-Szmek
1
-2
/
+1
2016-06-15
tree-wide: htonl() is weird, let's use htobe32() instead (#3538)
Lennart Poettering
1
-7
/
+7
2015-11-17
tree-wide: group include of libudev.h with sd-*
Thomas Hindoe Paaboel Andersen
1
-1
/
+2
2015-11-16
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
1
-2
/
+1
2015-11-09
treewide: apply errno.cocci
Michal Schmidt
1
-4
/
+2
2015-10-27
mount-util: move fstype_is_network() and name_to_handle_at() definitions over
Lennart Poettering
1
-0
/
+1
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
1
-0
/
+1
2015-10-27
util-lib: move more file I/O related calls into fileio.[ch]
Lennart Poettering
1
-0
/
+1
2015-10-25
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
1
-0
/
+1
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
1
-8
/
+10
2015-06-03
libudev: monitor - set nl_pid when reusing fd in udev_monitor_new_from_netlin...
Tom Gundersen
1
-14
/
+22
2015-04-29
libudev: monitor - fix typo in log message
Tom Gundersen
1
-1
/
+1
2015-04-26
libudev: monitor - clarify log messages
Tom Gundersen
1
-2
/
+2
2015-04-10
shared: add formats-util.h
Ronny Chevalier
1
-0
/
+1
2015-04-01
libudev: monitor - improve logging
Tom Gundersen
1
-2
/
+8
2015-03-15
libudev-monitor: use initialization
Zbigniew Jędrzejewski-Szmek
1
-17
/
+16
2015-03-12
libudev: monitor - fix error path in send_device
Tom Gundersen
1
-1
/
+9
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
1
-4
/
+0
2015-02-12
include <poll.h> instead of <sys/poll.h>
Thomas Hindoe Paaboel Andersen
1
-1
/
+1
[next]