| .. |
|
assert.h
|
Include stdio in assert.h
|
2025-09-06 02:36:04 +02:00 |
|
badrand.c
|
Extend badrand with badrand_buf
|
2025-10-01 02:41:09 +02:00 |
|
badrand.h
|
Extend badrand with badrand_buf
|
2025-10-01 02:41:09 +02:00 |
|
buddy.c
|
Buddy bugfix
|
2025-10-01 02:39:49 +02:00 |
|
buddy.h
|
Buddy allocator
|
2025-09-06 02:37:09 +02:00 |
|
ctype.h
|
ctype.h: include isprint
|
2025-10-01 02:48:03 +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 |
|
hexdump.c
|
Fix format specifier that doesnt exist in neptune
|
2025-10-01 02:51:37 +02:00 |
|
hexdump.h
|
hexdump.[ch]: utility function for dumping memory regions as hex
|
2025-10-01 02:48:32 +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 |