Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-10-07 | mkosi: update debian commit reference | Luca Boccassi | 1 | -1/+1 | |
* 51389fefca Upstream profile: skip dh_strip_nondeterminism * 647fd0d40c Install kernel-install uki.conf example * ddfeb24f55 autopkgtest: skip gdm3 on armel for smoke tests | |||||
2024-10-07 | Semaphore: switch from /tmp to /var/tmp to avoid disk space issues | Luca Boccassi | 1 | -2/+3 | |
Builds have been failing as we run out of space in /tmp/, move to /var/tmp | |||||
2024-10-07 | machine: tests for varlink interfaces | Ivan Kruglov | 1 | -7/+61 | |
- io.systemd.Machine.List - io.systemd.Machine.Kill - io.systemd.Machine.Terminate - io.systemd.Machine.Register - io.systemd.Machine.Unregister | |||||
2024-10-07 | machine: extend io.systemd.Machine.List output with sshPrivateKeyPath field | Ivan Kruglov | 2 | -2/+5 | |
Effectivelly, this is an implementation of GetMachineSSHInfo in dbus. | |||||
2024-10-07 | machine: use JSON_BUILD_PAIR_STRING_NON_EMPTY() in io.systemd.Machine.List ↵ | Ivan Kruglov | 1 | -4/+4 | |
output | |||||
2024-10-07 | machine: introduce io.systemd.Machine.Kill varlink method | Ivan Kruglov | 4 | -1/+78 | |
2024-10-07 | machine: introduce io.systemd.Machine.Terminate varlink method | Ivan Kruglov | 4 | -1/+36 | |
2024-10-07 | machine: introduce io.systemd.Machine.Unregister varlink method | Ivan Kruglov | 4 | -2/+64 | |
2024-10-07 | machine: io.systemd.Machine.List supports 'pid' filter | Ivan Kruglov | 4 | -10/+123 | |
2024-10-07 | test: set TEST_NESTED_KVM as default | Thomas Blume | 2 | -11/+5 | |
2024-10-07 | mkosi: Switch to Fedora 41 | Daan De Meyer | 1 | -1/+1 | |
It's due for release soon and will fix the flakyness of TEST-58-REPART so let's bump the Fedora 40 job to Fedora 41. | |||||
2024-10-07 | sd-json: use sd_json_dispatch_const_string() in sd_json_dispatch_string() | Yu Watanabe | 2 | -22/+8 | |
Also, do similar for json_dispatch_user_group_name(). | |||||
2024-10-07 | tree-wide: drop doubled empty lines | Yu Watanabe | 62 | -69/+0 | |
2024-10-07 | network: use Network.name for bus path | Yu Watanabe | 1 | -20/+3 | |
No functional change, just refactoring. | |||||
2024-10-07 | networkctl: sort ifindexes in status command | Yu Watanabe | 1 | -9/+44 | |
Before: $ networkctl status ● Interfaces: 372, 368, 373, 375, 376, 377, 378, 379, 381, 391, 3, 1201, 1202, 1184, 1610, 9, 8, 1340, 2, 1, 1256, 7 After: $ networkctl status ● Interfaces: 1, 2, 3, 7, 8, 9, 368, 372, 373, 375, 376, 377, 378, 379, 381, 391, 1184, 1201, 1202, 1256, 1340, 1610 | |||||
2024-10-07 | homectl: drop unnecessary brackets | Yu Watanabe | 1 | -2/+1 | |
Follow-up for 164ca24d7464253e5f8375226b792ef8f6eaffd0. | |||||
2024-10-07 | po: Translated using Weblate (Kabyle) | ButterflyOfFire | 1 | -8/+9 | |
Currently translated at 3.1% (8 of 253 strings) Co-authored-by: ButterflyOfFire <butterflyoffire@protonmail.com> Translate-URL: https://translate.fedoraproject.org/projects/systemd/main/kab/ Translation: systemd/main | |||||
2024-10-07 | core: warn if a generator is world-writable | Lukas Nykryn | 3 | -1/+14 | |
... because that is obviously a security risk. | |||||
2024-10-07 | hwdb: add SCAI SKU prefix for Samsung keyboard mapping (#34648) | Joshua Grisham | 1 | -10/+11 | |
2024-10-07 | udev-node: introduce node_remove_symlink() | Yu Watanabe | 1 | -14/+16 | |
Also - make the failure propagated, - remove /dev/block or /dev/char if empty. Hopefully, no effective functionality changed. Just refactoring. | |||||
2024-10-07 | udev-node: rename node_symlink() -> node_create_symlink() | Yu Watanabe | 1 | -5/+5 | |
Also adds short comment for the NULL arguments. No functional change, just refactoring. |