summaryrefslogtreecommitdiff
path: root/src/boot/bootctl-uki.c
Commit message (Expand)AuthorAgeFilesLines
* kernel-image: make inspect_kernel() optionally take directory fdYu Watanabe2023-04-091-2/+4
* util: rename uki-util.[ch] -> kernel-image.[ch]Yu Watanabe2023-03-211-1/+1
* uki-util: rename KernelType -> KernelImageTypeYu Watanabe2023-03-211-4/+4
* uki-util: move functions for inspecting kernel to uki-util.[ch]Yu Watanabe2023-03-171-300/+2
* bootctl: introduce inspect_kernel()Yu Watanabe2023-03-171-39/+87
* bootctl: introduce uki_read_pretty_name()Yu Watanabe2023-03-171-11/+36
* bootctl: find matching section in read_pe_section()Yu Watanabe2023-03-171-11/+33
* bootctl: return 0 instead of EXIT_SUCCESSYu Watanabe2023-03-171-2/+2
* bootctl: move verb_kernel_identity()Yu Watanabe2023-03-171-24/+24
* bootctl: tweak DOS header magic checkGerd Hoffmann2023-03-071-2/+7
* bootctl-uki: several follow-ups for inspect_osrel()Yu Watanabe2023-01-251-16/+20
* bootctl-uki: several coding style fixletsYu Watanabe2023-01-241-45/+60
* bootctl: kernel-inspect: print os infoGerd Hoffmann2023-01-241-1/+28
* bootctl: add kernel-inspect commandGerd Hoffmann2023-01-181-0/+79
* bootctl: add kernel-identity commandGerd Hoffmann2023-01-181-0/+110