Luna/kernel/src
2023-08-07 22:49:51 +02:00
..
api kernel: Add a keyboard device for graphical session 2023-08-02 17:20:13 +02:00
arch kernel: Fix negative movement in the PS/2 mouse driver 2023-08-07 22:49:50 +02:00
binfmt kernel: Support mapping shared memory using mmap() 2023-08-02 22:20:05 +02:00
boot kernel: Provide more meaningful panic messages for critical failures 2023-06-17 19:43:25 +02:00
fs kernel: Create a new shared memory object if the old one was lost 2023-08-03 10:31:29 +02:00
lib kernel/ATA: Start reading/writing registers and detecting drives 2023-06-16 21:10:30 +02:00
memory kernel: Properly check memory bounds while touching user memory 2023-08-07 22:49:00 +02:00
net kernel: Support listening sockets in poll() 2023-08-07 22:49:51 +02:00
sys kernel: Support listening sockets in poll() 2023-08-07 22:49:51 +02:00
thread kernel: Store FD_CLOEXEC in the file descriptor itself 2023-08-03 17:47:18 +02:00
video kernel: Avoid some more -Wconversion errors in TextConsole 2023-07-21 15:14:05 +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: Provide more meaningful panic messages for critical failures 2023-06-17 19:43:25 +02:00
Log.h kernel: Provide more meaningful panic messages for critical failures 2023-06-17 19:43:25 +02:00
main.cpp kernel: Add a framework to add more executable formats, possibly from userspace 2023-07-30 18:25:44 +02:00