| 2026-04-14 19:27 | build: Remove .cache and compile_commands.json on distclean | Mintsuki | 18f08ed3 |
| 2026-04-14 13:15 | host/limine: Fix empty_lba leak on error during GPT-to-MBR conversion | Mintsuki | 0fb6bb6c |
| 2026-04-14 13:05 | protos/limine: Check return value of framebuffer memmap_alloc_range | Mintsuki | a9b148ed |
| 2026-04-14 12:47 | fs/iso9660: Move sysarea pointer computation after bounds check | Mintsuki | 07d20ac1 |
| 2026-04-14 12:39 | sys/cpu: Add memory clobber to LoongArch IOCSR accessors | Mintsuki | f69b2b5c |
| 2026-04-14 12:17 | protos/efi_boot_entry: Bound description scan to buffer size | Mintsuki | 57d8647e |
| 2026-04-14 11:51 | mm/pmm: Add pointer alignment check to pmm_free | Mintsuki | a71d7111 |
| 2026-04-14 11:50 | sys/cpu: Fix misleading comment in TSC calibration | Mintsuki | caad1ecf |
| 2026-04-14 01:17 | lib/getchar: Deduplicate timer event recreation in ESC handler using restart label | Mintsuki | d3456116 |
| 2026-04-14 00:24 | lib/misc: Fix out-of-bounds reads in get_absolute_path backward scans | Mintsuki | 851352d7 |
| 2026-04-14 00:15 | lib/config: Re-examine shifted character after whitespace/CR removal | Mintsuki | 0556f4bf |
| 2026-04-14 00:12 | lib/elf: Avoid undefined pointer arithmetic in relocation patching | Mintsuki | 05e8144c |
| 2026-04-14 00:04 | protos/limine: Fix request scan loop bound to not read past image_size_before_bss | Mintsuki | 3042d4fa |
| 2026-04-13 23:49 | mm/pmm: Restart sanitise_entries outer loop after entry deletion | Mintsuki | 48cc4924 |
| 2026-04-13 23:41 | lib/elsewhere: Skip past source range on overlap instead of advancing one page | Mintsuki | 1511a8dc |
| 2026-04-13 23:12 | decompressor: Fix off-by-one truncating last character of error message | Mintsuki | 80c399f9 |
| 2026-04-11 19:04 | lib/bli: fix various bugs in timeout and entry control | Mintsuki | 4b057bcc |
| 2026-04-11 16:58 | lib/bli: implement entry control | programmerlexi | 959f763a |
| 2026-04-11 16:57 | lib/bli: implement timeout control | programmerlexi | bc5d1e4b |
| 2026-04-10 21:22 | decompressor: gzip/tinf -> limlz | Kamila Szewczyk | 9c3ead93 |
| 2026-04-13 22:51 | sys/cpu: Fix locked_write asm constraint to declare memory operand as output | Mintsuki | 58083a72 |
| 2026-04-13 14:15 | lib/misc: Remove dead overflow check in ALIGN_UP macro | Mintsuki | 104399fe |
| 2026-04-13 14:15 | lib/elf: Fix section header table size check falsely rejecting valid ELFs | Mintsuki | b2cc8b74 |
| 2026-04-13 12:25 | lib/gterm: Fix NULL dereference in gterm_init cached path | Mintsuki | 44b84935 |
| 2026-04-13 03:22 | build(deps): bump softprops/action-gh-release from 2.6.1 to 3.0.0 | dependabot[bot] | 4ecd2a9e |
| 2026-04-12 22:40 | menu: Fix NULL dereference when DEFAULT_ENTRY is out of range with TIMEOUT=0 | Mintsuki | 1b144eef |
| 2026-04-12 22:08 | lib/image: Fix incorrect free of stbi-allocated buffer corrupting memmap | Mintsuki | 0e6b0e9a |
| 2026-04-11 23:12 | menu: Make `graphics: no` an alias for `serial: yes` on EFI | Mintsuki | f3b031e3 |
| 2026-04-11 23:00 | lib/term: Reset ConOut when falling back from graphical terminal | Mintsuki | 12d3dbf7 |
| 2026-04-11 22:01 | drivers/vga_textmode: Defer line wrap to next putchar | Mintsuki | 25ca9eeb |