rulimine/stage23/lib
2022-01-29 12:33:46 +01:00
..
acpi.c misc: Use %p where appropriate in prints 2021-12-11 22:30:48 +01:00
acpi.h misc: Fixes for GCC 12 warnings; add extern prototypes for inline functions 2022-01-26 04:03:38 +01:00
blib.c misc: Add no_unwind to some variables 2021-12-12 20:01:29 +01:00
blib.h misc: Move to standard C11 noreturn 2022-01-02 13:06:48 +01:00
blib.s2.c term: Introduce quiet mode 2021-11-20 21:57:01 +01:00
bmp.c everywhere: Use pmm_free() in more places 2021-10-21 02:57:41 +02:00
bmp.h everywhere: Use pmm_free() in more places 2021-10-21 02:57:41 +02:00
config.c config: Misc macro improvements 2021-12-15 19:50:52 +01:00
config.h misc: Implement .no_unwind section 2021-12-12 20:01:29 +01:00
elf.c Revert "Revert "misc: Allow recovering from panics"" 2021-12-12 18:25:59 +01:00
elf.h bootboot+elf: deduplicate ELF structures 2021-11-10 01:52:45 +01: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:50:20 +01:00
gterm.h term: Support for reverse scroll, save/restore, and bug fixes 2022-01-18 23:50:20 +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 19:08:46 +01:00
image.c everywhere: Use pmm_free() in more places 2021-10-21 02:57:41 +02:00
image.h everywhere: Use pmm_free() in more places 2021-10-21 02:57:41 +02:00
libc.h console,editor: Filter out non-printable characters 2022-01-29 12:33:46 +01:00
libc.s2.c console,editor: Filter out non-printable characters 2022-01-29 12:33:46 +01:00
libgcc.s2.asm32 libgcc: Small __*divmoddi4 bug fix 2021-12-29 01:24:58 +01:00
mem.asm64 misc: Move to assembly for mem family functions 2021-12-11 22:30:48 +01:00
mem.s2.asm32 misc: Move to assembly for mem family functions 2021-12-11 22:30:48 +01:00
panic.s2.c panic: Add missing ifdef 2022-01-25 09:25:23 +01:00
part.h disk: UEFI related adjustments 2022-01-14 02:06:39 +01:00
part.s2.c disk: Make disk_read_sectors() return errors instead of bool 2022-01-03 23:02:30 +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 09:25:23 +01:00
pxe.asmb asm: Reorganise assembly code to avoid symlink use 2021-10-22 20:23:25 +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: Handle END/HOME keys 2022-01-29 12:33:46 +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 20:23:25 +02:00
real.h misc: Move to standard C11 noreturn 2022-01-02 13:06:48 +01:00
sleep.asmb asm: Reorganise assembly code to avoid symlink use 2021-10-22 20:23:25 +02:00
spinup.asm32u asm: Reorganise assembly code to avoid symlink use 2021-10-22 20:23:25 +02:00
spinup.asm64u asm: Reorganise assembly code to avoid symlink use 2021-10-22 20:23:25 +02:00
spinup.asmb asm: Reorganise assembly code to avoid symlink use 2021-10-22 20:23:25 +02:00
term.c misc: Fixes for GCC 12 warnings; add extern prototypes for inline functions 2022-01-26 04:03:38 +01:00
term.h term: Support for reverse scroll, save/restore, and bug fixes 2022-01-18 23:50:20 +01:00
time.c bootboot: Remove bootboot support from Limine 2021-11-10 14:24:57 +01:00
time.h bootboot: Remove bootboot support from Limine 2021-11-10 14:24:57 +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-11 22:30:48 +01:00
uri.c Revert "Revert "misc: Allow recovering from panics"" 2021-12-12 18:25:59 +01:00
uri.h everywhere: Implement pmm_free() 2021-10-21 02:54:27 +02:00