summaryrefslogtreecommitdiff
path: root/lib/libnv/tests/nv_array_tests.cc
AgeCommit message (Expand)Author
2024-09-04libnv: add test to verify null termination of string in arrayMariusz Zaborski
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2018-06-18libnv: add regression test for r335344.Mariusz Zaborski
2016-01-04Remove free'ing of an uninitialized variableEnji Cooper
2016-01-04Use `nitems(x)` macro instead of using hardcoded numbers for indices intoEnji Cooper
2016-01-04Convert another `string` variable to `string_arr` missed in r293130Enji Cooper
2016-01-04Rename nitems and string variables to avoid collisionsEnji Cooper
2015-08-15Add support for the arrays in nvlist library.Mariusz Zaborski