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
2023-01-07
Everywhere: Use ElapsedTimer::elapsed_time() for comparisons
Andrew Kaster
2023-01-02
Everywhere: Remove unused includes of LibC/stdlib.h
Ben Wiederhake
2023-01-01
Tests/Kernel: Add missing mode parameter to open() calls in inode tests
Andreas Kling
2022-12-31
Tests: Skip legacy exploit reproducer test on aarch64
Andrew Kaster
2022-12-28
Kernel: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removal
Liav A
2022-12-28
Kernel: Remove i686 support
Liav A
2022-12-28
Tests: Remove i686 support
Liav A
2022-12-16
Kernel: Reintroduce the msyscall syscall as the annotate_mapping syscall
Liav A
2022-12-11
Kernel+LibC+Tests: Implement `pwritev(2)`
sin-ack
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-29
Tests/Kernel: Add a very simple test for posix_fallocate()
Andreas Kling
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-11-01
Everywhere: Explicitly link all binaries against the LibC target
Tim Schumacher
2022-10-14
Tests+Userland: Implement AARCH64 support for some inline assembly blobs
Gunnar Beutner
2022-10-14
Tests+Userland: Prefer using __builtin_trap() instead of UD2
Gunnar Beutner
2022-10-14
AK+Userland: Stub out code that isn't currently implemented on AARCH64
Gunnar Beutner
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
[next]