index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Tests
Age
Commit message (
Expand
)
Author
2021-04-15
LibM: Use fptan/fpatan instead of approximating atan2/tan
AnotherTest
2021-04-08
Tests: Merge duplicate TestFormat test into AK directory
Jelle Raaijmakers
2021-04-04
LibGfx: Add benchmarks for line drawing and rectangle filling
Oleg Sikorskiy
2021-04-04
LibC: Teach `vsscanf()` to consume the width specifier
Jelle Raaijmakers
2021-04-04
LibC: Use 'long long' specialisations of scanf's read_element_concrete
AnotherTest
2021-03-17
Tests: Create stress-writeread
Jean-Baptiste Boric
2021-03-15
LibM: Implement fmin/fmax
Mițca Dumitru
2021-03-15
LibM: Make the gamma family of functions more accurate and conformant
Mițca Dumitru
2021-03-13
Kernel: Add Test for munmap of multiple regions
Hendiadyoin1
2021-03-13
Userland: Create stress-truncate test program
Jean-Baptiste Boric
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-10
fuzz-syscalls: Mark sys$emuctl() as someone who returns ENOSYS
Andreas Kling
2021-03-09
LibM: Add scalbn and associated functions
Mițca Dumitru
2021-03-07
Tests: Make syscall-fuzzer less brittle
Ben Wiederhake
2021-03-03
AK+LibM: Rename EXPECT_CLOSE to EXPECT_APPROXIMATE
Ben Wiederhake
2021-03-03
AK+LibM: Make EXPECT_CLOSE more useful during debugging
Ben Wiederhake
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-16
LibC: Teach scanf how to read "%lu" and "%llu" (unsigned long{, long})
AnotherTest
2021-02-15
LibC: Reimplement scanf from the ground up
AnotherTest
2021-02-13
AK+Format: Don't cast to size_t when you want u64.
Paul Scharnofske
2021-02-13
Tests: Merge and extend syscall tests into a syscall fuzzer
Ben Wiederhake
2021-02-06
Kernel: Use the resolved parent path when testing create veil (#5231)
William Bowling
2021-02-05
LibM: Implement nextafter() and nexttoward()
Andreas Kling
2021-02-05
Userland: Add LibSystem and funnel all syscalls through it
Andreas Kling
2021-02-05
LibM: Build and install the LibM test
Andreas Kling
2021-02-01
Kernel: Provide torture tool for invalid memory checks
Ben Wiederhake
2021-02-01
Kernel: Demonstrate crash for invalid pointers
Ben Wiederhake
2021-02-01
Tests: Add Tests/LibGfx/image-decoder tests
Brendan Coles
2021-01-23
Tests+UserlandEmulator: Demonstrate missing backtraces
Ben Wiederhake
2021-01-16
LibC: Test behavior around overlong paths
Ben Wiederhake
2021-01-15
Tests: Move test-gfx-font to /usr/Tests/LibGfx/font and add new tests
Brendan Coles
2021-01-15
Tests: Test set uid/gid not dropped upon file rename
Brendan Coles
2021-01-14
Tests: Add LibC stdlib mktmp function tests for unique filenames
Brendan Coles
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-02
Build + LibC: Enable -fstack-protector-strong in user space
Brian Gianforcaro
2020-12-31
Everywhere: Re-format with clang-format-11
Linus Groh
2020-12-26
LibC: Fix some incorrect printf usages
Sahan Fernando
2020-12-24
Toolchain+LibC: Fix usage of crt files
Itamar
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-19
LibTLS+Userland: Remove all uses of ByteBuffer::slice_view()
Andreas Kling
2020-12-14
Loader: Stabilize loader & Use shared libraries everywhere :^)
Itamar
2020-11-29
Tests/Kernel: Remove redundant `if` (#4111)
Lenny Maiorani
2020-11-28
Tests: Add Kernel tests for unveil system call browse 'b' flag
Brendan Coles
2020-11-15
Userland: Tests: Use mkstemp temporary files in tests
Brendan Coles
2020-11-11
Userland: Add test for file SUID+SGID bits stripped when modified
Brendan Coles
2020-11-10
Tests: Add Kernel tests for unveil system call
Brendan Coles
2020-10-29
CMake: Use CONFIGURE_DEPENDS in existing globs.
asynts
2020-10-25
AK: Eradicate calls to warn().
asynts
[next]