summaryrefslogtreecommitdiff
path: root/Tests/Kernel
AgeCommit message (Expand)Author
2022-08-24Tests/Kernel: Make sure inaccessible area in TestEFault is actually thatAndreas Kling
2022-07-27Everywhere: Make the codebase more architecture awareUndefine
2022-07-19LibC: Remove the `LibPthread` interface targetTim Schumacher
2022-07-19Everywhere: Refer to `pthread.h` by its non-prefixed nameTim Schumacher
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-08Tests: Remove the RDTSC kernel crash testTim Schumacher
2022-07-05Tests: Add tests for inheriting signal handlersTim Schumacher
2022-05-12Tests: Fix new GCC 12 warningsDaniel Bertalan
2022-05-05Everywhere: Purge all support and usage of framebuffer devicesLiav A
2022-05-05Everywhere: Rename FB prefix name ioctls => GRAPHICSLiav A
2022-05-02Kernel: Stop requiring working malloc for syscall.h includesPatrick Meyer
2022-04-03Tests: Make TestEFault not rely on automatic guard pagesAndreas Kling
2022-04-03Tests: Clear errno before syscalls in TestEFaultAndreas Kling
2022-04-03Tests: Remove unused macro in TestEFaultAndreas Kling
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-24Userland+Tests: Convert File::read_link() from String to ErrorOr<String>Kenneth Myhra
2022-03-04Kernel: Add support for SA_SIGINFOAli Mohammad Pur
2022-01-24Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOrSam Atkins
2022-01-14Tests: Unmap memory ranges on /dev/mem after testing mmap(2)Liav A
2022-01-08Kernel: Implement read functionality for MemoryDeviceLiav A
2021-12-20Kernel: Return EINVAL when specifying -1 for setuid and similar syscallsLiav A
2021-12-12Tests: Add tests for sigwait/sigwaitinfo/sigtimedwaitIdan Horowitz
2021-12-01Tests: Add a test to ensure sigaltstack() is working correctlyIdan Horowitz
2021-10-31Kernel: Write test that crashes ProcFSBen Wiederhake
2021-10-27Kernel + WindowServer: Re-define the interface to framebuffer devicesLiav A
2021-10-22Tests: Add a unit test to ensure the /dev/mem device works correctlyLiav A
2021-10-08Tests: Fix -Wunreachable-code warnings from clangNico Weber
2021-10-01Kernel: Move x86 IO instructions code into the x86 specific folderLiav A
2021-10-01Tests: Fix typosNico Weber
2021-09-16crash: Don't test for qemu-unsupported featureBen Wiederhake
2021-09-16crash: Run automatically during CIBen Wiederhake
2021-09-11Tests/Kernel: Fix test after off-by-one fix in Memory::is_user_range()Brian Gianforcaro
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-09-02Tests: Remove all file(GLOB) from CMakeLists in TestsAndrew Kaster
2021-08-03Tests: Add coverage for sys$alarm() success caseBrian Gianforcaro
2021-08-03Tests: Add coverage for sys$alarm() canceling a stale timerBrian Gianforcaro
2021-07-30Kernel: Unmapping a non-mapped region with munmap() should be a no-opAndreas Kling
2021-07-30Tests: Validate unmapping 0x0 doesn't crash the KernelBrian Gianforcaro
2021-07-23Tests: Add test coverage for sys$pledge(..) argument validationBrian Gianforcaro
2021-07-23Tests: Add test coverage for sys$unveil(..) argument validationBrian Gianforcaro
2021-07-18Tests: Make mmap test point to new kernel address tooPeter Bindels
2021-07-14Tests: Fix compile errors on ClangDaniel Bertalan
2021-07-11Utilities+Tests: Convert test_efault to be LibTest basedAndrew Kaster
2021-07-07Tests: Build all tests on x86_64Gunnar Beutner
2021-06-30Tests: TestProcFs cannot assume stdin/stdout/stderr are the sameAndrew Kaster
2021-06-18Tests: Add a test for ProcFS fd interactionKyle Ambroff-Kao
2021-05-29Kernel: Ensure that an unveil node with no permission is never acceptedAli Mohammad Pur
2021-05-21Tests: Install non-LibTest based Kernel tests into Kernel/Legacy subdirAndrew Kaster
2021-05-19Tests: static vs non-static constexpr variablesLenny Maiorani