Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-06 | include "machine type short-name" in the filename, like gummibootx64.efi, ↵ | Kay Sievers | 2 | -13/+20 | |
gummibootia32.efi | |||||
2013-02-03 | version 1717 | Kay Sievers | 1 | -1/+1 | |
2013-02-03 | use correct variable in str_verscmp() | Kay Sievers | 1 | -1/+1 | |
2013-02-03 | draw menu at the center of the screen | Kay Sievers | 1 | -44/+78 | |
2013-01-24 | version 1616 | Kay Sievers | 1 | -1/+1 | |
2013-01-24 | use "USec" instead of "Usec" | Kay Sievers | 1 | -3/+3 | |
2013-01-23 | add web link to the CPU documentation | Kay Sievers | 1 | -2/+10 | |
2013-01-23 | version 1515 | Kay Sievers | 1 | -1/+1 | |
2013-01-23 | export proper microseconds instead of "ticks" | Kay Sievers | 1 | -14/+105 | |
2013-01-22 | version 1414 | Kay Sievers | 1 | -1/+1 | |
2013-01-22 | include magic string to find version number in the binary | Kay Sievers | 1 | -0/+3 | |
2013-01-22 | dump: suppress output for unset value | Kay Sievers | 1 | -1/+2 | |
2013-01-22 | use gcc's -Wextra | Kay Sievers | 2 | -6/+8 | |
2013-01-22 | version 1313 | Kay Sievers | 1 | -1/+1 | |
2013-01-22 | use git archive | Kay Sievers | 1 | -4/+1 | |
2013-01-22 | export automatically added entries in an EFI variable | Kay Sievers | 2 | -13/+32 | |
2013-01-21 | skip check if entry->machine_id is not set | Kay Sievers | 1 | -28/+31 | |
2013-01-21 | version 1212 | Kay Sievers | 1 | -1/+1 | |
2013-01-21 | recognize LoaderEntryOptions{,OneShot}-$machine-id EFI variables | Kay Sievers | 1 | -0/+36 | |
2013-01-21 | turn "title-machine" and "title-version" into proper "machine-id" and "version" | Kay Sievers | 2 | -28/+32 | |
2013-01-21 | TODO update | Kay Sievers | 1 | -15/+1 | |
2013-01-19 | add missing break; | Kay Sievers | 1 | -0/+1 | |
2013-01-19 | version 1111 | Kay Sievers | 1 | -1/+1 | |
2013-01-19 | export LoaderDevicePartUUID= | Kay Sievers | 2 | -6/+44 | |
2013-01-17 | version 1010 | Kay Sievers | 2 | -1/+509 | |
2012-12-06 | version 99 | Kay Sievers | 1 | -1/+1 | |
2012-12-06 | secure boot: signal security error back to the caller | James Bottomley | 1 | -2/+18 | |
I needed a modification to gummiboot: it has to signal back to the calling program that it had a security error so that the original loader can ask the user to enrol the hash of the kernel for booting. | |||||
2012-10-31 | version 88 | Kay Sievers | 1 | -1/+1 | |
2012-10-31 | properly skip empty lines in config files | Kay Sievers | 1 | -28/+34 | |
2012-10-30 | do not count backwards with for (;;) and unsigned, it does not stop | Kay Sievers | 1 | -2/+4 | |
2012-10-30 | enable signed/unsigned warnings | Kay Sievers | 2 | -15/+16 | |
2012-10-30 | add missing = NULL initializers | Kay Sievers | 1 | -4/+4 | |
2012-10-12 | version 77 | Kay Sievers | 1 | -1/+1 | |
2012-10-12 | fix memory leaks | Felipe Contreras | 1 | -0/+3 | |
2012-10-12 | standardize error checks | Felipe Contreras | 1 | -2/+2 | |
2012-10-11 | config_default_entry_select: get rid of unconditional curly braces block | Kay Sievers | 1 | -16/+9 | |
2012-10-11 | Makefile: test - create subdirectory | Kay Sievers | 1 | -0/+1 | |
2012-10-11 | Fix conditional loop when there are no entries | Felipe Contreras | 1 | -1/+4 | |
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> | |||||
2012-09-10 | version 66 | Kay Sievers | 1 | -1/+1 | |
2012-09-10 | add OS X to the boot options list | Kay Sievers | 1 | -13/+45 | |
2012-09-05 | ignore case when comparing the loaded image location | Kay Sievers | 1 | -7/+8 | |
2012-09-05 | do not auto-select automatically added entries | Kay Sievers | 1 | -10/+13 | |
2012-07-27 | uncomment -mno-red-zone | Kay Sievers | 1 | -2/+2 | |
2012-07-18 | version 55 | Kay Sievers | 1 | -1/+1 | |
2012-07-18 | force EFI text mode when entering the menu | Kay Sievers | 1 | -0/+46 | |
2012-07-18 | Makefile: change comment about fstab | Kay Sievers | 1 | -1/+1 | |
2012-07-15 | add "title-version", "title-machine" to non-unique menu "title"s | Kay Sievers | 3 | -48/+159 | |
2012-07-14 | fix typo in comment | Kay Sievers | 1 | -1/+1 | |
2012-07-14 | version 44 | Kay Sievers | 1 | -1/+1 | |
2012-07-14 | move some code around | Kay Sievers | 1 | -7/+8 | |