| 2025-12-28 14:01 | docs: Update ChangeLog and README.md for 10.6.0 | Mintsuki | 388df810 |
| 2025-12-28 13:31 | docs: CONFIG.md: Update description of `term_font_size` and `term_font_spacing` | Mintsuki | 6e49c9ca |
| 2025-12-28 13:30 | lib/gterm: Do not allow font widths != 8 | Mintsuki | a429b0c4 |
| 2025-12-28 13:27 | lib/gterm: Add safeguard against font file being too small | Mintsuki | 4b91cc1c |
| 2025-12-28 11:38 | protos/limine: Copy module cmdline before passing to get_file() | Mintsuki | aa0702ae |
| 2025-12-28 11:37 | lib/config: Use static buffers to fix memory leaks | Mintsuki | 2159a4c3 |
| 2025-12-28 11:37 | lib/uri: Use static buffer in uri_resolve() to fix memory leak | Mintsuki | ae102377 |
| 2025-12-28 11:37 | lib/libc: Add strdup() function | Mintsuki | ac04e840 |
| 2025-12-28 09:51 | fs/fat32: Remove now-useless limits.h include | Mintsuki | 3cfac3dd |
| 2025-12-28 09:28 | fs/fat32: Add bounds check to FAT16/FAT32 cluster map reads | Mintsuki | bfaba348 |
| 2025-12-28 09:17 | fs/file: Add bounds check to fread() for memfiles | Mintsuki | f769ce5a |
| 2025-12-27 23:11 | misc: Replace some integer overflow check patterns with builtin functions | Mintsuki | 3db3f097 |
| 2025-12-27 23:05 | fs/iso9660: Add some extra checks to multi-extent logic | Mintsuki | f055c42c |
| 2025-12-27 21:52 | lib/term: Fix up flanterm_fb_init() call with size_t versions of ext_mem_alloc/pmm_free | Mintsuki | 62045e00 |
| 2025-12-27 21:45 | mm/pmm: Use uint64_t instead of size_t for the size argument for ext_mem_alloc/pmm_free functions | Mintsuki | 18fb572d |
| 2025-12-27 20:27 | fs/iso9660: Add support for multi-extent files | Mintsuki | ce7d6558 |
| 2025-12-27 19:58 | lib/part: Ensure that the sect_count variable is not -1 before computing part_size | Mintsuki | 4515fa62 |
| 2025-12-26 13:48 | docs: Update ChangeLog and README.md for 10.5.1 | Mintsuki | b63d24db |
| 2025-12-26 11:03 | mm/pmm: Add overflow checks and memory leak fixes | Mintsuki | bcf118f6 |
| 2025-12-26 11:02 | protos/multiboot2: Add address tag validation | Mintsuki | 8336d9ac |
| 2025-12-26 11:01 | menu: Fix potential title buffer overflow | Mintsuki | 26b76e66 |
| 2025-12-26 11:00 | lib/uri: Add blake2b validation | Mintsuki | 1e20c68a |
| 2025-12-26 10:37 | lib/elf: Add several bounds checks and misc bug fixes | Mintsuki | 8ebc72c6 |
| 2025-12-26 10:35 | protos/limine: Add internal module path length validation | Mintsuki | 9be73e10 |
| 2025-12-26 10:35 | protos/linux: Add E820 entries bounds check | Mintsuki | 4bc0ca6b |
| 2025-12-26 10:34 | lib/misc: Validate input characters in oct2bin and hex2bin | Mintsuki | 3e41ea36 |
| 2025-12-26 10:33 | lib/acpi: Add RSDT/XSDT length validation | Mintsuki | 1fa4c96b |
| 2025-12-26 10:33 | lib/config: Add SMBIOS structure validation and bounds checking | Mintsuki | 5fcaaff0 |
| 2025-12-26 10:32 | lib/libc: Fix strchr and strrchr null terminator handling and add inet_pton() sanity checks | Mintsuki | 3487bc14 |
| 2025-12-26 10:29 | drivers/vbe: Add iteration limit and EDID sanity checks | Mintsuki | 1b5f95c2 |