summaryrefslogtreecommitdiff
path: root/src/shared/efivars.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-11logind: some firmware implementations remove OsIndications if it is unsetLennart Poettering1-1/+13
2015-06-08tree-wide: remove spurious spaceThomas Hindoe Paaboel Andersen1-1/+1
2015-04-10shared: efivars - fix compile on non-EFI systemsTom Gundersen1-10/+10
2015-04-10shared: efivars - is_efi_*() returns bool instead of intTom Gundersen1-4/+4
2015-04-07logind,systemctl: add reboot to EFI firmware supportJan Janssen1-0/+72
2015-03-09efivars: itialize variableZbigniew Jędrzejewski-Szmek1-1/+1
2015-03-09efivars: use greedy_reallocZbigniew Jędrzejewski-Szmek1-5/+3
2015-03-09efivars: use more _cleanup_Zbigniew Jędrzejewski-Szmek1-21/+15
2015-03-09efivars: do binary and before converting to boolZbigniew Jędrzejewski-Szmek1-1/+1
2015-03-09efivars: rename last remaining err to rZbigniew Jędrzejewski-Szmek1-4/+4
2015-03-09efivars: modernizationZbigniew Jędrzejewski-Szmek1-92/+33
2015-03-09tree-wide: use _packed_ macro instead of raw gcc __attribute__Lennart Poettering1-5/+5
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-2/+0
2015-02-17bootctl: add sd-boot supportKay Sievers1-8/+229
2014-08-11fix a couple of more lazy "return -1"Lennart Poettering1-1/+1
2014-03-07gpt-auto-generator: automatically find the root disk of the systemLennart Poettering1-5/+6
2014-02-19make gcc shut upLennart Poettering1-2/+2
2013-10-13ModernizationZbigniew Jędrzejewski-Szmek1-7/+3
2013-10-13Never call qsort on potentially NULL arraysZbigniew Jędrzejewski-Szmek1-2/+1
2013-10-02efi: never call qsort on potentially NULL arraysLennart Poettering1-1/+2
2013-09-24support acpi firmware performance data (FPDT)Kay Sievers1-38/+3
2013-04-04efivars: un-leak a few stringsZbigniew Jędrzejewski-Szmek1-6/+9
2013-03-21efivars: fix return codeZbigniew Jędrzejewski-Szmek1-1/+1
2013-03-10bootctl: print secure boot flagsKay Sievers1-0/+30
2013-02-17efi: compare by substractionKay Sievers1-6/+1
2013-02-13build-sys: make EFI support build-time optionalLennart Poettering1-0/+4
2013-02-13efi: efi_get_boot_options() should already sort the entries, the random order...Lennart Poettering1-5/+21
2013-02-13efi: use efi_get_variable_string() instead of efi_get_variable() where we canLennart Poettering1-14/+2
2013-02-13efi: unify BootXXXX readingKay Sievers1-11/+20
2013-02-13efi: add missing #includeLennart Poettering1-0/+1
2013-02-13efi: various cleanupsLennart Poettering1-31/+94
2013-02-11bootctl: add boot loader and firmware interface toolKay Sievers1-2/+183
2013-02-11efi: fix returned length of efi_get_variable()Lennart Poettering1-1/+1
2013-01-24efi: fix Usec vs. USecKay Sievers1-2/+2
2013-01-23efi: read microseconds from boot loader info instead of "ticks" magicKay Sievers1-58/+4
2013-01-21efi: add efi boot generator that automatically mounts the ESP to /bootLennart Poettering1-0/+30
2013-01-21util: move is_efiboot() to efivars.cLennart Poettering1-0/+4
2013-01-19core: if the bootloader supports it, determine firmware and boot loader delayLennart Poettering1-0/+233