index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
efivars.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
util-lib: split shared/efivars into basic/efivars and shared/efi-loader
Zbigniew Jędrzejewski-Szmek
2019-09-16
1
-942
/
+0
*
efivars: modernize efi_get_variable() a bit
Lennart Poettering
2019-07-25
1
-27
/
+44
*
tree-wide: some more [static] related fixes
Lennart Poettering
2019-07-12
1
-0
/
+2
*
efivars: allow plus in the entry name
Yu Watanabe
2019-05-19
1
-1
/
+1
*
tree-wide: drop !! casts to booleans
Frantisek Sumsal
2019-04-28
1
-1
/
+1
*
efivars: add helper to format efivarfs path
Zbigniew Jędrzejewski-Szmek
2019-04-05
1
-6
/
+15
*
tree-wide: use SD_ID128_UUID_FORMAT_STR as appropriate
Zbigniew Jędrzejewski-Szmek
2019-04-05
1
-1
/
+1
*
util: split out sorting related calls to new sort-util.[ch]
Lennart Poettering
2019-03-13
1
-1
/
+1
*
efivars: make sure efi_loader_entry_name_valid() is always compiled in
Lennart Poettering
2019-03-11
1
-10
/
+10
*
shared/bootspec: treat empty EFI vars as missing
Zbigniew Jędrzejewski-Szmek
2019-03-06
1
-1
/
+1
*
efivars: extend character set that may be used in boot loader entry ids a bit
Lennart Poettering
2019-03-05
1
-1
/
+1
*
efivars: remove direct access to unaligned structure members
Zbigniew Jędrzejewski-Szmek
2019-02-05
1
-43
/
+47
*
efivars: make sure that _packed_ structure members are actually aligned as ex...
Zbigniew Jędrzejewski-Szmek
2019-02-05
1
-14
/
+28
*
tree-wide: use c99 static for array size declarations
Zbigniew Jędrzejewski-Szmek
2019-01-04
1
-1
/
+1
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-4
/
+3
*
fix build with -Defi=false
asavah
2018-11-16
1
-12
/
+12
*
efivars: let's add some validation of boot menu entry name syntax
Lennart Poettering
2018-11-16
1
-4
/
+17
*
efivars: add new helper efi_set_variable_string()
Lennart Poettering
2018-11-16
1
-13
/
+23
*
bootctl: display loader features in a pretty way.
Lennart Poettering
2018-11-16
1
-0
/
+50
*
efivars: add missing OOM check
Lennart Poettering
2018-10-13
1
-0
/
+3
*
efivars: check path_len before using it as loop boundary
David Tardon
2018-10-12
1
-2
/
+6
*
bootctl: include boot entries discovered by the boot loader but not in $BOOT ...
Lennart Poettering
2018-10-08
1
-0
/
+51
*
efivars: newer efivarfs sets FS_IMMUTABLE_FL by default, deal with that
Lennart Poettering
2018-10-08
1
-7
/
+48
*
efivars: some trivial coding style updates
Lennart Poettering
2018-10-08
1
-16
/
+12
*
efivars: check whether we are booted with EFI before reading/writing to varia...
Lennart Poettering
2018-10-08
1
-8
/
+40
*
efi: detect containers in is_efi_boot()
Lennart Poettering
2018-10-08
1
-2
/
+5
*
tree-wide: use typesafe_qsort()
Yu Watanabe
2018-09-19
1
-5
/
+3
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-10
/
+6
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-4
/
+2
*
efivars: if OsIndicationsSupported does not exist, assume that reboot-to-firm...
Lennart Poettering
2017-11-24
1
-0
/
+2
*
efivars: minor coding style improvements
Lennart Poettering
2017-11-24
1
-13
/
+14
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
1
-1
/
+1
*
efivars: don't crash when somebody wants to remove an efi variable
Lennart Poettering
2017-09-08
1
-1
/
+1
*
shared: assert the source for memcpy
Thomas Hindoe Paaboel Andersen
2017-04-28
1
-0
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
shared: include what we use
Thomas Hindoe Paaboel Andersen
2015-12-06
1
-0
/
+10
*
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-16
1
-2
/
+2
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out printf() helpers to stdio-util.h
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: introduce dirent-util.[ch] for directory entry calls
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out IO related calls to io-util.[ch]
Lennart Poettering
2015-10-26
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-2
/
+3
*
basic: rework virtualization detection API
Lennart Poettering
2015-09-07
1
-1
/
+1
*
logind: some firmware implementations remove OsIndications if it is unset
Lennart Poettering
2015-07-11
1
-1
/
+13
*
tree-wide: remove spurious space
Thomas Hindoe Paaboel Andersen
2015-06-08
1
-1
/
+1
[next]