| 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 |
| 2022-01-27 04:01 | paging: emulate support for 1gib pages if not avaliable | Andy-Python-Programmer | 67a0bb87 |
| 2022-01-27 01:03 | direct_map: use 1gib pages to construct the direct map | Andy-Python-Programmer | 360b23eb |
| 2022-01-27 00:04 | stivale_build_pagemap: use 1GiB pages to map 0 to 2GiB at 0xffffffff80000000 | Andy-Python-Programmer | c13c3891 |
| 2022-01-26 23:59 | map_page: add support for mapping 1GiB pages | Andy-Python-Programmer | a218423b |
| 2022-01-26 23:54 | map_page: take the page size as an argument (enum) | Andy-Python-Programmer | 7a1e3cb3 |
| 2022-01-26 02:58 | misc: Fixes for GCC 12 warnings; add extern prototypes for inline functions | mintsuki | ddf85ede |