summaryrefslogtreecommitdiff
path: root/src/shared/efivars.c
Commit message (Expand)AuthorAgeFilesLines
* efivars: if OsIndicationsSupported does not exist, assume that reboot-to-firm...Lennart Poettering2017-11-241-0/+2
* efivars: minor coding style improvementsLennart Poettering2017-11-241-13/+14
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-1/+1
* efivars: don't crash when somebody wants to remove an efi variableLennart Poettering2017-09-081-1/+1
* shared: assert the source for memcpyThomas Hindoe Paaboel Andersen2017-04-281-0/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* shared: include what we useThomas Hindoe Paaboel Andersen2015-12-061-0/+10
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-2/+2
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out printf() helpers to stdio-util.hLennart Poettering2015-10-271-0/+1
* util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-2/+3
* basic: rework virtualization detection APILennart Poettering2015-09-071-1/+1
* logind: some firmware implementations remove OsIndications if it is unsetLennart Poettering2015-07-111-1/+13
* tree-wide: remove spurious spaceThomas Hindoe Paaboel Andersen2015-06-081-1/+1
* shared: efivars - fix compile on non-EFI systemsTom Gundersen2015-04-101-10/+10
* shared: efivars - is_efi_*() returns bool instead of intTom Gundersen2015-04-101-4/+4
* logind,systemctl: add reboot to EFI firmware supportJan Janssen2015-04-071-0/+72
* efivars: itialize variableZbigniew Jędrzejewski-Szmek2015-03-091-1/+1
* efivars: use greedy_reallocZbigniew Jędrzejewski-Szmek2015-03-091-5/+3
* efivars: use more _cleanup_Zbigniew Jędrzejewski-Szmek2015-03-091-21/+15
* efivars: do binary and before converting to boolZbigniew Jędrzejewski-Szmek2015-03-091-1/+1
* efivars: rename last remaining err to rZbigniew Jędrzejewski-Szmek2015-03-091-4/+4
* efivars: modernizationZbigniew Jędrzejewski-Szmek2015-03-091-92/+33
* tree-wide: use _packed_ macro instead of raw gcc __attribute__Lennart Poettering2015-03-091-5/+5
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-2/+0
* bootctl: add sd-boot supportKay Sievers2015-02-171-8/+229
* fix a couple of more lazy "return -1"Lennart Poettering2014-08-111-1/+1
* gpt-auto-generator: automatically find the root disk of the systemLennart Poettering2014-03-071-5/+6
* make gcc shut upLennart Poettering2014-02-191-2/+2
* ModernizationZbigniew Jędrzejewski-Szmek2013-10-131-7/+3
* Never call qsort on potentially NULL arraysZbigniew Jędrzejewski-Szmek2013-10-131-2/+1
* efi: never call qsort on potentially NULL arraysLennart Poettering2013-10-021-1/+2
* support acpi firmware performance data (FPDT)Kay Sievers2013-09-241-38/+3
* efivars: un-leak a few stringsZbigniew Jędrzejewski-Szmek2013-04-041-6/+9
* efivars: fix return codeZbigniew Jędrzejewski-Szmek2013-03-211-1/+1
* bootctl: print secure boot flagsKay Sievers2013-03-101-0/+30
* efi: compare by substractionKay Sievers2013-02-171-6/+1
* build-sys: make EFI support build-time optionalLennart Poettering2013-02-131-0/+4
* efi: efi_get_boot_options() should already sort the entries, the random order...Lennart Poettering2013-02-131-5/+21
* efi: use efi_get_variable_string() instead of efi_get_variable() where we canLennart Poettering2013-02-131-14/+2
* efi: unify BootXXXX readingKay Sievers2013-02-131-11/+20
* efi: add missing #includeLennart Poettering2013-02-131-0/+1
* efi: various cleanupsLennart Poettering2013-02-131-31/+94
* bootctl: add boot loader and firmware interface toolKay Sievers2013-02-111-2/+183
* efi: fix returned length of efi_get_variable()Lennart Poettering2013-02-111-1/+1
* efi: fix Usec vs. USecKay Sievers2013-01-241-2/+2