| .. |
|
assert.h
|
Include stdio in assert.h
|
2025-09-06 02:36:04 +02:00 |
|
badrand.c
|
Badrand pseudo random number generator, emphasis on pseudo
|
2025-09-02 01:59:24 +02:00 |
|
badrand.h
|
Badrand pseudo random number generator, emphasis on pseudo
|
2025-09-02 01:59:24 +02:00 |
|
buddy.c
|
Buddy allocator
|
2025-09-06 02:37:09 +02:00 |
|
buddy.h
|
Buddy allocator
|
2025-09-06 02:37:09 +02:00 |
|
endian.h
|
Fix include in endian.h
|
2025-09-02 04:29:05 +02:00 |
|
freelist.c
|
Freelist that seems to behave
|
2025-09-09 11:11:28 +02:00 |
|
freelist.h
|
Freelist that seems to behave
|
2025-09-09 11:11:28 +02:00 |
|
limits.h
|
Limits
|
2025-09-09 12:09:57 +02:00 |
|
memory.c
|
memory.h: sweep algorithm for checking regions
|
2025-09-06 02:36:29 +02:00 |
|
memory.h
|
memory.h: sweep algorithm for checking regions
|
2025-09-06 02:36:29 +02:00 |
|
mini-printf.c
|
Mass reformat
|
2025-09-01 22:43:50 +02:00 |
|
mini-printf.h
|
Mass reformat
|
2025-09-01 22:43:50 +02:00 |
|
panic.c
|
Repairing PANIC macro, now handles VA_ARGS properly
|
2025-09-06 00:12:58 +02:00 |
|
panic.h
|
Add newline to panic macro
|
2025-09-06 02:09:48 +02:00 |
|
proc.c
|
Typedef some common structs
|
2025-09-01 23:41:00 +02:00 |
|
riscv.h
|
Correcting header guards across the kernel
|
2025-09-02 03:27:36 +02:00 |
|
spinlock.c
|
Use compiler builtins for spin_unlock, correct initialization for spinlock_init
|
2025-09-02 04:43:55 +02:00 |
|
spinlock.h
|
Correcting header guards across the kernel
|
2025-09-02 03:27:36 +02:00 |
|
stdalign.h
|
stdalign
|
2025-09-08 09:24:50 +02:00 |
|
stdarg.h
|
Correcting header guards across the kernel
|
2025-09-02 03:27:36 +02:00 |
|
stdbool.h
|
Correcting header guards across the kernel
|
2025-09-02 03:27:36 +02:00 |
|
stddef.h
|
max_align_t
|
2025-09-09 11:20:27 +02:00 |
|
stdint.h
|
Some more stdint types and defines
|
2025-09-09 11:20:13 +02:00 |
|
stdio.c
|
Bug: fix incorrect reference level
|
2025-09-02 02:44:21 +02:00 |
|
stdio.h
|
Handle panic through kvprintf instead
|
2025-09-02 02:37:00 +02:00 |
|
stdlib.c
|
stdlib: abs, labs, llabs
|
2025-09-05 23:43:08 +02:00 |
|
stdlib.h
|
stdlib: abs, labs, llabs
|
2025-09-05 23:43:08 +02:00 |
|
string.c
|
Memcmp
|
2025-09-09 12:09:53 +02:00 |
|
string.h
|
String: strncmp, strncpy
|
2025-09-08 00:45:41 +02:00 |
|
uart.c
|
Convert from uart_puts to kprintf
|
2025-09-02 00:17:34 +02:00 |
|
uart.h
|
Correcting header guards across the kernel
|
2025-09-02 03:27:36 +02:00 |
|
util.h
|
next_power_of_two bit hack function
|
2025-09-08 05:02:38 +02:00 |