| 2022-11-19 07:04 | readline: Fix issue arising from terminal's wraparound handling fix | mintsuki | e72d4059 |
| 2022-11-19 05:35 | disk: Fix issue where _p struct was not zeroed out in create_disk_index() | mintsuki | 35866614 |
| 2022-11-18 22:28 | Fixed little memory leak in the UEFI build that would make the bootloader crash on systems with larger disks | beakeyz | 409c05c4 |
| 2022-11-15 10:23 | docs: Add packaging status to README.md | mintsuki | ffc624bd |
| 2022-11-15 05:39 | gop: Remove ConOut logic | mintsuki | 74fbf527 |
| 2022-10-23 19:56 | readline: Fix command line scrolling and cursor wrap-around | Ryan Cohen | 5c903dc5 |
| 2022-11-14 06:29 | gop: Use ConOut to obtain GOP whenever possible | mintsuki | 18100db8 |
| 2022-11-12 19:04 | limine.h: Use C90 style comments for license header | mintsuki | 8e2b91cc |
| 2022-11-12 18:53 | Revert "gop: Allow user to select which GOP to use in config. Addresses #233" | mintsuki | 9e76687b |
| 2022-11-12 18:53 | Revert "gop: Fix implicit declaration warning introduced in d82dc64b" | mintsuki | d07ddd1c |
| 2022-11-11 23:34 | gop: Fix implicit declaration warning introduced in d82dc64b | mintsuki | 93d8c16a |
| 2022-11-11 22:40 | gop: Allow user to select which GOP to use in config. Addresses #233 | mintsuki | e4ba09aa |
| 2022-11-05 14:44 | limine.h: Add license header | mintsuki | 5a2c8928 |
| 2022-11-02 14:28 | Revert "smp/x86: Free up trampoline memory after use" | mintsuki | dd0ae411 |
| 2022-10-30 12:58 | docs/protocol: Clarify file address alignment | mintsuki | 8d9c116e |
| 2022-10-30 10:19 | multiboot2: Support load_addr == -1 | mintsuki | a5d8031a |
| 2022-10-29 14:17 | smp/x86: Free up trampoline memory after use | mintsuki | 4b132dc1 |
| 2022-10-17 04:28 | pmm: Work around potential memmap data race in EFI init_memmap() | mintsuki | c0c07981 |
| 2022-10-17 02:41 | pmm: Fix AllocatePages() call to take pages count; remove useless alignment check | mintsuki | 9da003d5 |
| 2022-10-17 02:34 | pmm: Avoid throwing away big memory ranges that fail to AllocatePages() indiscriminately | mintsuki | ac61b6a6 |
| 2022-10-15 23:25 | Revert "ci: Build and check using Alpine instead of Arch" | mintsuki | 935eecb8 |
| 2022-10-15 23:17 | stivale: Adjust deprecation message | mintsuki | 60c27ef1 |
| 2022-10-15 21:59 | fs: Add fix from 1da478d5 for 4.x dropped filesystems | mintsuki | a8e9328f |
| 2022-10-14 12:28 | linux: Revert 793d0293 | mintsuki | d43dc03e |
| 2022-10-14 04:59 | disk: Fix wrong parameter passed to ReadBlocks() | mintsuki | d4d1d4a1 |
| 2022-10-14 03:50 | docs: Fix formatting issue in PROTOCOL.md | mintsuki | e208b9f9 |
| 2022-10-14 03:34 | gop: Do not zero default_res out erroneously | mintsuki | 9a324167 |
| 2022-10-14 03:17 | limine: Add support for framebuffer modes listing | mintsuki | 500b6690 |
| 2022-10-13 22:59 | file: Reimplement a1bcf3c0 without use-after-free bug | mintsuki | 1da478d5 |
| 2022-10-13 21:58 | ci: Build and check using Alpine instead of Arch | mintsuki | 0124dec8 |