summaryrefslogtreecommitdiffstats
path: root/src/busctl (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-14shared/pretty-print: drop unused flagZbigniew Jędrzejewski-Szmek3-8/+3
2023-10-12core: fix checking for extension-releases for ExtensionImages/DirectoriesLuca Boccassi4-21/+18
2023-10-12update TODOLennart Poettering1-34/+4
2023-10-12man/systemd.exec: Update service result tableReto Schneider1-0/+8
2023-10-12hibernate-resume: remove kernel/image version comparison when resumingZbigniew Jędrzejewski-Szmek1-18/+21
2023-10-12Revert "Revert "meson: use c_args in generator scripts (#10289)""Jordan Williams1-1/+1
2023-10-12network: do not trigger assertion by forcerenew commandYu Watanabe1-1/+1
2023-10-12sd-dhcp-server: make sd_dhcp_server_is_running() silently work with NULLYu Watanabe1-1/+2
2023-10-12test-network: drop unnecessary explicit stop of dnsmasqYu Watanabe1-2/+0
2023-10-12test-network: add test case for renewing DHCP leaseYu Watanabe1-0/+25
2023-10-12network: restart dhcp4 client when renewing lease is requested but the client...Yu Watanabe1-4/+8
2023-10-12test: use kill-whom instead of kill-who (the latter is deprecated)Michael Biebl2-2/+2
2023-10-11core/exec-credential: use rmdir_and_freep at one more placeMike Yuan1-4/+2
2023-10-11core/execute: suppress logs if LogLevelMax= is specifiedYu Watanabe1-0/+2
2023-10-11sd-device: Support matching all propertiesDaan De Meyer4-8/+66
2023-10-11update TODOLennart Poettering1-0/+5
2023-10-11varlink: use the right validator for error repliesLennart Poettering1-1/+1
2023-10-11varlink: didn't generate a varlink error reply if a failed method call handle...Lennart Poettering1-1/+3
2023-10-11varlink: don't bother replying about validation errors on method calls with '...Lennart Poettering1-1/+6
2023-10-11varlink: automatically send ExpectedMore error message back when we were call...Lennart Poettering3-1/+11
2023-10-11kernel-install/60-ukify: also support the convention with 'devicetree' fileZbigniew Jędrzejewski-Szmek3-0/+47
2023-10-11ukify: fix .dtb section name in 'inspect'Zbigniew Jędrzejewski-Szmek1-1/+1
2023-10-11kernel-install/60-ukify: add helper function for locating input filesZbigniew Jędrzejewski-Szmek1-16/+24
2023-10-11man/kernel-install: fix formatting and document /etc/kernel/devicetreeZbigniew Jędrzejewski-Szmek1-90/+106
2023-10-11kernel-install/90-loaderentry: do not read dtbs from /bootZbigniew Jędrzejewski-Szmek1-5/+3
2023-10-11timedate: Extend timeout for setting NTPPhylLu2-2/+13
2023-10-11dns-domain: fix the RFC referenceMichal Sekletar1-1/+1
2023-10-11test-network: add tests for DHCP IPv6 only modeYu Watanabe4-8/+70
2023-10-11network/dhcp4: support IPv6 only mode (RFC 8925)Yu Watanabe12-12/+144
2023-10-11sd-dhcp-client: support IPv6 only modeYu Watanabe4-5/+106
2023-10-11network/dhcp-server: allow to configure IPv6 only preferred optionSusant Sahani5-0/+65
2023-10-11sd-dhcp-server: support IPv6 only modeSusant Sahani4-0/+50
2023-10-11doc: readd vanished ```Lennart Poettering1-0/+1
2023-10-11killall: suppress debug log if some cgroup doesn't have survive_final_kill_si...Lennart Poettering1-1/+1
2023-10-11bpf-lsm: suppress noisy debug log message if we remove a unit from the bpf-ls...Lennart Poettering1-1/+4
2023-10-11fdset: improve debug logging for left-over fdsLennart Poettering1-2/+10
2023-10-11docs: clarify difference between kernel stub and sd-stub in UEFI docLuca Boccassi1-0/+7
2023-10-11limits-util: suppress noisy debug message when reading tasks in top-level cgroupLennart Poettering1-1/+4
2023-10-11sd-gpt: add defines for big-endian MIPS/MIPS64Roland Hieber3-1/+30
2023-10-11namespace: make setup_namespace() less crazyLennart Poettering5-426/+332
2023-10-11docs: document that in future we'll do EV_EVENT_TAG only, no EV_IPLLennart Poettering1-0/+10
2023-10-11loginctl: *-status: set minimum table column width if extra info will be printedMike Yuan1-0/+3
2023-10-11networkctl: use proper vertical table for statusMike Yuan1-275/+180
2023-10-10tpm2: don't use GetCapability() to check transient handlesDan Streetman1-14/+20
2023-10-10man: fix example for systemd.swap-extraLaszlo Gombos1-1/+1
2023-10-10dissect: don't show non-JSON arch + sector size in JSON modeLennart Poettering1-6/+6
2023-10-10doc-sync: add support for uploading the documentation for mainAbderrahim Kitouni2-11/+19
2023-10-10man/systemd.exec: document behavior of SetLoginEnvironment= when unsetMike Yuan1-6/+6
2023-10-10tpm2: do not call Esys_TR_Close()Dan Streetman1-6/+16
2023-10-10test: add tests for systemd-cryptenroll --tpm2-seal-key-handleDan Streetman5-49/+211