index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
install.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-8
/
+7
*
Move LONG_LINE_MAX definition to fileio.h
Zbigniew Jędrzejewski-Szmek
2018-11-14
1
-1
/
+0
*
strv: wrap strv_new() in a macro so that NULL sentinel is implicit
Lennart Poettering
2018-10-31
1
-1
/
+1
*
install: pass encountered error number to log_syntax()
Lennart Poettering
2018-10-18
1
-1
/
+1
*
install: FOREACH_LINE excorcism
Lennart Poettering
2018-10-18
1
-2
/
+9
*
shared/install: avoid overwriting 'r' counter with a partial result
Zbigniew Jędrzejewski-Szmek
2018-10-02
1
-3
/
+3
*
install: small refactor to combine two function calls into one function
Ruixin Bao
2018-08-28
1
-31
/
+30
*
install: allow instantiated units to be enabled via presets
Ruixin Bao
2018-08-28
1
-19
/
+136
*
install: fix error handling in is_symlink_with_known_name()
Yu Watanabe
2018-06-25
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: unify how we define bit mak enums
Lennart Poettering
2018-06-12
1
-3
/
+3
*
Merge pull request #9147 from keszybz/runtime-enablement
Lennart Poettering
2018-06-04
1
-97
/
+78
|
\
|
*
systemctl: when removing enablement or mask symlinks, cover both /run and /etc
Zbigniew Jędrzejewski-Szmek
2018-06-01
1
-87
/
+75
|
*
Fix reporting of enabled-runtime units
Zbigniew Jędrzejewski-Szmek
2018-05-31
1
-10
/
+3
*
|
path-util: introduce path_simplify()
Yu Watanabe
2018-06-03
1
-4
/
+4
|
/
*
install: export unit_file_lookup_state()
Lennart Poettering
2018-05-24
1
-3
/
+1
*
install: "user" and "global" scopes are equivalent for user presets
Franck Bui
2018-05-23
1
-5
/
+9
*
tree-wide: be more careful with the type of array sizes
Lennart Poettering
2018-04-27
1
-29
/
+29
*
tree-wide: drop redundant _cleanup_ macros (#8810)
Lennart Poettering
2018-04-25
1
-13
/
+13
*
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
/
+2
*
install: don't enforce that .d/ dropin files (and their symlink chain element...
Lennart Poettering
2018-03-29
1
-40
/
+58
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-6
/
+3
*
coccinelle: add reallocarray() coccinelle script
Lennart Poettering
2018-03-02
1
-1
/
+1
*
install: detect masked unit with drop-ins
Filipe Brandenburger
2018-03-02
1
-0
/
+3
*
stat-util: unify code that checks whether something is a regular file
Lennart Poettering
2018-02-20
1
-10
/
+7
*
tree-wide: use path_hash_ops instead of string_hash_ops whenever we key by a ...
Lennart Poettering
2018-02-12
1
-1
/
+1
*
install: search preset files in /run (#7715)
John Lin
2018-01-05
1
-0
/
+2
*
Add set/hashmap helpers for non-trivial freeing and use where straighforward
Zbigniew Jędrzejewski-Szmek
2017-11-28
1
-20
/
+3
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
install: when we encounter a transient/generated unit while presetting all, s...
Lennart Poettering
2017-11-17
1
-0
/
+2
*
Merge pull request #7284 from poettering/cgroup-delegate-mask
Lennart Poettering
2017-11-13
1
-1
/
+1
|
\
|
*
conf-parser: turn three bool function params into a flags fields
Lennart Poettering
2017-11-13
1
-1
/
+1
*
|
install: drop redundant printing of unit name (#7296)
Lennart Poettering
2017-11-13
1
-2
/
+2
|
/
*
systemctl: fix memory leak (#7289)
John Lin
2017-11-10
1
-1
/
+1
*
systemctl: respect [Install] section in drop-ins (#7158)
John Lin
2017-11-08
1
-22
/
+80
*
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
1
-2
/
+2
*
install: drop left-over debug message (#6913)
Zbigniew Jędrzejewski-Szmek
2017-09-25
1
-1
/
+0
*
install: consider globally enabled units as "enabled" for the user
Zbigniew Jędrzejewski-Szmek
2017-09-22
1
-2
/
+9
*
install: consider non-Alias=/non-DefaultInstance= symlinks as "indirect" enab...
Zbigniew Jędrzejewski-Szmek
2017-09-22
1
-5
/
+21
*
install: only consider names in Alias= as "enabling"
Zbigniew Jędrzejewski-Szmek
2017-09-22
1
-20
/
+57
*
install: move and rename to lowercase two functions
Zbigniew Jędrzejewski-Szmek
2017-09-21
1
-2
/
+16
*
exec-util,conf-files: skip non-executable files in execute_directories()
Lennart Poettering
2017-09-13
1
-2
/
+2
*
basic/path-util: allow flags for path_equal_or_files_same
Zbigniew Jędrzejewski-Szmek
2017-06-17
1
-1
/
+1
*
tree-wide: when %m is used in log_*, always specify errno explicitly
Zbigniew Jędrzejewski-Szmek
2017-05-19
1
-1
/
+1
*
install: never hit assert() when we can't figure out where to write configura...
Lennart Poettering
2017-02-10
1
-0
/
+17
*
install: when disabling units, do so even if the unit is missing
Lennart Poettering
2017-02-10
1
-15
/
+30
*
install: remove some unused parameters from various functions in install.c
Lennart Poettering
2017-02-07
1
-10
/
+4
*
install: when a template unit is instantiated via a /usr symlink, consider it...
Lennart Poettering
2017-02-07
1
-35
/
+84
[next]