| 2022-02-02 15:24 | build: Misc improvements | mintsuki | 2c52277d |
| 2022-02-01 07:04 | build: Misc improvements | mintsuki | 4f633c46 |
| 2022-01-31 10:46 | build: Move program detection logic to configure script | mintsuki | c64c9079 |
| 2022-01-29 16:23 | build: Minor misc fixes | mintsuki | 79aff35e |
| 2022-01-29 11:29 | pmm_randomise_memory: Add guard for BIOS port to avoid accessing bogus pointers | mintsuki | e47feaf6 |
| 2022-01-29 10:54 | chainload: Assume boot drive if DRIVE parameter is omitted | mintsuki | 85f6b5ff |
| 2022-01-29 10:45 | chainload: Readd wrongly removed noinline attribute | mintsuki | f25277a2 |
| 2022-01-29 06:54 | readline: Don't delete input beyond a null terminator | czapek1337 | 29f5316f |
| 2022-01-29 06:52 | console: Use escape sequence instead of reset_term() | czapek1337 | dabbb935 |
| 2022-01-28 22:56 | console: Add a clear command | czapek1337 | eb0dfb15 |
| 2022-01-28 22:55 | readline: Zero out the buffer before using it | czapek1337 | 8bf71669 |
| 2022-01-28 22:51 | readline: Handle END/HOME keys | czapek1337 | e3fb2c64 |
| 2022-01-28 22:51 | console,editor: Filter out non-printable characters | czapek1337 | 290bcd1c |
| 2022-01-28 22:10 | menu: Handle uppercase inputs for menu hotkeys | czapek1337 | 41835870 |
| 2022-01-28 15:25 | limine-install: Fix issue introduced in 55166fd where GPT checksum would corrupt | mintsuki | ac103dff |
| 2022-01-28 11:48 | ntfs: allow for bigger resident index and resident data | Itay Almog | a12d99f0 |
| 2022-01-28 11:35 | build: Add *.tar.gz to maintainer-clean's rm | mintsuki | bfc4d6b7 |
| 2022-01-28 11:29 | build: Add *.tar.gz to .gitignore | mintsuki | 2f986b32 |
| 2022-01-28 11:16 | build: Make limine-hdd.h target not check toolchain | mintsuki | 55eac5ef |
| 2022-01-28 10:56 | ntfs: Change most panics into prints | mintsuki | 4d7aec43 |
| 2022-01-28 10:06 | paging: Some 1GiB pages adjustments | mintsuki | 091baf40 |
| 2022-01-28 09:23 | misc: Various fixes | mintsuki | 31736bea |
| 2022-01-28 08:35 | misc: incbin -> hgen | mintsuki | c320e670 |
| 2022-01-28 07:53 | build: Makefile fixes | mintsuki | abd01e87 |
| 2022-01-28 07:35 | limine-install: Make it pure C11 | mintsuki | eeda20cb |
| 2022-01-27 11:53 | limine-install: Overhaul | mintsuki | d1b94b20 |
| 2022-01-27 05:43 | stivale tests: fix BUG: Unidentified tag 0x9b4358364c19ee62 | Andy-Python-Programmer | f3822914 |
| 2022-01-27 04:41 | is_1gib_page_supported: use printv instead | Andy-Python-Programmer | 48f890ad |
| 2022-01-27 04:40 | is_1gib_page_supported: use (void), not () if there's no args | Andy-Python-Programmer | 9dd2e17a |
| 2022-01-27 04:06 | vmm: fix implicit declaration of print | Andy-Python-Programmer | 3c848d39 |