index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
bootspec.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #22791 from keszybz/bootctl-invert-order
Lennart Poettering
2022-03-23
1
-11
/
+9
|
\
|
*
sd-boot+bootctl: invert order of entries w/o sort-key
Zbigniew Jędrzejewski-Szmek
2022-03-18
1
-1
/
+2
|
*
shared/bootspec: reduce scope of variables
Zbigniew Jędrzejewski-Szmek
2022-03-18
1
-10
/
+7
*
|
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-4
/
+0
*
|
Merge pull request #22519 from poettering/boot-order-title-revert
Zbigniew Jędrzejewski-Szmek
2022-03-18
1
-32
/
+73
|
\
|
|
*
sd-boot: make use of new "sort-key" boot loader spec field
Lennart Poettering
2022-03-18
1
-32
/
+73
*
|
shared: split out ESP/XBOOTLDR search stuff from bootspec.c
Lennart Poettering
2022-03-18
1
-713
/
+2
|
/
*
Merge pull request #22487 from poettering/bootspec-source-flags
Yu Watanabe
2022-02-14
1
-67
/
+182
|
\
|
*
bootspec: avoid zero size VLA
Lennart Poettering
2022-02-14
1
-16
/
+17
|
*
boot: suppress XBOOTLDR if same device as ESP when enumerating entries
Lennart Poettering
2022-02-14
1
-16
/
+62
|
*
bootspec: make sure all return values are initialized on return of find_esp_a...
Lennart Poettering
2022-02-14
1
-0
/
+13
|
*
bootctl: show more information about boot entry state in list
Lennart Poettering
2022-02-14
1
-3
/
+8
|
*
bootspec: also collect/mark the "selected" boot entry (i.e. the one currently...
Lennart Poettering
2022-02-14
1
-15
/
+55
|
*
bootspec: also parse new 'beep' loader.conf variable
Lennart Poettering
2022-02-14
1
-0
/
+3
|
*
bootspec: parse/show devicetree-overlay field too
Lennart Poettering
2022-02-14
1
-1
/
+10
|
*
bootspec: port one more use of basename() to path_extract_filename()
Lennart Poettering
2022-02-14
1
-9
/
+11
|
*
Revert "bootctl: Ignore boot entries (continue #22041)"
Lennart Poettering
2022-02-14
1
-7
/
+3
*
|
tree-wide: use id128_equal_string() at various places
Lennart Poettering
2022-02-14
1
-4
/
+6
|
/
*
bootctl: removed unused parameter only_auto
Goffredo Baroncelli
2022-01-18
1
-3
/
+7
*
Define FOREACH_DIRENT through FOREACH_DIRENT_ALL
Zbigniew Jędrzejewski-Szmek
2021-12-15
1
-1
/
+0
*
tree-wide: use new RET_NERRNO() helper at various places
Lennart Poettering
2021-11-16
1
-1
/
+2
*
bootspec: catch up with sd-boot's bootspec implementation
Lennart Poettering
2021-11-11
1
-12
/
+37
*
dirent-util: use readdir_ensure_type() in readdir_no_dot() and FOREACH_DIRENT()
Yu Watanabe
2021-06-23
1
-1
/
+0
*
basic/efivars: replace dynanamic creation of efivar names with static strings
Zbigniew Jędrzejewski-Szmek
2021-06-15
1
-3
/
+3
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-8
/
+3
*
bootspec: assume that the root dir is at the top of its file system
v248-rc2
Lennart Poettering
2021-02-23
1
-4
/
+11
*
tree-wide: replace strverscmp() and str_verscmp() with strverscmp_improved()
Yu Watanabe
2021-02-09
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
bootspec: tweak error message
Lennart Poettering
2020-10-19
1
-2
/
+2
*
bootspec: don't fail with EIO if searching for ESP and finding one without an...
Lennart Poettering
2020-10-01
1
-4
/
+6
*
efi: cache LoaderEntries EFI variable
Lennart Poettering
2020-05-29
1
-12
/
+6
*
bootspec: parse random-seed-mode line in loader.conf
Yu Watanabe
2020-01-26
1
-0
/
+3
*
boot: Deduplicate old-style loader entries.
Spencer Michaels
2019-11-22
1
-5
/
+12
*
boot: Update bootspec.c to match previous changes.
Spencer Michaels
2019-11-19
1
-10
/
+8
*
Merge pull request #13246 from keszybz/add-SystemdOptions-efi-variable
Zbigniew Jędrzejewski-Szmek
2019-10-03
1
-0
/
+1
|
\
|
*
util-lib: split shared/efivars into basic/efivars and shared/efi-loader
Zbigniew Jędrzejewski-Szmek
2019-09-16
1
-0
/
+1
*
|
Handle d_type == DT_UNKNOWN correctly
Michael Olbrich
2019-09-30
1
-0
/
+1
*
|
log: Add missing "%" in "%m" log format strings
Filipe Brandenburger
2019-09-25
1
-1
/
+1
|
/
*
basic/conf-files: make conf_files_list() take just a single directory
Zbigniew Jędrzejewski-Szmek
2019-09-16
1
-1
/
+1
*
codespell: fix spelling errors
Ben Boeckel
2019-04-29
1
-2
/
+2
*
bootspec: fix build when EFI support is disabled
Yu Watanabe
2019-04-17
1
-1
/
+2
*
Add fmemopen_unlocked() and use unlocked ops in fuzzers and some other tests
Zbigniew Jędrzejewski-Szmek
2019-04-12
1
-1
/
+1
*
bootspec: remove now-unused boot_entry_type_table
Zbigniew Jędrzejewski-Szmek
2019-04-05
1
-8
/
+0
*
bootctl: replace "type" with "source" in output
Zbigniew Jędrzejewski-Szmek
2019-04-05
1
-1
/
+6
*
bootspec: fix memleak caused by setting invalid cleanup function
Yu Watanabe
2019-03-31
1
-1
/
+1
*
bootspec: add missing free() in boot_config_free()
Yu Watanabe
2019-03-31
1
-0
/
+1
*
headers: remove unneeded includes from util.h
Zbigniew Jędrzejewski-Szmek
2019-03-27
1
-0
/
+2
*
shared/bootspec: avoid signed-unsigned comparison
Zbigniew Jędrzejewski-Szmek
2019-03-15
1
-1
/
+1
*
bootspec: don't log in boot_entries_load_config_auto() about no ESP
Lennart Poettering
2019-03-13
1
-3
/
+1
*
util: split out sorting related calls to new sort-util.[ch]
Lennart Poettering
2019-03-13
1
-0
/
+1
[next]