Luna/kernel/src
2023-04-26 20:42:26 +02:00
..
arch kernel: Ignore all non-bootstrap processors 2023-04-22 12:25:43 +02:00
boot kernel: Ignore all non-bootstrap processors 2023-04-22 12:25:43 +02:00
fs kernel: Only allow Ctrl+D on an empty line 2023-04-26 20:42:26 +02:00
memory kernel: Zero out allocated memory for userspace to avoid leaking sensitive data 2023-04-17 20:11:07 +02:00
sys kernel+libc: Add dup2() 2023-04-25 20:37:30 +02:00
thread kernel: Zero out allocated memory for userspace to avoid leaking sensitive data 2023-04-17 20:11:07 +02:00
video kernel: Avoid printing control characters that we don't have a special meaning for 2023-04-26 20:42:08 +02:00
config.h.in Add config.h for version information 2022-12-03 17:25:25 +01:00
cxxabi.cpp Kernel: Add __cxa_atexit iomplementation 2023-01-13 18:56:05 +01:00
ELF.cpp kernel/ELF: Avoid zeroing out memory twice 2023-04-22 12:19:22 +02:00
ELF.h kernel/ELF: Remove unused include 2023-04-22 12:20:30 +02:00
InitRD.cpp kernel: Add process and filesystem UIDs and GIDs 2023-04-08 13:12:49 +02:00
InitRD.h VFS: Populate the initial filesystem based on the initial ramdisk 2023-03-11 10:23:46 +01:00
Log.cpp luna: Remove pure_cstyle_format 2023-03-02 13:38:21 +01:00
Log.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
main.cpp kernel+libc+init: Add a way to modify the system hostname 2023-04-24 21:20:44 +02:00