summaryrefslogtreecommitdiff
path: root/src/boot
Commit message (Expand)AuthorAgeFilesLines
* boot/util: add ticks_read() stubKoen Kooi2015-04-111-0/+5
* boot/util: use x86 ASM only on x86 platforms.Koen Kooi2015-04-111-1/+1
* remove duplicated includesRonny Chevalier2015-04-081-1/+0
* util: rework rm_rf() logicLennart Poettering2015-04-061-1/+2
* bootctl: drop redundant parse_argv()David Herrmann2015-03-191-4/+0
* efi: widen operand to avoid overflowZbigniew Jędrzejewski-Szmek2015-03-131-1/+1
* boot: efi - add config option to disable the command line editorKay Sievers2015-03-113-3/+39
* boot/efi: do not assign variable twiceZbigniew Jędrzejewski-Szmek2015-03-091-4/+1
* boot: efi - ignore .conf snippets starting with "auto-"Kay Sievers2015-03-011-0/+3
* boot: efi - remove a couple of Loader* variablesKay Sievers2015-03-011-62/+0
* bootctl: avoid NULL pointer dereferenceZbigniew Jędrzejewski-Szmek2015-02-271-2/+2
* boot: efi - fix missing includeMarcel Holtmann2015-02-271-0/+1
* boot: efi - remove custom splash supportKay Sievers2015-02-261-62/+4
* boot: efi - split graphics and splash handlingKay Sievers2015-02-266-301/+346
* boot: efi - support embedded splash imageKay Sievers2015-02-263-17/+20
* boot: efi - print generic error message if we fail to execute an imageKay Sievers2015-02-261-8/+2
* boot: efi - remove default boot splash handlingKay Sievers2015-02-263-111/+41
* bootctl: check that partition uuid is validThomas Hindoe Paaboel Andersen2015-02-251-1/+7
* bootctl: fix mem leaksThomas Hindoe Paaboel Andersen2015-02-251-9/+5
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* build-sys: update gitignoreKay Sievers2015-02-201-1/+1
* systemd-boot: fix alignment of version in tableThomas Hindoe Paaboel Andersen2015-02-181-1/+1
* gummiboot/sd-boot/systemd-boot: rename galoreTom Gundersen2015-02-1814-17/+3452
* bootctl: add sd-boot supportKay Sievers2015-02-175-580/+1293
* Add missing includes in header filesThomas Hindoe Paaboel Andersen2015-02-121-0/+2
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-031-20/+13
* make gcc shut upLennart Poettering2014-02-191-1/+1
* use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH2014-01-311-1/+1
* boot-efi: Remove superfluous assignmentStefan Beller2013-12-311-1/+1
* bootctl: remove unused options from getopt_longThomas Hindoe Paaboel Andersen2013-11-091-1/+1
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-061-5/+5
* bootctl: typo fix in help messageThomas Hindoe Paaboel Andersen2013-11-061-1/+1
* support acpi firmware performance data (FPDT)Kay Sievers2013-09-241-1/+1
* bootctl: fix help textKoen Kooi2013-03-291-1/+1
* bootctl: ESP --> PartitionKay Sievers2013-03-281-4/+4
* bootctl: Binary: --> File:Kay Sievers2013-03-281-17/+20
* bootctl: rename status output headerKay Sievers2013-03-271-2/+2
* bootctl: print Options only when foundKay Sievers2013-03-101-2/+3
* bootctl: print secure boot flagsKay Sievers2013-03-103-12/+28
* bootctl: show "n/a" for empty boot option labelsKay Sievers2013-02-172-2/+8
* use streq instead of strcmpThomas Hindoe Paaboel Andersen2013-02-131-1/+1
* bootctl: always show slashes not backslashesKay Sievers2013-02-131-1/+14
* efi: unify BootXXXX readingKay Sievers2013-02-132-17/+12
* boot: add stub Makefile symlinkLennart Poettering2013-02-131-0/+1
* efi: various cleanupsLennart Poettering2013-02-132-14/+15
* bootctl: print partition uuids as /dev/disk/by-partuuid/...Kay Sievers2013-02-111-2/+4
* bootctl: add boot loader and firmware interface toolKay Sievers2013-02-115-0/+662