summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* loop-util: fix leak of file descriptor on failureYu Watanabe2022-09-071-2/+4
* Merge pull request #15833 from AsamK/busctl_introspect_method_signatureLuca Boccassi2022-09-061-9/+20
|\
| * busctl: Add introspect support for methods with same name but different signa...Sebastian Scheibner2022-09-061-1/+8
| * busctl: Fix warning about invaild introspection dataSebastian Scheibner2022-09-061-8/+12
* | Merge pull request #24425 from poettering/shutdown-lazilyLennart Poettering2022-09-062-85/+88
|\ \
| * | shutdown: rework log_umount_blockers() a bitLennart Poettering2022-08-311-23/+37
| * | umount: unmount profcs/sysfs/.. lazilyLennart Poettering2022-08-312-15/+13
| * | umount: minor modernizationsLennart Poettering2022-08-311-4/+3
| * | umount: use structured initializationLennart Poettering2022-08-311-4/+8
| * | shutdown: rebreak all comments to coding styleLennart Poettering2022-08-311-39/+27
* | | Merge pull request #24520 from yuwata/udevadm-wait-listen-kernel-ueventsYu Watanabe2022-09-061-39/+50
|\ \ \
| * | | udevadm-wait: shorten code a bitYu Watanabe2022-09-061-10/+3
| * | | udevadm-wait: wait for two periodic timer triggered before exitYu Watanabe2022-09-061-3/+16
| * | | udevadm-wait: also listen kernel uevent stream if --initialized=noYu Watanabe2022-09-061-12/+19
| * | | udevadm-wait: move comments and condition outside of setup_periodic_timer()Yu Watanabe2022-09-031-17/+15
* | | | Use original filename for extension name checkKai Lueke2022-09-067-10/+37
* | | | Merge pull request #24467 from qdeslandes/nspawn_rootidmapYu Watanabe2022-09-066-39/+60
|\ \ \ \
| * | | | nspawn: add support for rootidmap bind optionQuentin Deslandes2022-09-055-23/+41
| * | | | nspawn: rename RemountIdmapFlags enum to RemountIdmappingQuentin Deslandes2022-09-056-22/+25
* | | | | Merge pull request #24568 from poettering/atou16-atou-reworkYu Watanabe2022-09-062-54/+20
|\ \ \ \ \
| * | | | | parse-util: make safe_atou8() just a wrapper around safe_atou8_full()Lennart Poettering2022-09-052-21/+13
| * | | | | parse-util: make safe_atou16_full() just a wrapper around safe_atou_full()Lennart Poettering2022-09-051-33/+7
* | | | | | Merge pull request #24567 from poettering/homed-wait-timeoutZbigniew Jędrzejewski-Szmek2022-09-051-1/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | homed: don't wait indefinitely for workers on exitLennart Poettering2022-09-051-1/+9
* | | | | | Merge pull request #24404 from thatguystone/socket-jobsLennart Poettering2022-09-051-3/+21
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | job: Don't discard propagated restart jobs when unit is activatingAndrew Stone2022-08-251-3/+21
* | | | | | repart: Add support for setting a partition's UUID to zeroDaan De Meyer2022-09-051-8/+48
| |/ / / / |/| | | |
* | | | | loop-util: lock_fd must be closed before calling LOOP_CLR_FDYu Watanabe2022-09-051-1/+3
* | | | | loop-util: drop unnecessary initializationsYu Watanabe2022-09-051-2/+2
* | | | | loop-util: use loop_device_open_full() when whole block device is passed to l...Yu Watanabe2022-09-051-59/+3
* | | | | loop-util: introduce loop_device_open_full()Yu Watanabe2022-09-052-14/+43
* | | | | loop-util: fix LoopDevice.devno assigned by loop_device_open()Yu Watanabe2022-09-051-1/+1
* | | | | loop-util: also set LoopDevice.diskseq when created with loop_device_open()Yu Watanabe2022-09-051-0/+6
* | | | | mount-util: fix error codeYu Watanabe2022-09-051-1/+1
| |_|_|/ |/| | |
* | | | test: check returned values are always initialized on successYu Watanabe2022-09-041-1/+4
* | | | bootspec: shorten code a bitYu Watanabe2022-09-041-2/+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 #24541 from poettering/bootspec-tweaksLennart Poettering2022-09-023-58/+350
|\ \ \ \
| * | | | 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
* | | | | log: don't attempt to duplicate closed fdLennart Poettering2022-09-031-1/+1