summaryrefslogtreecommitdiff
path: root/lib/libnv
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
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-07-22libnv: bump library versionKristof Provost
2022-07-21namespace nv names, version libnv and libnvpair library symbolsReid Linnemann
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
2021-12-06libnv: let nvlist_recv() pass flags to recv()Robert Wing
2021-04-17libpfct: Fix PIC flagKristof Provost
2021-04-10libnv: Use PICFLAG rather than -fPICKristof Provost
2021-04-10libnv: Build PICKristof Provost
2020-06-27Fix libnv build post renameMatt Macy
2019-12-11Update Makefile.depend filesSimon J. Gerraty
2019-09-05pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot
2019-07-16Add a regression test which transfers varying number of rights.Mark Johnston
2019-07-16Use a platform-independent constant for PKG_MAX_SIZE.Mark Johnston
2019-07-16Convert the nvlist send/recv tests to ATF.Mark Johnston
2019-04-15libnv: extend the testsMariusz Zaborski
2019-04-15libnv: add support for nvlist_send()/nvlist_recv() on LinuxMariusz Zaborski
2019-02-10libnv: fix memory leaksMariusz Zaborski
2018-12-14Allow bootstrapping libnv on macOS and LinuxAlex Richardson
2018-11-13Ensure that libnv can be used when kern.trap_enotcap=1.Mark Johnston
2018-08-09libnv: Remove -I${SRCTOP}/sysKyle Evans
2018-07-16No longer install sys/nv.h and sys/cnv.h in lib/libnv/MakefileAlex Richardson
2018-07-06config(8): Fix broken ABIKyle Evans
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-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-09-21Remove redundant initialization. Don't use variable - just return the value.Mariusz Zaborski
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper
2017-08-02Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper
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
2017-01-20Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji 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-03-02MFHGlen Barber