| 2022-10-14 03:17 | limine: Add support for framebuffer modes listing | mintsuki | 09941f90 |
| 2022-10-13 22:59 | file: Reimplement a1bcf3c0 without use-after-free bug | mintsuki | 5e29b657 |
| 2022-10-13 21:58 | ci: Build and check using Alpine instead of Arch | mintsuki | a016008f |
| 2022-10-13 21:10 | misc: Update references to hardcoded directories | mintsuki | bdce1644 |
| 2022-10-13 20:59 | disk: UEFI: Add BLOCK_IO fallback for volume_from_efi_handle() | mintsuki | 1eefb6b6 |
| 2022-10-13 20:20 | disk: On UEFI, improve optical vs non-optical detection | mintsuki | ed238b7c |
| 2022-10-10 02:35 | elf: Add overlapping PHDR detection | mintsuki | 0aa3bc05 |
| 2022-10-09 08:52 | disk: Only use BLOCK_IO as fallback to DISK_IO when determining optical | mintsuki | 9d1d910d |
| 2022-10-09 07:02 | disk: On BIOS, change how optical is determined | mintsuki | 2e05e4ca |
| 2022-10-09 05:31 | limine: Fix bug which triggered on no-NX where wrong register was used for rd/wrmsr | mintsuki | 07440337 |
| 2022-10-07 07:14 | docs: Update README.md | mintsuki | 3af2fb1e |
| 2022-10-07 06:49 | menu: Add arrows to indicate overflow for many menu entries | mintsuki | 17be311a |
| 2022-10-07 05:49 | misc: Dynamically allocate EFI memmap copy | mintsuki | 42cc1d8e |
| 2022-10-07 05:35 | menu: Properly handly high number of entries | mintsuki | 15737894 |
| 2022-10-07 04:23 | misc: Increase EFI_COPY_MAX_ENTRIES to 2048 | mintsuki | ea412cfa |
| 2022-10-06 16:39 | limine/smp: Fix stack offset accidentally added twice | mintsuki | 4860f955 |
| 2022-10-06 03:36 | menu: Add missing valid keys | mintsuki | 6733f194 |
| 2022-10-06 03:29 | term: Misc improvements for SERIAL=yes on EFI | mintsuki | ff145eb5 |
| 2022-10-06 01:58 | term: Unbreak textmode + serial combo | mintsuki | 33dac9b3 |
| 2022-10-06 01:24 | gterm: Prevent memory leak gterm_init() failure | mintsuki | 5bbda71d |
| 2022-10-06 01:24 | limine: Fix NULL term dereference bug if gterm_init fails | mintsuki | aca99ad7 |
| 2022-10-06 04:29 | misc: Add limine subdir to stage3 and config search paths. Closes #225 | mintsuki | a76691a9 |
| 2022-10-06 03:58 | efi: Fallback to volume scan instead of panicking | czapek1337 | 62021484 |
| 2022-10-06 03:38 | disk: Use BLOCK_IO instead of DISK_IO | czapek1337 | 6a8e4eb4 |
| 2022-10-06 03:37 | readline: Fallback to SystemTable->ConIn | czapek1337 | e445555b |
| 2022-10-05 13:01 | term: Better ensure term is not accessed when NULL | mintsuki | 97228270 |
| 2022-10-05 12:22 | limine: Do not panic if failing to set up terminal or framebuffer | mintsuki | 10df0100 |
| 2022-10-05 12:21 | menu: Use fallback terminal instead of panicking on gterm_init() fail | mintsuki | 194e60a3 |
| 2022-10-05 12:07 | limine: Fix bug where NULL term was accessed. Fixes #227 | mintsuki | fc2fe1a3 |
| 2022-10-04 19:53 | limine: Reimplement proper callback functionality | mintsuki | d65d180c |