summaryrefslogtreecommitdiff
path: root/src/boot
AgeCommit message (Expand)AuthorFilesLines
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering1-17/+15
2015-09-09tree-wide: update empty-if coccinelle script to cover empty-while and moreLennart Poettering1-2/+1
2015-08-27tree-wide: we place the opening bracket on the same line as the function nameLennart Poettering1-10/+5
2015-08-06bootctl: fix path in log messageKarel Zak1-1/+1
2015-07-30systemd-boot: sort /EFI/Linux/*.efi filesKay Sievers1-8/+21
2015-07-29Merge pull request #779 from poettering/fflush-and-checkDaniel Mack1-4/+4
2015-07-29tree-wide: port everything over to fflush_and_check()Lennart Poettering1-4/+4
2015-07-29sd-boot: stub - export LoaderDevicePartUUIDKay Sievers4-24/+82
2015-07-26systemd-boot: fix whitespaceKay Sievers1-3/+3
2015-07-26Merge pull request #634 from icarlosvenegas/sd-boot-show-efi-cmdline_v2Kay Sievers1-2/+15
2015-07-25bootctl: add missing newlineKay Sievers1-0/+2
2015-07-20sd-boot:Show stub cmdline when editJose Carlos Venegas Munoz1-2/+15
2015-07-15sd-boot: ignore missing /etc/machine-idDavid Herrmann1-1/+1
2015-07-09boot: use BUILD_ID if VERSION_ID is not presentDavid Herrmann1-2/+10
2015-07-09boot: fix memleaks in os-release parserDavid Herrmann1-3/+6
2015-07-04bootctl: fix sdboot to systemd-bootMiguel Bernal Marin1-1/+1
2015-05-23bootctl: fix an error checkThomas Hindoe Paaboel Andersen1-1/+1
2015-05-22bootctl: ferror must be called before FILE is closedThomas Hindoe Paaboel Andersen1-9/+7
2015-05-19bootctl: try to catch all errorsZbigniew Jędrzejewski-Szmek1-22/+46
2015-05-19bootctl: modernizationZbigniew Jędrzejewski-Szmek1-562/+284
2015-05-12boot: function parameters are separated by commaKay Sievers1-13/+13
2015-04-11boot/util: add ticks_read() stubKoen Kooi1-0/+5
2015-04-11boot/util: use x86 ASM only on x86 platforms.Koen Kooi1-1/+1
2015-04-08remove duplicated includesRonny Chevalier1-1/+0
2015-04-06util: rework rm_rf() logicLennart Poettering1-1/+2
2015-03-19bootctl: drop redundant parse_argv()David Herrmann1-4/+0
2015-03-13efi: widen operand to avoid overflowZbigniew Jędrzejewski-Szmek1-1/+1
2015-03-11boot: efi - add config option to disable the command line editorKay Sievers3-3/+39
2015-03-09boot/efi: do not assign variable twiceZbigniew Jędrzejewski-Szmek1-4/+1
2015-03-01boot: efi - ignore .conf snippets starting with "auto-"Kay Sievers1-0/+3
2015-03-01boot: efi - remove a couple of Loader* variablesKay Sievers1-62/+0
2015-02-27bootctl: avoid NULL pointer dereferenceZbigniew Jędrzejewski-Szmek1-2/+2
2015-02-27boot: efi - fix missing includeMarcel Holtmann1-0/+1
2015-02-26boot: efi - remove custom splash supportKay Sievers1-62/+4
2015-02-26boot: efi - split graphics and splash handlingKay Sievers6-301/+346
2015-02-26boot: efi - support embedded splash imageKay Sievers3-17/+20
2015-02-26boot: efi - print generic error message if we fail to execute an imageKay Sievers1-8/+2
2015-02-26boot: efi - remove default boot splash handlingKay Sievers3-111/+41
2015-02-25bootctl: check that partition uuid is validThomas Hindoe Paaboel Andersen1-1/+7
2015-02-25bootctl: fix mem leaksThomas Hindoe Paaboel Andersen1-9/+5
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-1/+0
2015-02-20build-sys: update gitignoreKay Sievers1-1/+1
2015-02-18systemd-boot: fix alignment of version in tableThomas Hindoe Paaboel Andersen1-1/+1
2015-02-18gummiboot/sd-boot/systemd-boot: rename galoreTom Gundersen14-17/+3452
2015-02-17bootctl: add sd-boot supportKay Sievers5-580/+1293
2015-02-12Add missing includes in header filesThomas Hindoe Paaboel Andersen1-0/+2
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek1-20/+13
2014-02-19make gcc shut upLennart Poettering1-1/+1
2014-01-31use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH1-1/+1
2013-12-31boot-efi: Remove superfluous assignmentStefan Beller1-1/+1