index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
load-fragment.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: rework how we validate DeviceAllow= settings
Lennart Poettering
2018-06-11
1
-7
/
+9
*
cgroup: relax checks for block device cgroup settings
Lennart Poettering
2018-06-11
1
-26
/
+2
*
core: add a couple of more error cases that should result in "bad-setting"
Lennart Poettering
2018-06-11
1
-4
/
+4
*
conf-parser: remove redundant utf8-validity check
Yu Watanabe
2018-06-03
1
-6
/
+0
*
load-fragment: use path_simplify_and_warn() where applicable
Yu Watanabe
2018-06-03
1
-108
/
+74
*
path-util: introduce path_simplify()
Yu Watanabe
2018-06-03
1
-10
/
+10
*
Merge pull request #9083 from yuwata/empty-assignment
Lennart Poettering
2018-05-31
1
-438
/
+74
|
\
|
*
load-fragment: move macro-defined config parsers
Yu Watanabe
2018-05-31
1
-46
/
+35
|
*
load-fragment: use DEFINE_CONFIG_PARSE_*() macros
Yu Watanabe
2018-05-31
1
-176
/
+6
|
*
load-fragment: make IPTOS= accept the empty string
Yu Watanabe
2018-05-31
1
-27
/
+1
|
*
load-fragment: make SocketProtocol= accept the empty string
Yu Watanabe
2018-05-31
1
-28
/
+10
|
*
namespace: rename parse_protect_{home,system}_or_bool() to protect_{home,syst...
Yu Watanabe
2018-05-31
1
-65
/
+2
|
*
socket-util: rename parse_socket_address_bind_ipv6_only_or_bool() to socket_a...
Yu Watanabe
2018-05-31
1
-31
/
+1
|
*
load-fragment: drop config_parse_no_new_privileges() and use config_parse_boo...
Yu Watanabe
2018-05-31
1
-31
/
+0
|
*
load-fragment: make WorkingDirectory= accept the empty string
Yu Watanabe
2018-05-31
1
-0
/
+6
|
*
load-fragment: use parse_sec_fix_0() instead of updating the value later
Yu Watanabe
2018-05-31
1
-8
/
+4
|
*
load-fragment: use config_parse_sec_fix_0() for TimeoutStopSec=
Yu Watanabe
2018-05-31
1
-6
/
+5
|
*
load-fragment: always include config_parse_warn_compat() in the table used by...
Yu Watanabe
2018-05-31
1
-2
/
+0
|
*
load-fragment: drop unused function config_parse_sysv_priority()
Yu Watanabe
2018-05-31
1
-38
/
+0
|
*
load-fragment: make CPUSchedulingPolicy= accept the empty string
Yu Watanabe
2018-05-31
1
-0
/
+7
|
*
load-fragment: make IOScheduling{Class,Priority}= accept the empty string
Yu Watanabe
2018-05-31
1
-0
/
+12
|
*
load-fragment: setting empty string to Nice= resets the previous assignments
Yu Watanabe
2018-05-31
1
-0
/
+5
*
|
load-fragment: use free_and_replace()
Yu Watanabe
2018-05-31
1
-2
/
+1
*
|
load-fragment: add missing oom check
Yu Watanabe
2018-05-31
1
-1
/
+2
|
/
*
core: drop deprecated (and ignored) configuration items from --dump-configura...
Lennart Poettering
2018-05-29
1
-8
/
+13
*
Merge pull request #8817 from yuwata/cleanup-nsflags
Lennart Poettering
2018-05-24
1
-15
/
+22
|
\
|
*
load-fragment: allow to specify RestrictNamespaces= multiple times
Yu Watanabe
2018-05-05
1
-15
/
+22
|
*
nsflsgs: drop namespace_flag_{from,to}_string()
Yu Watanabe
2018-05-05
1
-1
/
+1
*
|
core: support unit specifiers in IODeviceWeight= and friends
Yu Watanabe
2018-05-20
1
-101
/
+129
*
|
core/load-fragment: update log messages
Yu Watanabe
2018-05-20
1
-169
/
+149
*
|
Merge pull request #9026 from yuwata/followup-9021
Lennart Poettering
2018-05-18
1
-3
/
+2
|
\
\
|
*
|
core: use free_and_replace()
Yu Watanabe
2018-05-18
1
-2
/
+1
|
*
|
core: fix coding style
Yu Watanabe
2018-05-18
1
-1
/
+1
*
|
|
Merge pull request #8940 from poettering/nspawn-attrs
Zbigniew Jędrzejewski-Szmek
2018-05-18
1
-58
/
+21
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
basic: split parsing of the OOM score adjust value into its own function in p...
Lennart Poettering
2018-05-17
1
-15
/
+20
|
*
|
core: move config_parse_limit() to the generic conf-parser.[ch]
Lennart Poettering
2018-05-17
1
-43
/
+1
*
|
|
core: refuse StateDirectory=private, as our internal DynamicUser=1 symlink is...
Lennart Poettering
2018-05-18
1
-2
/
+14
|
/
/
*
|
core: undo the dependency inversion between unit.h and all unit types
Felipe Sateler
2018-05-15
1
-1
/
+1
*
|
basic: use automatic cleanup more
David Tardon
2018-05-10
1
-5
/
+3
|
/
*
util: rename signal_from_string_try_harder() to signal_from_string()
Yu Watanabe
2018-05-03
1
-1
/
+1
*
core: an empty string resets delegate controllers but enables Delegate= (#8826)
Yu Watanabe
2018-04-26
1
-1
/
+2
*
tree-wide: drop spurious newlines (#8764)
Lennart Poettering
2018-04-19
1
-2
/
+0
*
core: do not allow Delegate= on unsupported unit types
Zbigniew Jędrzejewski-Szmek
2018-04-18
1
-0
/
+9
*
core: fix resetting of Delegate= and properly ignore invalid assignment
Zbigniew Jędrzejewski-Szmek
2018-04-18
1
-2
/
+2
*
Merge pull request #8575 from keszybz/non-absolute-paths
Lennart Poettering
2018-04-17
1
-9
/
+37
|
\
|
*
systemd: do not require absolute paths in ExecStart
Zbigniew Jędrzejewski-Szmek
2018-04-16
1
-9
/
+37
*
|
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
-13
/
+7
|
/
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-28
/
+14
*
core/load-fragment: reject overly long paths early
Zbigniew Jędrzejewski-Szmek
2018-03-21
1
-2
/
+10
[next]