mintsuki
779571339e
misc: Updates for Flanterm rebrand
2023-03-29 22:43:06 +02:00
mintsuki
3bf159d81c
compress: Rename modified tinfgzip wrapper to gzip
2023-03-16 22:49:24 +01:00
mintsuki
0f4beb1bfd
gterm: Fix NULL dereference bug when no wallpaper used
2023-03-05 09:49:28 +01:00
mintsuki
8bb12244be
image: Use stbi_image_free() instead of freeing buffer ourselves
2023-03-05 08:47:38 +01:00
mintsuki
959c44658e
image: Use stb_image for image loading
2023-03-05 07:57:54 +01:00
mintsuki
48053fd206
misc: Fix bug on trunk where returns to menu from panic would crash
2023-02-16 03:54:10 +01:00
mintsuki
a3f814b5f7
uri/tinfgzip: Minor fixes and layering improvement
2023-02-16 02:05:11 +01:00
mintsuki
3ae87be595
uri: Fix minor use-after-free bug
2023-02-15 21:09:46 +01:00
mintsuki
9b07351208
uri: Prevent memory leak when opening compressed files
2023-02-15 21:05:55 +01:00
mintsuki
71b3ae548b
compress: Replace tinf's inflate implementation with stb_image's zlib
2023-02-15 11:21:53 +01:00
mintsuki
c30afde043
config: Do not allow recovering from checksum mismatch panic
2023-02-07 00:28:51 +01:00
mintsuki
843be07536
config: No longer allow continuing boot on checksum mismatches
2023-02-07 00:23:10 +01:00
mintsuki
8c7a98310a
misc: Add support for enrolling config blake2b hash in executable
2023-02-06 23:58:19 +01:00
mintsuki
a7721872dd
term: Expose support for out-of-band output control
2023-01-20 20:14:38 +01:00
mintsuki
28dd8a1062
file: Fix several bugs to do with handling of path field
2023-01-20 17:27:41 +01:00
Qwinci
3dd0a6fb41
limine: Add UEFI PXE support
...
based on @qookei's original patch with small changes.
2023-01-17 18:47:36 +02:00
mintsuki
2ee939725e
term: Compatibility with new terminal code
2022-12-30 07:58:46 +01:00
mintsuki
1aba6b3aeb
lib/gterm: Remove now-useless full_refresh() call
2022-12-16 03:53:42 +01:00
mintsuki
b3c08f8122
term: Compatibility with latest terminal changes
2022-12-14 16:35:03 +01:00
mintsuki
ffaaabf14a
readline: Fix issue arising from terminal's wraparound handling fix
2022-11-19 08:04:17 +01:00
mintsuki
d39baeaa80
video: Initial support for multiple framebuffers
2022-11-18 23:59:31 +01:00
Ryan Cohen
07d8dd2c68
readline: Fix command line scrolling and cursor wrap-around
...
Fixes `cursor_fwd` to wrap the cursor to the first column when it passes
the bottom right corner of the screen.
Fixes `readline` to update the command line's row position when the
cursor wrap-around causes the screen to scroll up.
2022-11-13 13:49:00 -05:00
mintsuki
e0aec79cb6
limine: Add support for framebuffer modes listing
2022-10-14 05:19:13 +02:00
mintsuki
6022f5bf23
elf: Add overlapping PHDR detection
2022-10-10 04:35:28 +02:00
mintsuki
af80341c8c
misc: Dynamically allocate EFI memmap copy
2022-10-07 07:49:47 +02:00
mintsuki
2557aa8f46
misc: Increase EFI_COPY_MAX_ENTRIES to 2048
2022-10-07 06:23:49 +02:00
mintsuki
3d95c8960c
misc: Add limine subdir to stage3 and config search paths. Closes #225
2022-10-06 06:29:11 +02:00
mint
23f2c7dbac
Merge pull request #228 from czapek1337/some-fixes
...
Some minor fixes
2022-10-06 06:05:37 +02:00
mintsuki
7f09259c57
term: Misc improvements for SERIAL=yes on EFI
2022-10-06 05:41:21 +02:00
mintsuki
6e1c792e41
gterm: Prevent memory leak gterm_init() failure
2022-10-06 05:41:21 +02:00
czapek1337
68e936e7f4
readline: Fallback to SystemTable->ConIn
2022-10-06 05:37:22 +02:00
mintsuki
ac34ec411f
term: Better ensure term is not accessed when NULL
2022-10-05 15:01:01 +02:00
mintsuki
d187c576d8
term: Make term_notready() static
2022-10-04 21:00:39 +02:00
mintsuki
ff8c5f318c
term: Gate BIOS specific code behind ifdefs
2022-10-04 20:47:19 +02:00
mintsuki
f977548e84
term: Reimplement context control
2022-10-04 20:39:50 +02:00
mintsuki
48a7c12e5b
term: Misc fixes and improvements
2022-10-04 19:10:38 +02:00
mintsuki
d3c8a66918
term: Misc fixes and improvements
2022-10-04 08:21:59 +02:00
mintsuki
b34954bb43
term: Misc fixes and improvements
2022-10-04 07:24:42 +02:00
mintsuki
45312e66ae
term: Add builtin font
2022-10-04 06:04:31 +02:00
mintsuki
f6ba5991b5
term: Misc minor bug fixes
2022-10-04 05:39:48 +02:00
mintsuki
0f1d86e7e4
term: Tidy up VGA textmode wrapper code
2022-10-04 02:34:11 +02:00
mintsuki
8849d08eeb
term: Tidy up gterm wrapper code
2022-10-04 01:37:19 +02:00
mintsuki
4d855fc17e
term: Move to use external, portable terminal
2022-10-04 00:58:00 +02:00
mintsuki
96c184fdf6
term: Misc bug fixes in fallback backends
2022-09-28 01:16:39 +02:00
mintsuki
0d7b1e1148
term: Do not reset mode on UEFI fallback init
2022-09-27 06:36:04 +02:00
mintsuki
4a4409e1b2
pmm: Undo most of what was done between 85603ec8
and 74a3a1c6
2022-09-24 03:57:55 +02:00
mintsuki
0cb98610f0
panic: Fix build on non-BIOS targets
2022-09-23 20:59:02 +02:00
mintsuki
e062b4ed7d
term: Move more of it to stage 3
2022-09-23 20:53:14 +02:00
mintsuki
a6189abdc1
misc: Fix bugs introduced in 3181293a
2022-09-20 09:54:35 +02:00
mintsuki
f86a421209
misc: Fix up some no_unwind globals
2022-09-17 15:09:08 +02:00