index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
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
*
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
*
fix typo
Yu Watanabe
2022-03-30
1
-1
/
+1
*
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
71
-1312
/
+1705
|
\
|
*
Rename UnitFileScope to LookupScope
Zbigniew Jędrzejewski-Szmek
2022-03-29
53
-538
/
+535
|
*
shared/install: when creating symlinks, accept different but equivalent symlinks
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-15
/
+44
|
*
shared/install: fix handling of a linked unit file
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-1
/
+3
|
*
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
2
-36
/
+43
|
*
shared/install: also remove symlinks like .wants/foo@one.service → ../foo@o...
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-3
/
+13
|
*
shared/install: skip unnecessary chasing of symlinks in disable
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-18
/
+25
|
*
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
|
*
shared/install: fix reenable on linked unit files
Zbigniew Jędrzejewski-Szmek
2022-03-29
2
-10
/
+65
|
*
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
1
-5
/
+7
|
*
shared/install: also check for self-aliases during installation and ignore them
Zbigniew Jędrzejewski-Szmek
2022-03-29
2
-16
/
+19
|
*
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
1
-4
/
+6
|
*
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
9
-93
/
+147
|
*
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
1
-5
/
+6
|
*
shared/specifier: provide proper error messages when specifiers fail to read ...
Zbigniew Jędrzejewski-Szmek
2022-03-29
3
-25
/
+41
|
*
shared/specifier: clarify and add test for missing data
Zbigniew Jędrzejewski-Szmek
2022-03-29
2
-1
/
+17
|
*
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
1
-5
/
+11
|
*
tests: add helper for creating tempfiles with content
Zbigniew Jędrzejewski-Szmek
2022-03-29
4
-73
/
+44
|
*
shared/install: add a bit more quoting
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-11
/
+11
|
*
shared/install: reuse the standard symlink verification subroutine
Zbigniew Jędrzejewski-Szmek
2022-03-29
3
-77
/
+75
|
*
basic/stat-util: add null_or_empty_path_with_root()
Zbigniew Jędrzejewski-Szmek
2022-03-29
3
-6
/
+39
|
*
basic/unit-file: split out the subroutine for symlink verification
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-63
/
+96
*
|
Merge pull request #22871 from yuwata/udev-worker-error-code
Zbigniew Jędrzejewski-Szmek
2022-03-29
3
-22
/
+76
|
\
\
|
*
|
udev: append error code in broadcasted message
Yu Watanabe
2022-03-29
1
-22
/
+54
|
*
|
sd-device: introduce device_add_propertyf()
Yu Watanabe
2022-03-29
2
-0
/
+22
*
|
|
Fix typos in user-util.c and dbus-unit.c
наб
2022-03-29
2
-2
/
+2
|
/
/
*
|
Merge pull request #22894 from keszybz/hwdb-update
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-1
/
+1
|
\
\
|
*
|
cryptsetup: shorten message a bit
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-1
/
+1
*
|
|
Merge pull request #22843 from poettering/bootspec-json
Zbigniew Jędrzejewski-Szmek
2022-03-29
6
-116
/
+278
|
\
\
\
|
*
|
|
bootspec: normalize function names/parameter lists
Lennart Poettering
2022-03-28
6
-21
/
+21
|
*
|
|
bootspec: don't needlessly inline boot_config_find_entry()
Lennart Poettering
2022-03-28
2
-11
/
+13
|
*
|
|
bootctl: use boot_config_default_entry() where appropriate
Lennart Poettering
2022-03-28
2
-1
/
+4
|
*
|
|
bootspec: assess default/selected entries *after* we augmented entry list wit...
Lennart Poettering
2022-03-28
6
-13
/
+41
[next]