index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
catalog
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-10-09
test: make install_keymaps() optionally install more keymaps
Yu Watanabe
1
-0
/
+10
2018-10-09
test: add paths of keymaps in install_keymaps()
Yu Watanabe
1
-1
/
+5
2018-10-09
test: introduce install_zoneinfo()
Yu Watanabe
1
-0
/
+7
2018-10-09
test: install libraries required by tests
Yu Watanabe
1
-1
/
+1
2018-10-09
meson: use same compilers to build fuzzers
Yu Watanabe
2
-2
/
+6
2018-10-09
nspawn: add comments explaining the namespacing situation and the inner/outer...
Lennart Poettering
1
-0
/
+16
2018-10-09
ptyfwd: when we can't copy the window size from caller, use $LINES and $COLUMNS
Lennart Poettering
1
-2
/
+12
2018-10-09
core: introduce systemd.early_core_pattern= kernel cmdline option
Franck Bui
2
-3
/
+44
2018-10-09
test-udev: sprinkle (void) and assert_se() as necessary
Zbigniew Jędrzejewski-Szmek
1
-12
/
+7
2018-10-09
test-udev: remove unsatisfiable conditionals
Zbigniew Jędrzejewski-Szmek
1
-13
/
+7
2018-10-09
core: properly serialize "in_audit" per-unit boolean
Lennart Poettering
1
-0
/
+12
2018-10-09
core: rearrange conditions in unit_notify() a bit
Lennart Poettering
1
-25
/
+18
2018-10-09
terminal-util: extra safety checks when parsing $COLUMNS or $LINES (#10314)
Lennart Poettering
1
-8
/
+8
2018-10-09
machine: use size_t for array sizes (#10309)
Lennart Poettering
3
-4
/
+4
2018-10-09
logs-show: make highlight parameter const (#10311)
Lennart Poettering
2
-8
/
+8
2018-10-08
bootctl: include boot entries discovered by the boot loader but not in $BOOT ...
Lennart Poettering
4
-1
/
+75
2018-10-08
bootctl: add new verbs for setting the default boot/oneshot entry
Lennart Poettering
2
-18
/
+81
2018-10-08
efivars: newer efivarfs sets FS_IMMUTABLE_FL by default, deal with that
Lennart Poettering
1
-7
/
+48
2018-10-08
chattr: optionally, return the old flags when updating them
Lennart Poettering
10
-23
/
+29
2018-10-08
efi: allow ESP validity checks to be turned off
Lennart Poettering
3
-13
/
+33
2018-10-08
man: various updates to the bootctl man page
Lennart Poettering
1
-23
/
+25
2018-10-08
man: document the new --no-pager switch of bootctl
Lennart Poettering
1
-2
/
+4
2018-10-08
bootctl: add auto-paging
Lennart Poettering
1
-0
/
+15
2018-10-08
bootctl: highlight various title/product fields in output
Lennart Poettering
1
-4
/
+4
2018-10-08
bootctl: unify the code which we use to show boot loader entries
Lennart Poettering
1
-69
/
+56
2018-10-08
bootctl: downgrade to log messages that aren't actually errors
Lennart Poettering
1
-2
/
+2
2018-10-08
bootctl: reword status/list section headers a bit
Lennart Poettering
1
-5
/
+5
2018-10-08
bootspec: access EFI variables on on EFI boots
Lennart Poettering
1
-7
/
+9
2018-10-08
bootctl: show 'Default Boot Entry' header only when we found something
Lennart Poettering
1
-5
/
+4
2018-10-08
bootspec: it's fine if loader.conf is absent
Lennart Poettering
1
-2
/
+6
2018-10-08
bootspec: reduce number of functions we export
Lennart Poettering
2
-9
/
+4
2018-10-08
bootspec: remove redundant logging
Lennart Poettering
2
-6
/
+4
2018-10-08
test: shorten test-boot-timestamps a bit
Lennart Poettering
1
-17
/
+8
2018-10-08
efivars: some trivial coding style updates
Lennart Poettering
1
-16
/
+12
2018-10-08
efivars: check whether we are booted with EFI before reading/writing to varia...
Lennart Poettering
2
-10
/
+42
2018-10-08
efi: detect containers in is_efi_boot()
Lennart Poettering
1
-2
/
+5
2018-10-08
bootctl: tiny shortification
Lennart Poettering
1
-6
/
+5
2018-10-08
bootctl: let's be paranoid and synchronize the ESP in full after all changes
Lennart Poettering
1
-0
/
+20
2018-10-08
mount-util: show mount source in failure log message (#10312)
Lennart Poettering
1
-2
/
+2
2018-10-08
ptyfwd: voidify more calls (#10310)
Lennart Poettering
1
-2
/
+2
2018-10-08
meson: use c_args in generator scripts (#10289)
Yu Watanabe
1
-1
/
+1
2018-10-08
nspawn: optionally don't mount a tmpfs over /tmp (#10294)
Lennart Poettering
4
-3
/
+17
2018-10-08
meson: only build src/shared/tests.c if tests are enabled
Michael Olbrich
1
-2
/
+4
2018-10-08
libsystemd: drop *_unrefp from symbol list
Yu Watanabe
1
-5
/
+0
2018-10-08
TODO: remove entry
Zbigniew Jędrzejewski-Szmek
1
-2
/
+1
2018-10-08
shared/sleep-config: add switches to kill specific sleep modes
Zbigniew Jędrzejewski-Szmek
6
-34
/
+86
2018-10-08
shared/sleep-config: forbid hibernation if resume= is not configured
Zbigniew Jędrzejewski-Szmek
2
-4
/
+95
2018-10-08
test-sleep: print function names
Zbigniew Jędrzejewski-Szmek
1
-2
/
+8
2018-10-08
basic/proc-cmdline: allow parsing of cmdline from a string
Zbigniew Jędrzejewski-Szmek
3
-20
/
+95
2018-10-08
Drop empty lines in proc-cmdline.c
Zbigniew Jędrzejewski-Szmek
1
-3
/
+0
[next]