index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
device.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: split dependency types into atoms
Lennart Poettering
2021-05-25
1
-1
/
+1
*
sd-device: add sd_device_get_action() + sd_device_get_seqnum() + sd_device_ne...
Lennart Poettering
2021-02-18
1
-7
/
+6
*
treewide: tighten variable scope in loops (#18372)
Susant Sahani
2021-01-27
1
-2
/
+1
*
string-util: imply NULL termination of strextend() argument list
Lennart Poettering
2021-01-06
1
-1
/
+1
*
core: use SYNTHETIC_ERRNO() macro
Yu Watanabe
2020-11-27
1
-5
/
+4
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
Merge pull request #16968 from yuwata/remove-old-device-on-move-event
Lennart Poettering
2020-10-14
1
-0
/
+26
|
\
|
*
core/device: remove .device unit corresponding to DEVPATH_OLD
Yu Watanabe
2020-09-15
1
-0
/
+26
*
|
core: use strv_free_and_replace() at one more place
Yu Watanabe
2020-09-15
1
-4
/
+1
|
/
*
tree-wide: define iterator inside of the macro
Zbigniew Jędrzejewski-Szmek
2020-09-08
1
-2
/
+1
*
core: make sure to recheck current udev tag "systemd" before considering a de...
Lennart Poettering
2020-09-01
1
-0
/
+4
*
device: propagate reload events from devices on everything but "add", and "re...
Lennart Poettering
2020-08-28
1
-13
/
+9
*
Merge pull request #15265 from fbuihuu/mount-fixes
Lennart Poettering
2020-05-15
1
-1
/
+0
|
\
|
*
device: drop refuse_after
Franck Bui
2020-04-01
1
-1
/
+0
*
|
pid1: convert to the new scheme
Zbigniew Jędrzejewski-Szmek
2020-05-05
1
-2
/
+0
*
|
device: don't emit PropetiesChanged needlessly
Michal Sekletár
2020-03-28
1
-3
/
+0
*
|
device: make sure we emit PropertiesChanged signal once we set sysfs
Michal Sekletár
2020-03-28
1
-0
/
+2
|
/
*
core: clearly refuse OnFailure= deps on units that can't fail
Lennart Poettering
2020-01-09
1
-0
/
+1
*
core: turn unit_load_fragment_and_dropin_optional() into a flag
Zbigniew Jędrzejewski-Szmek
2019-10-11
1
-1
/
+1
*
Rename EXTRACT_QUOTES to EXTRACT_UNQUOTE
Zbigniew Jędrzejewski-Szmek
2019-06-28
1
-2
/
+2
*
codespell: fix spelling errors
Ben Boeckel
2019-04-29
1
-3
/
+3
*
Merge pull request #12013 from yuwata/fix-switchroot-11997
Zbigniew Jędrzejewski-Szmek
2019-04-02
1
-1
/
+5
|
\
|
*
core: add Manager::honor_device_enumeration flag
Yu Watanabe
2019-03-15
1
-1
/
+5
*
|
core: add new API for enqueing a job with returning the transaction data
Lennart Poettering
2019-03-27
1
-1
/
+1
|
/
*
core/device: use device_get_action()
Yu Watanabe
2019-03-11
1
-5
/
+6
*
core/device: make devices with ID_RENAMING= property be considered not ready
Yu Watanabe
2019-03-07
1
-0
/
+4
*
core/device: fix log message
Yu Watanabe
2019-01-22
1
-1
/
+1
*
Merge pull request #11105 from keszybz/path-parsing
Lennart Poettering
2018-12-10
1
-1
/
+1
|
\
|
*
core/device: fix typo
Zbigniew Jędrzejewski-Szmek
2018-12-07
1
-1
/
+1
*
|
pid1: set Description even for devices which don't exist yet
Zbigniew Jędrzejewski-Szmek
2018-12-10
1
-15
/
+33
|
/
*
core: whenever we change state of a unit, force out PropertiesChanged bus signal
Lennart Poettering
2018-12-01
1
-0
/
+4
*
sd-device: drop priority and description from sd_device_monitor_attach_event(...
Yu Watanabe
2018-11-10
1
-2
/
+2
*
core/device: use LIST_FOREACH_AFTER() or friend
Yu Watanabe
2018-11-08
1
-2
/
+2
*
core: rework serialization
Lennart Poettering
2018-10-26
1
-2
/
+3
*
core/device: use log_device_*()
Yu Watanabe
2018-10-23
1
-12
/
+12
*
core: include error cause in log message
Yu Watanabe
2018-10-19
1
-1
/
+1
*
core: replace udev_monitor by sd_device_monitor
Yu Watanabe
2018-10-16
1
-36
/
+15
*
pid1: drop now-unused path parameter to add_dependency_by_name()
Zbigniew Jędrzejewski-Szmek
2018-09-15
1
-1
/
+1
*
tree-wide: replace device_enumerator_scan_devices()+FOREACH_DEVICE_AND_SUBSYS...
Yu Watanabe
2018-09-10
1
-8
/
+1
*
core: replace udev_device by sd_device
Yu Watanabe
2018-08-22
1
-101
/
+73
*
core: explicitly trigger changing udev SYSTEMD_WANTS properties
Lennart Poettering
2018-06-20
1
-5
/
+53
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: use PATH_STARTSWITH_SET() at two more places
Lennart Poettering
2018-06-11
1
-2
/
+1
*
core: be a bit stricter when validating SYSTEMD_ALIAS udev props
Lennart Poettering
2018-06-07
1
-3
/
+5
*
core: tighten when we unset the sysfs path of device units
Lennart Poettering
2018-06-07
1
-3
/
+4
*
core: rework how device units get set up
Lennart Poettering
2018-06-07
1
-80
/
+92
*
device: simplify device_found_to_string_many() a tiny bit
Lennart Poettering
2018-06-07
1
-3
/
+2
*
udev: add helper udev_device_new_from_stat_rdev()
Lennart Poettering
2018-06-07
1
-11
/
+8
*
core: split out device validation from device_found_node()
Lennart Poettering
2018-06-07
1
-38
/
+58
[next]