banan-os/kernel/include/kernel
Bananymous f1ba5c7e0f Kernel: Process keeps track if forked process has called exec*() 2023-08-22 14:53:46 +03:00
..
API Kernel: Rewrite directory listing so it can be integrated to libc 2023-06-11 00:17:18 +03:00
Device Kernel: add NullDevice to /dev/null 2023-07-20 00:06:22 +03:00
FS Kernel: add is_tty() to inode 2023-07-24 22:19:59 +03:00
Input Kernel: move Device.h to its own directory 2023-07-19 23:55:38 +03:00
Memory Kernel: Add PageTable::Flags::CacheDisable 2023-08-06 23:59:30 +03:00
Storage Kernel: Rewrite DiskCache 2023-07-27 22:22:39 +03:00
Terminal Kernel: Barebones implementation sessions and process groups 2023-08-22 11:35:40 +03:00
Timer Kernel: HPET is now used in legacy mode when PIC is forced 2023-08-10 22:01:30 +03:00
ACPI.h Kernel: Add more structures to ACPI 2023-08-04 15:13:47 +03:00
APIC.h Kernel: rework the whole PageTable structure 2023-07-05 23:41:35 +03:00
Arch.h Kernel: Add bareboness fork() function 2023-05-28 18:08:49 +03:00
Attributes.h Kernel: Initial work on new scheduler with queues 2023-03-08 02:41:44 +02:00
CPUID.h Kernel: CPUID can detect wether cpu supports nxe bit 2023-07-13 14:24:58 +03:00
Credentials.h Kernel: Add syscalls for set{,e,re}{uid,gid} 2023-06-11 22:37:00 +03:00
CriticalScope.h Kernel: Create CriticalScope and fix kmalloc 2023-03-08 13:55:53 +02:00
Debug.h Kernel: Start work on abstracting Timers 2023-08-04 10:29:42 +03:00
Errors.h Kernel: ATAController will fail to initialize in native mode 2023-04-19 17:29:36 +03:00
Font.h BAN: Modify Span constructors to keep constness correctly 2023-03-23 14:26:03 +02:00
GDT.h Kernel: TSS stack can be set after initialization 2023-04-25 14:48:12 +03:00
IDT.h Kernel: I have no idea what this commit does 2023-01-26 02:55:37 +02:00
IO.h Kernel: Add IO functions inl, outl, and ins{b,w,l} to read into buffer 2023-02-24 12:39:38 +02:00
InterruptController.h Kernel: Create CriticalScope and fix kmalloc 2023-03-08 13:55:53 +02:00
InterruptStack.h Kernel: Syscalls now get the interrupt stack 2023-07-21 11:04:16 +03:00
LockGuard.h All: Move to c++20 2023-02-09 23:05:26 +02:00
MMIO.h Kernel: Implement basic MMIO functions 2023-08-04 15:12:29 +03:00
OpenFileDescriptorSet.h Kernel/LibC: add dup() syscall and function 2023-08-17 12:03:29 +03:00
PCI.h Kernel: Rewrite whole device structure 2023-07-10 23:17:14 +03:00
PIC.h All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
Panic.h Kernel: Panic wont print stacktrace if it has already paniced 2023-04-18 10:18:15 +03:00
Process.h Kernel: Process keeps track if forked process has called exec*() 2023-08-22 14:53:46 +03:00
Scheduler.h Kernel: Remove unnecessary timer check from Scheduler 2023-08-04 10:29:42 +03:00
Semaphore.h Kernel: remove Semaphore::is_blocked 2023-07-24 22:23:13 +03:00
Serial.h All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
SpinLock.h Kernel: Locks allow locking after locker is invalid 2023-07-27 18:52:51 +03:00
Syscall.h LibC: Rewrite all the headers. 2023-05-26 22:31:21 +03:00
Thread.h Kernel: Zero initialize threads sse_storage 2023-08-11 00:26:43 +03:00
kprint.h Kernel: Start work on making tty a file 2023-04-05 00:56:09 +03:00
multiboot.h BAN: Formatter now uses perfect forwarding on its arguments 2023-03-08 21:31:26 +02:00