.. |
ACPI
|
Kernel: Add missing include in ACPI headers
|
2024-12-01 21:32:34 +02:00 |
Device
|
Kernel/LibC: Implement fsync
|
2024-12-02 20:13:37 +02:00 |
FS
|
Kernel/LibC: Add support for creating hardlinks
|
2024-12-03 16:12:26 +02:00 |
Input
|
Kernel: Add ps2=<scancode set> command line argument
|
2024-08-18 20:51:10 +03:00 |
Lock
|
Kernel: Rewrite the whole scheduler and re-architecture SMP handling
|
2024-07-22 00:33:50 +03:00 |
Memory
|
Kernel: Make PageTable non-copyable and non-movable
|
2024-11-26 00:58:35 +02:00 |
Networking
|
Kernel: Implement simple RTL8169 driver
|
2024-09-19 22:58:03 +03:00 |
Storage
|
Kernel/LibC: Implement fsync
|
2024-12-02 20:13:37 +02:00 |
Terminal
|
Kernel: Fix pseudo terminal leaks
|
2024-11-04 15:35:07 +02:00 |
Timer
|
Kernel: Add asserts for overflow checks with ms -> ns conversions
|
2024-09-24 16:28:44 +03:00 |
USB
|
Kernel: Refactor USB mass storage code
|
2024-11-23 01:24:32 +02:00 |
APIC.h
|
Kernel: Fix interrupt system
|
2024-09-27 15:31:31 +03:00 |
Arch.h
|
Kernel: Replace i386 with i686
|
2024-03-26 02:48:26 +02:00 |
Attributes.h
|
Kernel: add NEVER_INLINE and make Interruptable not constructable
|
2023-10-13 16:17:27 +03:00 |
BananBootloader.h
|
Kernel: Add better support for bootloaders loading the kernel
|
2024-08-22 14:48:21 +03:00 |
BootInfo.h
|
Kernel: Add command line option `readonly`
|
2024-11-27 13:31:55 +02:00 |
CPUID.h
|
Kernel: Add CPUID check for 1 GiB page support
|
2024-10-14 11:38:03 +03:00 |
Credentials.h
|
Kernel: Implement supplementary groups
|
2024-01-02 23:24:32 +02:00 |
Debug.h
|
Kernel: Implement basic USB Mass Storage support
|
2024-11-21 18:08:37 +02:00 |
ELF.h
|
Kernel: Rework kernel-side ELF loading
|
2024-09-15 23:57:34 +03:00 |
Errors.h
|
Kernel: Add support for ATA CHS addressing and cleanup code
|
2024-11-19 20:39:32 +02:00 |
GDT.h
|
All: Fix a lot of compiler warnings from header files
|
2024-06-18 23:02:10 +03:00 |
IDT.h
|
Kernel: Fix interrupt system
|
2024-09-27 15:31:31 +03:00 |
IO.h
|
All: Cleanup all files
|
2024-01-24 15:53:38 +02:00 |
InterruptController.h
|
Kernel: Implement API for sending IPIs for only one processor
|
2024-07-21 17:30:59 +03:00 |
InterruptStack.h
|
Kernel: Rewrite the whole scheduler and re-architecture SMP handling
|
2024-07-22 00:33:50 +03:00 |
Interruptable.h
|
Kernel: Fix interrupt system
|
2024-09-27 15:31:31 +03:00 |
MMIO.h
|
All: Cleanup all files
|
2024-01-24 15:53:38 +02:00 |
OpenFileDescriptorSet.h
|
Kernel: Make sys_.*at use VFS relative path finding
|
2024-09-14 21:15:58 +03:00 |
PCI.h
|
Kernel: Fix interrupt system
|
2024-09-27 15:31:31 +03:00 |
PIC.h
|
Kernel: Force PCI irq line usage when not using APIC
|
2024-07-23 09:08:00 +03:00 |
Panic.h
|
Kernel: Release debug lock if its locked during kernel panic
|
2024-09-18 00:56:02 +03:00 |
Process.h
|
Kernel/LibC: Add support for creating hardlinks
|
2024-12-03 16:12:26 +02:00 |
Processor.h
|
Kernel: Prevent userspace from overwriting CPU load memory
|
2024-11-17 20:15:28 +02:00 |
ProcessorID.h
|
Kernel: Make thread unblocking O(1)
|
2024-07-24 00:31:01 +03:00 |
RSDP.h
|
Kernel: Parse RSDP from multiboot headers if exists
|
2024-01-26 00:49:42 +02:00 |
Random.h
|
Kernel: Improve random number generation for unsigned types
|
2024-05-29 20:00:47 +03:00 |
Scheduler.h
|
Kernel: Allow initial binding of threads to specific processor
|
2024-09-24 16:27:40 +03:00 |
Syscall.h
|
Kernel: Fix interrupt system
|
2024-09-27 15:31:31 +03:00 |
Thread.h
|
LibC: Implement getrlimit
|
2024-12-02 20:13:37 +02:00 |
ThreadBlocker.h
|
Kernel: Add asserts for overflow checks with ms -> ns conversions
|
2024-09-24 16:28:44 +03:00 |
kprint.h
|
Kernel: Start work on making tty a file
|
2023-04-05 00:56:09 +03:00 |
multiboot2.h
|
Kernel: Don't use multiboot2 explicitly. Parse it to common structure
|
2023-11-17 18:54:59 +02:00 |