index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
Kernel
/
crash.cpp
Age
Commit message (
Expand
)
Author
2023-02-28
Userland+AK: Stop using getopt() for ArgsParser
Ali Mohammad Pur
2022-12-28
Kernel: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removal
Liav A
2022-12-28
Kernel: Remove i686 support
Liav A
2022-12-28
Tests: Remove i686 support
Liav A
2022-12-16
Kernel: Reintroduce the msyscall syscall as the annotate_mapping syscall
Liav A
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-14
Tests+Userland: Prefer using __builtin_trap() instead of UD2
Gunnar Beutner
2022-10-14
AK+Userland: Stub out code that isn't currently implemented on AARCH64
Gunnar Beutner
2022-10-04
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
Nico Weber
2022-09-20
Kernel/Tests: Don't compile x86 IO for non-x86 builds
Liav A
2022-07-27
Everywhere: Make the codebase more architecture aware
Undefine
2022-07-08
Tests: Remove the RDTSC kernel crash test
Tim Schumacher
2022-05-12
Tests: Fix new GCC 12 warnings
Daniel Bertalan
2021-10-01
Kernel: Move x86 IO instructions code into the x86 specific folder
Liav A
2021-09-16
crash: Don't test for qemu-unsupported feature
Ben Wiederhake
2021-09-16
crash: Run automatically during CI
Ben Wiederhake