index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
veritysetup: fix parsing of root-hash-signature= option
Zbigniew Jędrzejewski-Szmek
2022-03-31
1
-34
/
+17
*
man: update root-hash-signature option with value
Gaël PORTAY
2022-03-30
2
-2
/
+2
*
udev: do not use sd_event_source_disable_unref() at more places
Yu Watanabe
2022-03-30
2
-4
/
+6
*
udev: do not append unknown errno or signal name
Yu Watanabe
2022-03-30
1
-6
/
+16
*
update TODO
Lennart Poettering
2022-03-30
1
-0
/
+33
*
ci: drop clang 11 & add clang 14
Frantisek Sumsal
2022-03-30
1
-1
/
+1
*
fix typo
Yu Watanabe
2022-03-30
2
-2
/
+2
*
NEWS: specify that public headers are still C89
Luca Boccassi
2022-03-29
1
-1
/
+1
*
NEWS: mention that C11 is now used
Luca Boccassi
2022-03-29
1
-0
/
+3
*
NEWS: add entry for the unit enablement stuff
v251-rc1
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-8
/
+16
*
test-systemctl-enable: skip test for %v if kver is not a valid instance
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-1
/
+2
*
test-copy: use non-0 data block in copy_holes
наб
2022-03-29
1
-1
/
+2
*
Merge pull request #22649 from keszybz/symlink-enablement-yet-again-punish-me...
Zbigniew Jędrzejewski-Szmek
2022-03-29
78
-1361
/
+2492
|
\
|
*
Rename UnitFileScope to LookupScope
Zbigniew Jędrzejewski-Szmek
2022-03-29
53
-538
/
+535
|
*
test-systemctl-enable: disable the test for %a for now
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-1
/
+3
|
*
test-systemctl-enable: also use freshly-built systemd-id128
Zbigniew Jędrzejewski-Szmek
2022-03-29
2
-11
/
+15
|
*
test-systemctl-enable: use magic syntax to allow inverted tests
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-37
/
+39
|
*
shared/install: when creating symlinks, accept different but equivalent symlinks
Zbigniew Jędrzejewski-Szmek
2022-03-29
2
-17
/
+81
|
*
test-systemctl-enable: make shellcheck happy
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-38
/
+38
|
*
shared/install: fix handling of a linked unit file
Zbigniew Jędrzejewski-Szmek
2022-03-29
2
-5
/
+11
|
*
shared/install: split UNIT_FILE_SYMLINK into two states
Zbigniew Jędrzejewski-Szmek
2022-03-29
3
-8
/
+15
|
*
basic/unit-file: reverse negative conditional
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-16
/
+16
|
*
shared/install: stop passing duplicate root argument to install_name_printf()
Zbigniew Jędrzejewski-Szmek
2022-03-29
4
-11
/
+9
|
*
shared/install: when looking for symlinks in .wants/.requires, ignore symlink...
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-33
/
+60
|
*
shared/install: create relative symlinks for enablement and aliasing
Zbigniew Jędrzejewski-Szmek
2022-03-29
3
-102
/
+105
|
*
shared/install: also remove symlinks like .wants/foo@one.service → ../foo@o...
Zbigniew Jędrzejewski-Szmek
2022-03-29
2
-3
/
+33
|
*
shared/install: skip unnecessary chasing of symlinks in disable
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-18
/
+25
|
*
test-systemctl-enable: enhance the test for unit file linking
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-3
/
+36
|
*
shared/install: do not try to resolve symlinks outside of root directory
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-1
/
+1
|
*
shared/install: when we fail to chase a symlink, show some logs
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-0
/
+3
|
*
test-systemctl-enable: extend the test for repeated WantedBy/RequiredBy
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-4
/
+18
|
*
shared/install: fix reenable on linked unit files
Zbigniew Jędrzejewski-Szmek
2022-03-29
3
-15
/
+68
|
*
shared/install: split unit_file_{disable,enable}() so _reenable doesn't do se...
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-33
/
+72
|
*
install: when linking a file, create the link first or abort
Zbigniew Jędrzejewski-Szmek
2022-03-29
2
-11
/
+10
|
*
man: fix invalid description of template handling in WantedBy=
Zbigniew Jędrzejewski-Szmek
2022-03-29
2
-28
/
+74
|
*
shared/install: also check for self-aliases during installation and ignore them
Zbigniew Jędrzejewski-Szmek
2022-03-29
3
-20
/
+21
|
*
systemctl: fix silent failure when --root is not found
Zbigniew Jędrzejewski-Szmek
2022-03-29
14
-105
/
+88
|
*
shared/install: return failure when enablement fails, but process as much as ...
Zbigniew Jędrzejewski-Szmek
2022-03-29
2
-23
/
+26
|
*
shared/install: propagate errors about invalid aliases and such too
Zbigniew Jędrzejewski-Szmek
2022-03-29
6
-56
/
+88
|
*
shared/install: simplify unit_file_dump_changes()
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-36
/
+27
|
*
shared/specifier: fix %u/%U/%g/%G when called as unprivileged user
Zbigniew Jędrzejewski-Szmek
2022-03-29
11
-104
/
+155
|
*
shared/install: move scope into InstallContext
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-195
/
+191
|
*
shared/install: provide proper error messages when invalid specifiers are used
Zbigniew Jędrzejewski-Szmek
2022-03-29
2
-31
/
+20
|
*
shared/specifier: provide proper error messages when specifiers fail to read ...
Zbigniew Jędrzejewski-Szmek
2022-03-29
4
-39
/
+82
|
*
shared/specifier: clarify and add test for missing data
Zbigniew Jędrzejewski-Szmek
2022-03-29
2
-1
/
+17
|
*
man/os-release: add a note about repeating entries
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-0
/
+4
|
*
basic/env-file: make load-env-file deduplicate entries with the same key
Zbigniew Jędrzejewski-Szmek
2022-03-29
3
-13
/
+26
|
*
test-os-util: add basic tests for os-release parsing
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-0
/
+62
|
*
basic: add new variable $SYSTEMD_OS_RELEASE to override location of os-release
Zbigniew Jędrzejewski-Szmek
2022-03-29
3
-7
/
+26
|
*
man: clarify the descriptions of aliases and linked unit files
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-15
/
+43
[next]