serenity/Kernel
2021-09-05 18:15:05 +02:00
..
ACPI Kernel: Add x2APIC support 2021-09-04 22:22:58 +02:00
API Kernel: Make KResult usable with TRY() as well 2021-09-05 14:50:52 +02:00
Arch Kernel: Make copy_{from,to}_user() return KResult and use TRY() 2021-09-05 17:38:37 +02:00
Bus Kernel/USB: Use TRY() in the various USB classes 2021-09-05 16:25:40 +02:00
Devices Kernel: Make copy_{from,to}_user() return KResult and use TRY() 2021-09-05 17:38:37 +02:00
FileSystem Kernel: Make copy_{from,to}_user() return KResult and use TRY() 2021-09-05 17:38:37 +02:00
Graphics Kernel: Make copy_{from,to}_user() return KResult and use TRY() 2021-09-05 17:38:37 +02:00
Heap Kernel: Declare type aliases with "using" instead of "typedef" 2021-09-05 09:48:43 +01:00
Interrupts Kernel: Add x2APIC support 2021-09-04 22:22:58 +02:00
Library
Locking Kernel: Declare type aliases with "using" instead of "typedef" 2021-09-05 09:48:43 +01:00
Memory Kernel: Use TRY() in AnonymousVMObject 2021-09-05 16:25:40 +02:00
Modules
Net Kernel: Make copy_{from,to}_user() return KResult and use TRY() 2021-09-05 17:38:37 +02:00
Prekernel Prekernel: Make build on aarch64 2021-08-28 21:51:30 +01:00
Storage Kernel: Add missing error check when opening root file system 2021-09-04 13:08:37 +02:00
Syscalls Kernel: Use TRY() in sys$map_time_page() 2021-09-05 18:15:05 +02:00
Tasks
Time AK+Kernel: Move KResult.h to Kernel/API for userspace access 2021-09-05 12:54:48 +02:00
TTY Kernel: Make copy_{from,to}_user() return KResult and use TRY() 2021-09-05 17:38:37 +02:00
AddressSanitizer.cpp
AddressSanitizer.h
Assertions.h
AtomicEdgeAction.h
BootInfo.h
CMakeLists.txt Kernel/VirtIO: Remove redundant VirtIO word from filenames 2021-08-31 16:51:13 +02:00
CMOS.cpp
CMOS.h
CommandLine.cpp
CommandLine.h
ConsoleDevice.cpp Kernel: Convert UserOrKernelBuffer callbacks to use AK::Bytes 2021-09-01 18:06:14 +02:00
ConsoleDevice.h
Coredump.cpp Everywhere: Core dump => Coredump 2021-08-23 00:02:09 +02:00
Coredump.h Everywhere: Core dump => Coredump 2021-08-23 00:02:09 +02:00
Debug.h.in Kernel: Verify interrupts are disabled when interacting with Mutexes 2021-08-28 20:53:38 +02:00
DoubleBuffer.cpp
DoubleBuffer.h
embedmap.sh
Forward.h Kernel: Strongly typed user & group ID's 2021-08-29 01:09:19 +02:00
FutexQueue.cpp Kernel: Don't register thread as custom data for FutexBlocker 2021-08-24 01:57:11 +02:00
FutexQueue.h Kernel: Don't register thread as custom data for FutexBlocker 2021-08-24 01:57:11 +02:00
GlobalProcessExposed.cpp Kernel: Use ProcessID a bit more in Socket 2021-08-29 01:09:19 +02:00
init.cpp Kernel: Tidy up VirtualFileSystem::mount_root() a little bit 2021-09-05 14:46:44 +02:00
IO.h
KBuffer.h
KBufferBuilder.cpp
KBufferBuilder.h Everywhere: Pass AK::Format TypeErasedFormatParams by reference 2021-08-30 15:50:00 +04:30
KLexicalPath.cpp
KLexicalPath.h
kprintf.cpp
kstdio.h
KString.cpp
KString.h
KSyms.cpp
KSyms.h
linker.ld
MiniStdLib.cpp
mkmap.sh
Module.h
Multiboot.h
Panic.cpp
Panic.h
PerformanceEventBuffer.cpp
PerformanceEventBuffer.h AK+Kernel: Move KResult.h to Kernel/API for userspace access 2021-09-05 12:54:48 +02:00
PerformanceManager.h
PhysicalAddress.h
Process.cpp Kernel: Tidy up Memory::AddressSpace construction 2021-09-05 15:13:20 +02:00
Process.h Kernel: Make copy_{from,to}_user() return KResult and use TRY() 2021-09-05 17:38:37 +02:00
ProcessExposed.cpp
ProcessExposed.h AK+Kernel: Move KResult.h to Kernel/API for userspace access 2021-09-05 12:54:48 +02:00
ProcessGroup.cpp Kernel: Handle ProcessGroup allocation failures better 2021-09-04 23:11:04 +02:00
ProcessGroup.h Kernel: Handle ProcessGroup allocation failures better 2021-09-04 23:11:04 +02:00
ProcessProcFSTraits.cpp Kernel: Strongly typed user & group ID's 2021-08-29 01:09:19 +02:00
ProcessSpecificExposed.cpp
Random.cpp Kernel: Convert random bytes interface to use AK::Bytes 2021-09-01 18:06:14 +02:00
Random.h Kernel: Convert random bytes interface to use AK::Bytes 2021-09-01 18:06:14 +02:00
RTC.cpp
RTC.h
SanCov.cpp
Scheduler.cpp Kernel: Rename Spinlock::is_owned_by_current_thread() 2021-08-29 22:19:42 +02:00
Scheduler.h
Sections.h
StdLib.cpp Kernel: Make copy_{from,to}_user() return KResult and use TRY() 2021-09-05 17:38:37 +02:00
StdLib.h Kernel: Add copy_typed_from_userspace<T>(Userspace<T const*>) 2021-09-05 17:50:34 +02:00
Syscall.cpp Kernel: Declare syscall handlers with "using" instead of "typedef" 2021-09-05 09:48:43 +01:00
Thread.cpp Kernel: Make copy_{from,to}_user() return KResult and use TRY() 2021-09-05 17:38:37 +02:00
Thread.h AK+Kernel: Move KResult.h to Kernel/API for userspace access 2021-09-05 12:54:48 +02:00
ThreadBlockers.cpp Kernel: Rename FileBlocker::unblock() => unblock_if_conditions_are_met() 2021-09-05 01:10:56 +02:00
ThreadTracer.cpp
ThreadTracer.h
TimerQueue.cpp
TimerQueue.h
UBSanitizer.cpp
UnixTypes.h
UserOrKernelBuffer.cpp Kernel: Make copy_{from,to}_user() return KResult and use TRY() 2021-09-05 17:38:37 +02:00
UserOrKernelBuffer.h Kernel: Remove UserOrKernelBuffer::copy_into_string() 2021-09-05 01:10:56 +02:00
VirtualAddress.h Kernel: Make VirtualAddress methods constexpr 2021-08-25 12:12:59 +02:00
WaitQueue.cpp Kernel: Don't register thread as custom data for WaitQueueBlocker 2021-08-24 01:57:11 +02:00
WaitQueue.h Kernel: Don't register thread as custom data for WaitQueueBlocker 2021-08-24 01:57:11 +02:00
WorkQueue.cpp
WorkQueue.h