summaryrefslogtreecommitdiff
path: root/src/boot
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9437 from poettering/sd-boot-countLennart Poettering2018-10-193-0/+657
|\
| * units: add simple boot check unitLennart Poettering2018-10-191-0/+106
| * add "systemd-bless-boot-generator"Lennart Poettering2018-10-191-0/+75
| * add new systemd-bless-boot.service that marks boots as successfulLennart Poettering2018-10-191-0/+476
* | bootctl: include error cause in log messageYu Watanabe2018-10-201-1/+1
|/
* efi: rework OFFSETOF() based on __builtin_offsetof()Lennart Poettering2018-10-181-1/+1
* sd-boot: factor out searching for loader entryLennart Poettering2018-10-161-16/+23
* sd-boot: also set an ID for the reboot-into-firmware entryLennart Poettering2018-10-161-1/+3
* sd-boot: write the IDs of all discovered entries to an EFI variableLennart Poettering2018-10-163-1/+28
* efi: make efivar_set_raw() buffer argument VOID*Lennart Poettering2018-10-163-4/+4
* sd-boot: add boot counting mechanismLennart Poettering2018-10-161-16/+275
* sd-boot: coding style fix, don't rely on C's downgrade-to-bool feature for nu...Lennart Poettering2018-10-161-2/+2
* sd-boot: remove left-over lgpl blurbLennart Poettering2018-10-161-5/+0
* sd-boot: simplify memory management in processing of unified kernel image a bitLennart Poettering2018-10-161-5/+3
* sd-boot: properly free all config entry fieldsLennart Poettering2018-10-161-1/+6
* sd-boot: rename ConfigEntry field 'file' to 'id'Lennart Poettering2018-10-161-20/+20
* sd-boot: break overly long function argument lists following our usual coding...Lennart Poettering2018-10-161-13/+71
* sd-boot: drop initialization of 'line' which we override in the next line anywayLennart Poettering2018-10-161-3/+0
* efi: explicity check for NULL in FreePoolp()Lennart Poettering2018-10-161-1/+6
* efi: add cleanup handler for closing file descriptorsLennart Poettering2018-10-161-0/+7
* efi: add poor man's offsetof() implementationLennart Poettering2018-10-161-0/+1
* console: avoid promotion to signed intDavid Tardon2018-10-121-1/+1
* bootctl: include boot entries discovered by the boot loader but not in $BOOT ...Lennart Poettering2018-10-081-0/+16
* bootctl: add new verbs for setting the default boot/oneshot entryLennart Poettering2018-10-081-10/+64
* bootctl: add auto-pagingLennart Poettering2018-10-081-0/+15
* bootctl: highlight various title/product fields in outputLennart Poettering2018-10-081-4/+4
* bootctl: unify the code which we use to show boot loader entriesLennart Poettering2018-10-081-69/+56
* bootctl: downgrade to log messages that aren't actually errorsLennart Poettering2018-10-081-2/+2
* bootctl: reword status/list section headers a bitLennart Poettering2018-10-081-5/+5
* bootctl: show 'Default Boot Entry' header only when we found somethingLennart Poettering2018-10-081-5/+4
* bootspec: remove redundant loggingLennart Poettering2018-10-081-4/+2
* bootctl: tiny shortificationLennart Poettering2018-10-081-6/+5
* bootctl: let's be paranoid and synchronize the ESP in full after all changesLennart Poettering2018-10-081-0/+20
* Merge pull request #10262 from keszybz/hibres-disableLennart Poettering2018-10-081-0/+2
|\
| * bootspec: rename "filename" field to "id"Lennart Poettering2018-09-271-0/+2
* | boot: change multiplication orderZbigniew Jędrzejewski-Szmek2018-10-021-1/+1
* | meson: avoid calling the shell to resolve efi_libdirMike Gilbert2018-09-301-3/+6
* | meson: use an array option for efi-ccMike Gilbert2018-09-301-5/+5
* | meson: use the host architecture compiler/linker for src/boot/efiHelmut Grohne2018-09-281-0/+6
|/
* meson: disable _all_ tests when -Dtests=falseZbigniew Jędrzejewski-Szmek2018-09-131-3/+5
* boot/efi/stub.c: fix Dell LoadOptionsHarald Hoyer2018-09-031-1/+1
* tree-wide: use '#pragma once' for header guardYu Watanabe2018-08-309-38/+9
* sd-boot: fix header guardYu Watanabe2018-08-291-1/+2
* tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-201-6/+13
* meson: drop parens when appending to listZbigniew Jędrzejewski-Szmek2018-07-311-2/+2
* meson: drop redundant messagesYu Watanabe2018-07-231-4/+0
* tree-wide: drop empty lines in commentsYu Watanabe2018-07-233-5/+0
* Merge pull request #9398 from yuwata/lgtm-fixesLennart Poettering2018-06-251-12/+2
|\
| * bootctl: drop dead codeYu Watanabe2018-06-251-12/+2
* | boot: do not assume the last character in cmdline is a newlineZbigniew Jędrzejewski-Szmek2018-06-251-6/+8
|/