..
API
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
2021-11-08 01:10:53 +01:00
Arch
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
2021-11-08 01:10:53 +01:00
Bus
Kernel: Make Inode::traverse_as_directory() callback return ErrorOr
2021-11-10 21:58:58 +01:00
Devices
Kernel: Drain I8042 PS/2 keyboard output after enabling
2021-11-12 07:35:18 +01:00
FileSystem
Everywhere: Pass AK::StringView by value
2021-11-11 01:27:46 +01:00
Firmware
Everywhere: Pass AK::StringView by value
2021-11-11 01:27:46 +01:00
Graphics
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
2021-11-08 01:10:53 +01:00
Heap
Kernel: Use a larger kmalloc chunk size on 64-bit platforms
2021-10-26 10:38:35 +02:00
Interrupts
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
2021-11-08 01:10:53 +01:00
Library
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
2021-11-08 01:10:53 +01:00
Locking
Memory
AK: Make Vector::try_* functions return ErrorOr<void>
2021-11-10 21:58:58 +01:00
Net
Everywhere: Pass AK::StringView by value
2021-11-11 01:27:46 +01:00
Prekernel
Kernel: Draw picture on screen when booting Raspberry Pi
2021-10-31 12:35:53 +01:00
Storage
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
2021-11-08 01:10:53 +01:00
Syscalls
AK: Make Vector::try_* functions return ErrorOr<void>
2021-11-10 21:58:58 +01:00
Tasks
Time
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
2021-11-08 01:10:53 +01:00
TTY
Everywhere: Pass AK::StringView by value
2021-11-11 01:27:46 +01:00
AddressSanitizer.cpp
AddressSanitizer.h
Assertions.h
AtomicEdgeAction.h
BootInfo.h
CMakeLists.txt
Kernel + WindowServer: Re-define the interface to framebuffer devices
2021-10-27 07:57:44 +03:00
CMOS.cpp
CMOS.h
CommandLine.cpp
Everywhere: Pass AK::StringView by value
2021-11-11 01:27:46 +01:00
CommandLine.h
Everywhere: Pass AK::StringView by value
2021-11-11 01:27:46 +01:00
Coredump.cpp
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
2021-11-08 01:10:53 +01:00
Coredump.h
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
2021-11-08 01:10:53 +01:00
Debug.h.in
DoubleBuffer.cpp
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
2021-11-08 01:10:53 +01:00
DoubleBuffer.h
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
2021-11-08 01:10:53 +01:00
embedmap.sh
Forward.h
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
2021-11-08 01:10:53 +01:00
FutexQueue.cpp
FutexQueue.h
GlobalProcessExposed.cpp
Kernel: Make Inode::traverse_as_directory() callback return ErrorOr
2021-11-10 21:58:58 +01:00
init.cpp
Everywhere: Make some symbols __attribute__((used))
for LTO
2021-10-17 17:09:58 +01:00
KBuffer.h
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
2021-11-08 01:10:53 +01:00
KBufferBuilder.cpp
Everywhere: Pass AK::StringView by value
2021-11-11 01:27:46 +01:00
KBufferBuilder.h
Everywhere: Pass AK::StringView by value
2021-11-11 01:27:46 +01:00
KLexicalPath.cpp
Everywhere: Pass AK::StringView by value
2021-11-11 01:27:46 +01:00
KLexicalPath.h
Everywhere: Pass AK::StringView by value
2021-11-11 01:27:46 +01:00
kprintf.cpp
kstdio.h
KString.cpp
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
2021-11-08 01:10:53 +01:00
KString.h
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
2021-11-08 01:10:53 +01:00
KSyms.cpp
Everywhere: Pass AK::ReadonlyBytes by value
2021-11-11 01:27:46 +01:00
KSyms.h
Everywhere: Pass AK::StringView by value
2021-11-11 01:27:46 +01:00
linker.ld
Kernel: Support split data sections
2021-10-17 17:09:58 +01:00
MiniStdLib.cpp
mkmap.sh
Multiboot.h
Panic.cpp
Kernel: Separate panic behavior from bootmode
2021-10-25 23:38:28 +02:00
Panic.h
PerformanceEventBuffer.cpp
Everywhere: Pass AK::StringView by value
2021-11-11 01:27:46 +01:00
PerformanceEventBuffer.h
Everywhere: Pass AK::StringView by value
2021-11-11 01:27:46 +01:00
PerformanceManager.h
PhysicalAddress.h
Kernel: Fix restrictions in is_allowed_to_mmap_to_userspace function
2021-10-22 13:13:00 +02:00
Process.cpp
AK: Make Vector::try_* functions return ErrorOr<void>
2021-11-10 21:58:58 +01:00
Process.h
Kernel: Make Inode::traverse_as_directory() callback return ErrorOr
2021-11-10 21:58:58 +01:00
ProcessExposed.cpp
Kernel: Make Inode::traverse_as_directory() callback return ErrorOr
2021-11-10 21:58:58 +01:00
ProcessExposed.h
Kernel: Make Inode::traverse_as_directory() callback return ErrorOr
2021-11-10 21:58:58 +01:00
ProcessGroup.cpp
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
2021-11-08 01:10:53 +01:00
ProcessGroup.h
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
2021-11-08 01:10:53 +01:00
ProcessProcFSTraits.cpp
Kernel: Make Inode::traverse_as_directory() callback return ErrorOr
2021-11-10 21:58:58 +01:00
ProcessSpecificExposed.cpp
Kernel: Make Inode::traverse_as_directory() callback return ErrorOr
2021-11-10 21:58:58 +01:00
Random.cpp
Random.h
RTC.cpp
RTC.h
SanCov.cpp
Scheduler.cpp
Scheduler.h
Sections.h
StdLib.cpp
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
2021-11-08 01:10:53 +01:00
StdLib.h
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
2021-11-08 01:10:53 +01:00
Syscall.cpp
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
2021-11-08 01:10:53 +01:00
Thread.cpp
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
2021-11-08 01:10:53 +01:00
Thread.h
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
2021-11-08 01:10:53 +01:00
ThreadBlockers.cpp
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
2021-11-08 01:10:53 +01:00
ThreadTracer.cpp
ThreadTracer.h
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
2021-11-08 01:10:53 +01:00
TimerQueue.cpp
TimerQueue.h
UBSanitizer.cpp
UnixTypes.h
UserOrKernelBuffer.cpp
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
2021-11-08 01:10:53 +01:00
UserOrKernelBuffer.h
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
2021-11-08 01:10:53 +01:00
VirtualAddress.h
WaitQueue.cpp
WaitQueue.h
WorkQueue.cpp
Kernel: Use SpinlockProtected<T> in WorkQueue
2021-10-26 10:44:10 +02:00
WorkQueue.h
Kernel: Make WorkQueue::WorkItem slab allocated
2021-10-26 10:50:44 +02:00