summaryrefslogtreecommitdiff
path: root/src/shared/efivars.c
AgeCommit message (Expand)Author
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-12-06shared: include what we useThomas Hindoe Paaboel Andersen
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split out printf() helpers to stdio-util.hLennart Poettering
2015-10-27util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-26util-lib: split out IO related calls to io-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-09-07basic: rework virtualization detection APILennart Poettering
2015-07-11logind: some firmware implementations remove OsIndications if it is unsetLennart Poettering
2015-06-08tree-wide: remove spurious spaceThomas Hindoe Paaboel Andersen
2015-04-10shared: efivars - fix compile on non-EFI systemsTom Gundersen
2015-04-10shared: efivars - is_efi_*() returns bool instead of intTom Gundersen
2015-04-07logind,systemctl: add reboot to EFI firmware supportJan Janssen
2015-03-09efivars: itialize variableZbigniew Jędrzejewski-Szmek
2015-03-09efivars: use greedy_reallocZbigniew Jędrzejewski-Szmek
2015-03-09efivars: use more _cleanup_Zbigniew Jędrzejewski-Szmek
2015-03-09efivars: do binary and before converting to boolZbigniew Jędrzejewski-Szmek
2015-03-09efivars: rename last remaining err to rZbigniew Jędrzejewski-Szmek
2015-03-09efivars: modernizationZbigniew Jędrzejewski-Szmek
2015-03-09tree-wide: use _packed_ macro instead of raw gcc __attribute__Lennart Poettering
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-17bootctl: add sd-boot supportKay Sievers
2014-08-11fix a couple of more lazy "return -1"Lennart Poettering
2014-03-07gpt-auto-generator: automatically find the root disk of the systemLennart Poettering
2014-02-19make gcc shut upLennart Poettering
2013-10-13ModernizationZbigniew Jędrzejewski-Szmek
2013-10-13Never call qsort on potentially NULL arraysZbigniew Jędrzejewski-Szmek
2013-10-02efi: never call qsort on potentially NULL arraysLennart Poettering
2013-09-24support acpi firmware performance data (FPDT)Kay Sievers
2013-04-04efivars: un-leak a few stringsZbigniew Jędrzejewski-Szmek
2013-03-21efivars: fix return codeZbigniew Jędrzejewski-Szmek
2013-03-10bootctl: print secure boot flagsKay Sievers
2013-02-17efi: compare by substractionKay Sievers
2013-02-13build-sys: make EFI support build-time optionalLennart Poettering
2013-02-13efi: efi_get_boot_options() should already sort the entries, the random order...Lennart Poettering
2013-02-13efi: use efi_get_variable_string() instead of efi_get_variable() where we canLennart Poettering
2013-02-13efi: unify BootXXXX readingKay Sievers
2013-02-13efi: add missing #includeLennart Poettering
2013-02-13efi: various cleanupsLennart Poettering
2013-02-11bootctl: add boot loader and firmware interface toolKay Sievers
2013-02-11efi: fix returned length of efi_get_variable()Lennart Poettering
2013-01-24efi: fix Usec vs. USecKay Sievers
2013-01-23efi: read microseconds from boot loader info instead of "ticks" magicKay Sievers
2013-01-21efi: add efi boot generator that automatically mounts the ESP to /bootLennart Poettering
2013-01-21util: move is_efiboot() to efivars.cLennart Poettering
2013-01-19core: if the bootloader supports it, determine firmware and boot loader delayLennart Poettering