summaryrefslogtreecommitdiffstats
path: root/src/shared/bootspec.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22791 from keszybz/bootctl-invert-orderLennart Poettering2022-03-231-11/+9
|\
| * sd-boot+bootctl: invert order of entries w/o sort-keyZbigniew Jędrzejewski-Szmek2022-03-181-1/+2
| * shared/bootspec: reduce scope of variablesZbigniew Jędrzejewski-Szmek2022-03-181-10/+7
* | strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-4/+0
* | Merge pull request #22519 from poettering/boot-order-title-revertZbigniew Jędrzejewski-Szmek2022-03-181-32/+73
|\|
| * sd-boot: make use of new "sort-key" boot loader spec fieldLennart Poettering2022-03-181-32/+73
* | shared: split out ESP/XBOOTLDR search stuff from bootspec.cLennart Poettering2022-03-181-713/+2
|/
* Merge pull request #22487 from poettering/bootspec-source-flagsYu Watanabe2022-02-141-67/+182
|\
| * bootspec: avoid zero size VLALennart Poettering2022-02-141-16/+17
| * boot: suppress XBOOTLDR if same device as ESP when enumerating entriesLennart Poettering2022-02-141-16/+62
| * bootspec: make sure all return values are initialized on return of find_esp_a...Lennart Poettering2022-02-141-0/+13
| * bootctl: show more information about boot entry state in listLennart Poettering2022-02-141-3/+8
| * bootspec: also collect/mark the "selected" boot entry (i.e. the one currently...Lennart Poettering2022-02-141-15/+55
| * bootspec: also parse new 'beep' loader.conf variableLennart Poettering2022-02-141-0/+3
| * bootspec: parse/show devicetree-overlay field tooLennart Poettering2022-02-141-1/+10
| * bootspec: port one more use of basename() to path_extract_filename()Lennart Poettering2022-02-141-9/+11
| * Revert "bootctl: Ignore boot entries (continue #22041)"Lennart Poettering2022-02-141-7/+3
* | tree-wide: use id128_equal_string() at various placesLennart Poettering2022-02-141-4/+6
|/
* bootctl: removed unused parameter only_autoGoffredo Baroncelli2022-01-181-3/+7
* Define FOREACH_DIRENT through FOREACH_DIRENT_ALLZbigniew Jędrzejewski-Szmek2021-12-151-1/+0
* tree-wide: use new RET_NERRNO() helper at various placesLennart Poettering2021-11-161-1/+2
* bootspec: catch up with sd-boot's bootspec implementationLennart Poettering2021-11-111-12/+37
* dirent-util: use readdir_ensure_type() in readdir_no_dot() and FOREACH_DIRENT()Yu Watanabe2021-06-231-1/+0
* basic/efivars: replace dynanamic creation of efivar names with static stringsZbigniew Jędrzejewski-Szmek2021-06-151-3/+3
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-8/+3
* bootspec: assume that the root dir is at the top of its file systemv248-rc2Lennart Poettering2021-02-231-4/+11
* tree-wide: replace strverscmp() and str_verscmp() with strverscmp_improved()Yu Watanabe2021-02-091-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* bootspec: tweak error messageLennart Poettering2020-10-191-2/+2
* bootspec: don't fail with EIO if searching for ESP and finding one without an...Lennart Poettering2020-10-011-4/+6
* efi: cache LoaderEntries EFI variableLennart Poettering2020-05-291-12/+6
* bootspec: parse random-seed-mode line in loader.confYu Watanabe2020-01-261-0/+3
* boot: Deduplicate old-style loader entries.Spencer Michaels2019-11-221-5/+12
* boot: Update bootspec.c to match previous changes.Spencer Michaels2019-11-191-10/+8
* Merge pull request #13246 from keszybz/add-SystemdOptions-efi-variableZbigniew Jędrzejewski-Szmek2019-10-031-0/+1
|\
| * util-lib: split shared/efivars into basic/efivars and shared/efi-loaderZbigniew Jędrzejewski-Szmek2019-09-161-0/+1
* | Handle d_type == DT_UNKNOWN correctlyMichael Olbrich2019-09-301-0/+1
* | log: Add missing "%" in "%m" log format stringsFilipe Brandenburger2019-09-251-1/+1
|/
* basic/conf-files: make conf_files_list() take just a single directoryZbigniew Jędrzejewski-Szmek2019-09-161-1/+1
* codespell: fix spelling errorsBen Boeckel2019-04-291-2/+2
* bootspec: fix build when EFI support is disabledYu Watanabe2019-04-171-1/+2
* Add fmemopen_unlocked() and use unlocked ops in fuzzers and some other testsZbigniew Jędrzejewski-Szmek2019-04-121-1/+1
* bootspec: remove now-unused boot_entry_type_tableZbigniew Jędrzejewski-Szmek2019-04-051-8/+0
* bootctl: replace "type" with "source" in outputZbigniew Jędrzejewski-Szmek2019-04-051-1/+6
* bootspec: fix memleak caused by setting invalid cleanup functionYu Watanabe2019-03-311-1/+1
* bootspec: add missing free() in boot_config_free()Yu Watanabe2019-03-311-0/+1
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+2
* shared/bootspec: avoid signed-unsigned comparisonZbigniew Jędrzejewski-Szmek2019-03-151-1/+1
* bootspec: don't log in boot_entries_load_config_auto() about no ESPLennart Poettering2019-03-131-3/+1
* util: split out sorting related calls to new sort-util.[ch]Lennart Poettering2019-03-131-0/+1