..
api
kernel: Add much-needed support for extended keyboard scancodes
2024-03-06 20:33:54 +01:00
arch
kernel: Make Thread::ip() and sp() const-friendly
2024-12-11 19:17:04 +01:00
binfmt
kernel: Rework VFS access checking + add processes
2024-12-06 21:35:59 +01:00
boot
kernel: Provide more meaningful panic messages for critical failures
2023-06-17 19:43:25 +02:00
fs
kernel: Rework VFS access checking + add processes
2024-12-06 21:35:59 +01:00
lib
kernel: Rework VFS access checking + add processes
2024-12-06 21:35:59 +01:00
memory
kernel/x86_64: Dump the process address space ranges on exception
2024-12-07 13:02:25 +01:00
net
kernel: Rework VFS access checking + add processes
2024-12-06 21:35:59 +01:00
sys
kernel/waitpid: fix a panic-causing extraneous exclamation mark
2024-12-11 19:56:24 +01:00
thread
kernel: Log each thread's instruction pointer when dumping scheduler stats
2024-12-11 19:18:25 +01:00
video
kernel+init+preinit+wind: Remove the kernel TTY and support only userspace terminals
2023-09-21 19:31:54 +02:00
config.h.in
kernel: Add a system for release names in uname(), call alpha releases "Mercury"
2023-07-22 12:21:01 +02:00
cxxabi.cpp
Kernel: Add __cxa_atexit iomplementation
2023-01-13 18:56:05 +01:00
Log.cpp
kernel: Add a hexdump() method to log binary data for debugging
2024-03-29 12:12:56 +01:00
Log.h
kernel: Add a hexdump() method to log binary data for debugging
2024-03-29 12:12:56 +01:00
main.cpp
kernel: Leave reaping to the reap thread
2024-12-07 13:05:38 +01:00
Pledge.cpp
kernel: Rework VFS access checking + add processes
2024-12-06 21:35:59 +01:00
Pledge.h
kernel: Rework VFS access checking + add processes
2024-12-06 21:35:59 +01:00
Symbols.cpp
kernel: Show symbols correctly when at the beginning of a function
2023-10-25 20:02:15 +02:00
Symbols.h
kernel: Lookup and print symbols for addresses in backtraces
2023-10-13 22:11:52 +02:00