banan-os/kernel/kernel
Bananymous 4cd72992c8 Kernel/LibC: Add basic pipe() syscall and command
You can now create pipes :)
2023-07-06 22:16:26 +03:00
..
FS Kernel/LibC: Add basic pipe() syscall and command 2023-07-06 22:16:26 +03:00
Input Kernel: remove message from BAN::Error 2023-04-11 23:25:21 +03:00
Memory Kernel: rework the whole PageTable structure 2023-07-05 23:41:35 +03:00
Storage Kernel: rework the whole PageTable structure 2023-07-05 23:41:35 +03:00
Terminal Kernel: TTY now unblocks semaphore after read 2023-07-06 21:32:34 +03:00
ACPI.cpp Kernel: rework the whole PageTable structure 2023-07-05 23:41:35 +03:00
APIC.cpp Kernel: rework the whole PageTable structure 2023-07-05 23:41:35 +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: Rewrite directory listing so it can be integrated to libc 2023-06-11 00:17:18 +03:00
Errors.cpp Kernel: ATAController will fail to initialize in native mode 2023-04-19 17:29:36 +03:00
Font.cpp Kernel: Rework syscall calling 2023-06-12 14:16:48 +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 Kenrel: Rename Scheduler::reschedule -> Scheduler::timer_reschedule 2023-06-09 00:41:43 +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/LibC: Add basic pipe() syscall and command 2023-07-06 22:16:26 +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: Scheduler now has reschedule() 2023-06-09 00:47:17 +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
SpinLock.cpp Kernel: SpinLocks now reschedule if they cannot aquire the lock 2023-06-09 00:53:32 +03:00
Syscall.S Kernel: Add bareboness fork() function 2023-05-28 18:08:49 +03:00
Syscall.cpp Kernel/LibC: Add basic pipe() syscall and command 2023-07-06 22:16:26 +03:00
Thread.cpp Kernel: Remove spammy process/thread exit printing 2023-07-06 10:34:46 +03:00
kernel.cpp Kernel: kmalloc has now somewhat dynamic storage 2023-06-18 23:27:00 +03:00