summaryrefslogtreecommitdiff
path: root/lib/libnv/tests
AgeCommit message (Expand)Author
2024-09-04libnv: add tests to verify potential overflow issuesMariusz Zaborski
2024-09-04libnv: add test to verify null termination of string in arrayMariusz Zaborski
2024-07-30Remove "All Rights Reserved" from FreeBSD Foundation copyrightsEd Maste
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2022-01-02skip test case nvlist_send_recv__send_many_fds__dgramRobert Wing
2021-12-20libnv: bump sysctl for nvlist_send_recv__send_many_fds__dgram testRobert Wing
2021-12-06libnv: read entire datagram in nvlist_recv()Robert Wing
2019-07-16Add a regression test which transfers varying number of rights.Mark Johnston
2019-07-16Convert the nvlist send/recv tests to ATF.Mark Johnston
2019-04-15libnv: extend the testsMariusz Zaborski
2019-02-10libnv: fix memory leaksMariusz Zaborski
2018-11-13Ensure that libnv can be used when kern.trap_enotcap=1.Mark Johnston
2018-06-18libnv: Add nvlist_append_*_array() family of functions.Mariusz Zaborski
2018-06-18libnv: add regression test for r335344.Mariusz Zaborski
2018-06-18libnv: Remove nvlist argument from cnvlist_{take,free}_* functions.Mariusz Zaborski
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-05-29:dnvlist_get_string__default_value: fix a bogus string comparison testEnji Cooper
2017-05-29:nvlist_unpack__duplicate_key : check the result of nvlist_pack(3)Enji Cooper
2017-05-29lib/libnv/tests/dnv_test: fix memory leaks for memory allocated viaEnji Cooper
2016-08-27Fix style issue in the cnv API.Mariusz Zaborski
2016-08-27Add cnv API.Mariusz Zaborski
2016-05-04Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper
2016-03-10MFHGlen Barber
2016-03-09DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery
2016-02-02First pass to fix the 'tests' packages.Glen Barber
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
2016-01-03Add sys/types.h for for size_t, etcEnji Cooper
2015-10-12Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper
2015-08-15Add support for the arrays in nvlist library.Mariusz Zaborski
2015-07-02Let the nv.h and dnv.h includes be only in sys directory.Mariusz Zaborski
2015-05-02Add test case for unpack with diffrent flags.Mariusz Zaborski
2015-05-02Approved, oprócz użycie RESTORE_ERRNO() do ustawiania errno.Mariusz Zaborski
2015-04-29Remove the use of nvlist_.*[fv] functions from tests.Mariusz Zaborski
2015-03-08Fix lib/libnv tests compilation with -std=c++11, by adding appropriateDimitry Andric
2015-03-01Fix build of nv_tests.ccRyan Stone
2015-03-01Prevent creation of an invalid nvlistRyan Stone
2015-03-01Add function to force an nvlist into the error stateRyan Stone
2015-03-01Extend the unit test to fix the bug caught in r277925Ryan Stone
2015-03-01Add tests for dnvlist_take_*Ryan Stone
2015-03-01Add tests for dnv_get_*Ryan Stone
2015-03-01Add tests for nvlist_free* functionsRyan Stone
2015-03-01Add tests for nvlist_take_*Ryan Stone
2015-03-01Add test cases for nvlist_move_*Ryan Stone