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
*
meson: also allow setting GIT_VERSION via templates
Zbigniew Jędrzejewski-Szmek
2022-04-05
22
-25
/
+28
*
test: do --help/--version checks for systemd, firstboot, cryptenroll, s-n-w-o
Zbigniew Jędrzejewski-Szmek
2022-04-05
1
-4
/
+6
*
firstboot: make --help output fit in 80 columns
Zbigniew Jędrzejewski-Szmek
2022-04-05
1
-31
/
+31
*
pid1: make --help output fit in 80 columns
Zbigniew Jędrzejewski-Szmek
2022-04-05
1
-6
/
+8
*
test/check-help: check that --help and -h are identical
Zbigniew Jędrzejewski-Szmek
2022-04-05
1
-0
/
+6
*
tests: add a smoke test for --version option in binaries
Zbigniew Jędrzejewski-Szmek
2022-04-05
3
-4
/
+47
*
Merge pull request #22956 from yuwata/network-fix-permission-error
Zbigniew Jędrzejewski-Szmek
2022-04-05
3
-56
/
+33
|
\
|
*
udev/net: always log error in link_load_one()
Yu Watanabe
2022-04-04
1
-14
/
+9
|
*
network: always log error in network_load_one() and netdev_load_one()
Yu Watanabe
2022-04-04
2
-37
/
+22
|
*
network: ignore all errors in loading .network files
Yu Watanabe
2022-04-04
1
-5
/
+2
*
|
Merge pull request #22951 from keszybz/fix-entry-selection-bootctl-status
Yu Watanabe
2022-04-05
3
-86
/
+202
|
\
\
|
*
|
man: add annotated example for bootctl status & list
Zbigniew Jędrzejewski-Szmek
2022-04-04
1
-4
/
+112
|
*
|
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 #22964 from yuwata/udevadm-lock-follow-ups
Yu Watanabe
2022-04-05
5
-203
/
+74
|
\
\
\
|
*
|
|
test: use udevadm wait and lock
Yu Watanabe
2022-04-04
1
-199
/
+39
|
*
|
|
shell-completion: update for udevadm
Yu Watanabe
2022-04-04
2
-1
/
+32
|
*
|
|
fix typo
Yu Watanabe
2022-04-04
2
-3
/
+3
|
/
/
/
*
|
|
Merge pull request #22963 from poettering/udevadm-diskseq-fix
Yu Watanabe
2022-04-04
7
-44
/
+354
|
\
\
\
|
*
|
|
man: document various sd_device_get_xyz() functions
Lennart Poettering
2022-04-04
2
-0
/
+213
|
*
|
|
udevadm: if invalid devices are specified on "info" verb, continue
Lennart Poettering
2022-04-04
1
-6
/
+13
|
*
|
|
udevadm: add a dash of color to "udevadm info"
Lennart Poettering
2022-04-04
1
-14
/
+27
|
*
|
|
udevadm: show more fields of sd_device objects in "udevadm info"
Lennart Poettering
2022-04-04
2
-9
/
+75
|
*
|
|
sd-device: actually read diskseq if told so
Lennart Poettering
2022-04-04
3
-23
/
+33
|
*
|
|
sd-device: rename return parameter of sd_device_get_devpath() to ret
Lennart Poettering
2022-04-04
1
-3
/
+4
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #22867 from poettering/lockdev-util
Yu Watanabe
2022-04-04
8
-6
/
+549
|
\
\
\
|
*
|
|
man: document new udevadm lock tool
Lennart Poettering
2022-04-04
2
-0
/
+135
|
*
|
|
udevadm: add new "lock" verb for locking block devices
Lennart Poettering
2022-04-04
4
-0
/
+403
|
*
|
|
hash-funcs: tweak odering in devt_compare_func()
Lennart Poettering
2022-04-04
2
-6
/
+11
*
|
|
|
Merge pull request #22960 from mrc0mmand/use-udevadm-wait
Luca Boccassi
2022-04-04
3
-34
/
+28
|
\
\
\
\
|
*
|
|
|
partition: use `udevadm wait`
Frantisek Sumsal
2022-04-04
2
-26
/
+26
|
*
|
|
|
test: use the new `udevadm wait` verb to wait for the loop device
Frantisek Sumsal
2022-04-04
1
-8
/
+2
*
|
|
|
|
tree-wide: use 'Architecture' type consistently across the tree
Lennart Poettering
2022-04-04
9
-18
/
+18
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
man: properly conditionalize kernel-install man page
Lennart Poettering
2022-04-04
1
-1
/
+1
*
|
|
|
journald: make use of CLAMP() in cache_space_refresh()
Franck Bui
2022-04-04
1
-1
/
+1
*
|
|
|
journald: make sure journal_file_open() doesn't leave a corrupted file around...
Franck Bui
2022-04-04
1
-0
/
+3
|
|
/
/
|
/
|
|
*
|
|
TODO
Lennart Poettering
2022-04-04
1
-1
/
+4
*
|
|
Merge pull request #22943 from yuwata/dhcp6-client-requet-options
Yu Watanabe
2022-04-04
8
-71
/
+136
|
\
\
\
|
*
|
|
sd-dhcp6-client: request several options
Yu Watanabe
2022-04-03
3
-7
/
+55
|
*
|
|
network: dhcp6: request DNS servers or friends only when they will be used
Yu Watanabe
2022-04-03
3
-24
/
+34
|
*
|
|
dhcp: make option names singular
Yu Watanabe
2022-04-03
6
-42
/
+42
|
*
|
|
sd-dhcp6-client: sort requesting options
Yu Watanabe
2022-04-03
2
-12
/
+20
|
*
|
|
sd-dhcp6-client: rename req_opts_len -> n_req_opts
Yu Watanabe
2022-04-03
2
-8
/
+7
*
|
|
|
Merge pull request #22952 from poettering/rework-kvm-hyperv
Yu Watanabe
2022-04-04
9
-138
/
+146
|
\
\
\
\
|
*
|
|
|
virt: move array iterators to smaller scope, and use right type
Lennart Poettering
2022-04-04
1
-5
/
+2
|
*
|
|
|
virt: make virtualization enum a named type
Lennart Poettering
2022-04-04
8
-107
/
+119
|
*
|
|
|
virt: rework kvm with hyperv enlightenment checks a bit
Lennart Poettering
2022-04-04
3
-27
/
+26
|
|
/
/
/
*
|
/
/
gpt: introduce common implementation of type uuid search loop
Lennart Poettering
2022-04-04
1
-9
/
+24
|
|
/
/
|
/
|
|
*
|
|
update TODO
Lennart Poettering
2022-04-04
1
-2
/
+12
|
/
/
[next]