.. |
FS
|
Kernel: Inode/Device detection is done with overridden bool functions
|
2023-06-03 13:28:15 +03:00 |
Input
|
Kernel: remove message from BAN::Error
|
2023-04-11 23:25:21 +03:00 |
Memory
|
Kernel: PhysicalRange maps its nodes to kernel vaddr space
|
2023-06-04 01:20:47 +03:00 |
Storage
|
Kernel: DiskCache will try to shrink_to_fit after cache cleanup
|
2023-06-03 02:55:22 +03:00 |
Terminal
|
Kernel: Rename MMU to PageTable
|
2023-05-29 21:06:09 +03:00 |
ACPI.cpp
|
Kernel: RSDP location is now done with virtual addresses
|
2023-05-31 00:34:21 +03:00 |
APIC.cpp
|
Kernel: Rename MMU to PageTable
|
2023-05-29 21:06:09 +03:00 |
CPUID.cpp
|
All: rename every function from UpperCamelCase to snake_case
|
2023-02-01 21:05:44 +02:00 |
Debug.cpp
|
Kernel: d{print,warn,error}ln(...) now has a spinlock
|
2023-04-22 17:58:51 +03:00 |
Device.cpp
|
Kernel: Device dev and rdev number is done more properly
|
2023-04-03 11:43:16 +03:00 |
DeviceManager.cpp
|
Kernel: Cleanup process creation for userspace
|
2023-04-22 16:51:50 +03:00 |
Errors.cpp
|
Kernel: ATAController will fail to initialize in native mode
|
2023-04-19 17:29:36 +03:00 |
Font.cpp
|
Kernel/LibC: move file offset back to kernel
|
2023-05-26 22:31:21 +03:00 |
InterruptController.cpp
|
Kernel: Create CriticalScope and fix kmalloc
|
2023-03-08 13:55:53 +02:00 |
PCI.cpp
|
Kernel: PCI devices now report their prog_if
|
2023-04-19 16:43:05 +03:00 |
PIC.cpp
|
All: rename every function from UpperCamelCase to snake_case
|
2023-02-01 21:05:44 +02:00 |
PIT.cpp
|
Kernel: cleanup includes
|
2023-04-01 02:14:49 +03:00 |
Panic.cpp
|
Kernel: Panic wont print stacktrace if it has already paniced
|
2023-04-18 10:18:15 +03:00 |
Process.cpp
|
Kernel: make load_elf() its own function
|
2023-06-04 01:24:11 +03:00 |
RTC.cpp
|
Kernel/BAN: move unix time conversion to BAN and add stat to Shell
|
2023-03-27 00:49:58 +03:00 |
SSP.cpp
|
All: rename every function from UpperCamelCase to snake_case
|
2023-02-01 21:05:44 +02:00 |
Scheduler.cpp
|
Kernel: reorder process exit steps
|
2023-06-04 01:19:04 +03:00 |
Semaphore.cpp
|
Kernel: cleanup includes
|
2023-04-01 02:14:49 +03:00 |
Serial.cpp
|
All: rename every function from UpperCamelCase to snake_case
|
2023-02-01 21:05:44 +02:00 |
Shell.cpp
|
Kernel: Shell 'memory' now prints heap memory usage
|
2023-06-03 02:22:18 +03:00 |
SpinLock.cpp
|
Kernel: Make RecursiveSpinLock thread safe
|
2023-05-29 19:38:09 +03:00 |
Syscall.S
|
Kernel: Add bareboness fork() function
|
2023-05-28 18:08:49 +03:00 |
Syscall.cpp
|
Kernel: Add SYS_EXEC syscall
|
2023-05-31 20:57:33 +03:00 |
Thread.cpp
|
Kernel: Implement Process::exec()
|
2023-05-31 20:56:29 +03:00 |
kernel.cpp
|
Kernel: Shell can now list symlinks
|
2023-06-01 00:25:53 +03:00 |