summaryrefslogtreecommitdiff
path: root/src/boot
Commit message (Expand)AuthorAgeFilesLines
* Remove 'inline' attributes from static functions in .c files (#11426)Topi Miettinen2019-01-151-2/+2
* tree-wide: use c99 static for array size declarationsZbigniew Jędrzejewski-Szmek2019-01-042-2/+2
* meson: generate version tag from gitZbigniew Jędrzejewski-Szmek2018-12-213-8/+8
* locale-util: prefix special glyph enum values with SPECIAL_GLYPH_Lennart Poettering2018-12-141-6/+6
* tree-wide: Remove O_CLOEXEC from fdopenChris Down2018-12-121-1/+1
* tree-wide: drop redundant space between __attribute__ and ((Lennart Poettering2018-12-031-2/+2
* sd-boot: remove Stall() call (#11029)Harald Hoyer2018-12-031-1/+0
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-0/+1
* tree-wide: remove various unused functionsLennart Poettering2018-12-022-34/+0
* sd-boot: fix trailing whitespace trimmingYu Watanabe2018-11-261-1/+1
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-222-49/+46
* generators: drop umask callsZbigniew Jędrzejewski-Szmek2018-11-211-2/+0
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-0/+1
* bless-boot: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe2018-11-201-12/+9
* bootctl: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe2018-11-201-9/+8
* generators: introduce a common implementation for the log setup boilerplateLennart Poettering2018-11-201-4/+2
* tree-wide: use __ prefixed gcc attributes (#10843)Lennart Poettering2018-11-201-1/+1
* util-lib: move main() definition macros to its own header fileLennart Poettering2018-11-192-0/+2
* Merge pull request #10811 from keszybz/define-main-through-macroLennart Poettering2018-11-191-14/+9
|\
| * boot-check-no-failures: define main through macroZbigniew Jędrzejewski-Szmek2018-11-171-14/+9
* | Merge pull request #10804 from poettering/sd-boot-updatesLennart Poettering2018-11-163-37/+81
|\ \
| * | efi: NUL terminate strings read with efivar_get()Lennart Poettering2018-11-161-2/+17
| * | sd-boot: make sure special menu items also work if menu is skippedLennart Poettering2018-11-161-5/+5
| * | sd-boot: use structured initializationLennart Poettering2018-11-161-4/+5
| * | sd-boot: change name of automatic entry for rebooting into firmwareLennart Poettering2018-11-161-1/+1
| * | sd-boot: add new EFI variable exposing feature set of boot loaderLennart Poettering2018-11-161-0/+10
| * | efi: make sure parse_boolean() does something useful on a NULL parameterLennart Poettering2018-11-161-0/+3
| * | efi: add 'const' to various util.h API parametersLennart Poettering2018-11-162-18/+18
| * | sd-boot: introduce a one-time override for the boot menu timeoutLennart Poettering2018-11-161-3/+14
| * | sd-boot: when converting menu timeout for UINTN to INTN saturateLennart Poettering2018-11-161-1/+1
| * | efi: add simple macros for MAX values of EFI's UINTN/INTN typesLennart Poettering2018-11-161-0/+3
| * | sd-boot: timeout_sec is unsigned hence show it with %uLennart Poettering2018-11-161-3/+4
| |/
* | bootctl: display loader features in a pretty way.Lennart Poettering2018-11-161-0/+28
* | util: force time multiplications to happen in longsLennart Poettering2018-11-161-2/+2
|/
* basic/pager: convert the pager options to a flags argumentZbigniew Jędrzejewski-Szmek2018-11-141-4/+4
* 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