index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
load-dropin.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: use strv_extend_strv_consume() where appropriate
Mike Yuan
2024-09-21
1
-7
/
+3
*
core/unit: do not use unit path cache in unit_need_daemon_reload()
Nick Rosbrook
2024-08-09
1
-1
/
+1
*
unit-file: support UpheldBy= in [Install] settings (adding Upholds= deps
Mike Yuan
2023-05-15
1
-1
/
+5
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-2
/
+0
*
conf-parse: make config_parse_many() optionally save 'struct stat' for each file
Yu Watanabe
2021-10-27
1
-8
/
+10
*
core: fix mtime calculation of dropin files
Zbigniew Jędrzejewski-Szmek
2021-03-04
1
-0
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
Merge pull request #15940 from keszybz/names-set-optimization
Lennart Poettering
2020-06-10
1
-3
/
+2
|
\
|
*
core: store unit aliases in a separate set
Zbigniew Jędrzejewski-Szmek
2020-06-10
1
-3
/
+2
*
|
conf-parser: return mtime in config_parse() and friends
Lennart Poettering
2020-06-02
1
-6
/
+7
|
/
*
core,install: allow one more case of "instance propagation"
Zbigniew Jędrzejewski-Szmek
2020-01-10
1
-1
/
+1
*
shared/unit-file: expose function to check .wants/.requires symlink validity
Zbigniew Jędrzejewski-Szmek
2020-01-10
1
-20
/
+3
*
pid1: drop now-unused path parameter to add_dependency_by_name()
Zbigniew Jędrzejewski-Szmek
2018-09-15
1
-1
/
+1
*
systemd: do not pass .wants fragment path to manager_load_unit
Zbigniew Jędrzejewski-Szmek
2018-09-15
1
-1
/
+1
*
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: drop spurious newlines (#8764)
Lennart Poettering
2018-04-19
1
-1
/
+0
*
core: minor coding style changes
Lennart Poettering
2018-04-13
1
-1
/
+1
*
load-dropin: rename variable
Lennart Poettering
2018-04-13
1
-12
/
+7
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-4
/
+3
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
core: downgrade a log message from error to warning
Lennart Poettering
2017-11-13
1
-2
/
+2
*
conf-parser: turn three bool function params into a flags fields
Lennart Poettering
2017-11-13
1
-6
/
+5
*
core: track why unit dependencies came to be
Lennart Poettering
2017-11-10
1
-1
/
+1
*
load-dropin: propagate errors properly from unit_name_compatible() (#6002)
Lennart Poettering
2017-05-22
1
-7
/
+12
*
core/load-droping: avoid oom warning when the unit symlink is not a template
Zbigniew Jędrzejewski-Szmek
2017-05-21
1
-3
/
+5
*
core/load-dropin: add more sanity checks on .wants/.requires symlinks
Zbigniew Jędrzejewski-Szmek
2017-02-08
1
-1
/
+41
*
core: implement masking of .wants/.requires symlinks
Zbigniew Jędrzejewski-Szmek
2017-02-08
1
-0
/
+7
*
core: when loading .wants and .requires, follow the same logic as .d conf dro...
Zbigniew Jędrzejewski-Szmek
2017-02-08
1
-25
/
+46
*
systemctl: also use chase_symlinks for dropins
Zbigniew Jędrzejewski-Szmek
2017-02-02
1
-2
/
+4
*
core: don't drop transient drop-ins when loading the rest
Lennart Poettering
2016-04-12
1
-2
/
+11
*
core: rework generator dir logic, move the dirs into LookupPaths structure
Lennart Poettering
2016-04-12
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
core: fix memory leak in transient units
Evgeny Vereshchagin
2016-01-15
1
-0
/
+1
*
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-16
1
-3
/
+3
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-3
/
+0
*
Move dropin listing to shared
Zbigniew Jędrzejewski-Szmek
2014-12-16
1
-123
/
+15
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-1
/
+1
*
treewide: more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
1
-6
/
+2
*
treewide: more log_*_errno() conversions
Michal Schmidt
2014-11-28
1
-1
/
+1
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-2
/
+2
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-2
/
+2
*
core: do not add dependencies to self
Zbigniew Jędrzejewski-Szmek
2014-08-08
1
-1
/
+1
*
Let config_parse open file where applicable
Zbigniew Jędrzejewski-Szmek
2014-07-17
1
-2
/
+3
*
Constify ConfigTableItem tables
Zbigniew Jędrzejewski-Szmek
2014-07-16
1
-1
/
+1
*
core: remove unused vars
Lennart Poettering
2014-05-22
1
-2
/
+0
*
core: never consider failure when reading drop-ins fatal
Lennart Poettering
2014-05-22
1
-29
/
+13
*
conf-parser: warn when we open configuration files with weird access bits
Lennart Poettering
2014-02-03
1
-23
/
+13
*
core: replace readdir_r with readdir
Florian Weimer
2013-12-22
1
-3
/
+4
[next]