ladybird/Kernel
Andreas Kling af20b9424f Kernel: Unbreak /proc/interrupts when running with APIC
We can't assert here since these are exposed through /proc JSON.
2020-10-18 14:40:16 +02:00
..
ACPI Meta+Kernel: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
API Kernel+LibC: Use uintptr_t as the main type in the syscall interface 2020-10-12 19:53:25 +02:00
Arch Kernel: Add some CPU feature flags related to TSC 2020-10-08 10:00:39 +02:00
Devices Everywhere: Fix more typos 2020-10-03 12:36:49 +02:00
FileSystem Ext2FS: Fix block allocation ignoring the very last block group 2020-10-07 13:42:17 +02:00
Heap Meta+Kernel: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
Interrupts Kernel: Unbreak /proc/interrupts when running with APIC 2020-10-18 14:40:16 +02:00
Modules
Net TCP: Remove unnecessarily defined constructor and destructor 2020-10-08 10:01:10 +02:00
PCI Meta+Kernel: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
Syscalls Kernel: Fix sys$join_thread 2020-10-16 11:42:20 +02:00
Tasks Kernel: Make Thread refcounted 2020-09-27 19:46:04 +02:00
Time Everywhere: Fix more typos 2020-10-03 12:36:49 +02:00
TTY Everywhere: Fix more typos 2020-10-03 12:36:49 +02:00
VM Kernel: Ensure PhysicalRegion free page hint is within valid range 2020-10-16 17:39:42 +02:00
.gitignore
Assertions.h
CMakeLists.txt Toolchain: Upgrade to GCC 10.2.0 2020-10-12 19:53:25 +02:00
CMOS.cpp
CMOS.h
CommandLine.cpp Meta+Kernel: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
CommandLine.h Kernel: Copy command line to a safe place 2020-08-25 09:48:48 +02:00
Console.cpp Meta+Kernel: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
Console.h Kernel: Make copy_to/from_user safe and remove unnecessary checks 2020-09-13 21:19:15 +02:00
DoubleBuffer.cpp Kernel: Make copy_to/from_user safe and remove unnecessary checks 2020-09-13 21:19:15 +02:00
DoubleBuffer.h Kernel: Make copy_to/from_user safe and remove unnecessary checks 2020-09-13 21:19:15 +02:00
Forward.h Kernel: Make copy_to/from_user safe and remove unnecessary checks 2020-09-13 21:19:15 +02:00
init.cpp Kernel: Make Thread refcounted 2020-09-27 19:46:04 +02:00
IO.h
KBuffer.h
KBufferBuilder.cpp
KBufferBuilder.h Kernel: Add KBufferBuilder::appendff. 2020-10-08 09:59:55 +02:00
kprintf.cpp Kernel: Stop supporting sprintf 2020-08-22 20:55:10 +02:00
KResult.h Meta+Kernel: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
kstdio.h Kernel: Stop supporting sprintf 2020-08-22 20:55:10 +02:00
KSyms.cpp Kernel: Make copy_to/from_user safe and remove unnecessary checks 2020-09-13 21:19:15 +02:00
KSyms.h
linker.ld
Lock.cpp Meta+Kernel: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
Lock.h
mkmap.sh
Module.h
Multiboot.h
PerformanceEventBuffer.cpp
PerformanceEventBuffer.h
PhysicalAddress.h Meta+Kernel: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
Process.cpp Kernel: Remove FIXME about unsurfaced error and log something 2020-10-10 23:47:53 +02:00
Process.h Kernel: Make Thread refcounted 2020-09-27 19:46:04 +02:00
ProcessGroup.cpp
ProcessGroup.h
Profiling.cpp
Profiling.h
Ptrace.cpp Kernel: Make copy_to/from_user safe and remove unnecessary checks 2020-09-13 21:19:15 +02:00
Ptrace.h Meta+Kernel: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
Random.cpp Kernel: Switch singletons to use new Singleton class 2020-08-25 09:48:48 +02:00
Random.h Kernel: Switch singletons to use new Singleton class 2020-08-25 09:48:48 +02:00
RTC.cpp Kernel: Minor tweak to now() computation 2020-08-26 08:52:07 +02:00
RTC.h
Scheduler.cpp Everywhere: Fix more typos 2020-10-03 12:36:49 +02:00
Scheduler.h Kernel: Make Thread refcounted 2020-09-27 19:46:04 +02:00
SharedBuffer.cpp Kernel: Unbreak building with extra debug macros, part 2 2020-08-30 09:43:49 +02:00
SharedBuffer.h
SpinLock.h
StdLib.cpp Kernel: Make copy_to/from_user safe and remove unnecessary checks 2020-09-13 21:19:15 +02:00
StdLib.h Kernel: Add checks for is_trivially_copyable to copy_to/from_user 2020-10-02 15:38:07 +02:00
Syscall.cpp Meta+Kernel: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
Thread.cpp Everywhere: Fix more typos 2020-10-03 12:36:49 +02:00
Thread.h Kernel: Make Thread refcounted 2020-09-27 19:46:04 +02:00
ThreadTracer.cpp
ThreadTracer.h
TimerQueue.cpp Kernel: Switch singletons to use new Singleton class 2020-08-25 09:48:48 +02:00
TimerQueue.h Kernel: Switch singletons to use new Singleton class 2020-08-25 09:48:48 +02:00
UnixTypes.h Kernel: Implement _SC_OPEN_MAX 2020-09-27 01:02:11 +02:00
UserOrKernelBuffer.cpp AK: Add StringBuilder::appendff using the new format. 2020-09-22 15:06:40 +02:00
UserOrKernelBuffer.h FileSystem: Use OutputMemoryStream instead of BufferStream. 2020-09-15 20:36:45 +02:00
VirtualAddress.h Meta+Kernel: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
WaitQueue.cpp Meta+Kernel: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
WaitQueue.h SinglyLinkedList: Remove unused includes 2020-10-08 09:54:41 +02:00