index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
units
/
systemd-tmpfiles-setup.service.in
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-05-22
resolve: enable DynamicUser= for systemd-resolved.service
Yu Watanabe
3
-7
/
+3
2018-05-22
core: chown RuntimeDirectory= if DynamicUser= is set
Yu Watanabe
1
-3
/
+3
2018-05-22
timesync,shared: move logic requesting bus name to shared
Yu Watanabe
3
-95
/
+124
2018-05-22
unit: drop After=systemd-sysusers.service from timesyncd
Yu Watanabe
1
-1
/
+1
2018-05-22
nspawn: support pivot-root option during directory validation
Arnaud Rebillout
1
-6
/
+19
2018-05-22
detect-virt: add new --list command for showing all currently known VM/contai...
Lennart Poettering
2
-0
/
+14
2018-05-22
tree-wide: port various bits of the tree over to the new DUMP_STRING_TABLE() ...
Lennart Poettering
6
-50
/
+83
2018-05-22
volatile-mode: use the usual string table macros for implementing volatile_mo...
Lennart Poettering
2
-18
/
+10
2018-05-22
coredumpctl: always output proper english sentence
Lennart Poettering
1
-2
/
+2
2018-05-22
string-table: add new DUMP_STRING_TABLE() macro
Lennart Poettering
1
-0
/
+15
2018-05-22
Generator dirs might be on a real filesystem
Zbigniew Jędrzejewski-Szmek
1
-4
/
+4
2018-05-22
basic/rm-rf: include the path in error messages
Zbigniew Jędrzejewski-Szmek
1
-9
/
+11
2018-05-22
systemd-nspawn: make SettingsMask 64 bit wide
Zbigniew Jędrzejewski-Szmek
1
-1
/
+11
2018-05-22
sd-resolve: remove misleading casts
Zbigniew Jędrzejewski-Szmek
1
-3
/
+3
2018-05-22
test-sizeof: show that a small 64 field is not enough to force the enum to be...
Zbigniew Jędrzejewski-Szmek
1
-1
/
+10
2018-05-21
man: fix typo in man page citation
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2018-05-20
core/job: shortening
Zbigniew Jędrzejewski-Szmek
1
-5
/
+4
2018-05-19
rpm: add macros for common configuration dirs
Zbigniew Jędrzejewski-Szmek
2
-3
/
+8
2018-05-19
fs-util: don't alter errno in unlink_tempfilep()
Lennart Poettering
1
-1
/
+1
2018-05-19
meson: use run_target for generating tags with ctags
Evegeny Vereshchagin
1
-2
/
+1
2018-05-19
sd-resolve: tweak error assignment code a bit, use abs() and regular functions
Lennart Poettering
1
-9
/
+13
2018-05-19
rpm: simplify redirects to /dev/null
Zbigniew Jędrzejewski-Szmek
1
-11
/
+11
2018-05-19
rpm: remove confusing --user before --global
Zbigniew Jędrzejewski-Szmek
1
-2
/
+2
2018-05-19
fix race between daemon-reload and other commands
David Tardon
4
-6
/
+62
2018-05-19
man: fix typo
Lucas Werkmeister
1
-1
/
+1
2018-05-18
core: keep the kernel coredump defaults when systemd-coredump is disabled
Franck Bui
1
-1
/
+2
2018-05-18
localectl: drop duplicate property entry
David Tardon
1
-1
/
+0
2018-05-18
fs-util,test: add helper to remove tempfiles
Zbigniew Jędrzejewski-Szmek
7
-77
/
+54
2018-05-18
core: use free_and_replace()
Yu Watanabe
1
-2
/
+1
2018-05-18
core: fix coding style
Yu Watanabe
1
-1
/
+1
2018-05-18
tmpfiles: fix up and complain paths referring to /var/run (instead of /run) a...
Lennart Poettering
1
-0
/
+41
2018-05-18
inhibit: use pager for systemd-inhibit --list
David Tardon
2
-0
/
+15
2018-05-18
core: refuse StateDirectory=private
Yu Watanabe
1
-2
/
+8
2018-05-18
tmpfiles: create /var/{lib,log,cache}/private during early boot
Lennart Poettering
1
-0
/
+4
2018-05-18
core: refuse StateDirectory=private, as our internal DynamicUser=1 symlink is...
Lennart Poettering
1
-2
/
+14
2018-05-17
nspawn: voidify more things
Lennart Poettering
1
-6
/
+6
2018-05-17
path-util: one more empty_or_root() change
Lennart Poettering
1
-1
/
+2
2018-05-17
nspawn: split out merging of settings object
Lennart Poettering
1
-81
/
+90
2018-05-17
nspawn: add a new --cpu-affinity= switch
Lennart Poettering
6
-3
/
+118
2018-05-17
nspawn: show --help text in a pager
Lennart Poettering
1
-0
/
+6
2018-05-17
nspawn: add a new --oom-score-adjust= command line switch
Lennart Poettering
6
-3
/
+98
2018-05-17
nspawn: properly handle and log about hostname setting errors
Lennart Poettering
1
-3
/
+5
2018-05-17
process-util: add new helper call for adjusting the OOM score
Lennart Poettering
3
-9
/
+14
2018-05-17
basic: split parsing of the OOM score adjust value into its own function in p...
Lennart Poettering
3
-15
/
+39
2018-05-17
nspawn: add a new --no-new-privileges= cmdline option to nspawn
Lennart Poettering
6
-4
/
+50
2018-05-17
nspawn: make the hostname of the container explicitly configurable with a new...
Lennart Poettering
6
-5
/
+90
2018-05-17
conf-parser: shorten config_parse_string() by using free_and_strdup() and emp...
Lennart Poettering
1
-11
/
+3
2018-05-17
nspawn: add new --rlimit= switch, and always set resource limits explicitly f...
Lennart Poettering
6
-54
/
+252
2018-05-17
rlimit-util: tweak setrlimit_closest() a bit
Lennart Poettering
1
-0
/
+5
2018-05-17
basic: be more careful when closing fds based on RLIMIT_NOFILE
Lennart Poettering
1
-4
/
+11
[next]