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
*
shared/bootspec: use FOREACH_ARRAY more
Mike Yuan
2024-05-14
1
-7
/
+6
*
shared/bootspec: use isempty where appropriate
Mike Yuan
2024-05-14
1
-1
/
+1
*
shared/bootspec: use path_make_absolute where appropriate
Mike Yuan
2024-05-14
1
-4
/
+1
*
shared/bootspec: inline iterator var
Mike Yuan
2024-05-14
1
-12
/
+6
*
shared/bootspec: add missing assertions
Mike Yuan
2024-05-14
1
-3
/
+10
*
bootctl: fix crash when parsing addon without .cmdline section
Luca Boccassi
2024-05-14
1
-2
/
+4
*
bootctl: additional fixes for local/global UKI PE addons
Emanuele Giuseppe Esposito
2024-03-08
1
-56
/
+107
*
Revert "options" rename in json bootctl output
Ludwig Nussel
2024-02-29
1
-2
/
+2
*
bootspec: don't complain about valid loader.conf settings
Lennart Poettering
2024-02-27
1
-20
/
+4
*
bootspec: split out helper that turns BootEntry into a JSON object
Lennart Poettering
2024-02-14
1
-38
/
+59
*
bootctl: discover and pring global UKI PE addons
Emanuele Giuseppe Esposito
2024-02-14
1
-4
/
+50
*
bootctl: discover local UKI PE addons
Emanuele Giuseppe Esposito
2024-02-14
1
-27
/
+233
*
bootspec: refactor find_sections
Emanuele Giuseppe Esposito
2024-02-14
1
-16
/
+75
*
bootctl: fix case-sensitive comparisons in reporting bootloader entries
ksaleem
2023-12-11
1
-2
/
+2
*
bootspec: fix typo
Antonio Alvarez Feijoo
2023-11-07
1
-1
/
+1
*
tree-wide: port various parsers over to read_stripped_line()
Lennart Poettering
2023-10-17
1
-8
/
+6
*
sd-boot: add auto-reboot and auto-poweroff entries
Emil Velikov
2023-10-06
1
-0
/
+2
*
repart,bootspec: use set_ensure_consume
Mike Yuan
2023-09-08
1
-2
/
+3
*
shared: port bootspec.c over to new common PE parser
Lennart Poettering
2023-08-29
1
-79
/
+23
*
json: rename json_append() → json_variant_merge_objectb()
Lennart Poettering
2023-08-24
1
-2
/
+4
*
tree-wide: use _cleanup_set_free_ and friends
Yu Watanabe
2023-05-31
1
-1
/
+1
*
tree-wide: use TAKE_STRUCT
David Tardon
2023-04-14
1
-4
/
+2
*
bootctl: show report state and type in json output
Ludwig Nussel
2023-04-07
1
-0
/
+11
*
chase-symlinks: Rename chase_symlinks() to chase()
Daan De Meyer
2023-03-24
1
-5
/
+5
*
chase-symlinks: Remove unused ret_fd arguments
Daan De Meyer
2023-03-14
1
-1
/
+1
*
bootspec: show efi entry too
Ludwig Nussel
2023-01-13
1
-0
/
+2
*
bootctl: Fix NULL pointer dereference
Jan Janssen
2023-01-06
1
-3
/
+5
*
bootspec: show default/selected entry info in JSON output
Lennart Poettering
2023-01-06
1
-1
/
+4
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-2
/
+2
*
Merge pull request #25180 from keszybz/ukify
Lennart Poettering
2022-12-08
1
-1
/
+7
|
\
|
*
bootctl: use output mode where "[]" is written instead for empty output
Zbigniew Jędrzejewski-Szmek
2022-12-01
1
-1
/
+1
|
*
bootctl: make --json output normal json
Zbigniew Jędrzejewski-Szmek
2022-12-01
1
-1
/
+7
*
|
bootspec: fix null-dereference-read
Yu Watanabe
2022-12-02
1
-0
/
+2
*
|
tree-wide: fix typo
Yu Watanabe
2022-12-02
1
-1
/
+1
|
/
*
bootctl: use grey-and-slash prefix for source in list too
Zbigniew Jędrzejewski-Szmek
2022-11-22
1
-3
/
+10
*
boot: remove random-seed-mode
Jason A. Donenfeld
2022-11-22
1
-2
/
+1
*
Merge pull request #24555 from medhefgo/bootctl
Zbigniew Jędrzejewski-Szmek
2022-11-16
1
-2
/
+12
|
\
|
*
boot: Correctly handle @saved default patterns
Jan Janssen
2022-10-12
1
-0
/
+6
|
*
bootctl: Also display the root for entry paths
Jan Janssen
2022-10-12
1
-2
/
+6
*
|
bootctl,bootspec: make use of CHASE_PROHIBIT_SYMLINKS whenever we access the ...
Lennart Poettering
2022-11-13
1
-4
/
+4
*
|
stat-util: Move inode_hash_ops to stat-util
Daan De Meyer
2022-11-10
1
-17
/
+1
|
/
*
bootctl: don't start "bootctl list" output with a title line
Lennart Poettering
2022-09-08
1
-2
/
+2
*
bootspec: don't follow symlinks when opening type1/type2 files
Lennart Poettering
2022-09-08
1
-2
/
+2
*
bootspec: use chase_symlinks() where appropriate
Lennart Poettering
2022-09-08
1
-52
/
+43
*
bootspec: shorten code a bit
Yu Watanabe
2022-09-03
1
-2
/
+1
*
bootspec: do not build two many json object at once
Yu Watanabe
2022-09-03
1
-2
/
+9
*
bootspec: clarify we knowingly ignore all errors but ENOMEM
Lennart Poettering
2022-09-02
1
-1
/
+1
*
bootspec: properly parse tries done/tries left from bootspec file names
Lennart Poettering
2022-09-02
1
-17
/
+130
*
bootspec: rename "id" function parameters to "fname"
Lennart Poettering
2022-09-02
1
-12
/
+12
*
bootspec: complain about loader.conf lines without parameter
Lennart Poettering
2022-09-02
1
-0
/
+4
[next]