rulimine/common
mintsuki edd4454b00 gterm: Fix NULL dereference bug when no wallpaper used 2023-03-05 09:49:29 +01:00
..
compress compress/gz: Add hack to allow macOS compressed GZs to load with stbi 2023-03-05 09:25:57 +01:00
crypt efi/disk: Use blake2b to calculate unique sector hash 2022-09-16 11:50:47 +02:00
drivers misc: Backport multiple framebuffer support from trunk 2023-02-16 04:13:22 +01:00
fs file: Fix several bugs to do with handling of path field 2023-01-20 21:05:24 +01:00
lib gterm: Fix NULL dereference bug when no wallpaper used 2023-03-05 09:49:29 +01:00
mm pmm: Work around potential memmap data race in EFI init_memmap() 2022-10-17 06:45:45 +02:00
protos misc: Backport multiple framebuffer support from trunk 2023-02-16 04:13:22 +01:00
pxe file: Fix several bugs to do with handling of path field 2023-01-20 21:05:24 +01:00
stb stb: Ignore some warnings coming from stb_image.h 2023-02-15 12:48:14 +01:00
sys Revert "smp/x86: Free up trampoline memory after use" 2022-11-02 15:34:53 +01:00
GNUmakefile build: Honour CROSS_CPPFLAGS 2023-02-27 01:46:10 +01:00
console.c misc: blib.h -> misc.h 2022-08-26 23:44:47 +02:00
console.h misc: stage23 -> common 2022-02-03 10:38:43 +01:00
efi_thunk.asm_uefi_aarch64 Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
efi_thunk.asm_uefi_ia32 Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
efi_thunk.asm_uefi_x86_64 Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
entry.s2.c misc: Update references to hardcoded directories 2022-10-14 05:42:15 +02:00
entry.s3.c misc: Backport multiple framebuffer support from trunk 2023-02-16 04:13:22 +01:00
entry_asm.s2.asm_bios_ia32 build: Move common/{entry.asm_bios_ia32 -> entry_asm.s2.asm_bios_ia32} 2022-07-18 21:34:26 +02:00
gensyms.sh gensyms: Do not escape # in substitution string 2022-09-01 12:20:47 +02:00
linker_bios.ld.in misc: Backport multiple framebuffer support from trunk 2023-02-16 04:13:22 +01:00
linker_uefi_aarch64.ld.in build: Improvements and updates for new limine-efi 2022-08-23 01:41:18 +02:00
linker_uefi_ia32.ld.in build: Discard .eh_frame section in linker scripts to fix potential GNU toolchain miscompilation 2022-08-15 16:22:56 +02:00
linker_uefi_x86_64.ld.in build: Discard .eh_frame section in linker scripts to fix potential GNU toolchain miscompilation 2022-08-15 16:22:56 +02:00
menu.c menu: Fix issue introduced in 48053fd2 where TIMEOUT=0 would not show interface 2023-02-16 07:18:05 +01:00
menu.h menu: Avoid reinitialising fallback terminal on first runs 2022-09-18 22:34:53 +02:00
menu_thunk.asm_aarch64 common: fix alignment of variable in AArch64 menu thunk 2022-08-24 21:15:37 +02:00
menu_thunk.asm_ia32 Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
menu_thunk.asm_x86_64 Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
sbat.c misc: Rename UEFI and BIOS define macros 2022-09-02 02:29:12 +02:00
stb_image.patch stb_image: More proper implementation of malloc/free/realloc macros 2023-03-05 09:25:57 +01:00