serenity/Tests/Kernel
Andreas Kling c713e76941 Tests/Kernel: Make sure inaccessible area in TestEFault is actually that
We were relying on luck to make the mapping before our first mmap() be
inaccessible. Let's make it explicit.
2022-08-24 18:35:41 +02:00
..
bind-local-socket-to-symlink.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CMakeLists.txt LibC: Remove the LibPthread interface target 2022-07-19 11:00:35 +01:00
crash-fcntl-invalid-cmd.cpp
crash.cpp Everywhere: Make the codebase more architecture aware 2022-07-27 21:46:42 +00:00
elf-execve-mmap-race.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
elf-symbolication-kernel-read-exploit.cpp
fuzz-syscalls.cpp Everywhere: Replace single-char StringView op. arguments with chars 2022-07-12 23:11:35 +02:00
kill-pidtid-confusion.cpp Everywhere: Refer to pthread.h by its non-prefixed name 2022-07-19 11:00:35 +01:00
mmap-write-into-running-programs-executable-file.cpp
mprotect-multi-region-mprotect.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
munmap-multi-region-unmapping.cpp
nanosleep-race-outbuf-munmap.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
null-deref-close-during-select.cpp
null-deref-crash-during-pthread_join.cpp
path-resolution-race.cpp
pthread-cond-timedwait-example.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
setpgid-across-sessions-without-leader.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
siginfo-example.cpp Tests: Fix new GCC 12 warnings 2022-05-12 13:12:37 +02:00
stress-truncate.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
stress-writeread.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
TestEFault.cpp Tests/Kernel: Make sure inaccessible area in TestEFault is actually that 2022-08-24 18:35:41 +02:00
TestInvalidUIDSet.cpp
TestKernelAlarm.cpp
TestKernelFilePermissions.cpp Userland+Tests: Convert File::read_link() from String to ErrorOr<String> 2022-03-24 11:57:51 +01:00
TestKernelPledge.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
TestKernelUnveil.cpp
TestMemoryDeviceMmap.cpp
TestMunMap.cpp
TestProcFS.cpp
TestProcFSWrite.cpp
TestSigAltStack.cpp Tests: Fix new GCC 12 warnings 2022-05-12 13:12:37 +02:00
TestSigHandler.cpp Tests: Add tests for inheriting signal handlers 2022-07-05 20:58:38 +03:00
TestSigWait.cpp
uaf-close-while-blocked-in-read.cpp
unveil-symlinks.cpp