summaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
...
* | | cryptsetup: add same-cpu-crypt and submit-from-crypt-cpus optionsYu Watanabe2019-03-131-0/+8
* | | Merge pull request #11933 from keszybz/coverityLennart Poettering2019-03-131-6/+8
|\ \ \ | |/ / |/| |
| * | shared/bootspec: avoid going through -1 when calculating array indexZbigniew Jędrzejewski-Szmek2019-03-121-6/+8
* | | Merge pull request #11927 from poettering/network-namespace-pathZbigniew Jędrzejewski-Szmek2019-03-121-1/+1
|\ \ \
| * | | run: make sure NetworkNamespacePath= can be used on the systemd-run cmdlineLennart Poettering2019-03-071-1/+1
| |/ /
* | | Merge pull request #11943 from yuwata/device-action-seqnum-cleanupsZbigniew Jędrzejewski-Szmek2019-03-122-0/+13
|\ \ \
| * | | util: introduce device_for_action()Yu Watanabe2019-03-122-0/+13
* | | | efivars: make sure efi_loader_entry_name_valid() is always compiled inLennart Poettering2019-03-112-16/+12
|/ / /
* | | Fix compilation without EFI being enabledVesa Jääskeläinen2019-03-111-0/+4
|/ /
* | shared/bootspec: do not fail on errors when reading EFI varsZbigniew Jędrzejewski-Szmek2019-03-061-4/+10
* | shared/bootspec: treat empty EFI vars as missingZbigniew Jędrzejewski-Szmek2019-03-062-5/+5
* | shared/bootspec: minor simplificationZbigniew Jędrzejewski-Szmek2019-03-061-15/+6
|/
* json: log about the right line numberLennart Poettering2019-03-051-1/+1
* bootspec: validate bootpsec entry ids before we use themLennart Poettering2019-03-051-1/+7
* bootspec: get rid of find_default_boot_entry() entirelyLennart Poettering2019-03-052-25/+7
* bootspec: rework find_default_boot_entry() to use boot_entries_load_config_au...Lennart Poettering2019-03-051-13/+2
* bootspec: introduce new helper boot_entries_load_config_auto()Lennart Poettering2019-03-052-0/+49
* bootspec: correct error code shown in log msgLennart Poettering2019-03-051-1/+1
* bootspec: move augmentation of loader-discovered entries into bootspec.cLennart Poettering2019-03-052-2/+105
* bootspec: simplify find_default_boot_entry()Lennart Poettering2019-03-052-5/+3
* bootspec: move log msg from systemctl.c to bootspec.cLennart Poettering2019-03-051-1/+3
* efivars: extend character set that may be used in boot loader entry ids a bitLennart Poettering2019-03-051-1/+1
* util: introduce device_is_renaming()Yu Watanabe2019-03-052-0/+13
* systemctl: format IPIngressBytes= or friends nicelyYu Watanabe2019-03-041-0/+2
* bus-util: drop unnecessary re-formattingYu Watanabe2019-03-042-21/+36
* Merge pull request #11243 from poettering/nspawn-root-overlayZbigniew Jędrzejewski-Szmek2019-03-013-10/+13
|\
| * copy: don't synthesize a 'user.crtime_usec' xattr on copy unless explicitly r...Lennart Poettering2019-03-011-1/+1
| * volatile-util: tweak query_volatile_mode() a bitLennart Poettering2019-03-011-9/+10
| * nspawn: add --volatile=overlay supportLennart Poettering2019-03-012-0/+2
* | bootspec: stat() on an autofs mount point doesn't trigger it, let's hence do ...Lennart Poettering2019-03-011-1/+7
* | bootspec: only sort entries list onceLennart Poettering2019-03-011-10/+2
* | bootspec: also look for boot loader spec type 2 entries (i.e. unified kernel ...Lennart Poettering2019-03-013-0/+313
* | bootspec: use verify_fsroot_dir() in verify_xbootldr() tooLennart Poettering2019-03-011-23/+5
* | bootspec: also optoinally validate XBOOTLDR partition with udev insteado of b...Lennart Poettering2019-03-011-5/+65
* | bootspec: split out code that validates whether directory is top-level dir of fsLennart Poettering2019-03-011-24/+67
* | bootspec: if unprivileged validate partition data with udev rather than blkid...Lennart Poettering2019-03-011-4/+100
* | bootspec: also split out XBOOTLDR partition blkid code into its own functionLennart Poettering2019-03-011-55/+69
* | bootspec: split out ESP blkid validation into function of its ownLennart Poettering2019-03-011-82/+108
* | bootspec: add comment explaining verify_esp() return codesLennart Poettering2019-03-011-0/+7
* | bootspec: use SYNTHETIC_ERRNO() where appropriateLennart Poettering2019-03-011-53/+44
* | bootspec: load entries from both the ESP and XBOOTLDR partitionsLennart Poettering2019-03-012-31/+47
* | bootspec: store 'root' field in each bootspec entry we loadLennart Poettering2019-03-012-10/+23
* | bootspec: add internal APIs to discover the XBOOTLDR partitionLennart Poettering2019-03-012-0/+169
* | dissect: when mounting an image mount the XBOOTLDR partition to /bootLennart Poettering2019-03-011-12/+21
* | dissect: automatically detect boot loader spec $BOOT partitionLennart Poettering2019-03-012-12/+54
* | gpt: add definition for boot loader spec partitionLennart Poettering2019-03-011-0/+1
* | dissect: use SYNTHETIC_ERRNO() where appropriateLennart Poettering2019-03-011-4/+2
* | bootspec: use SYNTHETIC_ERRNO() at one more placeLennart Poettering2019-03-011-4/+2
* | bootspec: update log message, to indicate the error is ignoredLennart Poettering2019-03-011-2/+2
|/
* json: don't call va_end() twice in json_build()Lennart Poettering2019-03-011-2/+0