summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sysctl: drop /proc/sys/ in prefixYu Watanabe2022-08-171-16/+4
* sysctl: use ordered_hashmap_ensure_put()Yu Watanabe2022-08-171-4/+1
* run: simplificationZbigniew Jędrzejewski-Szmek2022-08-171-5/+1
* manager: allow assignment of properties on target/swap/device unitsZbigniew Jędrzejewski-Szmek2022-08-172-9/+6
* Merge pull request #24301 from yuwata/network-tuntapLuca Boccassi2022-08-1720-96/+376
|\
| * test-network: add tests for KeepCarrier= for tuntap interfacesYu Watanabe2022-08-164-3/+74
| * network/tuntap: save tun or tap file descriptor in fd storeYu Watanabe2022-08-168-15/+153
| * network/tuntap: introduce KeepCarrier= settingYu Watanabe2022-08-165-0/+31
| * network/tuntap: code cleanupsYu Watanabe2022-08-161-62/+39
| * login: use helper functions for fd storeYu Watanabe2022-08-162-28/+8
| * daemon-util: introduce several helper functions for fd storeYu Watanabe2022-08-163-0/+83
* | test-network: add tests for MTUBytes= for bridge master and portsYu Watanabe2022-08-164-11/+51
* | man: Correct information on sysext maskingKai Lueke2022-08-162-3/+16
* | ci(lint): add shell linter - Differential ShellCheckJan Macku2022-08-161-0/+30
* | sysusers: add fsync for passwd (#24324)Avram Lubkin2022-08-161-1/+1
|/
* tpm-util: use trial session where appropriateLennart Poettering2022-08-161-5/+24
* mkosi: Update to latest commitDaan De Meyer2022-08-161-1/+1
* Merge pull request #24294 from rphibel/add-support-for-list-of-definitions-di...Yu Watanabe2022-08-163-11/+76
|\
| * man: document support for drop-in files in systemd-repartRichard Phibel2022-08-121-1/+3
| * man: document support for list of definitions directories in systemd-repartRichard Phibel2022-08-121-1/+3
| * repart: add support for list of definitions directoriesRichard Phibel2022-08-122-9/+70
* | shutdown: trivial modernizationsLennart Poettering2022-08-161-22/+21
* | cryptenroll: drop unnecessary {}Lennart Poettering2022-08-161-2/+1
* | creds-tool: don't declare variable in switch bodyLennart Poettering2022-08-161-2/+4
* | Merge pull request #24299 from yuwata/dhcp6-no-bindingYu Watanabe2022-08-165-7/+42
|\ \
| * | dhcp6: do not append ORO option when no option requestedYu Watanabe2022-08-131-0/+3
| * | dhcp6: gracefully handle NoBinding errorYu Watanabe2022-08-125-7/+39
* | | Fix typo in net-naming-scheme man pageSean Anderson2022-08-161-1/+1
* | | tpm2: typo fix selecion → selectionLennart Poettering2022-08-161-4/+4
* | | Merge pull request #24263 from pothos/sysext-for-static-binariesLennart Poettering2022-08-155-9/+54
|\ \ \
| * | | sysext: introduce ARCHITECTURE field to match host architectureKai Lueke2022-08-154-6/+34
| * | | sysext: support distribution-independent extensions using ID=_anyKai Lueke2022-08-154-4/+21
* | | | tpm2-util: reduce unnecessary indentationLennart Poettering2022-08-151-16/+4
* | | | udev/cdrom_id: check last track infoYu Watanabe2022-08-151-1/+1
* | | | firstboot: fix can't overwrite timezonebin4567892022-08-151-4/+6
* | | | network/bridge: fix UseBPDU= and AllowPortToBeRoot=Yu Watanabe2022-08-133-8/+8
* | | | Merge pull request #24305 from yuwata/test-networkYu Watanabe2022-08-131-16/+29
|\ \ \ \
| * | | | test-network: use "systemctl restart" to restart networkdYu Watanabe2022-08-131-2/+5
| * | | | test-network: also set StartLimitIntervalSec=0 for systemd-networkd.socketYu Watanabe2022-08-131-14/+24
| | |/ / | |/| |
* / | | Use correct label for boot related issuesJan Janssen2022-08-131-1/+1
|/ / /
* | | Merge pull request #24138 from Keksgesicht/rfe/cryptenroll-keyfileYu Watanabe2022-08-123-0/+55
|\ \ \
| * | | tests: systemd-cryptenroll: unlock volume with keyfileJan B2022-08-111-0/+3
| * | | docs: adding "--unlock-key-file" to systemd-cryptenrollJan B2022-08-111-0/+9
| * | | cryptenroll: adding the option to use a keyfile to unlock the deviceJan B2022-08-101-0/+43
* | | | hwdb: Apply existing accel orientation quirk to all ChromebooksAlper Nebi Yasak2022-08-121-18/+4
* | | | network: replace usage of sd_bus_call_method_async() to bus_call_method_async...williamsumendap2022-08-124-8/+12
* | | | Merge pull request #24285 from yuwata/sd-device-new-from-pathYu Watanabe2022-08-123-13/+76
|\ \ \ \
| * | | | udev: use sd_device_new_from_path() and _new_child()Yu Watanabe2022-08-121-5/+9
| * | | | test: add more tests for sd_device_new_from_path()Yu Watanabe2022-08-121-0/+49
| * | | | sd-device: allow to create sd-device object through a symlink outside of /sysYu Watanabe2022-08-121-8/+18