| 2026-02-07 08:06 | lib/elsewhere: Fix overlap check to detect full containment | Mintsuki | 1c4f7cc1 |
| 2026-02-07 08:05 | lib/pe: Validate section VirtualAddress against SizeOfImage | Mintsuki | 059bf6d7 |
| 2026-02-07 08:03 | mm/pmm: Stop mmap_get_info() at first memory hole per Multiboot spec | Mintsuki | 18e39282 |
| 2026-02-07 07:57 | sys/cpu: Fix AArch64 cache line size calculation to use 4 << field | Mintsuki | 19028394 |
| 2026-02-07 07:55 | sys/cpu_riscv: Skip re-init when config unchanged to prevent FDT use-after-free | Mintsuki | 36f242ce |
| 2026-02-07 07:52 | lib/pe: Validate SizeOfHeaders against image size | Mintsuki | 2da3c0ef |
| 2026-02-07 07:52 | lib/gterm: Set bg_canvas to NULL after free to prevent double-free | Mintsuki | 7c9818d8 |
| 2026-02-07 07:52 | mm/pmm: Handle non-usable entries that fully contain usable entries in sanitiser | Mintsuki | f4cab0be |
| 2026-02-07 07:04 | protos/linux_x86: Convert lfb_size to 64 KiB units on BIOS path | Mintsuki | 6d53720c |
| 2026-02-07 05:42 | lib/elf: Validate p_offset + p_filesz against file size in all ELF loaders | Mintsuki | 095cf5ef |
| 2026-02-07 05:40 | lib/elf: Add overflow check on p_paddr + p_memsz in load_elsewhere | Mintsuki | 84fad36b |
| 2026-02-07 05:40 | lib/elf: Fix relocation bounds check overflow for large r_addr values | Mintsuki | 89321360 |
| 2026-02-07 05:39 | lib/elf: Treat p_align of 0 as 1 to avoid division by zero | Mintsuki | 869287f3 |
| 2026-02-07 05:39 | protos/linux_x86: Use init_size from kernel header for allocation when available | Mintsuki | de74c99e |
| 2026-02-07 05:38 | protos/multiboot: Validate load_size against kernel file size | Mintsuki | 49d4f335 |
| 2026-02-07 05:38 | protos/multiboot2: Reject relocatable tag with align=0 | Mintsuki | 7d66f97c |
| 2026-02-07 05:38 | sys/smp: Pass top of temp stack allocation instead of base | Mintsuki | c3b686bb |
| 2026-02-05 12:26 | docs: Update ChangeLog and README.md for 10.6.6 | Mintsuki | 57e39f8e |
| 2026-02-05 11:53 | lib/part: Add overflow check to cache_block() end sector calculation | Mintsuki | a572d94c |
| 2026-02-05 09:18 | lib/part: Clamp xfer_size to remaining sectors in volume in cache_blocks() | Mintsuki | 5f421d27 |
| 2026-02-05 03:13 | drivers/disk: Re-add mistakenly removed responsiveness check for EFI volumes | Mintsuki | e84c1a5c |
| 2026-02-04 07:46 | docs: Update ChangeLog and README.md for 10.6.5 | Mintsuki | 6eccd457 |
| 2026-02-04 07:19 | drivers/disk: Lazily find unique sectors if needed | Mintsuki | c270a973 |
| 2026-02-04 07:18 | drivers/disk: Add extra layer of verification for unique sector fallback matches | Mintsuki | 40bdb21b |
| 2026-02-04 07:16 | drivers/disk: Use volume_by_device_path() as primary detection method | Mintsuki | 89c92a88 |
| 2026-02-04 06:40 | drivers/disk: Normalise sect_count to always be in 512-byte blocks | Mintsuki | 352fb9a6 |
| 2026-02-04 00:22 | drivers/disk: Fix issue with unique sectors discovery | Mintsuki | 44600beb |
| 2026-02-04 00:18 | drivers/disk: Work around PicoEFI structure definition issue in volume_by_device_path() | Mintsuki | dab44f45 |
| 2026-02-02 14:25 | Merge pull request 'riscv: Implements read-evicted cache refresh for non-Zicbom SoCs.' (#43) from MicroFish/Limine:trunk into trunk | marv7000 | 7de16477 |
| 2026-02-02 12:25 | riscv: Implements read-evicted cache refresh for non-Zicbom SoCs. | MicroFish | c4f9794b |