summaryrefslogtreecommitdiff
path: root/Tests/Kernel
AgeCommit message (Expand)Author
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
2021-05-18Kernel: Add a test for multi-region mprotectHediadyoin1
2021-05-14LibC: Move mman.h to sys/mman.hJean-Baptiste Boric
2021-05-14LibC: Do not include errno.h inside unistd.hJean-Baptiste Boric
2021-05-14Userland: Migrate from arc4random_uniform() to get_random_uniform()Jean-Baptiste Boric
2021-05-06Tests: Establish root Tests directory, move Userland/Tests thereBrian Gianforcaro
2020-08-02Tests: Build automatically, fix compilation errorsBen Wiederhake
2020-05-03Kernel: Demonstrate kernel crash on invalid fcntlBen Wiederhake
2020-05-03Kernel: Fix pledge syscall applying new pledges when it fails (#2076)Michael Lelli
2020-04-26Tests: Add test case for pthread_cond_timedwait with a timeout.Brian Gianforcaro
2020-03-03Kernel: Demonstrate race condition in clock_nanosleepBen Wiederhake
2020-02-01Kernel: Make Inode::lookup() return a RefPtr<Inode>Andreas Kling
2020-01-28Kernel: AnonymousVMObject::create_for_physical_range() should fail moreAndreas Kling
2020-01-18Kernel: Pass correct permission flags when opening filesSergey Bugaev
2020-01-18Kernel: Enforce W^X between sys$mmap() and sys$execve()Andreas Kling
2020-01-16Kernel+LibELF: Don't blindly trust ELF symbol offsets in symbolicationAndreas Kling
2020-01-10Kernel: Fix kernel null deref on process crash during join_thread()Andreas Kling
2020-01-09Kernel: Ignore closed fd's when considering select() unblockAndreas Kling
2020-01-07Kernel: Validate PROT_READ and PROT_WRITE against underlying fileAndreas Kling
2020-01-07Kernel: Make Process::file_description() vend a RefPtr<FileDescription>Andreas Kling