.. |
ACPI
|
Kernel: Use VirtualAddress & PhysicalAddress classes from LibBareMetal
|
2020-02-09 19:38:17 +01:00 |
Arch/i386
|
Kernel: Remove more <LibBareMetal/Output/kstdio.h> includes
|
2020-02-10 12:07:48 +01:00 |
Devices
|
AK: Remove bitrotted Traits::dump() mechanism
|
2020-02-10 11:55:34 +01:00 |
FileSystem
|
AK: Remove bitrotted Traits::dump() mechanism
|
2020-02-10 11:55:34 +01:00 |
Heap
|
Kernel: Apply changes to use LibBareMetal definitions
|
2020-02-09 19:38:17 +01:00 |
Net
|
AK: Remove bitrotted Traits::dump() mechanism
|
2020-02-10 11:55:34 +01:00 |
PCI
|
Kernel: Apply changes to use LibBareMetal definitions
|
2020-02-09 19:38:17 +01:00 |
TTY
|
Kernel: Apply changes to use LibBareMetal definitions
|
2020-02-09 19:38:17 +01:00 |
VM
|
Kernel: Remove more <LibBareMetal/Output/kstdio.h> includes
|
2020-02-10 12:07:48 +01:00 |
.bochsrc
|
Meta: Make Serenity run on Bochs once again
|
2019-08-06 21:09:24 +02:00 |
.gitignore
|
Meta: Removed all gitignore in the source tree only keeping the root one
|
2019-06-30 10:41:26 +02:00 |
Assertions.h
|
Kernel: Remove more <LibBareMetal/Output/kstdio.h> includes
|
2020-02-10 12:07:48 +01:00 |
build-image-grub.sh
|
Partition Table: Change Script files
|
2020-02-02 00:20:41 +01:00 |
build-image-qemu.sh
|
Meta: Fix shellcheck warnings in various scripts
|
2020-02-10 10:46:25 +01:00 |
build-root-filesystem.sh
|
WebServer: Implement a very basic HTTP server :^)
|
2020-02-09 14:15:55 +01:00 |
CMOS.cpp
|
Kernel: Apply changes to use LibBareMetal definitions
|
2020-02-09 19:38:17 +01:00 |
CMOS.h
|
Meta: Add license header to source files
|
2020-01-18 09:45:54 +01:00 |
debug-kernel
|
Debugging: Add kernel debugging support
|
2020-01-13 11:06:42 +01:00 |
DoubleBuffer.cpp
|
Kernel: Allow short writes to DoubleBuffer
|
2020-02-01 10:56:17 +01:00 |
DoubleBuffer.h
|
Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing
|
2020-01-20 16:08:49 +01:00 |
FB.h
|
Meta: Add license header to source files
|
2020-01-18 09:45:54 +01:00 |
grub-ebr.cfg
|
Partition Table: Change Script files
|
2020-02-02 00:20:41 +01:00 |
grub-gpt.cfg
|
Partition Table: Change Script files
|
2020-02-02 00:20:41 +01:00 |
grub-mbr.cfg
|
Partition Table: Change Script files
|
2020-02-02 00:20:41 +01:00 |
init.cpp
|
AK: Remove bitrotted Traits::dump() mechanism
|
2020-02-10 11:55:34 +01:00 |
InterruptHandler.cpp
|
Kernel: Introduce IRQ sharing support
|
2020-01-22 12:22:09 +01:00 |
InterruptHandler.h
|
Kernel: Introduce IRQ sharing support
|
2020-01-22 12:22:09 +01:00 |
IRQHandler.cpp
|
Revert "Kernel: Replace IRQHandler with the new InterruptHandler class"
|
2020-01-22 22:27:06 +01:00 |
IRQHandler.h
|
Revert "Kernel: Replace IRQHandler with the new InterruptHandler class"
|
2020-01-22 22:27:06 +01:00 |
KBuffer.h
|
Kernel: Allow naming KBuffers
|
2020-01-20 14:00:11 +01:00 |
KBufferBuilder.cpp
|
Meta: Add license header to source files
|
2020-01-18 09:45:54 +01:00 |
KBufferBuilder.h
|
Meta: Add license header to source files
|
2020-01-18 09:45:54 +01:00 |
KernelInfoPage.h
|
Meta: Add license header to source files
|
2020-01-18 09:45:54 +01:00 |
KeyCode.h
|
Kernel: Add key_code_count
|
2020-01-31 13:13:04 +01:00 |
KParams.cpp
|
Meta: Add license header to source files
|
2020-01-18 09:45:54 +01:00 |
KParams.h
|
Meta: Add license header to source files
|
2020-01-18 09:45:54 +01:00 |
KResult.h
|
Kernel: Add KResultOr<T>::result()
|
2020-02-08 11:57:53 +01:00 |
KSyms.cpp
|
Kernel: Remove some unnecessary casts to uintptr_t
|
2020-01-20 13:13:03 +01:00 |
KSyms.h
|
Meta: Add license header to source files
|
2020-01-18 09:45:54 +01:00 |
linker.ld
|
Kernel: Move kernel above the 3GB virtual address mark
|
2020-01-17 22:34:26 +01:00 |
Lock.cpp
|
Meta: Add license header to source files
|
2020-01-18 09:45:54 +01:00 |
Lock.h
|
Meta: Add license header to source files
|
2020-01-18 09:45:54 +01:00 |
makeall.sh
|
Meta: Fix shellcheck warnings in various scripts
|
2020-02-10 10:46:25 +01:00 |
Makefile
|
Kernel: Apply changes to use LibBareMetal definitions
|
2020-02-09 19:38:17 +01:00 |
mkmap.sh
|
Meta: Fix shellcheck warnings in various scripts
|
2020-02-10 10:46:25 +01:00 |
Module.h
|
Meta: Add license header to source files
|
2020-01-18 09:45:54 +01:00 |
MousePacket.h
|
Kernel: Add support for vmmouse
|
2020-02-04 19:11:52 +01:00 |
Multiboot.h
|
Meta: Add license header to source files
|
2020-01-18 09:45:54 +01:00 |
PerformanceEventBuffer.cpp
|
Kernel: Start working on a syscall for logging performance events
|
2020-02-02 20:26:27 +01:00 |
PerformanceEventBuffer.h
|
Kernel: Start working on a syscall for logging performance events
|
2020-02-02 20:26:27 +01:00 |
Process.cpp
|
Kernel: Apply changes to use LibBareMetal definitions
|
2020-02-09 19:38:17 +01:00 |
Process.h
|
Net: Add a basic sys$shutdown() implementation
|
2020-02-08 00:54:43 +01:00 |
ProcessTracer.cpp
|
AK: Remove bitrotted Traits::dump() mechanism
|
2020-02-10 11:55:34 +01:00 |
ProcessTracer.h
|
Meta: Add license header to source files
|
2020-01-18 09:45:54 +01:00 |
Profiling.cpp
|
Meta: Add license header to source files
|
2020-01-18 09:45:54 +01:00 |
Profiling.h
|
Meta: Add license header to source files
|
2020-01-18 09:45:54 +01:00 |
Random.cpp
|
Meta: Add license header to source files
|
2020-01-18 09:45:54 +01:00 |
Random.h
|
Meta: Add license header to source files
|
2020-01-18 09:45:54 +01:00 |
RTC.cpp
|
Meta: Add license header to source files
|
2020-01-18 09:45:54 +01:00 |
RTC.h
|
Meta: Add license header to source files
|
2020-01-18 09:45:54 +01:00 |
run
|
Meta: Fix shellcheck warnings in various scripts
|
2020-02-10 10:46:25 +01:00 |
Scheduler.cpp
|
Kernel: Finalizer should not go back to sleep if there's more to do
|
2020-02-01 10:56:17 +01:00 |
Scheduler.h
|
Kernel: Finalizer should not go back to sleep if there's more to do
|
2020-02-01 10:56:17 +01:00 |
SharedBuffer.cpp
|
AK: Remove bitrotted Traits::dump() mechanism
|
2020-02-10 11:55:34 +01:00 |
SharedBuffer.h
|
Meta: Add license header to source files
|
2020-01-18 09:45:54 +01:00 |
SharedInterruptHandler.cpp
|
Kernel: Introduce IRQ sharing support
|
2020-01-22 12:22:09 +01:00 |
SharedInterruptHandler.h
|
Kernel: Introduce IRQ sharing support
|
2020-01-22 12:22:09 +01:00 |
sync.sh
|
Meta: Fix shellcheck warnings in various scripts
|
2020-02-10 10:46:25 +01:00 |
Syscall.cpp
|
Kernel: Clear ESI and EDI on syscall entry
|
2020-01-25 10:34:32 +01:00 |
Syscall.h
|
Net: Add a basic sys$shutdown() implementation
|
2020-02-08 00:54:43 +01:00 |
TestModule.cpp
|
AK: Remove bitrotted Traits::dump() mechanism
|
2020-02-10 11:55:34 +01:00 |
Thread.cpp
|
Kernel: Finalizer should not go back to sleep if there's more to do
|
2020-02-01 10:56:17 +01:00 |
Thread.h
|
Kernel: Update Thread::raw_backtrace() signature to use uintptr_t
|
2020-02-02 19:00:38 +01:00 |
TimerQueue.cpp
|
Meta: Add license header to source files
|
2020-01-18 09:45:54 +01:00 |
TimerQueue.h
|
Meta: Add license header to source files
|
2020-01-18 09:45:54 +01:00 |
UnixTypes.h
|
Net: Add a basic sys$shutdown() implementation
|
2020-02-08 00:54:43 +01:00 |
WaitQueue.cpp
|
Meta: Add license header to source files
|
2020-01-18 09:45:54 +01:00 |
WaitQueue.h
|
Meta: Add license header to source files
|
2020-01-18 09:45:54 +01:00 |