summaryrefslogtreecommitdiff
path: root/src/shared/efivars.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-16fix build with -Defi=falseasavah1-12/+12
2018-11-16efivars: let's add some validation of boot menu entry name syntaxLennart Poettering1-4/+17
2018-11-16efivars: add new helper efi_set_variable_string()Lennart Poettering1-13/+23
2018-11-16bootctl: display loader features in a pretty way.Lennart Poettering1-0/+50
2018-10-13efivars: add missing OOM checkLennart Poettering1-0/+3
2018-10-12efivars: check path_len before using it as loop boundaryDavid Tardon1-2/+6
2018-10-08bootctl: include boot entries discovered by the boot loader but not in $BOOT ...Lennart Poettering1-0/+51
2018-10-08efivars: newer efivarfs sets FS_IMMUTABLE_FL by default, deal with thatLennart Poettering1-7/+48
2018-10-08efivars: some trivial coding style updatesLennart Poettering1-16/+12
2018-10-08efivars: check whether we are booted with EFI before reading/writing to varia...Lennart Poettering1-8/+40
2018-10-08efi: detect containers in is_efi_boot()Lennart Poettering1-2/+5
2018-09-19tree-wide: use typesafe_qsort()Yu Watanabe1-5/+3
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-04-05tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe1-10/+6
2018-03-22macro: introduce TAKE_PTR() macroLennart Poettering1-4/+2
2017-11-24efivars: if OsIndicationsSupported does not exist, assume that reboot-to-firm...Lennart Poettering1-0/+2
2017-11-24efivars: minor coding style improvementsLennart Poettering1-13/+14
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-10-04build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek1-1/+1
2017-09-08efivars: don't crash when somebody wants to remove an efi variableLennart Poettering1-1/+1
2017-04-28shared: assert the source for memcpyThomas Hindoe Paaboel Andersen1-0/+1
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-12-06shared: include what we useThomas Hindoe Paaboel Andersen1-0/+10
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen1-2/+2
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: split out printf() helpers to stdio-util.hLennart Poettering1-0/+1
2015-10-27util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering1-0/+1
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering1-0/+1
2015-10-26util-lib: split out IO related calls to io-util.[ch]Lennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-2/+3
2015-09-07basic: rework virtualization detection APILennart Poettering1-1/+1
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