| .. |
|
assert.h
|
assert.h: assert & assert_msg panic macros
|
2025-09-06 00:13:24 +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 |
|
endian.h
|
Fix include in endian.h
|
2025-09-02 04:29:05 +02:00 |
|
memory.c
|
Mass reformat
|
2025-09-01 22:43:50 +02:00 |
|
memory.h
|
Correcting header guards across the kernel
|
2025-09-02 03:27:36 +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
|
Repairing PANIC macro, now handles VA_ARGS properly
|
2025-09-06 00:12:58 +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 |
|
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
|
stddef.h: size_t
|
2025-09-04 05:00:02 +02:00 |
|
stdint.h
|
stdint.h: typedefs for signed integers (int8_t, i8, e.t.c.)
|
2025-09-05 23:31:39 +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
|
Clean up string.c, remove unused duplicates
|
2025-09-02 04:29:24 +02:00 |
|
string.h
|
Include stdlib in string.h
|
2025-09-05 23:32:15 +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
|
Likely/unlikely
|
2025-09-04 05:00:09 +02:00 |