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