Luna/kernel/src
apio 907049c405
All checks were successful
Build and test / build (push) Successful in 1m54s
kernel: Signal the reap thread when a kernel thread exits via exit_and_signal_parent()
This shouldn't happen, but just in case.
2024-05-02 10:58:34 +02:00
..
api kernel: Add much-needed support for extended keyboard scancodes 2024-03-06 20:33:54 +01:00
arch kernel/x86_64: Map kernel-side pages as global to avoid TLB flushes 2024-05-01 18:14:43 +02:00
binfmt kernel: Properly initialize the shebang read buffer with zeros 2024-04-18 21:55:16 +02:00
boot kernel: Provide more meaningful panic messages for critical failures 2023-06-17 19:43:25 +02:00
fs kernel: Correctly register file times for more file systems and file types 2023-12-04 20:42:17 +01:00
lib kernel: Improve the mutex system 2023-09-20 07:05:33 +02:00
memory kernel/x86_64: Map kernel-side pages as global to avoid TLB flushes 2024-05-01 18:14:43 +02:00
net kernel: Handle aborted connections instead of crashing 2024-02-03 19:15:19 +01:00
sys kernel: Add POSIX timer support 2024-01-05 22:12:58 +01:00
thread kernel: Signal the reap thread when a kernel thread exits via exit_and_signal_parent() 2024-05-02 10:58:34 +02: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: Add support for supplementary groups (1/2) 2023-11-22 18:49:40 +01:00
Pledge.cpp libluna: Document Bitset.h 2023-08-23 14:45:53 +02:00
Pledge.h kernel: Remove the 'signal' promise and make signal functions require stdio instead 2023-08-22 13:34:30 +02: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