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-10-04
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
Nico Weber
2022-09-26
Tests/Kernel: Add tests to ensure we don't regress InodeVMObjects
Liav A
2022-09-24
Revert "Tests/Kernel: Add tests to ensure we don't regress InodeVMObjects"
Liav A
2022-09-20
Kernel/Tests: Don't compile x86 IO for non-x86 builds
Liav A
2022-09-16
Tests/Kernel: Add tests to ensure we don't regress InodeVMObjects
Liav A
2022-08-24
Tests/Kernel: Make sure inaccessible area in TestEFault is actually that
Andreas Kling
2022-07-27
Everywhere: Make the codebase more architecture aware
Undefine
2022-07-19
LibC: Remove the `LibPthread` interface target
Tim Schumacher
2022-07-19
Everywhere: Refer to `pthread.h` by its non-prefixed name
Tim Schumacher
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-08
Tests: Remove the RDTSC kernel crash test
Tim Schumacher
2022-07-05
Tests: Add tests for inheriting signal handlers
Tim Schumacher
2022-05-12
Tests: Fix new GCC 12 warnings
Daniel Bertalan
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
[next]