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
*
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
*
shared/bootspec: avoid going through -1 when calculating array index
Zbigniew Jędrzejewski-Szmek
2019-03-12
1
-6
/
+8
*
shared/bootspec: do not fail on errors when reading EFI vars
Zbigniew Jędrzejewski-Szmek
2019-03-06
1
-4
/
+10
*
shared/bootspec: treat empty EFI vars as missing
Zbigniew Jędrzejewski-Szmek
2019-03-06
1
-4
/
+4
*
shared/bootspec: minor simplification
Zbigniew Jędrzejewski-Szmek
2019-03-06
1
-15
/
+6
*
bootspec: validate bootpsec entry ids before we use them
Lennart Poettering
2019-03-05
1
-1
/
+7
*
bootspec: get rid of find_default_boot_entry() entirely
Lennart Poettering
2019-03-05
1
-23
/
+0
*
bootspec: rework find_default_boot_entry() to use boot_entries_load_config_au...
Lennart Poettering
2019-03-05
1
-13
/
+2
*
bootspec: introduce new helper boot_entries_load_config_auto()
Lennart Poettering
2019-03-05
1
-0
/
+48
*
bootspec: correct error code shown in log msg
Lennart Poettering
2019-03-05
1
-1
/
+1
*
bootspec: move augmentation of loader-discovered entries into bootspec.c
Lennart Poettering
2019-03-05
1
-2
/
+80
*
bootspec: simplify find_default_boot_entry()
Lennart Poettering
2019-03-05
1
-4
/
+2
*
bootspec: move log msg from systemctl.c to bootspec.c
Lennart Poettering
2019-03-05
1
-1
/
+3
*
bootspec: stat() on an autofs mount point doesn't trigger it, let's hence do ...
Lennart Poettering
2019-03-01
1
-1
/
+7
*
bootspec: only sort entries list once
Lennart Poettering
2019-03-01
1
-10
/
+2
*
bootspec: also look for boot loader spec type 2 entries (i.e. unified kernel ...
Lennart Poettering
2019-03-01
1
-0
/
+253
*
bootspec: use verify_fsroot_dir() in verify_xbootldr() too
Lennart Poettering
2019-03-01
1
-23
/
+5
*
bootspec: also optoinally validate XBOOTLDR partition with udev insteado of b...
Lennart Poettering
2019-03-01
1
-5
/
+65
*
bootspec: split out code that validates whether directory is top-level dir of fs
Lennart Poettering
2019-03-01
1
-24
/
+67
*
bootspec: if unprivileged validate partition data with udev rather than blkid...
Lennart Poettering
2019-03-01
1
-4
/
+100
*
bootspec: also split out XBOOTLDR partition blkid code into its own function
Lennart Poettering
2019-03-01
1
-55
/
+69
*
bootspec: split out ESP blkid validation into function of its own
Lennart Poettering
2019-03-01
1
-82
/
+108
*
bootspec: add comment explaining verify_esp() return codes
Lennart Poettering
2019-03-01
1
-0
/
+7
*
bootspec: use SYNTHETIC_ERRNO() where appropriate
Lennart Poettering
2019-03-01
1
-53
/
+44
*
bootspec: load entries from both the ESP and XBOOTLDR partitions
Lennart Poettering
2019-03-01
1
-29
/
+45
*
bootspec: store 'root' field in each bootspec entry we load
Lennart Poettering
2019-03-01
1
-8
/
+20
[next]