summaryrefslogtreecommitdiffstats
path: root/src/boot/efi/boot.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-01sd-boot: don't dereference NULL ptr if loaded_image_path is NULLLennart Poettering1-1/+1
2019-03-01sd-boot: pass device handle to config_entry_add_linux()Lennart Poettering1-3/+3
2019-03-01bootspec: only sort entries list onceLennart Poettering1-10/+2
2019-03-01bootspec: also look for boot loader spec type 2 entries (i.e. unified kernel ...Lennart Poettering3-0/+313
2019-03-01bootctl: properly handle readdir() errorsLennart Poettering1-1/+1
2019-03-01bootctl: let's make sure we always add empty line after EFI binary outputLennart Poettering1-4/+6
2019-03-01bootspec: use verify_fsroot_dir() in verify_xbootldr() tooLennart Poettering1-23/+5
2019-03-01bootspec: also optoinally validate XBOOTLDR partition with udev insteado of b...Lennart Poettering1-5/+65
2019-03-01bootspec: split out code that validates whether directory is top-level dir of fsLennart Poettering1-24/+67
2019-03-01bootspec: if unprivileged validate partition data with udev rather than blkid...Lennart Poettering1-4/+100
2019-03-01bootspec: also split out XBOOTLDR partition blkid code into its own functionLennart Poettering1-55/+69
2019-03-01bootspec: split out ESP blkid validation into function of its ownLennart Poettering1-82/+108
2019-03-01bootspec: add comment explaining verify_esp() return codesLennart Poettering1-0/+7
2019-03-01bootspec: use SYNTHETIC_ERRNO() where appropriateLennart Poettering1-53/+44
2019-03-01boot-bless: port over to new $BOOT discovery callsLennart Poettering1-75/+116
2019-03-01bootctl: output where we found $BOOTLennart Poettering1-2/+25
2019-03-01bootctl: teach bootctl the new partition typeLennart Poettering1-113/+237
2019-03-01bootspec: load entries from both the ESP and XBOOTLDR partitionsLennart Poettering4-34/+50
2019-03-01systemctl: add missing OOM checksLennart Poettering1-1/+8
2019-03-01systemctl: use SYNTHETIC_ERRNO() where appropriateLennart Poettering1-4/+3
2019-03-01systemctl: drop arg_esp_path variable from systemctlLennart Poettering1-3/+1
2019-03-01bootspec: store 'root' field in each bootspec entry we loadLennart Poettering3-14/+27
2019-03-01bootspec: add internal APIs to discover the XBOOTLDR partitionLennart Poettering2-0/+169
2019-03-01gpt-auto: also load the boot loader partition during regular bootsLennart Poettering1-15/+71
2019-03-01dissect: when mounting an image mount the XBOOTLDR partition to /bootLennart Poettering1-12/+21
2019-03-01dissect: automatically detect boot loader spec $BOOT partitionLennart Poettering2-12/+54
2019-03-01gpt: add definition for boot loader spec partitionLennart Poettering1-0/+1
2019-03-01bootctl: safety check for regular file when reading EFI imagesLennart Poettering1-0/+4
2019-03-01bootctl: use SYNTHETIC_ERRNO() where appropriateLennart Poettering1-6/+3
2019-03-01dissect: use SYNTHETIC_ERRNO() where appropriateLennart Poettering1-4/+2
2019-03-01bootspec: use SYNTHETIC_ERRNO() at one more placeLennart Poettering1-4/+2
2019-03-01bootspec: update log message, to indicate the error is ignoredLennart Poettering1-2/+2
2019-03-01fs-util: add new helper syncfs_path()Lennart Poettering2-0/+17
2019-03-01env-file: (void)ify an unlink() callLennart Poettering1-1/+1
2019-03-01json: don't call va_end() twice in json_build()Lennart Poettering1-2/+0
2019-03-01semaphoreci: Run subset of autopkgtests in LXC (#11814)Martin Pitt2-27/+76
2019-03-01test-network: add tests for address poolYu Watanabe2-1/+29
2019-03-01network: generate addresses from pool with larger prefixlenYu Watanabe1-2/+2
2019-03-01network: generate random prefix from address poolYu Watanabe1-15/+16
2019-03-01test: add tests for in_addr_random_prefix()Yu Watanabe1-0/+48
2019-03-01util: introduce in_addr_random_prefix()Yu Watanabe2-0/+79
2019-03-01network: propagate error from in_addr_is_null()Yu Watanabe1-2/+3
2019-03-01man: mention Address= can be specified once in [Address] sectionYu Watanabe1-4/+4
2019-03-01man: mention limit about prefix length when null address is specified to Addr...Yu Watanabe1-12/+8
2019-03-01network: check prefixlen when null address is specified to Address=Yu Watanabe1-0/+13
2019-03-01network: use fd00::/8 for ipv6 address poolYu Watanabe1-1/+1
2019-03-01network: make address_pool_new() staticYu Watanabe2-2/+1
2019-02-28test-fs-util: test chase_symlinks with user-owned dirsDavid Michael1-0/+24