Luna/kernel/include
apio 16f797eeee AddressSpace: make clone() perform a deep copy
Which unlinks the address space from its parent.
2022-10-15 20:10:05 +02:00
..
acpi Fix naming 2022-09-25 21:43:28 +02:00
cpu LOTS MORE LOGGING. which is great, of course. 2022-09-07 19:41:08 +02:00
fs FileDescriptor: add operator=() so that the fcntl(F_DUPFD syscall compiles :) 2022-10-15 11:16:18 +02:00
gdt Ready. Set. Go! 2022-09-05 16:13:51 +02:00
init Kernel: enable -Wconversion 2022-10-06 17:13:34 +02:00
interrupts Kernel: Add functions to push and pop the interrupt state 2022-10-12 12:58:56 +02:00
io Add a Device class to PCI and a PCITypes file for string names for PCI device types 2022-09-23 18:01:07 +02:00
log Separate the logging stack into toggleable backends, to disable console logging once boot finishes. 2022-10-01 15:35:11 +02:00
memory AddressSpace: make clone() perform a deep copy 2022-10-15 20:10:05 +02:00
misc Kernel: Continue moving utilities to a separate subdirectory 2022-10-14 17:33:06 +02:00
panic add a proper kernel panic 2022-09-25 16:56:00 +02:00
rand Randomness and stack protection!! 2022-09-14 18:54:40 +02:00
render Separate the logging stack into toggleable backends, to disable console logging once boot finishes. 2022-10-01 15:35:11 +02:00
std Kernel: add memmem 2022-10-15 18:59:05 +02:00
sys Add an initial fork() implementation 2022-10-15 18:01:35 +02:00
thread Kernel: Increment the maximum number of file descriptors a task can have 2022-10-15 14:20:29 +02:00
trace Kernel: Switch to strlcpy() as well 2022-10-15 17:30:34 +02:00
utils Kernel: Add a move() function 2022-10-14 19:04:56 +02:00
bootboot.h Ready. Set. Go! 2022-09-05 16:13:51 +02:00
config.h Add a moon_version function that returns the full version string 2022-09-20 16:34:24 +02:00
errno.h Kernel, libc: Implement EFAULT 2022-10-12 19:25:35 +02:00
font.h Some more userland and font failing 2022-09-23 16:41:43 +02:00
kassert.h Kernel: Rename assert.h to kassert.h so IDEs pickup the kernel header instead of the userspace one 2022-10-15 12:56:48 +02:00