index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
doc: Fix link to CONTRIBUTING.md (#10109)
Jon Ringle
2018-09-18
1
-1
/
+1
*
tests: make UBSan print full backtraces
Evgeny Vereshchagin
2018-09-16
1
-2
/
+3
*
sd-device: use qsort_safe() (#10099)
Yu Watanabe
2018-09-16
1
-2
/
+2
*
Merge pull request #9928 from yuwata/libudev-cleanups
Zbigniew Jędrzejewski-Szmek
2018-09-15
15
-726
/
+619
|
\
|
*
sd-device,libudev: make an argument for *_set_sysattr_value() const
Yu Watanabe
2018-09-11
5
-6
/
+4
|
*
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
3
-41
/
+39
|
*
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-device: create sd_device at first in udev_device_new_from_*()
Yu Watanabe
2018-09-11
3
-85
/
+35
|
*
libudev-device: drop prototypes of unexistent functions
Yu Watanabe
2018-09-11
1
-4
/
+0
|
*
libudev: drop a prototype of unexistent function
Yu Watanabe
2018-09-11
1
-3
/
+0
|
*
libudev-device: coding style fixes
Yu Watanabe
2018-09-11
1
-55
/
+27
|
*
libudev-device: fix return value of udev_device_has_tag()
Yu Watanabe
2018-09-11
1
-3
/
+2
|
*
libudev-device: use original negative errno
Yu Watanabe
2018-09-11
1
-1
/
+1
|
*
libudev-device: use structured initializer
Yu Watanabe
2018-09-11
1
-3
/
+7
|
*
libudev-enumerate: use structured initializer
Yu Watanabe
2018-09-11
1
-11
/
+15
|
*
libudev-hwdb: use assert_return_errno()
Yu Watanabe
2018-09-11
1
-4
/
+2
|
*
libudev-hwdb: use structured initializer
Yu Watanabe
2018-09-11
1
-3
/
+5
|
*
libudev-hwdb: drop unused 'struct udev *udev' in udev_hwdb struct
Yu Watanabe
2018-09-11
1
-4
/
+1
|
*
libudev-queue: coding style fixes
Yu Watanabe
2018-09-11
1
-14
/
+7
|
*
libudev-queue: drop prototypes of nonexistent functions
Yu Watanabe
2018-09-11
1
-13
/
+0
|
*
libudev-queue: use _cleanup_ attribute and TAKE_FD()
Yu Watanabe
2018-09-11
1
-10
/
+7
|
*
libudev-queue: use assert_return()
Yu Watanabe
2018-09-11
1
-7
/
+4
|
*
libudev-queue: use structured initializer
Yu Watanabe
2018-09-11
1
-6
/
+8
|
*
libudev: modernize code a bit
Yu Watanabe
2018-09-11
1
-7
/
+9
|
*
libudev: use structured initializer
Yu Watanabe
2018-09-11
1
-2
/
+5
|
*
libudev: drop unused element in udev struct
Yu Watanabe
2018-09-11
1
-3
/
+0
|
*
libudev: drop outdated comments
Yu Watanabe
2018-09-11
1
-3
/
+0
|
*
libudev: use DEFINE_PUBLIC_TRIVIAL_REF_UNREF_FUNC() macro where applicable
Yu Watanabe
2018-09-11
7
-116
/
+73
|
*
libudev-monitor: use safe_close() in udev_monitor_disconnect()
Yu Watanabe
2018-09-11
1
-6
/
+4
*
|
Merge pull request #9958 from yuwata/sd-device-enum-set
Zbigniew Jędrzejewski-Szmek
2018-09-15
12
-145
/
+113
|
\
\
|
*
|
core/umount: use structured initializers
Yu Watanabe
2018-09-10
1
-16
/
+22
|
*
|
tree-wide: replace device_enumerator_scan_devices()+FOREACH_DEVICE_AND_SUBSYS...
Yu Watanabe
2018-09-10
9
-71
/
+20
|
*
|
login/sysfs-show: use device_enumerator_get_devices()
Yu Watanabe
2018-09-10
1
-19
/
+4
|
*
|
sd-device: introduce device_enumerator_get_devices()
Yu Watanabe
2018-09-10
2
-0
/
+12
|
*
|
sd-device: make sd_device_enumerator_get_*_next() not destroy the list
Yu Watanabe
2018-09-10
1
-39
/
+55
*
|
|
Merge pull request #10070 from keszybz/test-reporting
Yu Watanabe
2018-09-15
93
-434
/
+430
|
\
\
\
|
*
|
|
tests: add a helper function to skip with errno
Zbigniew Jędrzejewski-Szmek
2018-09-14
10
-41
/
+30
|
*
|
|
tests: use a helper function to parse environment and open logging
Zbigniew Jędrzejewski-Szmek
2018-09-14
85
-169
/
+153
|
*
|
|
test-condition: make function return void
Zbigniew Jędrzejewski-Szmek
2018-09-14
1
-4
/
+2
|
*
|
|
tests: add helper to unify skipping a test and exiting
Zbigniew Jędrzejewski-Szmek
2018-09-14
34
-178
/
+128
|
*
|
|
meson: drop some unneeded parens
Zbigniew Jędrzejewski-Szmek
2018-09-13
1
-6
/
+6
|
*
|
|
meson: always allow compilation of tests binaries
Zbigniew Jędrzejewski-Szmek
2018-09-13
1
-10
/
+8
[next]