summaryrefslogtreecommitdiff
path: root/src/ukify
Commit message (Expand)AuthorAgeFilesLines
* ukify: Strip symbol/string table for old stubsJan Janssen2023-04-011-0/+13
* ukify: Add workarounds for older stubsDaan De Meyer2023-03-281-4/+24
* Revert "ukify: Weaken file alignment assertions"Daan De Meyer2023-03-281-7/+1
* ukify: Weaken file alignment assertionsDaan De Meyer2023-03-271-1/+7
* ukify: Add riscv32 and loongarch supportJan Janssen2023-03-241-0/+3
* ukify: Use pefile to add sections to EFI stubJan Janssen2023-03-241-50/+60
* ukify: allow uncompressed kernel images for UNAME detection on aarch64 and ri...Tobias Powalowski2023-03-221-0/+4
* tree-wide: Use correct SPDX license identifierJan Janssen2023-02-242-2/+2
* ukify: Set fast_load option when parsing PE filesDaan De Meyer2023-02-201-2/+2
* ukify: fix padding lengthYu Watanabe2023-02-151-1/+2
* treewide: fix a few typos in NEWS, docs and commentsDmitry V. Levin2023-02-151-1/+1
* tree-wide: fix typo and comment style updateYu Watanabe2023-02-151-1/+1
* ukify: add explanatory message when import failsZbigniew Jędrzejewski-Szmek2023-02-081-6/+13
* ukify: python 3.9 compat followupDaan De Meyer2023-01-271-1/+7
* ukify: Downgrade required python version to 3.9Daan De Meyer2023-01-201-21/+18
* ukify: Fix version stringDaan De Meyer2023-01-151-1/+1
* ukify: Fix tools detection if --tools was not passedJan Janssen2023-01-111-1/+5
* Merge pull request #25912 from DaanDeMeyer/ukifyDaan De Meyer2023-01-021-2/+5
|\
| * ukify: Require specifying --tools for each tools directoryDaan De Meyer2023-01-021-1/+1
| * ukify: Handle directories in path_is_readable()Daan De Meyer2023-01-021-1/+4
* | ukify: Fix section offset calculationJan Janssen2023-01-021-3/+3
|/
* Merge pull request #25814 from DaanDeMeyer/ukifyLuca Boccassi2022-12-221-14/+31
|\
| * ukify: Validate that there are no overlapping sectionsDaan De Meyer2022-12-221-0/+14
| * ukify: Prefer using llvm-objcopy instead of objcopyDaan De Meyer2022-12-221-10/+11
| * ukify: Allow passing multiple directories to --toolsDaan De Meyer2022-12-221-4/+6
* | ukify: check early if inputs exist and are readableZbigniew Jędrzejewski-Szmek2022-12-201-6/+25
* | ukify: catch error when loading foreign pe fileZbigniew Jędrzejewski-Szmek2022-12-201-1/+4
|/
* ukify: allow multiple initrdsZbigniew Jędrzejewski-Szmek2022-12-072-11/+38
* ci: install pefileZbigniew Jędrzejewski-Szmek2022-12-072-1/+8
* ukify: try to find the uname string in the linux image if not specifiedZbigniew Jędrzejewski-Szmek2022-12-072-0/+131
* tests: add pytest tests for ukifyZbigniew Jędrzejewski-Szmek2022-12-079-0/+510
* meson,ukify: hook up ukify, add --version optionZbigniew Jędrzejewski-Szmek2022-12-071-0/+6
* ukify: add helper to create UKIsZbigniew Jędrzejewski-Szmek2022-12-071-0/+576