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
2022-05-05
Everywhere: Purge all support and usage of framebuffer devices
Liav A
2022-05-05
Everywhere: Rename FB prefix name ioctls => GRAPHICS
Liav A
2022-05-02
Kernel: Stop requiring working malloc for syscall.h includes
Patrick Meyer
2022-04-03
Tests: Make TestEFault not rely on automatic guard pages
Andreas Kling
2022-04-03
Tests: Clear errno before syscalls in TestEFault
Andreas Kling
2022-04-03
Tests: Remove unused macro in TestEFault
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-24
Userland+Tests: Convert File::read_link() from String to ErrorOr<String>
Kenneth Myhra
2022-03-04
Kernel: Add support for SA_SIGINFO
Ali Mohammad Pur
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-14
Tests: Unmap memory ranges on /dev/mem after testing mmap(2)
Liav A
2022-01-08
Kernel: Implement read functionality for MemoryDevice
Liav A
2021-12-20
Kernel: Return EINVAL when specifying -1 for setuid and similar syscalls
Liav A
2021-12-12
Tests: Add tests for sigwait/sigwaitinfo/sigtimedwait
Idan Horowitz
2021-12-01
Tests: Add a test to ensure sigaltstack() is working correctly
Idan Horowitz
2021-10-31
Kernel: Write test that crashes ProcFS
Ben Wiederhake
2021-10-27
Kernel + WindowServer: Re-define the interface to framebuffer devices
Liav A
2021-10-22
Tests: Add a unit test to ensure the /dev/mem device works correctly
Liav A
2021-10-08
Tests: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-10-01
Kernel: Move x86 IO instructions code into the x86 specific folder
Liav A
2021-10-01
Tests: Fix typos
Nico Weber
2021-09-16
crash: Don't test for qemu-unsupported feature
Ben Wiederhake
2021-09-16
crash: Run automatically during CI
Ben Wiederhake
2021-09-11
Tests/Kernel: Fix test after off-by-one fix in Memory::is_user_range()
Brian Gianforcaro
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-02
Tests: Remove all file(GLOB) from CMakeLists in Tests
Andrew Kaster
2021-08-03
Tests: Add coverage for sys$alarm() success case
Brian Gianforcaro
2021-08-03
Tests: Add coverage for sys$alarm() canceling a stale timer
Brian Gianforcaro
2021-07-30
Kernel: Unmapping a non-mapped region with munmap() should be a no-op
Andreas Kling
2021-07-30
Tests: Validate unmapping 0x0 doesn't crash the Kernel
Brian Gianforcaro
2021-07-23
Tests: Add test coverage for sys$pledge(..) argument validation
Brian Gianforcaro
2021-07-23
Tests: Add test coverage for sys$unveil(..) argument validation
Brian Gianforcaro
2021-07-18
Tests: Make mmap test point to new kernel address too
Peter Bindels
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
[next]