Age | Commit message (Expand) | Author |
---|---|---|
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 |