summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* rpm: expose $systemd_util_dir also as rpm macroZbigniew Jędrzejewski-Szmek2021-01-151-0/+1
* fs-util: make laccess() macro follow our usual error propagationLennart Poettering2021-01-151-1/+2
* Merge pull request #18254 from keszybz/trivial-cleanupsLuca Boccassi2021-01-152-38/+14
|\
| * basic/env-util: modernizationZbigniew Jędrzejewski-Szmek2021-01-151-10/+5
| * nspawn: minor modernizationZbigniew Jędrzejewski-Szmek2021-01-151-28/+9
* | Merge pull request #18244 from anitazha/systemctleditZbigniew Jędrzejewski-Szmek2021-01-151-6/+2
|\ \ | |/ |/|
| * systemctl-edit: Add missing ret_dropin_paths argument in retry pathAnita Zhang2021-01-141-1/+1
| * systemctl-edit: fix abort in find_paths_to_edit()Anita Zhang2021-01-141-5/+1
* | Merge pull request #18124 from ryncsn/initrdLennart Poettering2021-01-151-10/+39
|\ \
| * | initrd: do a debug log if /etc/initrd-release doesn't take effectKairui Song2021-01-141-2/+11
| * | initrd: do a debug log if failed to detect rootfs typeKairui Song2021-01-141-2/+10
| * | initrd: extend SYSTEMD_IN_INITRD to accept non-ramfs rootfsKairui Song2021-01-141-9/+23
| * | util: rework in_initrd() to make use of path_is_temporary_fs()Kairui Song2021-01-131-3/+1
* | | Add truncate: to StandardOutput= etc.Lucas Werkmeister2021-01-156-12/+49
* | | systemctl: unit_file_find_fragment() doesn't log about errors, hence do it in...Lennart Poettering2021-01-141-1/+1
* | | systemctl: explicitly comment two cases where we don't log on error cases, on...Lennart Poettering2021-01-141-3/+6
* | | systemctl: properly initialize return params in all success casesLennart Poettering2021-01-141-2/+2
* | | unit-file: downgrade log message to debugLennart Poettering2021-01-141-1/+1
* | | unit-file: fix indentationLennart Poettering2021-01-141-1/+1
* | | Merge pull request #18226 from mrc0mmand/actions-flake-workaroundsLuca Boccassi2021-01-141-2/+2
|\ \ \
| * | | ci: skip test-execute on GH Actions under ASanFrantisek Sumsal2021-01-131-2/+2
* | | | Add install-sysconfdir=no-samples option for (non-)installation of sample con...Josh Triplett2021-01-1412-12/+12
| |_|/ |/| |
* | | udev: add missing short option nameYu Watanabe2021-01-131-2/+2
* | | Merge pull request #18227 from yuwata/network-dhcp6-pd-manage-temporary-addressLennart Poettering2021-01-134-11/+20
|\ \ \
| * | | network: introduce ManageTemporaryAddress= setting in [DHCPv6PrefixDelegation...Yu Watanabe2021-01-144-0/+4
| * | | network: drop a function argument which is always constantYu Watanabe2021-01-141-11/+16
* | | | Merge pull request #9864 from ximion/masterYu Watanabe2021-01-145-4/+280
|\ \ \ \
| * | | | localed: Run locale-gen if available to generate missing localeMatthias Klumpp2021-01-124-4/+276
| * | | | Add helper for case-independent string equality checksMatthias Klumpp2021-01-121-0/+4
* | | | | Merge pull request #18170 from OnkelUlla/udev_introduce_TxQueueLen=_settingYu Watanabe2021-01-145-8/+53
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | udev: introduce TxQueueLength= settingUlrich Ölmann2021-01-135-9/+53
| * | | | link-config: amend log message for failed application of settingsUlrich Ölmann2021-01-131-1/+2
| |/ / /
* | | | Added option --check-inhibitors for non-tty usageFelix Stupp2021-01-133-10/+28
* | | | Merge pull request #18225 from poettering/tmpfiles-argumentYu Watanabe2021-01-132-7/+8
|\ \ \ \ | |/ / / |/| | |
| * | | tmpfiles: add ANSI highlighting to our help textLennart Poettering2021-01-121-2/+4
| * | | extract-word: don't rely on C's downgrade-to-bool feature for charsLennart Poettering2021-01-121-5/+4
* | | | network: reconfigure interface when wifi iftype is updatedYu Watanabe2021-01-131-5/+11
| |/ / |/| |
* | | import: mangle untarred OS images after pull-tar, tooLennart Poettering2021-01-121-3/+6
|/ /
* | Merge pull request #18216 from yuwata/dhcp-user-class-lengthYu Watanabe2021-01-1311-117/+78
|\ \
| * | network: merge config_parse_dhcp_user_class() and _vendor_class()Yu Watanabe2021-01-133-58/+7
| * | dhcp6: refuse zero length vendor classYu Watanabe2021-01-134-15/+19
| * | dhcp6: add an assert()Yu Watanabe2021-01-131-2/+1
| * | dhcp: do not assign value twiceYu Watanabe2021-01-131-4/+4
| * | dhcp6: refuse zero length dhcp user classYu Watanabe2021-01-134-17/+20
| * | network: refuse zero length dhcp user classYu Watanabe2021-01-131-5/+5
| * | dhcp: length of each user class field must be positiveYu Watanabe2021-01-134-16/+22
| |/
* | Merge pull request #18157 from ssahani/vlan-qosYu Watanabe2021-01-134-5/+153
|\ \
| * | network: Allow to configure VLan egress qos mapsSusant Sahani2021-01-123-0/+21
| * | network: Allow to configure VLan egress qos mapsSusant Sahani2021-01-123-0/+120
| * | sd-netlink: Add VLan QOS map propertiesSusant Sahani2021-01-111-5/+12