| 2026-01-07 01:29 | docs: Update ChangeLog and README.md for 10.6.2 | Mintsuki | ecc7d12d |
| 2026-01-06 21:21 | Merge pull request 'drivers/serial: Initialize serial baudrate ahead of time' (#35) from marv7000/Limine:fix-config-buffer into trunk | Mintsuki | 776ccd60 |
| 2026-01-06 14:08 | drivers/serial: Initialize serial baudrate ahead of time | Marvin Friedrich | db3ac54d |
| 2026-01-05 05:45 | docs: Update ChangeLog and README.md for 10.6.1 | Mintsuki | 45dbc18a |
| 2026-01-05 05:17 | misc: Use C implementations of mem*() functions for x86 | Mintsuki | 4f3d63f8 |
| 2026-01-05 04:31 | sys/smp: Prevent infinite loop on zero-length MADT entry | Mintsuki | 67ccf78b |
| 2026-01-05 04:25 | pxe/tftp: Validate server packet size against allocated buffer | Mintsuki | c5ecf04b |
| 2026-01-05 04:22 | sys/cpu_riscv: Add missing continue after invalid ISA string check | Mintsuki | 1cbc9f7a |
| 2026-01-05 04:20 | crypt/blake2b: Fix unaligned memory access on ARM64/RISC-V | Mintsuki | ace29f0b |
| 2026-01-05 00:10 | acpi,config: Fix SMBIOS 3.0 entry point structure definition | Mintsuki | f9282751 |
| 2026-01-04 23:18 | config: Fix SMBIOS 3.0 table iteration using wrong field | Mintsuki | 2c14cda0 |
| 2026-01-04 17:07 | pmm: Add overflow checks to memmap_alloc_range_in() | Mintsuki | f9c04622 |
| 2026-01-04 17:03 | multiboot1,multiboot2: Add bounds check to header search | Mintsuki | 65b261c2 |
| 2026-01-04 16:36 | crypt/blake2b: Fix incorrect loop variable in blake2b_update() | Mintsuki | 22a8a6d9 |
| 2026-01-04 16:12 | lib/fb: Fix byte width calculation in fb_clear() default case | Mintsuki | f0ee314b |
| 2026-01-04 16:11 | drivers/serial: Validate baud rate to prevent division by zero | Mintsuki | 0b17ff4a |
| 2026-01-04 16:11 | sys/exceptions: Add bounds check for exception number | Mintsuki | 06d0a779 |
| 2026-01-04 16:11 | mm/pmm: Fix align_entry() checking pointer instead of value | Mintsuki | f3d3b246 |
| 2026-01-04 15:05 | fs,lib: Check volume_read() and read_cluster_from_map() return values | Mintsuki | 0602546a |
| 2026-01-04 14:53 | lib/getchar: Add overflow protection to escape sequence parsing | Mintsuki | 5ab25d4d |
| 2026-01-04 14:38 | menu: Add bounds check to DELETE key handler | Mintsuki | 3dd9a740 |
| 2026-01-04 14:31 | fs/fat32: Add overflow checks for root directory size calculations | Mintsuki | fa1e901b |
| 2026-01-02 13:13 | docs: Update copyright for 2026 | Mintsuki | b72fd292 |
| 2026-01-02 13:08 | build: Update freestnd-c-hdrs, limine-protocol, picoefi, and flanterm submodules | Mintsuki | 66828933 |
| 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 |