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
Age
Commit message (
Expand
)
Author
2021-07-14
Tests: Fix compile errors on Clang
Daniel Bertalan
2021-07-11
Utilities+Tests: Convert test_efault to be LibTest based
Andrew Kaster
2021-07-07
Tests: Build all tests on x86_64
Gunnar Beutner
2021-06-30
Tests: TestProcFs cannot assume stdin/stdout/stderr are the same
Andrew Kaster
2021-06-18
Tests: Add a test for ProcFS fd interaction
Kyle Ambroff-Kao
2021-05-29
Kernel: Ensure that an unveil node with no permission is never accepted
Ali Mohammad Pur
2021-05-21
Tests: Install non-LibTest based Kernel tests into Kernel/Legacy subdir
Andrew Kaster
2021-05-19
Tests: static vs non-static constexpr variables
Lenny Maiorani
2021-05-18
Kernel: Add a test for multi-region mprotect
Hediadyoin1
2021-05-14
LibC: Move mman.h to sys/mman.h
Jean-Baptiste Boric
2021-05-14
LibC: Do not include errno.h inside unistd.h
Jean-Baptiste Boric
2021-05-14
Userland: Migrate from arc4random_uniform() to get_random_uniform()
Jean-Baptiste Boric
2021-05-06
Tests: Establish root Tests directory, move Userland/Tests there
Brian Gianforcaro
2020-08-02
Tests: Build automatically, fix compilation errors
Ben Wiederhake
2020-05-03
Kernel: Demonstrate kernel crash on invalid fcntl
Ben Wiederhake
2020-05-03
Kernel: Fix pledge syscall applying new pledges when it fails (#2076)
Michael Lelli
2020-04-26
Tests: Add test case for pthread_cond_timedwait with a timeout.
Brian Gianforcaro
2020-03-03
Kernel: Demonstrate race condition in clock_nanosleep
Ben Wiederhake
2020-02-01
Kernel: Make Inode::lookup() return a RefPtr<Inode>
Andreas Kling
2020-01-28
Kernel: AnonymousVMObject::create_for_physical_range() should fail more
Andreas Kling
2020-01-18
Kernel: Pass correct permission flags when opening files
Sergey Bugaev
2020-01-18
Kernel: Enforce W^X between sys$mmap() and sys$execve()
Andreas Kling
2020-01-16
Kernel+LibELF: Don't blindly trust ELF symbol offsets in symbolication
Andreas Kling
2020-01-10
Kernel: Fix kernel null deref on process crash during join_thread()
Andreas Kling
2020-01-09
Kernel: Ignore closed fd's when considering select() unblock
Andreas Kling
2020-01-07
Kernel: Validate PROT_READ and PROT_WRITE against underlying file
Andreas Kling
2020-01-07
Kernel: Make Process::file_description() vend a RefPtr<FileDescription>
Andreas Kling