serenity/Kernel/Library
Sönke Holz d033add27f Kernel: Share __assertion_failed() implementation between architectures
I put the generic implementation in Assertions.cpp, since the
declaration is in Assertions.h.

The only change needed to make the x86-64 implementation generic was
replacing the cli with a Processor::disable_interrupts().
2024-10-30 18:42:21 -04:00
..
Assertions.cpp Kernel: Share __assertion_failed() implementation between architectures 2024-10-30 18:42:21 -04:00
Assertions.h
DoubleBuffer.cpp
DoubleBuffer.h
IOWindow.cpp
IOWindow.h
KBuffer.h Kernel: Add a conversion method from KBuffer to UserOrKernelBuffer 2024-07-21 15:38:52 +02:00
KBufferBuilder.cpp
KBufferBuilder.h
KLexicalPath.cpp
KLexicalPath.h
KString.cpp
KString.h
ListedRefCounted.h
LockRefPtr.h AK+Kernel+LibVideo: Include workarounds for missing P0960 only in Xcode 2024-05-21 14:24:59 +02:00
LockWeakable.h
LockWeakPtr.h
MiniStdLib.cpp
MiniStdLib.h Kernel/Library: Move mini-stdlib functions into their own header file 2024-06-29 19:56:45 +02:00
NonnullLockRefPtr.h
Panic.cpp
Panic.h
ScopedCritical.cpp
ScopedCritical.h
StdLib.cpp
StdLib.h Kernel/Library: Move mini-stdlib functions into their own header file 2024-06-29 19:56:45 +02:00
UserOrKernelBuffer.cpp
UserOrKernelBuffer.h