| 2026-02-16 09:36 | drivers/gop: Skip modes with invalid pitch values | Mintsuki | 72c89340 |
| 2026-02-15 21:04 | lib/memory: Use uintptr_t for pointer comparisons in memmove | Mintsuki | 5911c7cf |
| 2026-02-15 12:20 | lib/gterm: Fix font autoscaling not resetting per display | Mintsuki | 7ddb899f |
| 2026-02-15 02:29 | loongarch64: Add smp support | lihanrui2913 | 57ae8f01 |
| 2026-02-10 09:50 | docs: Update ChangeLog and README.md for 10.7.0 | Mintsuki | 7f8f59f8 |
| 2026-02-10 09:29 | lib/print: Improve \n -> \r\n handling from last commit | Mintsuki | cdc43582 |
| 2026-02-10 09:11 | lib/print: Update Flanterm subproject and handle carriage return | Mintsuki | e8af825b |
| 2026-02-09 06:39 | drivers/disk: Move BlockSize and LastBlock validation before volume allocation | Mintsuki | 0b079497 |
| 2026-02-09 06:38 | host/limine: Fix signature search to backtrack to match start on mismatch | Mintsuki | 879cfbfd |
| 2026-02-09 06:38 | sys/smp: Use smp_trampoline_size for AArch64 cache maintenance range | Mintsuki | e120f87a |
| 2026-02-09 06:36 | mm/pmm: Fix missing m[i] update before break in full-containment sanitiser path | Mintsuki | 8d311213 |
| 2026-02-08 18:54 | sys/cpu: Use rdtime.d and CPUCFG for LoongArch64 performance timing | Mintsuki | e700741d |
| 2026-02-08 18:54 | sys/cpu: Use rdtime and time_base_frequency for RISC-V performance timing | Mintsuki | f6de46a7 |
| 2026-02-08 17:50 | lib/elf: Use overflow-safe pattern for phdr bounds check in _elsewhere functions | Mintsuki | 6d78adb8 |
| 2026-02-08 17:48 | lib/pe: Bounds-check import and relocation directory VirtualAddress against image_size | Mintsuki | 129e1b1c |
| 2026-02-08 17:48 | protos/multiboot2: Validate section_entry_size against expected struct size | Mintsuki | a53ffcbc |
| 2026-02-08 17:48 | lib/elf: Add NUL-termination check before strcmp in section name lookup | Mintsuki | 7281c6cc |
| 2026-02-08 17:48 | lib/elf: Check phdr table end against file_size after overflow validation | Mintsuki | 900d5a70 |
| 2026-02-08 17:40 | pxe/tftp: Clamp DHCP cached packet copy to firmware-reported buffer size | Mintsuki | 01f3e9ab |
| 2026-02-08 17:34 | lib/elf: Reject invalid ELF class for RISC-V and LoongArch | Mintsuki | da0b3f58 |
| 2026-02-08 17:33 | drivers/disk: Skip UEFI block devices with BlockSize == 0 | Mintsuki | 8fc3cdfa |
| 2026-02-08 17:31 | lib/gterm: Free terms array when no terminals are initialized | Mintsuki | a3ebee43 |
| 2026-02-08 17:25 | drivers/disk: Free volume on detect_sector_size failure | Mintsuki | e3b8f585 |
| 2026-02-08 17:23 | lib/getchar: Fix timer event leak and spurious timeout in ESC handler | Mintsuki | c622ee1d |
| 2026-02-08 17:20 | lib/spinup: Fix stack argument count in common_spinup | Mintsuki | dffe936d |
| 2026-02-08 17:13 | protos/multiboot: Write IDTR within allocated stack frame | Mintsuki | 20322fd7 |
| 2026-02-08 17:08 | fs/file: Close file handle in i386 high-alloc path of freadall | Mintsuki | 038eb808 |
| 2026-02-08 17:06 | lib/config: Use original allocation size when freeing config buffer | Mintsuki | c1fc0c5a |
| 2026-02-08 17:00 | fs/fat32: Reject reserved_sectors == 0 and root_entries == 0 on FAT12/16 | Mintsuki | 42b998d8 |
| 2026-02-08 16:35 | sys/smp: Reject address_cells == 0 in AArch64 DTB SMP enumeration | Mintsuki | 6e875584 |