| 2022-02-11 19:46 | build: Minor build system tweaks | mintsuki | 93e22574 |
| 2022-02-11 19:07 | build: Simplify BSD od workaround in hgen.sh | mintsuki | 9e11f981 |
| 2022-02-11 18:55 | build: BSD od related adjustments in hgen.sh | mintsuki | 914fd640 |
| 2022-02-11 02:57 | gh: Upload release tarballs to website | mintsuki | b78580a2 |
| 2022-02-11 02:55 | build: Fix order of toolchain dirs in PATH | mintsuki | 0aafd110 |
| 2022-02-10 21:36 | build: Make build system search for toolchain in source dir too | mintsuki | aa37f16b |
| 2022-02-10 14:01 | make_toolchain.sh: Bump binutils to 2.38 | mintsuki | cda3da55 |
| 2022-02-10 13:50 | hgen: Add missing set -e | mintsuki | a4ed71be |
| 2022-02-10 13:47 | limine-install: Make hgen a shell script | mintsuki | 699d531e |
| 2022-02-09 11:45 | misc: Misc Hyper-V related fixes. Closes #150 | mintsuki | f2b468c4 |
| 2022-02-08 14:43 | build: Improve eltorito-efi configure option | mintsuki | 12ba2812 |
| 2022-02-08 14:35 | build: Make eltorito-efi build manually toggleable | mintsuki | 16b944e3 |
| 2022-02-04 21:54 | readline: Support C-[ae] for HOME and END | mintsuki | b93ceee7 |
| 2022-02-04 21:30 | menu: Support HOME and END shortcuts | mintsuki | 171ee758 |
| 2022-02-04 21:25 | menu: Support using 1-9 to boot menu entries | mintsuki | 2321de5d |
| 2022-02-03 10:35 | build: Minor portability fixes | mintsuki | b45dc16c |
| 2022-02-03 09:38 | misc: stage23 -> common | mintsuki | f6c81e4e |
| 2022-02-02 17:18 | build: Unify and preprocess linker scripts | mintsuki | 86c1dfbb |
| 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 |