rulimine/stage23/lib
czapek1337 a6f6958b41 readline: Don't delete input beyond a null terminator 2022-01-29 08:00:55 +01:00
..
acpi.c misc: Use %p where appropriate in prints 2021-12-10 03:18:19 +01:00
acpi.h misc: Fixes for GCC 12 warnings; add extern prototypes for inline functions 2022-01-26 03:58:28 +01:00
blib.c misc: Add no_unwind to some variables 2021-12-12 19:06:36 +01:00
blib.h misc: Move to standard C11 noreturn 2021-12-31 10:58:05 +01:00
blib.s2.c term: Introduce quiet mode 2021-11-20 21:47:51 +01:00
bmp.c everywhere: Use pmm_free() in more places 2021-10-21 02:37:05 +02:00
bmp.h everywhere: Use pmm_free() in more places 2021-10-21 02:37:05 +02:00
config.c config: Misc macro improvements 2021-12-15 19:45:54 +01:00
config.h misc: Implement .no_unwind section 2021-12-12 18:48:36 +01:00
elf.c misc: Allow recovering from panics 2021-12-11 19:58:00 +01:00
elf.h bootboot+elf: deduplicate ELF structures 2021-11-01 21:37:20 +00:00
fb.c misc: Change how bios and uefi macros are defined and tested 2021-07-15 10:03:47 +02:00
fb.h gterm: Many improvements 2021-04-11 02:30:48 +02:00
gterm.c term: Support for reverse scroll, save/restore, and bug fixes 2022-01-18 23:46:25 +01:00
gterm.h term: Support for reverse scroll, save/restore, and bug fixes 2022-01-18 23:46:25 +01:00
guid.c misc: General code reorganisation 2021-02-25 01:24:54 +01:00
guid.h stivale2: Implement boot volume struct tag 2021-11-24 12:24:17 +01:00
image.c everywhere: Use pmm_free() in more places 2021-10-21 02:37:05 +02:00
image.h everywhere: Use pmm_free() in more places 2021-10-21 02:37:05 +02:00
libc.h console,editor: Filter out non-printable characters 2022-01-28 23:51:34 +01:00
libc.s2.c console,editor: Filter out non-printable characters 2022-01-28 23:51:34 +01:00
libgcc.s2.asm32 libgcc: Small __*divmoddi4 bug fix 2021-12-29 01:14:11 +01:00
mem.asm64 misc: Move to assembly for mem family functions 2021-12-10 02:56:56 +01:00
mem.s2.asm32 misc: Move to assembly for mem family functions 2021-12-10 02:56:56 +01:00
panic.s2.c panic: Add missing ifdef 2022-01-25 08:50:36 +01:00
part.h disk: UEFI related adjustments 2022-01-14 02:04:22 +01:00
part.s2.c disk: Make disk_read_sectors() return errors instead of bool 2022-01-03 18:58:37 +01:00
print.h misc: Add verbose config option 2021-05-11 06:46:42 +02:00
print.s2.c bios: Move terminal entirely to stage 3 2022-01-25 08:41:17 +01:00
pxe.asmb asm: Reorganise assembly code to avoid symlink use 2021-10-22 15:45:47 +02:00
rand.c cpu: Remove static from header inline functions 2021-08-22 17:37:09 +02:00
rand.h misc: General code reorganisation 2021-02-25 01:24:54 +01:00
readline.c readline: Don't delete input beyond a null terminator 2022-01-29 08:00:55 +01:00
readline.h readline: re-add emacs key support 2021-08-26 00:15:42 +02:00
real.asmb asm: Reorganise assembly code to avoid symlink use 2021-10-22 15:45:47 +02:00
real.h misc: Move to standard C11 noreturn 2021-12-31 10:58:05 +01:00
sleep.asmb asm: Reorganise assembly code to avoid symlink use 2021-10-22 15:45:47 +02:00
spinup.asm32u asm: Reorganise assembly code to avoid symlink use 2021-10-22 15:45:47 +02:00
spinup.asm64u asm: Reorganise assembly code to avoid symlink use 2021-10-22 15:45:47 +02:00
spinup.asmb asm: Reorganise assembly code to avoid symlink use 2021-10-22 15:45:47 +02:00
term.c misc: Fixes for GCC 12 warnings; add extern prototypes for inline functions 2022-01-26 03:58:28 +01:00
term.h term: Support for reverse scroll, save/restore, and bug fixes 2022-01-18 23:46:25 +01:00
time.c bootboot: Remove bootboot support from Limine 2021-11-10 14:15:14 +01:00
time.h bootboot: Remove bootboot support from Limine 2021-11-10 14:15:14 +01:00
trace.h misc: We don't stacktrace on UEFI 2021-03-13 03:40:17 +01:00
trace.s2.c misc: Use %p where appropriate in prints 2021-12-10 03:18:19 +01:00
uri.c misc: Allow recovering from panics 2021-12-11 19:58:00 +01:00
uri.h everywhere: Implement pmm_free() 2021-10-21 01:27:05 +02:00