neptune/lib
2025-06-26 14:45:45 +02:00
..
endian.h Header: endian.h with endianness conversion functions 2025-06-26 12:03:02 +02:00
memory.c kalloc.[ch] from xv6, memory.[ch] containing memory probing algorithm and constants 2025-06-26 13:27:35 +02:00
memory.h kalloc.[ch] from xv6, memory.[ch] containing memory probing algorithm and constants 2025-06-26 13:27:35 +02:00
panic.c Move panic into its own translation unit 2025-06-26 06:19:43 +02:00
panic.h Move panic into its own translation unit 2025-06-26 06:19:43 +02:00
proc.c Revert to legacy mycpu() and cpuid() 2025-06-26 13:51:06 +02:00
proc.h proc.c: Simplify mycpu(), remove cpuid() for now as it is only a front for r_tp() 2025-06-26 10:29:40 +02:00
spinlock.c Nasty unfixed bug related to spinlock panics 2025-06-26 14:45:45 +02:00
spinlock.h Rename struct: spinlock -> Spinlock 2025-06-26 12:02:41 +02:00
string.c String.[ch]: memset, memcpy, memmove, memcmph and strlen, strnlen 2025-06-26 12:01:53 +02:00
string.h String.[ch]: memset, memcpy, memmove, memcmph and strlen, strnlen 2025-06-26 12:01:53 +02:00
uart.c Remove trailing extra line 2025-06-26 10:06:51 +02:00
uart.h Move uart into its own translation unit 2025-06-26 06:22:16 +02:00