| 2024-06-09 21:52 | docs: Update ChangeLog and README.md for 7.7.2 | mintsuki | 300cdc94 |
| 2024-06-09 19:34 | lib/elf: Reject relocatable ELFs in elf*_load_elsewhere() | mintsuki | e8689101 |
| 2024-06-08 22:19 | lib/elf: Do not check for DT_RELAENT size for DT_PLTREL entries | mintsuki | fb651eee |
| 2024-06-08 21:37 | lib/elf: Panic on unresolved symbols, unless marked weak | mintsuki | 614a5b9d |
| 2024-06-08 15:02 | build/bootstrap: Bump limine-efi revision | mintsuki | c713cd2a |
| 2024-06-08 14:28 | build/bootstrap: Bump limine-efi revision | mintsuki | cf2aebee |
| 2024-06-08 14:11 | misc/efi: Replace .padding with manual alignment | mintsuki | 1c552de5 |
| 2024-06-07 23:19 | lib/elf: Ignore PT_LOAD PHDRs with 0 memsz | mintsuki | ec72702e |
| 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 |