| 2026-03-11 02:36 | docs: Update ChangeLog and README.md for 10.8.4 | Mintsuki | 8331af0d |
| 2026-03-11 02:31 | bootstrap: Bump limine-protocol commit | Mintsuki | 94725fc9 |
| 2026-03-11 02:04 | bootstrap: Bump Flanterm to 3.0.1 | Mintsuki | 3848d573 |
| 2026-03-07 02:24 | docs: Update ChangeLog and README.md for 10.8.3 | Mintsuki | f7ca8212 |
| 2026-03-07 02:20 | host/limine: Fix ENDSWAP width mismatch in GPT-to-MBR partition entry conversion | Mintsuki | 2ca7eb21 |
| 2026-03-07 01:19 | bootstrap: Bump limine-protocol commit | Mintsuki | c90e319f |
| 2026-03-06 23:29 | bootstrap: Bump Flanterm to 3.0.0 | Mintsuki | 47dff045 |
| 2026-03-06 23:05 | menu: Guard editor window_size decrement to prevent underflow on long line wrapping | Mintsuki | 6b109bc2 |
| 2026-03-06 22:35 | sys/smp: Widen bsp_lapic_id to uint32_t to avoid x2APIC ID truncation | Mintsuki | 77f89504 |
| 2026-03-06 18:43 | lib/gterm: Check parse_resolution return value for TERM_FONT_SIZE to avoid uninitialized use | Mintsuki | d6a9032c |
| 2026-03-06 18:17 | lib/getchar: Close UEFI timer event on all return paths in pit_sleep_and_quit_on_keypress | Mintsuki | 138a6fb8 |
| 2026-03-06 18:09 | stage1/hdd: Fix stack imbalance on int 13h/AH=48h failure in disk read | Mintsuki | eaf40aef |
| 2026-03-06 13:02 | host/limine: Make {mul,add}_u64_overflow() static inline to avoid gcc unused warnings | Mintsuki | 9526040e |
| 2026-03-06 12:54 | stage1/hdd: Rearrange code to work around boot sector size limitation | Mintsuki | 70f03858 |
| 2026-03-06 06:50 | host/limine: Add overflow checks for GPT partition LBA calculations | Mintsuki | 18c9143e |
| 2026-03-06 05:26 | config: Add NUL terminator check in config_get_entry header line scan | Mintsuki | 727f2114 |
| 2026-03-06 04:12 | protos/linux_risc: Validate kernel header before trusting image_size for allocation | Mintsuki | 6db4e3f6 |
| 2026-03-05 06:56 | host/limine: Replace GCC/Clang __builtin overflow checks with portable C99 helpers | Mintsuki | ea106387 |
| 2026-03-05 06:53 | protos/multiboot1: Validate load_end_addr >= load_addr to prevent underflow | Mintsuki | 8f953d27 |
| 2026-03-05 06:43 | stage1/hdd: Fix 64-bit LBA calculation and carry propagation in disk read loop | Mintsuki | 72741d55 |
| 2026-03-04 18:14 | bootstrap: Bump limine-protocol commit | Mintsuki | 333fff9d |
| 2026-03-03 17:22 | sys/lapic: Preserve LAPIC register state across x2APIC-to-xAPIC transition | Mintsuki | f547a0ee |
| 2026-02-25 23:52 | docs: Update ChangeLog and README.md for 10.8.2 | Mintsuki | 3028d5ce |
| 2026-02-25 23:50 | bootstrap: Bump limine-protocol commit | Mintsuki | b14779e5 |
| 2026-02-25 23:47 | Revert "sys/pic: Reinitialise PICs in pic_flush() to clear stale IRR/ISR state" | Mintsuki | 16a803ef |
| 2026-02-25 23:04 | docs: Update ChangeLog and README.md for 10.8.1 | Mintsuki | ff3bfeb8 |
| 2026-02-25 19:16 | bootstrap: Bump limine-protocol commit | Mintsuki | fb50736e |
| 2026-02-24 21:36 | sys/lapic: Preserve I/O APIC redirection entries when masking | Mintsuki | 20d5ca70 |
| 2026-02-24 20:31 | sys/lapic: Preserve LVT entries with SMI/INIT/reserved delivery modes | Mintsuki | 5979b35b |
| 2026-02-24 20:30 | sys/pic: Reinitialise PICs in pic_flush() to clear stale IRR/ISR state | Mintsuki | 7e3d6448 |