Commit Graph

2108 Commits

Author SHA1 Message Date
mintsuki 7b9600c893 image: Use stbi_image_free() instead of freeing buffer ourselves 2023-03-05 09:25:57 +01:00
mintsuki baf5f6c2ce stb_image: More proper implementation of malloc/free/realloc macros 2023-03-05 09:25:57 +01:00
mintsuki 4c8646300a docs: Minor README.md formatting fix 2023-03-05 09:25:57 +01:00
mintsuki 296e0a2684 image: Use stb_image for image loading 2023-03-05 09:25:57 +01:00
mintsuki af495884ba build: Honour CROSS_CPPFLAGS 2023-02-27 01:46:10 +01:00
mintsuki c3a869e185 build: Install markdown docs on install; distclean fix 2023-02-21 03:32:28 +01:00
mintsuki cc6198643e build: Only install limine-deploy.1 man page if built 2023-02-21 03:32:28 +01:00
mintsuki 7cd5abc39d docs: Add man pages for host executables 2023-02-21 03:32:28 +01:00
mintsuki 00f228f750 build: Very minor QOL fixes 2023-02-21 03:32:28 +01:00
mintsuki 4c82fa2574 docs: Update PHILOSOPHY.md to note reason for ext* driver inclusion 2023-02-20 05:10:34 +01:00
mintsuki 2a5d66e99b build: Misc quality-of-life fixes 2023-02-19 10:44:09 +01:00
mintsuki f022bcd195 misc: Let freestanding-headers handle limits.h 2023-02-19 10:44:09 +01:00
mintsuki dee6dc80ba menu: Fix issue introduced in 48053fd2 where TIMEOUT=0 would not show interface 2023-02-16 07:18:05 +01:00
mintsuki 24af4c116e uri/tinfgzip: Minor fixes and layering improvement 2023-02-16 04:19:31 +01:00
mintsuki ccb0d0f738 uri: Fix minor use-after-free bug 2023-02-16 04:19:31 +01:00
mintsuki d22b97cf66 uri: Prevent memory leak when opening compressed files 2023-02-16 04:19:31 +01:00
mintsuki 08b349e513 misc: Backport multiple framebuffer support from trunk 2023-02-16 04:13:22 +01:00
mintsuki fe9f8d17c6 docs: Document TERM_BACKGROUND_BRIGHT and TERM_FOREGROUND_BRIGHT 2023-02-15 21:20:55 +01:00
mintsuki 1d4887d59d docs: Update PHILOSOPHY.md noting that ext2/3/4 has been dropped 2023-02-15 12:48:14 +01:00
mintsuki a80eba16a8 stb/image: Comment out problematic functions 2023-02-15 12:48:14 +01:00
mintsuki c2e70b6f2e stb: Ignore some warnings coming from stb_image.h 2023-02-15 12:48:14 +01:00
mintsuki f6282c37bc compress: Replace tinf's inflate implementation with stb_image's zlib 2023-02-15 12:48:14 +01:00
mintsuki ee4c1486cd build: Use separate STRIP program in host Makefile 2023-02-12 23:27:04 +01:00
mintsuki 6164580167 build: Further fixes related to cd8188d8 2023-02-12 23:27:04 +01:00
mintsuki 66423cf2ff build: Update for latest cross-detect 2023-02-12 23:27:04 +01:00
mintsuki 958ac86183 build: Misc configure.ac improvements, install-strip fix ups 2023-02-12 23:27:04 +01:00
mintsuki 4cc03205ed build: Update for latest cross-detect 2023-02-12 07:54:49 +01:00
mintsuki 8206d237e7 host/enroll-config: Bring up to standard with deploy 2023-02-08 23:46:23 +01:00
mintsuki 1746268560 host/enroll-config: Fix buffer overflow 2023-02-08 23:46:23 +01:00
mintsuki eddc1a1230 build: Fix race condition in root GNUmakefile.in 2023-02-07 05:14:10 +01:00
mintsuki 8cb03108e0 docs: README.md: Document secure boot and config hash enrolling 2023-02-07 01:02:09 +01:00
mintsuki fa50944b6d docs: Misc README.md fixes and updates 2023-02-07 01:02:09 +01:00
mintsuki de409b9371 config: Do not allow recovering from checksum mismatch panic 2023-02-07 01:02:09 +01:00
mintsuki abc5119a01 config: No longer allow continuing boot on checksum mismatches 2023-02-07 01:02:09 +01:00
mintsuki a72d2fc59d misc: Add support for enrolling config blake2b hash in executable 2023-02-07 01:02:09 +01:00
mintsuki d7e827f51a docs: Add PHILOSOPHY.md 2023-02-07 01:02:09 +01:00
mintsuki 4d362ea0e9 protocol: Update copyright date in limine.h 2023-02-07 01:02:09 +01:00
mintsuki c132903b7f term: Expose support for out-of-band output control 2023-01-20 21:05:24 +01:00
mintsuki e6cc9c9b21 file: Fix several bugs to do with handling of path field 2023-01-20 21:05:24 +01:00
mintsuki b3146edfda Revert "Revert "Revert "ci: Build and check using Alpine instead of Arch"""
This reverts commit 8caf7b5b75.
2023-01-20 21:05:24 +01:00
Qwinci 5efd4357dc limine: Add UEFI PXE support based on @qookei's original patch with small changes. 2023-01-20 21:05:24 +01:00
mintsuki 2ef15c15e4 efi/chainload: Support passing of command lines. Addresses #244 2023-01-14 13:43:21 +01:00
mintsuki 3152b05a26 misc: Update copyright for 2023 2023-01-14 13:43:21 +01:00
mintsuki dffd45a688 Revert "Revert "ci: Build and check using Alpine instead of Arch""
This reverts commit ce4046d559.
2022-12-30 09:04:46 +01:00
mintsuki 4bb7423609 ci: Remove website upload portion of workflow 2022-12-30 08:53:38 +01:00
mintsuki 258388c890 term: Compatibility with new terminal code 2022-12-30 08:31:39 +01:00
mintsuki 78075319d4 lib/gterm: Remove now-useless full_refresh() call 2022-12-16 03:53:45 +01:00
mintsuki 72f074bfc2 term: Compatibility with latest terminal changes 2022-12-14 16:35:05 +01:00
mintsuki e1c0d71b97 host/limine-deploy: Add quiet option. Closes #243 2022-12-14 01:12:05 +01:00
mintsuki a0184f0145 docs/protocol: Fix syntax highlighting of struct limine_video_mode 2022-12-14 01:12:05 +01:00