| 2025-12-26 10:26 | pxe/tftp: Add validation checks and fix memory leaks | Mintsuki | 134973ce |
| 2025-12-26 10:13 | fs, lib/part: Use builtin overflow detection for arithmetic operations | Mintsuki | 40f84d0e |
| 2025-12-26 01:54 | fs/fat: Add corner case check for FAT12 filesystems | Mintsuki | 291dc84c |
| 2025-12-26 01:46 | lib/part: Add bounds checking to volume_read() function | Mintsuki | 3e5eb638 |
| 2025-12-25 19:51 | protos/multiboot1: Fix spurious sizeof() usage in mb1 info size calculation | Mintsuki | b9b521f4 |
| 2025-12-25 19:20 | drivers/gop: Fix current_fallback incremented before use bug | Mintsuki | 71a5cf86 |
| 2025-12-25 18:54 | pxe/tftp: Fix broken assignment for pxe_ip on EFI | Mintsuki | bcf6f17b |
| 2025-12-25 18:38 | menu: Remove pmm_free() call which is bogus after commit 4d5bfa6af2b157b3525dc1d7043071eb02e938e8 | Mintsuki | 31345a38 |
| 2025-12-25 17:56 | lib/config: Return pointer to static buffer from config_get_value() | Mintsuki | 4d5bfa6a |
| 2025-12-24 22:26 | mm/pmm: Fix off-by-one in memory entry removal | Mintsuki | 1e2b8511 |
| 2025-12-24 22:18 | fs/file: Fix potential issue with loading very big files on 32-bit systems | Mintsuki | 07ff25bd |
| 2025-12-24 22:13 | fs/file: Fix minor memory leaks on fopen() failure | Mintsuki | 4820efdf |
| 2025-12-24 22:02 | lib/part: Get rid of overzealous check added in 055e9a203afc988974ef9b8e919e365061470a6c | Mintsuki | 6598649c |
| 2025-12-24 21:18 | lib/part: Miscellaneous security and bug fixes | Mintsuki | 055e9a20 |
| 2025-12-24 18:21 | fs/iso9660: Miscellaneous security and bug fixes | Mintsuki | 90bc2e05 |
| 2025-12-24 17:34 | fs/fat32: Miscellaneous security and bug fixes | Mintsuki | 704510f6 |
| 2025-12-24 13:13 | build: Remove edk2-ovmf directory instead of ovmf* on distclean | Mintsuki | e60466ea |
| 2025-12-11 05:03 | docs: Update ChangeLog and README.md for 10.5.0 | Mintsuki | efb03ff0 |
| 2025-12-09 09:32 | build: Updates for new edk2-ovmf-nightly | Mintsuki | 0f0809c7 |
| 2025-12-08 08:37 | lib/term: Update flanterm_fb_init() call | iretq | 990f2f79 |
| 2025-12-08 08:26 | lib/gterm: Support framebuffer rotation | iretq | aaa500ba |
| 2025-12-06 14:35 | menu: Fix pmm_free() call with off-by-one length | Mintsuki | e6bd838b |
| 2025-12-06 14:32 | common/menu: Add new `interface_help_colour` global option | Mintsuki | 7ee698d5 |
| 2025-12-02 02:49 | lib/libc: Convert char to unsigned char before comparison in string comparison functions | Mintsuki | 22df06c0 |
| 2025-12-02 02:48 | lib/paths: Use strncmp() instead of memcmp() where appropriate | Mintsuki | bf3c4a65 |
| 2025-11-30 00:36 | docs: Update ChangeLog and README.md for 10.4.0 | Mintsuki | 4d549791 |
| 2025-11-30 00:13 | riscv: Simplify logic of code added in 051bb27ed09068939b3f090e4557f24493a5a738 | Mintsuki | 1e43c13b |
| 2025-11-29 23:56 | riscv: Prioritise CPU init with ACPI unless DTB manually overridden | Mintsuki | 051bb27e |
| 2025-11-29 16:21 | sys/cpu: Flush entire I-Cache if it's not PIPT on aarch64 | Kacper SÅomiÅski | 02f1a8f5 |
| 2025-11-29 16:21 | lib/gterm: Add flush callback for aarch64 | Kacper SÅomiÅski | afb2a8e6 |