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: 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
*
core: rework device_found_node() prototype
Lennart Poettering
2018-06-07
1
-28
/
+28
*
core: split out reload propagation into its own function
Lennart Poettering
2018-06-07
1
-14
/
+20
*
core: improve error logging a bit
Lennart Poettering
2018-06-07
1
-8
/
+18
*
core: log when unit_add_dependency() fails for some reason
Lennart Poettering
2018-06-07
1
-3
/
+2
*
core: modernize device_update_description() a bit
Lennart Poettering
2018-06-07
1
-7
/
+6
*
core: use device_found_to_string_many() result only on success
Lennart Poettering
2018-06-07
1
-2
/
+2
*
core: use FLAGS_SET() macro at one more place
Lennart Poettering
2018-06-07
1
-1
/
+1
*
core: modernize device_set_sysfs() a bit
Lennart Poettering
2018-06-07
1
-4
/
+2
*
core: don't trigger OnFailure= deps when a unit is going to restart
Lennart Poettering
2018-06-01
1
-1
/
+1
*
Merge pull request #8981 from keszybz/ratelimit-and-dbus
Lennart Poettering
2018-05-18
1
-1
/
+1
|
\
|
*
Rename ratelimit_test to ratelimit_below
Zbigniew Jędrzejewski-Szmek
2018-05-13
1
-1
/
+1
*
|
core: use _cleanup_set_free_ instread of _cleanup_(set_freep)
Yu Watanabe
2018-05-14
1
-1
/
+1
|
/
*
core: use automatic cleanup more
David Tardon
2018-05-12
1
-8
/
+4
*
core: include Found state in device dumps
Zbigniew Jędrzejewski-Szmek
2018-04-26
1
-2
/
+7
*
device: fix serialization and deserialization of DeviceFound
Yu Watanabe
2018-04-25
1
-18
/
+70
*
tree-wide: drop redundant _cleanup_ macros (#8810)
Lennart Poettering
2018-04-25
1
-4
/
+4
*
core/device: avoid bogus errno use and invert ratelimit_test()
Zbigniew Jędrzejewski-Szmek
2018-04-24
1
-2
/
+2
*
device: skip deserialization of device units when udevd is not running
Franck Bui
2018-04-20
1
-0
/
+12
*
device: make sure to always retroactively start device dependencies
Franck Bui
2018-04-20
1
-1
/
+30
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
core/device: remove unnecessary check (#8661)
Yu Watanabe
2018-04-06
1
-4
/
+1
*
core/device: trivial simplification
Yu Watanabe
2018-04-05
1
-4
/
+2
*
When mangling names, optionally emit a warning (#8400)
Zbigniew Jędrzejewski-Szmek
2018-03-21
1
-1
/
+1
*
tree-wide: use path_hash_ops instead of string_hash_ops whenever we key by a ...
Lennart Poettering
2018-02-12
1
-1
/
+1
*
core/device: remove unused variable
Yu Watanabe
2018-01-24
1
-1
/
+0
*
fix reload propagation for device alias
Jérémy Rosen
2018-01-22
1
-5
/
+4
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
core: when a unit template is specified in SYSTEMD_WANTS=, instantiate it wit...
Lennart Poettering
2017-11-10
1
-4
/
+21
*
core: remove SYSTEMD_WANTS udev property configured dependencies at the right...
Lennart Poettering
2017-11-10
1
-19
/
+20
*
device: Let's simplify device_add_udev_wants() a bit
Lennart Poettering
2017-11-10
1
-4
/
+8
*
device: rework device_is_bound_by_mounts() a bit
Lennart Poettering
2017-11-10
1
-7
/
+12
*
core: track why unit dependencies came to be
Lennart Poettering
2017-11-10
1
-8
/
+9
*
device : reload when udev generates a "changed" event (#6850)
Boucman
2017-11-10
1
-0
/
+20
*
Revert "device : reload when udev generates a "changed" event" (#6836)
Martin Pitt
2017-09-15
1
-21
/
+1
*
device : reload when udev generates a "changed" event
Jérémy Rosen
2017-09-10
1
-1
/
+21
*
device: make sure to remove all device units sharing the same sysfs path (#6679)
Franck Bui
2017-08-30
1
-2
/
+2
*
core: unset sysfs path after transition to dead state (#6174)
Michal Sekletar
2017-06-23
1
-1
/
+5
*
core/device: Use JobRunningTimeoutSec= for device units
Michal Koutný
2017-04-25
1
-1
/
+1
*
core: make sure to not call device_is_bound_by_mounts() when dev is null (#5033)
Franck Bui
2017-01-10
1
-1
/
+1
*
core: make mount units from /proc/self/mountinfo possibly bind to a device (#...
Franck Bui
2016-12-16
1
-0
/
+46
[next]