| .. |
|
ACPI
|
Kernel: Add support for SA_SIGINFO
|
2025-11-17 05:26:07 +02:00 |
|
Audio
|
Kernel: Add ioctls to select audio device's output pin
|
2026-01-06 22:26:11 +02:00 |
|
Device
|
Kernel: Print thread id when writing to /dev/debug
|
2026-02-27 19:12:35 +02:00 |
|
FS
|
Kernel: Implement linux's eventfd
|
2026-03-17 20:24:06 +02:00 |
|
Input
|
Kernel: Add support for DualShock 3 controllers
|
2026-01-03 20:07:08 +02:00 |
|
Lock
|
Kernel: Track the number of recursive spinlocks a thread is holding
|
2025-06-06 06:51:15 +03:00 |
|
Memory
|
Kernel: Implement byte ring buffer
|
2026-02-28 14:18:23 +02:00 |
|
Networking
|
Kernel: Make TCP sockets use the new ring buffer
|
2026-02-28 14:22:08 +02:00 |
|
Storage
|
Kernel: ACHI use ext commands for LBAs >=24 bits
|
2026-01-11 15:15:58 +02:00 |
|
Terminal
|
Kernel: Make tty use the new byte ring buffer
|
2026-02-28 14:53:15 +02:00 |
|
Timer
|
Kernel/LibC: Use builtin functions over inline asm
|
2026-01-09 15:39:19 +02:00 |
|
USB
|
Kernel/LibInput: Rework Joystick handling
|
2026-01-07 19:01:07 +02:00 |
|
APIC.cpp
|
Kernel: Fix IOAPIC max redirection entry fetching
|
2025-08-25 17:15:55 +03:00 |
|
BootInfo.cpp
|
Kernel: Add support for multiboot
|
2025-08-05 03:09:24 +03:00 |
|
CPUID.cpp
|
Kernel: Add syscall-less clock_gettime
|
2026-01-08 17:13:59 +02:00 |
|
Credentials.cpp
|
Kernel/LibC: Implement {get,set,init}groups
|
2025-08-10 19:57:31 +03:00 |
|
Debug.cpp
|
Kernel: Don't print "./" prefix with debug functions
|
2026-02-27 19:10:51 +02:00 |
|
ELF.cpp
|
Kernel/LibC: Implement chroot
|
2025-08-11 14:07:37 +03:00 |
|
Epoll.cpp
|
Kernel: use wake_with_waketime in epoll
|
2026-02-27 19:14:35 +02:00 |
|
Errors.cpp
|
Kernel: Add support for ATA CHS addressing and cleanup code
|
2024-11-19 20:39:32 +02:00 |
|
GDT.cpp
|
Kernel: Use syscall/sysret for syscalls in x86_64
|
2026-01-09 15:18:58 +02:00 |
|
IDT.cpp
|
Kernel: Clenup stacktrace printing on exception
|
2026-01-16 16:31:35 +02:00 |
|
InterruptController.cpp
|
Kernel: Remove lai as a dependecy
|
2024-04-10 04:39:48 +03:00 |
|
Interruptable.cpp
|
Kernel: Fix interrupt system
|
2024-09-27 15:31:31 +03:00 |
|
OpenFileDescriptorSet.cpp
|
Kernel: Fix non blocking sockets blocking :D
|
2026-02-08 19:33:28 +02:00 |
|
PCI.cpp
|
Kernel: Implement basic AC97 driver
|
2025-07-15 14:17:49 +03:00 |
|
PIC.cpp
|
Kernel: Start all processors on kernel boot
|
2024-03-03 02:19:43 +02:00 |
|
Panic.cpp
|
BAN/Kernel: Rework assertion/panic system
|
2024-03-04 11:41:54 +02:00 |
|
Process.cpp
|
Kernel: Fix mprotext for partial regions
|
2026-03-17 23:33:05 +02:00 |
|
Processor.cpp
|
Kernel: Make Processor structure default to zero
|
2026-01-16 16:24:47 +02:00 |
|
Random.cpp
|
Kernel: Clobber flags in `rdrand`
|
2025-07-18 19:36:37 +03:00 |
|
SSP.cpp
|
All: Cleanup all files
|
2024-01-24 15:53:38 +02:00 |
|
Scheduler.cpp
|
Kernel: Only save/load sse state when it is used
|
2026-01-11 03:06:39 +02:00 |
|
Syscall.cpp
|
Kernel: Use syscall/sysret for syscalls in x86_64
|
2026-01-09 15:18:58 +02:00 |
|
Thread.cpp
|
Kernel: Rework syscall memory validation and locking
|
2026-01-16 16:09:38 +02:00 |
|
ThreadBlocker.cpp
|
Kernel: Rewrite ThreadBlocker
|
2025-07-02 00:17:42 +03:00 |
|
kernel.cpp
|
Kernel: Use syscall/sysret for syscalls in x86_64
|
2026-01-09 15:18:58 +02:00 |