| 2026-04-01 20:25 | lib/pe: Use uint64_t for sections offset calculation to prevent 32-bit overflow | Mintsuki | 01186e20 |
| 2026-04-01 20:24 | lib/elf: Validate image size fits address space in elf64_load_elsewhere | Mintsuki | 33bc059f |
| 2026-04-01 20:23 | host/limine: Validate uninstall data entry size before malloc | Mintsuki | 0a24c40c |
| 2026-04-01 20:20 | sys/cpu: Fix locked_read memory operand constraint to input+output | Mintsuki | f7c265f8 |
| 2026-04-01 19:14 | lib/part: Check for overflow in cache block size calculation | Mintsuki | 1c2942c5 |
| 2026-04-01 19:13 | lib/elsewhere: Add bounds check to elsewhere_append | Mintsuki | ca253330 |
| 2026-04-01 18:24 | lib/gterm, lib/image: Reject zero font scale and zero-dimension images | Mintsuki | 7041ea96 |
| 2026-04-01 18:06 | protos/multiboot1: Remove dead NULL check on cmdline | Mintsuki | af9fdbe7 |
| 2026-04-01 12:00 | mm/pmm: Check for overflow in UEFI memmap AllocatePool size | Mintsuki | 9e8d1cee |
| 2026-04-01 11:43 | fs/iso9660: Handle Rock Ridge NM continuation entries | Mintsuki | 52563210 |
| 2026-04-01 11:46 | mm/pmm: Use CHECKED_ADD for alignment overflow check in ext_mem_alloc | Mintsuki | 8309c20a |
| 2026-04-01 11:36 | lib/elf: Validate file bounds in relocation engine and vaddr translation | Mintsuki | f4ce0420 |
| 2026-04-01 11:17 | protos/linux_risc: Load and concatenate all modules, not just the first | Mintsuki | 8118e60d |
| 2026-03-31 16:53 | misc: Add CHECKED_MUL macro, use it for all overflow-checked multiplications | Mintsuki | 1b5b8e46 |
| 2026-03-31 16:42 | mm/pmm: Use unsigned arithmetic in top-down allocator | Mintsuki | 4d53b3bc |
| 2026-03-31 16:05 | misc: Add overflow checking to ALIGN_UP and DIV_ROUNDUP macros | Mintsuki | eb071a01 |
| 2026-03-31 12:58 | mm/pmm: Add ext_mem_alloc_counted(), use it everywhere for checked array allocations | Mintsuki | d7f0160d |
| 2026-03-31 12:42 | misc: Use CHECKED_ADD for overflow-checked additions | Mintsuki | cc586e6c |
| 2026-03-31 12:35 | mm: Add CHECKED_ADD macro, use it for all base+length computations | Mintsuki | 3a73ecf5 |
| 2026-03-31 12:12 | mm/pmm: Check for overflow when aligning count in ext_mem_alloc | Mintsuki | 6bdd5dd8 |
| 2026-03-31 12:08 | decompressor: Re-enable tinf bounds checks, CRC32, and length validation | Mintsuki | b0569fed |
| 2026-03-30 17:45 | lib/term: Do not call ClearScreen() on EFI fallback output init | Mintsuki | ca6d469d |
| 2026-03-30 17:44 | Reapply "lib/fb: Add preserve_screen option to skip fb_clear on init" | Mintsuki | b29b11ce |
| 2026-03-30 17:38 | Revert "lib/fb: Remove fb_clear()" | Mintsuki | a06652f5 |
| 2026-03-30 15:02 | Revert "drivers/gop: Ensure SetMode is called at least once per GOP handle" | Mintsuki | c443a62a |
| 2026-03-30 07:14 | lib/fb: Remove fb_clear() | Mintsuki | 75f777e7 |
| 2026-03-30 07:10 | Revert "lib/fb: Add preserve_screen option to skip fb_clear on init" | Mintsuki | 12841527 |
| 2026-03-25 02:47 | docs: Update ChangeLog and README.md for 11.1.0 | Mintsuki | 32ee2a36 |
| 2026-03-25 02:30 | protos/limine: Coalesce contiguous memmap entries when building page tables | Mintsuki | dbbf8df9 |
| 2026-03-24 14:50 | bootstrap: Bump limine-protocol commit | Mintsuki | 598f4e6b |