summaryrefslogtreecommitdiff
path: root/src/boot
AgeCommit message (Expand)Author
2015-09-09tree-wide: update empty-if coccinelle script to cover empty-while and moreLennart Poettering
2015-08-27tree-wide: we place the opening bracket on the same line as the function nameLennart Poettering
2015-08-06bootctl: fix path in log messageKarel Zak
2015-07-30systemd-boot: sort /EFI/Linux/*.efi filesKay Sievers
2015-07-29Merge pull request #779 from poettering/fflush-and-checkDaniel Mack
2015-07-29tree-wide: port everything over to fflush_and_check()Lennart Poettering
2015-07-29sd-boot: stub - export LoaderDevicePartUUIDKay Sievers
2015-07-26systemd-boot: fix whitespaceKay Sievers
2015-07-26Merge pull request #634 from icarlosvenegas/sd-boot-show-efi-cmdline_v2Kay Sievers
2015-07-25bootctl: add missing newlineKay Sievers
2015-07-20sd-boot:Show stub cmdline when editJose Carlos Venegas Munoz
2015-07-15sd-boot: ignore missing /etc/machine-idDavid Herrmann
2015-07-09boot: use BUILD_ID if VERSION_ID is not presentDavid Herrmann
2015-07-09boot: fix memleaks in os-release parserDavid Herrmann
2015-07-04bootctl: fix sdboot to systemd-bootMiguel Bernal Marin
2015-05-23bootctl: fix an error checkThomas Hindoe Paaboel Andersen
2015-05-22bootctl: ferror must be called before FILE is closedThomas Hindoe Paaboel Andersen
2015-05-19bootctl: try to catch all errorsZbigniew Jędrzejewski-Szmek
2015-05-19bootctl: modernizationZbigniew Jędrzejewski-Szmek
2015-05-12boot: function parameters are separated by commaKay Sievers
2015-04-11boot/util: add ticks_read() stubKoen Kooi
2015-04-11boot/util: use x86 ASM only on x86 platforms.Koen Kooi
2015-04-08remove duplicated includesRonny Chevalier
2015-04-06util: rework rm_rf() logicLennart Poettering
2015-03-19bootctl: drop redundant parse_argv()David Herrmann
2015-03-13efi: widen operand to avoid overflowZbigniew Jędrzejewski-Szmek
2015-03-11boot: efi - add config option to disable the command line editorKay Sievers
2015-03-09boot/efi: do not assign variable twiceZbigniew Jędrzejewski-Szmek
2015-03-01boot: efi - ignore .conf snippets starting with "auto-"Kay Sievers
2015-03-01boot: efi - remove a couple of Loader* variablesKay Sievers
2015-02-27bootctl: avoid NULL pointer dereferenceZbigniew Jędrzejewski-Szmek
2015-02-27boot: efi - fix missing includeMarcel Holtmann
2015-02-26boot: efi - remove custom splash supportKay Sievers
2015-02-26boot: efi - split graphics and splash handlingKay Sievers
2015-02-26boot: efi - support embedded splash imageKay Sievers
2015-02-26boot: efi - print generic error message if we fail to execute an imageKay Sievers
2015-02-26boot: efi - remove default boot splash handlingKay Sievers
2015-02-25bootctl: check that partition uuid is validThomas Hindoe Paaboel Andersen
2015-02-25bootctl: fix mem leaksThomas Hindoe Paaboel Andersen
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-20build-sys: update gitignoreKay Sievers
2015-02-18systemd-boot: fix alignment of version in tableThomas Hindoe Paaboel Andersen
2015-02-18gummiboot/sd-boot/systemd-boot: rename galoreTom Gundersen
2015-02-17bootctl: add sd-boot supportKay Sievers
2015-02-12Add missing includes in header filesThomas Hindoe Paaboel Andersen
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek
2014-02-19make gcc shut upLennart Poettering
2014-01-31use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH
2013-12-31boot-efi: Remove superfluous assignmentStefan Beller
2013-11-09bootctl: remove unused options from getopt_longThomas Hindoe Paaboel Andersen