summaryrefslogtreecommitdiff
path: root/Userland/Tests
AgeCommit message (Expand)Author
2020-10-03Everywhere: Fix more typosLinus Groh
2020-09-05Meta: Fix wonky copyright headers in TestsBen Wiederhake
2020-08-30LibC: Deprecate strcpy(), strncpy(), strcat() and strncat() :^)Sergey Bugaev
2020-08-30Tests: Assert the path fitsSergey Bugaev
2020-08-24Tests: Prefer strlcpy over strncpyBen Wiederhake
2020-08-24LibC: Stub and test strlcpyBen Wiederhake
2020-08-24Tests: Remove unused includeBen Wiederhake
2020-08-22LibC: Demonstrate off-by-one in current snprintfBen Wiederhake
2020-08-16AK: Rename KB, MB, GB to KiB, MiB, GiBNico Weber
2020-08-12Test: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-10Kernel: Demonstrate kill's pid/tid confusion bugBen Wiederhake
2020-08-10Kernel: Demonstrate setpgid confusion bugBen Wiederhake
2020-08-02Tests: License headers, clang-format, clearer outputBen Wiederhake
2020-08-02Tests: Build automatically, fix compilation errorsBen Wiederhake