| 2020-12-03 11:38 | menu: Fix bug where variable may be used uninitialised, make DEFAULT_ENTRY 1-based, add 'no' setting for TIMEOUT | mintsuki | 3ee1ee88 |
| 2020-12-02 18:16 | menu: Do not have countdown if default entry is a directory | mintsuki | fe022c49 |
| 2020-12-02 18:09 | misc: Update binary images | mintsuki | 75c51c1e |
| 2020-12-02 18:08 | Merge pull request #55 from N00byEdge/pxe_smaller_packets_fix | mint | 60b72aee |
| 2020-12-01 22:53 | Add built binaries | N00byEdge | 78b19f87 |
| 2020-12-01 22:50 | Don't stop download if tftp server sends packets smaller than the negotiated mtu | N00byEdge | 0c81b639 |
| 2020-12-01 02:49 | linux: Allocate the relocation buffer for the command line early so it's allocated before the real mode code | mintsuki | 99aaceda |
| 2020-12-01 02:19 | linux: Fix issue where command line buffer might be in memory in an address outside the range the boot protocol mandates | mintsuki | a9d69d38 |
| 2020-12-01 02:09 | menu: Fix issue where command line buffer was allocated in conventional memory and subsequently discarded | mintsuki | 4c09663a |
| 2020-12-01 01:52 | config: Add default expanded entries | mintsuki | 9b7f9e42 |
| 2020-11-29 22:45 | misc: Make distclean Makefile target actually clean everything | mintsuki | 8c4f3ecf |
| 2020-11-29 07:26 | vbe: Fix handling of VBE versions older than 3.0 | mintsuki | e7147188 |
| 2020-11-27 18:33 | config: Dynamically allocate buffer for config values when requested | mintsuki | c0417a87 |
| 2020-11-25 01:25 | pmm: Panic if there is an attempt to reserve a memory range below 1 MiB | mintsuki | 81b99116 |
| 2020-11-23 23:19 | pmm: Fix bug where align_entry() would return the wrong error value | mintsuki | af78abb1 |
| 2020-11-20 18:55 | term: Add double buffering | mintsuki | 9cd21c6a |
| 2020-11-17 23:53 | misc: Reuse buffers that hold the paths of module files for protocols | mintsuki | ed590257 |
| 2020-11-17 23:13 | config: Add full entry editor | mintsuki | a8a07942 |
| 2020-11-17 00:33 | makefile: Make test targets depend on all | mintsuki | 6cdae13b |
| 2020-11-17 00:24 | panic: Do not print stacktrace if map file is not loaded. Fix places where we erroneously appended a newline to a panic string | mintsuki | 536a8262 |
| 2020-11-16 23:50 | menu: Prettify print_tree() | mintsuki | 85b4d063 |
| 2020-11-16 22:31 | config: Add initial support for config directory entries | mintsuki | dc54ee97 |
| 2020-11-16 20:23 | misc: Fix a bunch of warnings related to potentially used uninitialised variables | mintsuki | 970b4e3f |
| 2020-11-16 18:05 | Merge pull request #54 from Matt8898/unstable | mint | 873ebc38 |
| 2020-11-16 16:51 | Add pxe documentation. | Matteo Semenzato | 1e0ed9aa |
| 2020-11-16 14:40 | Update issue templates | mint | f2d40775 |
| 2020-11-16 14:22 | misc: Document STAGE2_MAP config key | mintsuki | c33d6c1d |
| 2020-11-16 14:00 | ext2: Add initial symlink support. Fixes #53 | mintsuki | 6fd8eb05 |
| 2020-11-15 16:57 | misc: Upload stage2.map | mintsuki | 7b6fe03a |
| 2020-11-15 16:56 | misc: Implement stacktrace | mintsuki | 8460cee5 |