| 2024-06-08 14:11 | misc/efi: Replace .padding with manual alignment | mintsuki | 1aab3b29 |
| 2024-06-07 23:19 | lib/elf: Ignore PT_LOAD PHDRs with 0 memsz | mintsuki | d14075da |
| 2024-06-07 22:48 | lib/panic: Use ternary in 'return to' message | mintsuki | e52cba9a |
| 2024-06-07 21:56 | Merge pull request #369 from iillis/v7.x | mintsuki | 60e3b09f |
| 2024-06-07 21:31 | Setting different error message for boot failure when booting from menu or booting from the editor | iillis | c16c25a2 |
| 2024-06-06 14:56 | When booting from editor fails you return to the editor while keeping the text as you were editing it (#364) | illis | cce8a70e |
| 2024-06-06 14:01 | docs: Update ChangeLog and README.md for 7.7.1 | mintsuki | f137a99b |
| 2024-06-05 14:53 | build/linker: UEFI: New padding method that doesn't mangle PT_DYNAMIC | mintsuki | d25b7bd0 |
| 2024-06-05 09:30 | lib/elf: Stop parsing PT_DYNAMIC once DT_NULL reached | mintsuki | ffe25e38 |
| 2024-06-04 10:19 | docs: Update ChangeLog and README.md for 7.7.0 | mintsuki | dc4c3f2b |
| 2024-06-04 01:09 | lib/elf: Panic if ELF file contains DT_NEEDED tags | mintsuki | e6a742e8 |
| 2024-06-04 01:02 | lib/elf: Check if DT_PLTREL is DT_RELA | mintsuki | d6949026 |
| 2024-06-04 00:43 | lib/elf: Use __builtin_popcountll instead of __builtin_popcountg | mintsuki | 7a596fa9 |
| 2024-06-04 00:31 | lib/elf: Use __builtin_popcountg instead of __builtin_popcount | mintsuki | 77143b15 |
| 2024-06-04 00:11 | lib/elf: Free allocated RELA structs for RELR | mintsuki | 3ce1415a |
| 2024-06-04 00:06 | lib/elf: Fix a GCC uninitialised var warning | mintsuki | 54e88823 |
| 2024-06-03 23:45 | lib/elf: Add RELR support | mintsuki | 9789274c |
| 2024-06-03 20:34 | lib/elf: Add more and better sanity checks | mintsuki | 5a7052d1 |
| 2024-06-03 20:02 | build: Bring back the xz tarball | mintsuki | 65fa1a9d |
| 2024-06-03 01:38 | build: bootstrap: Bump limine-efi and flanterm | mintsuki | 450c40ce |
| 2024-06-03 01:29 | lib/elf: Add support for R_*_NONE relocations | mintsuki | 04f6957f |
| 2024-06-03 00:28 | lib/elf: Optimise is_relocatable() a bit | mintsuki | 89bc8aad |
| 2024-06-02 23:53 | lib/elf: Move R_AARCH64_ABS64 case where it makes more sense | mintsuki | 4c4d79b7 |
| 2024-06-02 23:03 | lib/elf: Remove stray semicolon in apply_relocations() | mintsuki | 4b101ddb |
| 2024-06-02 22:42 | lib/elf: aarch64: Support ABS64 reloc/add r_addend in JUMP_SLOT/GLOB_DAT relocs | mintsuki | c9cbc359 |
| 2024-06-02 22:14 | lib/elf: More sound calculation of relocs_i | mintsuki | 77a8af1d |
| 2024-06-02 22:03 | lib/elf: Add support for GLOB_DAT, JUMP_SLOT, and 64 relocation types | mintsuki | 6b1e6d88 |
| 2024-06-02 16:37 | Merge pull request #363 from iillis/v7.x | mintsuki | a4171f1e |
| 2024-06-02 16:10 | Changed unsupported protocol panic message | iillis | b10993f2 |
| 2024-06-01 20:09 | docs: Update ChangeLog and README.md for 7.6.0 | mintsuki | fc26ad86 |