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-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
2020-10-25
LibC+Tests: Fix broken snprintf test.
asynts
2020-10-03
Everywhere: Fix more typos
Linus Groh
2020-09-05
Meta: Fix wonky copyright headers in Tests
Ben Wiederhake
2020-08-30
LibC: Deprecate strcpy(), strncpy(), strcat() and strncat() :^)
Sergey Bugaev
2020-08-30
Tests: Assert the path fits
Sergey Bugaev
2020-08-24
Tests: Prefer strlcpy over strncpy
Ben Wiederhake
2020-08-24
LibC: Stub and test strlcpy
Ben Wiederhake
2020-08-24
Tests: Remove unused include
Ben Wiederhake
2020-08-22
LibC: Demonstrate off-by-one in current snprintf
Ben Wiederhake
2020-08-16
AK: Rename KB, MB, GB to KiB, MiB, GiB
Nico Weber
2020-08-12
Test: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-10
Kernel: Demonstrate kill's pid/tid confusion bug
Ben Wiederhake
2020-08-10
Kernel: Demonstrate setpgid confusion bug
Ben Wiederhake
2020-08-02
Tests: License headers, clang-format, clearer output
Ben Wiederhake
2020-08-02
Tests: Build automatically, fix compilation errors
Ben Wiederhake