| 2026-02-07 07:55 | sys/cpu_riscv: Skip re-init when config unchanged to prevent FDT use-after-free | Mintsuki | 6088015e |
| 2026-02-07 07:52 | lib/pe: Validate SizeOfHeaders against image size | Mintsuki | 005e2643 |
| 2026-02-07 07:52 | lib/gterm: Set bg_canvas to NULL after free to prevent double-free | Mintsuki | 6bfafa5e |
| 2026-02-07 07:52 | mm/pmm: Handle non-usable entries that fully contain usable entries in sanitiser | Mintsuki | 1fea1229 |
| 2026-02-07 07:04 | protos/linux_x86: Convert lfb_size to 64 KiB units on BIOS path | Mintsuki | c7845ee6 |
| 2026-02-07 05:42 | lib/elf: Validate p_offset + p_filesz against file size in all ELF loaders | Mintsuki | 0d3d27e6 |
| 2026-02-07 05:40 | lib/elf: Add overflow check on p_paddr + p_memsz in load_elsewhere | Mintsuki | f87b32e3 |
| 2026-02-07 05:40 | lib/elf: Fix relocation bounds check overflow for large r_addr values | Mintsuki | 36acac62 |
| 2026-02-07 05:39 | lib/elf: Treat p_align of 0 as 1 to avoid division by zero | Mintsuki | c304878c |
| 2026-02-07 05:39 | protos/linux_x86: Use init_size from kernel header for allocation when available | Mintsuki | fe88687b |
| 2026-02-07 05:38 | protos/multiboot: Validate load_size against kernel file size | Mintsuki | fa588822 |
| 2026-02-07 05:38 | protos/multiboot2: Reject relocatable tag with align=0 | Mintsuki | 9a61c5f6 |
| 2026-02-07 05:38 | sys/smp: Pass top of temp stack allocation instead of base | Mintsuki | f279a441 |
| 2026-02-05 12:26 | docs: Update ChangeLog and README.md for 10.6.6 | Mintsuki | e5788ef9 |
| 2026-02-05 11:53 | lib/part: Add overflow check to cache_block() end sector calculation | Mintsuki | dbd8115e |
| 2026-02-05 09:18 | lib/part: Clamp xfer_size to remaining sectors in volume in cache_blocks() | Mintsuki | 46187171 |
| 2026-02-05 03:13 | drivers/disk: Re-add mistakenly removed responsiveness check for EFI volumes | Mintsuki | f1765109 |
| 2026-02-04 07:46 | docs: Update ChangeLog and README.md for 10.6.5 | Mintsuki | 5203adcf |
| 2026-02-04 07:19 | drivers/disk: Lazily find unique sectors if needed | Mintsuki | e5d6b4c5 |
| 2026-02-04 07:18 | drivers/disk: Add extra layer of verification for unique sector fallback matches | Mintsuki | 7e392b12 |
| 2026-02-04 07:16 | drivers/disk: Use volume_by_device_path() as primary detection method | Mintsuki | 2c292698 |
| 2026-02-04 06:40 | drivers/disk: Normalise sect_count to always be in 512-byte blocks | Mintsuki | e2e5e6dc |
| 2026-02-04 00:22 | drivers/disk: Fix issue with unique sectors discovery | Mintsuki | 36885711 |
| 2026-02-04 00:18 | drivers/disk: Work around PicoEFI structure definition issue in volume_by_device_path() | Mintsuki | f6b393b5 |
| 2026-02-02 12:25 | riscv: Implements read-evicted cache refresh for non-Zicbom SoCs. | MicroFish | 1023de32 |
| 2026-02-02 02:10 | docs: Update ChangeLog and README.md for 10.6.4 | Mintsuki | bfb0280b |
| 2026-02-02 01:53 | drivers/disk: Optical volume detection without writes on BIOS | Mintsuki | 643e042a |
| 2026-02-02 01:14 | drivers/disk: Get rid of more unreliable volume detection methods and misc fixes | Mintsuki | 852381e6 |
| 2026-02-01 13:26 | drivers/disk: Re-add unique sector volume detection method | Mintsuki | 8631da1c |
| 2026-01-31 13:46 | drivers/disk: Refactor disk_volume_from_efi_handle() and disk_create_index() to not ever attempt disk writes | Mintsuki | f6764923 |