summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #24561 from yuwata/loop-util-follow-upsDaan De Meyer2022-09-052-77/+58
|\
| * loop-util: lock_fd must be closed before calling LOOP_CLR_FDYu Watanabe2022-09-041-1/+3
| * loop-util: drop unnecessary initializationsYu Watanabe2022-09-041-2/+2
| * loop-util: use loop_device_open_full() when whole block device is passed to l...Yu Watanabe2022-09-041-59/+3
| * loop-util: introduce loop_device_open_full()Yu Watanabe2022-09-042-14/+43
| * loop-util: fix LoopDevice.devno assigned by loop_device_open()Yu Watanabe2022-09-041-1/+1
| * loop-util: also set LoopDevice.diskseq when created with loop_device_open()Yu Watanabe2022-09-041-0/+6
|/
* mount-util: fix error codeYu Watanabe2022-09-041-1/+1
* man: fix static bridge exampleJade Bilkey2022-09-041-0/+5
* test: actually set SYSTEMD_DISSECT_VERITY_TIMEOUT_SEC=30Frantisek Sumsal2022-09-031-0/+1
* Merge pull request #24550 from yuwata/bootspecYu Watanabe2022-09-036-5/+57
|\
| * test: check returned values are always initialized on successYu Watanabe2022-09-031-1/+4
| * bootspec: shorten code a bitYu Watanabe2022-09-031-2/+1
| * fuzz: add a test case for fuzz-bootspecYu Watanabe2022-09-031-0/+1
| * bootspec: do not build two many json object at onceYu Watanabe2022-09-031-2/+9
| * json: introduce json_append()Yu Watanabe2022-09-033-0/+42
|/
* loop-util: fix memleak when fd is for a block device with non-zero offset or ...Yu Watanabe2022-09-031-1/+1
* tmpfile-util: truncate original filename if the result filename is too longYu Watanabe2022-09-032-64/+204
* test: extend ConditionFirmware testsDaniel Braunwarth2022-09-031-2/+69
* Merge pull request #24538 from mrc0mmand/TEST-13-tweaksLuca Boccassi2022-09-032-2/+3
|\
| * test: suppress not-found errors for `selinuxenabled`Frantisek Sumsal2022-09-022-2/+2
| * test: forward nspawn logs to journalFrantisek Sumsal2022-09-021-0/+1
* | Merge pull request #24546 from mrc0mmand/test-exec-deserialization-tweaksLuca Boccassi2022-09-031-46/+46
|\ \ | |/ |/|
| * test: make pylint happyFrantisek Sumsal2022-09-021-35/+36
| * test: check for the output file in a loopFrantisek Sumsal2022-09-021-13/+12
* | Merge pull request #24541 from poettering/bootspec-tweaksLennart Poettering2022-09-024-70/+352
|\ \
| * | update TODOLennart Poettering2022-09-021-12/+2
| * | bootspec: clarify we knowingly ignore all errors but ENOMEMLennart Poettering2022-09-021-1/+1
| * | bootspec: properly parse tries done/tries left from bootspec file namesLennart Poettering2022-09-023-17/+194
| * | bootspec: rename "id" function parameters to "fname"Lennart Poettering2022-09-021-12/+12
| * | bootspec: complain about loader.conf lines without parameterLennart Poettering2022-09-021-0/+4
| * | bootspec: port type1 parser to log_syntax()Lennart Poettering2022-09-021-27/+52
| * | bootspec: let's actually use the result of strstrip() for further parsingLennart Poettering2022-09-021-6/+6
| * | bootspec: simplify paths + insist they are normalizedLennart Poettering2022-09-021-13/+99
| |/
* | mkosi: update to latest commitLuca Boccassi2022-09-021-1/+1
* | log: don't attempt to duplicate closed fdLennart Poettering2022-09-021-1/+1
* | Merge pull request #24536 from yuwata/dissect-take-loop-deviceYu Watanabe2022-09-0221-89/+76
|\ \
| * | dissect-image: introduce dissect_loop_device() which takes LoopDevice objectYu Watanabe2022-09-029-58/+32
| * | loop-util: always set LoopDevice.nodeYu Watanabe2022-09-021-0/+5
| * | loop-util: rename loopdev -> nodeYu Watanabe2022-09-021-7/+7
| * | core/swap: use devname_from_stat_rdev()Yu Watanabe2022-09-021-1/+1
| * | sd-device: introduce devname_from_stat_rdev()Yu Watanabe2022-09-022-0/+8
| * | sd-device: rename devpath_from_devnum() -> devname_from_devnum()Yu Watanabe2022-09-0212-24/+24
| |/
* / find-esp: call the right functionLennart Poettering2022-09-021-1/+1
|/
* Merge pull request #24491 from poettering/compare-orderLennart Poettering2022-09-028-182/+299
|\
| * mention ConditionKernelVersion= compat break in NEWSLennart Poettering2022-09-011-2/+15
| * condition: change operator logic to use $= instead of =$ for glob comparisonsLennart Poettering2022-09-013-14/+14
| * condition: change ConditionKernelVersion= so that =/!= mean literal string co...Lennart Poettering2022-09-012-4/+4
| * condition: allow literal string compares in SMBIOS conditionLennart Poettering2022-09-011-1/+1
| * condition: allow fnmatch() matches in ConditionKernelVersion=Lennart Poettering2022-09-012-27/+27