| 2026-04-04 13:25 | protos/linux_risc: Fix use-after-free of module handle in verbose print | Mintsuki | 34b5380d |
| 2026-04-04 13:19 | protos/linux_risc: Use overflow-checked add for kernel allocation size | Mintsuki | 18e35474 |
| 2026-04-04 13:14 | lib/misc: Use overflow-checked multiply in ALIGN_UP macro | Mintsuki | bfe3544c |
| 2026-04-04 13:06 | docs: Update ChangeLog and README.md for 11.2.1 | Mintsuki | 40fb2269 |
| 2026-04-04 13:02 | Revert "misc: Enforce hash verification when UEFI Secure Boot is active" | Mintsuki | a24f496c |
| 2026-04-04 13:02 | Revert "misc: Exempt EFI chainload and cosmetic resources from Secure Boot hash enforcement" | Mintsuki | 3f3a748d |
| 2026-04-04 13:02 | Revert "docs: Update ChangeLog for Secure Boot hash enforcement exemptions" | Mintsuki | 2b527d1f |
| 2026-04-04 12:37 | drivers/disk: Add disk_create_index() workaround for optical drive on VMware/BIOS | Mintsuki | 3b7c85ff |
| 2026-04-02 21:16 | docs: Update ChangeLog for Secure Boot hash enforcement exemptions | Mintsuki | 4034c133 |
| 2026-04-02 21:12 | misc: Exempt EFI chainload and cosmetic resources from Secure Boot hash enforcement | Mintsuki | 4793ace8 |
| 2026-04-02 20:44 | docs: Update ChangeLog and README.md for 11.2.0 | Mintsuki | 80eb9902 |
| 2026-04-02 20:20 | misc: Enforce hash verification when UEFI Secure Boot is active | Mintsuki | 9e2f3e75 |
| 2026-04-02 19:55 | build: Use -malign-double for IA-32 UEFI to match UEFI spec struct alignment | Mintsuki | 17ce3d75 |
| 2026-04-02 19:55 | drivers/disk: Fix unique sector pool being clobbered by find_unique_sectors() | Mintsuki | 8c95baee |
| 2026-04-02 19:28 | lib/gterm: Avoid nested CHECKED_MUL calls to fix -Wshadow | Mintsuki | 97c595de |
| 2026-04-02 19:00 | lib/elf: Validate section header bounds in elf_section_hdr_info functions | Mintsuki | b0152c9a |
| 2026-04-02 18:26 | misc: Remove unnecessary casts in CHECKED_ADD/CHECKED_MUL calls | Mintsuki | 35ade5f5 |
| 2026-04-02 18:20 | protos/multiboot: Check for overflow in load_size + bss_size | Mintsuki | 5156d1bd |
| 2026-04-02 18:18 | lib/misc: Check for overflow in DTB reallocation size | Mintsuki | a758e578 |
| 2026-04-02 18:17 | lib/gterm: Check for overflow in font size calculation | Mintsuki | b84876ae |
| 2026-04-02 18:13 | lib/gterm, lib/image: Check for overflow in canvas and image size calculations | Mintsuki | 18848b6f |
| 2026-04-02 18:07 | lib/config: Validate hex characters in config checksum | Mintsuki | b4f336d0 |
| 2026-04-02 18:04 | protos/multiboot2: Validate header tag sizes before casting | Mintsuki | b699192d |
| 2026-04-02 17:52 | lib/config: Reject config file too large for size_t | Mintsuki | dda61b00 |
| 2026-04-02 17:41 | lib/rand: Make sure that, on x86-64, 64-bit rdrand/rdseed is always done over 32-bit | Mintsuki | 003f01ff |
| 2026-04-02 17:24 | lib/elf: Consistently NULL-check is_reloc before dereference | Mintsuki | 658906f0 |
| 2026-04-02 17:22 | lib/pe: Validate SizeOfOptionalHeader is large enough | Mintsuki | 5df99581 |
| 2026-04-02 17:04 | sys/cpu: Add retry limit to rdrand/rdseed macros | Mintsuki | dd2354ba |
| 2026-04-02 00:32 | mm/pmm: Add bounds check on EFI reclaimable entry count | Mintsuki | eac7fd4c |
| 2026-04-02 00:29 | lib/elf: Add file_size parameter to elf_bits for bounds checking | Mintsuki | 91e5e566 |