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
*
man: fix tag syntax
Zbigniew Jędrzejewski-Szmek
2022-04-04
1
-29
/
+26
*
bootctl: unify boot entry loading for "status" and "list"
Zbigniew Jędrzejewski-Szmek
2022-04-04
2
-43
/
+54
*
bootctl: do not call acquire_esp() twice
Zbigniew Jędrzejewski-Szmek
2022-04-04
1
-11
/
+11
*
Merge pull request #22899 from yuwata/network-ignore-carrier-loss
Yu Watanabe
2022-03-31
3
-24
/
+57
|
\
|
*
network: shorten code a bit
Yu Watanabe
2022-03-31
1
-11
/
+1
|
*
network: automatically determine timeout of waiting for carrier regain
Yu Watanabe
2022-03-31
2
-13
/
+56
|
/
*
Merge pull request #22913 from yuwata/sd-device-cleanups
Yu Watanabe
2022-03-31
2
-41
/
+43
|
\
|
*
udev: rename functions to emphasize whole disk is locked
Yu Watanabe
2022-03-31
1
-6
/
+6
|
*
udev: ignore one more error in device_get_block_device()
Yu Watanabe
2022-03-31
1
-0
/
+2
|
*
sd-device: do not ignore critical errors in device_new_from_child()
Yu Watanabe
2022-03-31
1
-2
/
+6
|
*
sd-device: use path_extract_directory() at one more place
Yu Watanabe
2022-03-31
1
-15
/
+11
|
*
sd-device: try to get DISKSEQ from uevent file
Yu Watanabe
2022-03-31
1
-0
/
+6
|
*
sd-device: drop /sys/subsystem support
Yu Watanabe
2022-03-31
1
-18
/
+12
*
|
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
[next]