Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-09 | boot: fix memleaks in os-release parser | David Herrmann | |
There is no guarantee that the os-release section contains each key only once, nor any guarantee that all keys are present. Make sure we properly free memory in both cases. Not that it matters much, as we're short-living, anyway. But correct code is always nicer to read.. | |||
2015-05-12 | boot: function parameters are separated by comma | Kay Sievers | |
2015-04-11 | boot/util: add ticks_read() stub | Koen Kooi | |
2015-04-11 | boot/util: use x86 ASM only on x86 platforms. | Koen Kooi | |
2015-03-13 | efi: widen operand to avoid overflow | Zbigniew Jędrzejewski-Szmek | |
CID #1287141. | |||
2015-03-11 | boot: efi - add config option to disable the command line editor | Kay Sievers | |
2015-03-09 | boot/efi: do not assign variable twice | Zbigniew Jędrzejewski-Szmek | |
If the highlighted line did not move outside of the visible region, it should not be necessary to update idx_last. CID #1287137, #1287138. | |||
2015-03-01 | boot: efi - ignore .conf snippets starting with "auto-" | Kay Sievers | |
2015-03-01 | boot: efi - remove a couple of Loader* variables | Kay Sievers | |
2015-02-27 | boot: efi - fix missing include | Marcel Holtmann | |
src/boot/efi/splash.c:312:9: warning: implicit declaration of function ‘graphics_mode’ [-Wimplicit-function-declaration] err = graphics_mode(TRUE); ^ | |||
2015-02-26 | boot: efi - remove custom splash support | Kay Sievers | |
2015-02-26 | boot: efi - split graphics and splash handling | Kay Sievers | |
2015-02-26 | boot: efi - support embedded splash image | Kay Sievers | |
2015-02-26 | boot: efi - print generic error message if we fail to execute an image | Kay Sievers | |
2015-02-26 | boot: efi - remove default boot splash handling | Kay Sievers | |
2015-02-20 | build-sys: update gitignore | Kay Sievers | |
2015-02-18 | systemd-boot: fix alignment of version in table | Thomas Hindoe Paaboel Andersen | |
2015-02-18 | gummiboot/sd-boot/systemd-boot: rename galore | Tom Gundersen | |
What used to be gummiboot, was renamed sd-boot when it was merged into systemd. Let's try to be a bit more consistent with the rest of systemd and rename it again as follows: The EFI bootloader is now called 'systemd-bootx64.efi', and its sources are in 'src/boot/efi/'. The drop-in directory where bootctl will find EFI loaders is now /usr/lib/systemd/boot/efi/. |