summaryrefslogtreecommitdiffstats
path: root/src/sysctl (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-07loop-util: move device_has_block_children() to blockdev-util.cYu Watanabe3-48/+17
2022-09-07blockdev-util: check if provided sd_device is for a whole block deviceYu Watanabe1-13/+47
2022-09-07blockdev-util: make block_device_remove_all_partitions() take sd_device objectYu Watanabe3-11/+29
2022-09-06loop-util: store sd_device object for the loop deviceYu Watanabe3-27/+29
2022-09-06test: kill plymouthd after initrd transition if it's still runningFrantisek Sumsal1-0/+21
2022-09-05udevadm-wait: shorten code a bitYu Watanabe1-10/+3
2022-09-05udevadm-wait: wait for two periodic timer triggered before exitYu Watanabe1-3/+16
2022-09-05udevadm-wait: also listen kernel uevent stream if --initialized=noYu Watanabe1-12/+19
2022-09-05hwdb: Add accel orientation quirk for the Aya Neo AirMaccraft1231-0/+4
2022-09-05Use original filename for extension name checkKai Lueke8-10/+42
2022-09-05udev/rules,hwdb: filter out mostly meaningless default stringsYu Watanabe2-2/+26
2022-09-05nspawn: add support for rootidmap bind optionQuentin Deslandes6-27/+66
2022-09-05parse-util: make safe_atou8() just a wrapper around safe_atou8_full()Lennart Poettering2-21/+13
2022-09-05parse-util: make safe_atou16_full() just a wrapper around safe_atou_full()Lennart Poettering1-33/+7
2022-09-05test: zone-set requires TTL for the first record in the rrsetFrantisek Sumsal1-1/+1
2022-09-05test: mark knot.conf tmpfiles config as optionalFrantisek Sumsal2-1/+7
2022-09-05nspawn: rename RemountIdmapFlags enum to RemountIdmappingQuentin Deslandes6-22/+25
2022-09-05repart: Add support for setting a partition's UUID to zeroDaan De Meyer3-10/+79
2022-09-05units: prolong the stop timeout for homedLennart Poettering1-0/+1
2022-09-05homed: don't wait indefinitely for workers on exitLennart Poettering1-1/+9
2022-09-04loop-util: lock_fd must be closed before calling LOOP_CLR_FDYu Watanabe1-1/+3
2022-09-04loop-util: drop unnecessary initializationsYu Watanabe1-2/+2
2022-09-04loop-util: use loop_device_open_full() when whole block device is passed to l...Yu Watanabe1-59/+3
2022-09-04loop-util: introduce loop_device_open_full()Yu Watanabe2-14/+43
2022-09-04loop-util: fix LoopDevice.devno assigned by loop_device_open()Yu Watanabe1-1/+1
2022-09-04loop-util: also set LoopDevice.diskseq when created with loop_device_open()Yu Watanabe1-0/+6
2022-09-04mount-util: fix error codeYu Watanabe1-1/+1
2022-09-04man: fix static bridge exampleJade Bilkey1-0/+5
2022-09-03test: actually set SYSTEMD_DISSECT_VERITY_TIMEOUT_SEC=30Frantisek Sumsal1-0/+1
2022-09-03test: check returned values are always initialized on successYu Watanabe1-1/+4
2022-09-03bootspec: shorten code a bitYu Watanabe1-2/+1