summaryrefslogtreecommitdiff
path: root/src/boot
Commit message (Expand)AuthorAgeFilesLines
* dissect-image: port mount_image_privately_interactively() to use /run/systemd...Lennart Poettering2023-05-161-3/+3
* test/60-ukify: override stub location in testsZbigniew Jędrzejewski-Szmek2023-05-051-1/+5
* boot: Use correct memory type for allocationsJan Janssen2023-05-021-1/+1
* stub: Relocate kernels below 4G for EFI handoverJan Janssen2023-05-011-8/+20
* boot: Fix EFI_SIZE_TO_PAGES macroJan Janssen2023-05-011-1/+1
* Merge pull request #27113 from keszybz/variable-expansion-reworkZbigniew Jędrzejewski-Szmek2023-04-241-4/+5
|\
| * basic/logarithm: add popcount() wrapperZbigniew Jędrzejewski-Szmek2023-04-241-4/+5
* | stub: add comment on measurement of io.systemd.stub.kernel-cmdline-extraLuca Boccassi2023-04-241-0/+1
* | Merge pull request #27256 from medhefgo/boot-rdtscLennart Poettering2023-04-181-28/+57
|\ \
| * | boot: Use CPUID to detect TSC frequencyJan Janssen2023-04-131-1/+30
| * | boot: Rework timer frquency readingJan Janssen2023-04-131-18/+31
| * | boot: Use compiler intrinsic for TSCJan Janssen2023-04-131-15/+2
* | | tree-wide: replace __alignof__() with alignof()Yu Watanabe2023-04-141-1/+1
|/ /
* | image-policy: introduce parse_image_policy_argument() helperYu Watanabe2023-04-131-14/+8
* | Merge pull request #27217 from yuwata/boot-entry-atYu Watanabe2023-04-121-0/+1
|\ \
| * | boot-entry: prioritize machine ID only when it is not randomly generatedYu Watanabe2023-04-121-0/+1
* | | Merge pull request #25608 from poettering/dissect-moarLennart Poettering2023-04-122-0/+21
|\ \ \ | |/ / |/| |
| * | tree-wide: hook up image dissection policy logic everywhereLennart Poettering2023-04-052-0/+21
* | | boot: Fix alignment of long long inside structs on x86Jan Janssen2023-04-112-4/+17
* | | kernel-image: make inspect_kernel() optionally take directory fdYu Watanabe2023-04-091-2/+4
* | | bootctl: Gracefully handle missing bootloader directoryDaan De Meyer2023-04-071-0/+4
|/ /
* | various: simplify calls to parse_boolean_argument()Zbigniew Jędrzejewski-Szmek2023-04-051-4/+4
|/
* bootctl: clean up handling of files with no version informationZbigniew Jędrzejewski-Szmek2023-03-303-31/+42
* bootctl: split-out entry token related definitions into boot-entry.[ch]Yu Watanabe2023-03-274-125/+17
* bootctl: enable colored loggingYu Watanabe2023-03-251-2/+1
* chase-symlinks: Rename chase_symlinks() to chase()Daan De Meyer2023-03-243-18/+18
* bootctl: 'graceful' should ignore EFI variable failuresKevin P. Fleming2023-03-221-9/+22
* util: rename uki-util.[ch] -> kernel-image.[ch]Yu Watanabe2023-03-211-1/+1
* uki-util: rename KernelType -> KernelImageTypeYu Watanabe2023-03-211-4/+4
* bootctl: fix wrong type comparisonYu Watanabe2023-03-201-1/+1
* Merge pull request #26759 from medhefgo/boot-stack-protectorYu Watanabe2023-03-187-19/+140
|\
| * boot: Add undefined sanitizer supportJan Janssen2023-03-174-5/+62
| * meson: Share more C flagsJan Janssen2023-03-174-6/+14
| * boot: Add support for -ftrapvJan Janssen2023-03-172-1/+6
| * boot: Add support for -fstack-protectorJan Janssen2023-03-174-2/+40
| * boot: Detect nested assertionsJan Janssen2023-03-171-5/+18
* | 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-173-4/+4
* | bootctl: move verb_kernel_identity()Yu Watanabe2023-03-171-24/+24
|/
* Merge pull request #26784 from DaanDeMeyer/chase-fixDaan De Meyer2023-03-152-2/+2
|\
| * chase-symlinks: Remove unused ret_fd argumentsDaan De Meyer2023-03-142-2/+2
* | fs-util: Drop unlink_noerrno()Daan De Meyer2023-03-151-4/+5
* | stub: Remove overlapping PE section warningJan Janssen2023-03-151-8/+0
|/
* sd-boot: fix incompatible typeYu Watanabe2023-03-121-1/+1
* Merge pull request #26641 from medhefgo/boot-elf2efiYu Watanabe2023-03-117-414/+244
|\
| * meson: Use static library for EFI testsJan Janssen2023-03-101-40/+49
| * boot: Fix unused function warningJan Janssen2023-03-101-0/+2