summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mountpoint-util: use new kernel 5.8 statx() API for determining mount pointsLennart Poettering2020-08-192-19/+37
* mountpoint-util: use new kernel 5.8 statx() API for determining mnt_idLennart Poettering2020-08-193-25/+62
* mountpoint-util: minor modernizationsLennart Poettering2020-08-191-2/+7
* Merge pull request #16780 from alyssais/grammarAnita Zhang2020-08-181-2/+2
|\
| * load-fragment: fix grammar in error messagesAlyssa Ross2020-08-181-2/+2
* | Fix function description in logind man pageNicolas Fella2020-08-181-1/+1
|/
* network: do not fail if UseMTU=yes on DHCP lease lostYu Watanabe2020-08-181-6/+5
* Merge pull request #16687 from DaanDeMeyer/bootloader-machine-idZbigniew Jędrzejewski-Szmek2020-08-183-56/+10
|\
| * kernel-install: Add fallback to "Linux" if no machine-id is foundDaan De Meyer2020-08-102-13/+6
| * bootctl: Remove dependency on machine-id.Daan De Meyer2020-08-101-43/+4
* | log: don't explicitly re-open log for failed assertionsFranck Bui2020-08-181-2/+0
* | resolve: lift limits on search domains count or lengthDimitri John Ledkov2020-08-182-44/+1
* | Merge pull request #16761 from keszybz/missing-syscall-cleanupZbigniew Jędrzejewski-Szmek2020-08-181-25/+41
|\ \
| * | missing_syscall: do not use function name that may conflict with glibcZbigniew Jędrzejewski-Szmek2020-08-171-4/+10
| * | missing_syscall: fix pidfd_{send_signal,open} numbers for alphaZbigniew Jędrzejewski-Szmek2020-08-171-22/+32
| * | missing_syscall: add forgotten check for __NR_get_mempolicy nonnegativityZbigniew Jędrzejewski-Szmek2020-08-171-1/+1
* | | test: accept that char device 0/0 can now be created witout privilegesLennart Poettering2020-08-172-7/+7
* | | hwdb: ACCEL_MOUNT_MATRIX quirk for Acer SP111-32*Grant Mathews2020-08-171-0/+1
* | | socket-netlink: make address argument constLennart Poettering2020-08-172-2/+9
* | | man: move 'files' module in NSS 'hosts:' line before myhostnameLennart Poettering2020-08-175-27/+25
|/ /
* | tools/make-man-index: fix purpose text that contains tagsHaochen Tong2020-08-171-1/+2
* | test-fs-util: skip encrypted path test if we get EACCESTopi Miettinen2020-08-171-5/+6
* | README: fix indentationLennart Poettering2020-08-171-8/+8
* | update TODOLennart Poettering2020-08-171-0/+2
* | Newer Glibc use faccessat2 to implement faccessatMichael Scherer2020-08-161-0/+1
* | Merge pull request #16705 from bluca/verity_udev_waitLennart Poettering2020-08-149-47/+139
|\ \
| * | shared/udev-util: fix sd_device leak in device_wait_for_initializationLuca Boccassi2020-08-141-1/+7
| * | tree-wide: enable/disable libcrypsetup debug output depending on our levelLuca Boccassi2020-08-147-22/+23
| * | dissect: yield for 2ms when a verity device cannot be opened before retryingLuca Boccassi2020-08-141-0/+3
| * | dissect: account for EBUSY when verity device already existsLuca Boccassi2020-08-141-7/+14
| * | dissect: wait for udev event if verity device not yet availableLuca Boccassi2020-08-141-4/+9
| * | udev-util: add device_wait_for_devlinkLuca Boccassi2020-08-142-14/+84
|/ /
* | namespace: fix minor memory leakLennart Poettering2020-08-141-7/+7
* | Merge pull request #16612 from poettering/dissect-copyLennart Poettering2020-08-1316-133/+973
|\ \
| * | update TODOLennart Poettering2020-08-121-11/+0
| * | test: update tests to use new JSON output instead of human readable outputLennart Poettering2020-08-121-13/+17
| * | dissect: add support for outputting JSONLennart Poettering2020-08-123-10/+107
| * | json: add helpers for dealing with id128 + strvLennart Poettering2020-08-122-0/+51
| * | man: document systemd-dissectLennart Poettering2020-08-112-0/+245
| * | meson: move systemd-dissect to /usr/binLennart Poettering2020-08-111-2/+1
| * | dissect: show proper error strings for more errorsLennart Poettering2020-08-112-36/+62
| * | dissect: introduce new helper dissected_image_mount_and_warn() and use it eve...Lennart Poettering2020-08-114-19/+36
| * | dissect: use recognizable error if we are supposed to mount an encrypted fsLennart Poettering2020-08-111-2/+11
| * | dissect: immediately close pipes when we determined we have no data for themLennart Poettering2020-08-112-272/+299
| * | dissect: properly propagate some relevant dissection errorsLennart Poettering2020-08-111-1/+17
| * | dissect: beef up dissection outputLennart Poettering2020-08-111-37/+78
| * | dissect: load verity metadata earlierLennart Poettering2020-08-111-8/+27
| * | dissect: show more information in outputLennart Poettering2020-08-111-0/+13
| * | dissect: add support for copying files in/out of imageLennart Poettering2020-08-111-5/+231
| * | copy: add copy_access() helper for copying access modeLennart Poettering2020-08-112-0/+16