Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-06-28 | string: kunit: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 1 | -0/+1 |
2024-04-24 | string_kunit: Move strtomem KUnit test to string_kunit.c | Kees Cook | 1 | -0/+54 |
2024-04-24 | string.h: Introduce memtostr() and memtostr_pad() | Kees Cook | 1 | -0/+26 |
2024-04-19 | string: Convert KUnit test names to standard convention | Kees Cook | 1 | -36/+36 |
2024-04-19 | string: Merge strcat KUnit tests into string_kunit.c | Kees Cook | 1 | -0/+82 |
2024-04-19 | string: Merge strscpy KUnit tests into string_kunit.c | Kees Cook | 1 | -0/+120 |
2024-04-18 | string_kunit: Add test cases for str*cmp functions | Ivan Orlov | 1 | -0/+155 |
2024-03-05 | string: Convert selftest to KUnit | Kees Cook | 1 | -0/+199 |