| .. | 
		
		
			
			
			
			
				| bind-local-socket-to-symlink.cpp | Everywhere: Run clang-format | 2022-04-01 21:24:45 +01:00 | 
		
			
			
			
			
				| bxvga-mmap-kernel-into-userspace.cpp | Kernel + WindowServer: Re-define the interface to framebuffer devices | 2021-10-27 07:57:44 +03:00 | 
		
			
			
			
			
				| CMakeLists.txt | Kernel: Add support for SA_SIGINFO | 2022-03-04 20:07:05 +01:00 | 
		
			
			
			
			
				| crash-fcntl-invalid-cmd.cpp | LibC: Do not include errno.h inside unistd.h | 2021-05-14 22:24:02 +02:00 | 
		
			
			
			
			
				| crash.cpp | Kernel: Move x86 IO instructions code into the x86 specific folder | 2021-10-01 12:27:20 +02:00 | 
		
			
			
			
			
				| elf-execve-mmap-race.cpp | Everywhere: Run clang-format | 2022-04-01 21:24:45 +01:00 | 
		
			
			
			
			
				| elf-symbolication-kernel-read-exploit.cpp | Tests: Establish root Tests directory, move Userland/Tests there | 2021-05-06 17:54:28 +02:00 | 
		
			
			
			
			
				| fuzz-syscalls.cpp | Everywhere: Run clang-format | 2022-04-01 21:24:45 +01:00 | 
		
			
			
			
			
				| kill-pidtid-confusion.cpp | Everywhere: Run clang-format | 2022-04-01 21:24:45 +01:00 | 
		
			
			
			
			
				| mmap-write-into-running-programs-executable-file.cpp | Tests: Establish root Tests directory, move Userland/Tests there | 2021-05-06 17:54:28 +02:00 | 
		
			
			
			
			
				| mprotect-multi-region-mprotect.cpp | Everywhere: Run clang-format | 2022-04-01 21:24:45 +01:00 | 
		
			
			
			
			
				| munmap-multi-region-unmapping.cpp | Tests: Establish root Tests directory, move Userland/Tests there | 2021-05-06 17:54:28 +02:00 | 
		
			
			
			
			
				| nanosleep-race-outbuf-munmap.cpp | Everywhere: Run clang-format | 2022-04-01 21:24:45 +01:00 | 
		
			
			
			
			
				| null-deref-close-during-select.cpp | Tests: Fix -Wunreachable-code warnings from clang | 2021-10-08 23:33:46 +02:00 | 
		
			
			
			
			
				| null-deref-crash-during-pthread_join.cpp | Tests: Establish root Tests directory, move Userland/Tests there | 2021-05-06 17:54:28 +02:00 | 
		
			
			
			
			
				| path-resolution-race.cpp | Tests: Fix -Wunreachable-code warnings from clang | 2021-10-08 23:33:46 +02:00 | 
		
			
			
			
			
				| 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 | Everywhere: Run clang-format | 2022-04-01 21:24:45 +01: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: Make TestEFault not rely on automatic guard pages | 2022-04-03 21:51:58 +02:00 | 
		
			
			
			
			
				| TestInvalidUIDSet.cpp | Kernel: Return EINVAL when specifying -1 for setuid and similar syscalls | 2021-12-20 11:32:16 +01:00 | 
		
			
			
			
			
				| TestKernelAlarm.cpp | Tests: Add coverage for sys$alarm() success case | 2021-08-03 18:44:01 +02:00 | 
		
			
			
			
			
				| 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 | Tests: Add test coverage for sys$unveil(..) argument validation | 2021-07-23 19:02:25 +02:00 | 
		
			
			
			
			
				| TestMemoryDeviceMmap.cpp | Tests: Unmap memory ranges on /dev/mem after testing mmap(2) | 2022-01-14 19:42:11 +02:00 | 
		
			
			
			
			
				| TestMunMap.cpp | Kernel: Unmapping a non-mapped region with munmap() should be a no-op | 2021-07-30 13:16:55 +02:00 | 
		
			
			
			
			
				| TestProcFS.cpp | Tests: TestProcFs cannot assume stdin/stdout/stderr are the same | 2021-06-30 08:18:28 +04:30 | 
		
			
			
			
			
				| TestProcFSWrite.cpp | Kernel: Write test that crashes ProcFS | 2021-10-31 18:44:12 +01:00 | 
		
			
			
			
			
				| TestSigAltStack.cpp | Tests: Add a test to ensure sigaltstack() is working correctly | 2021-12-01 21:44:11 +02:00 | 
		
			
			
			
			
				| TestSigWait.cpp | Tests: Add tests for sigwait/sigwaitinfo/sigtimedwait | 2021-12-12 08:34:19 +02:00 | 
		
			
			
			
			
				| uaf-close-while-blocked-in-read.cpp | Tests: Fix -Wunreachable-code warnings from clang | 2021-10-08 23:33:46 +02:00 | 
		
			
			
			
			
				| unveil-symlinks.cpp | Tests: Establish root Tests directory, move Userland/Tests there | 2021-05-06 17:54:28 +02:00 |