summaryrefslogtreecommitdiff
path: root/src/boot
Commit message (Expand)AuthorAgeFilesLines
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more locale-related calls to locale-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-17/+15
* tree-wide: update empty-if coccinelle script to cover empty-while and moreLennart Poettering2015-09-091-2/+1
* tree-wide: we place the opening bracket on the same line as the function nameLennart Poettering2015-08-271-10/+5
* bootctl: fix path in log messageKarel Zak2015-08-061-1/+1
* systemd-boot: sort /EFI/Linux/*.efi filesKay Sievers2015-07-301-8/+21
* Merge pull request #779 from poettering/fflush-and-checkDaniel Mack2015-07-291-4/+4
|\
| * tree-wide: port everything over to fflush_and_check()Lennart Poettering2015-07-291-4/+4
* | sd-boot: stub - export LoaderDevicePartUUIDKay Sievers2015-07-294-24/+82
|/
* systemd-boot: fix whitespaceKay Sievers2015-07-261-3/+3
* Merge pull request #634 from icarlosvenegas/sd-boot-show-efi-cmdline_v2Kay Sievers2015-07-261-2/+15
|\
| * sd-boot:Show stub cmdline when editJose Carlos Venegas Munoz2015-07-201-2/+15
* | bootctl: add missing newlineKay Sievers2015-07-251-0/+2
|/
* sd-boot: ignore missing /etc/machine-idDavid Herrmann2015-07-151-1/+1
* boot: use BUILD_ID if VERSION_ID is not presentDavid Herrmann2015-07-091-2/+10
* boot: fix memleaks in os-release parserDavid Herrmann2015-07-091-3/+6
* bootctl: fix sdboot to systemd-bootMiguel Bernal Marin2015-07-041-1/+1
* bootctl: fix an error checkThomas Hindoe Paaboel Andersen2015-05-231-1/+1
* bootctl: ferror must be called before FILE is closedThomas Hindoe Paaboel Andersen2015-05-221-9/+7
* bootctl: try to catch all errorsZbigniew Jędrzejewski-Szmek2015-05-191-22/+46
* bootctl: modernizationZbigniew Jędrzejewski-Szmek2015-05-191-562/+284
* boot: function parameters are separated by commaKay Sievers2015-05-121-13/+13
* 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