summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* README: make section title less confusingLennart Poettering2022-09-071-1/+1
* README: drop some spurious empty lines, we otherwise don't place after sectio...Lennart Poettering2022-09-071-2/+0
* Merge pull request #24592 from poettering/coding-style-more2Lennart Poettering2022-09-072-5/+43
|\
| * README: use right emoji UTF-8 sequences for stop/warning signLennart Poettering2022-09-071-5/+5
| * docs: Some CODING_STYLE additionsLennart Poettering2022-09-071-0/+38
|/
* 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
* | README: clarify baseline situation a bit (add emojis!)Lennart Poettering2022-09-061-4/+9
* | test: don't fail if we don't need any external nss libsFrantisek Sumsal2022-09-071-1/+3
* | ci(issue-labeler): Add missing policy for `coredump` labelJan Macku2022-09-061-0/+1
* | 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
* | | | test: kill plymouthd after initrd transition if it's still runningFrantisek Sumsal2022-09-061-0/+21
* | | | hwdb: Add accel orientation quirk for the Aya Neo AirMaccraft1232022-09-051-0/+4
* | | | Use original filename for extension name checkKai Lueke2022-09-068-10/+42
* | | | Merge pull request #24467 from qdeslandes/nspawn_rootidmapYu Watanabe2022-09-067-43/+85
|\ \ \ \
| * | | | nspawn: add support for rootidmap bind optionQuentin Deslandes2022-09-056-27/+66
| * | | | 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
* | | | | | udev/rules,hwdb: filter out mostly meaningless default stringsYu Watanabe2022-09-062-2/+26
* | | | | | Merge pull request #24566 from mrc0mmand/TEST-75-fixFrantisek Sumsal2022-09-052-2/+8
|\ \ \ \ \ \
| * | | | | | test: zone-set requires TTL for the first record in the rrsetFrantisek Sumsal2022-09-051-1/+1
| * | | | | | test: mark knot.conf tmpfiles config as optionalFrantisek Sumsal2022-09-052-1/+7
* | | | | | | Merge pull request #24567 from poettering/homed-wait-timeoutZbigniew Jędrzejewski-Szmek2022-09-052-1/+10
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | units: prolong the stop timeout for homedLennart Poettering2022-09-051-0/+1
| * | | | | | homed: don't wait indefinitely for workers on exitLennart Poettering2022-09-051-1/+9
| |/ / / / /
* | | | | | Merge pull request #24404 from thatguystone/socket-jobsLennart Poettering2022-09-059-3/+46
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | job: Don't discard propagated restart jobs when unit is activatingAndrew Stone2022-08-254-3/+43
| * | | | | test: Move testsuite-03 units to .units directoryAndrew Stone2022-08-255-0/+3
* | | | | | repart: Add support for setting a partition's UUID to zeroDaan De Meyer2022-09-053-10/+79
| |/ / / / |/| | | |
* | | | | 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-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
|/ / / / /