Luna/kernel
apio d27ffce5db
kernel: Move the signal handling logic to after a syscall sets its return value
When a signal was caught after a syscall, it was doing so without preserving the return value of the syscall.
2023-07-12 13:34:30 +02:00
..
src kernel: Move the signal handling logic to after a syscall sets its return value 2023-07-12 13:34:30 +02:00
CMakeLists.txt kernel+libc: Implement basic signals 2023-07-10 19:46:57 +02:00
config.cmake.template kernel: Make the filename restrictions configurable 2023-06-22 20:22:43 +02:00
debug.cmake kernel: Add the MOUNT_DEBUG flag 2023-07-10 13:04:34 +02:00
moon.ld Kernel: Start the call stack with a null RBP on x86_64 2022-11-19 18:38:32 +01:00