aboutsummaryrefslogtreecommitdiff
path: root/lib/libnv
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-165-5/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-166-12/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-169-18/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-123-3/+3
* libnv: bump library versionKristof Provost2022-07-212-2/+2
* namespace nv names, version libnv and libnvpair library symbolsReid Linnemann2022-07-212-0/+259
* skip test case nvlist_send_recv__send_many_fds__dgramRobert Wing2022-01-021-0/+2
* libnv: bump sysctl for nvlist_send_recv__send_many_fds__dgram testRobert Wing2021-12-211-4/+4
* libnv: read entire datagram in nvlist_recv()Robert Wing2021-12-061-12/+88
* libnv: let nvlist_recv() pass flags to recv()Robert Wing2021-12-062-3/+3
* libpfct: Fix PIC flagKristof Provost2021-04-171-1/+0
* libnv: Use PICFLAG rather than -fPICKristof Provost2021-04-101-1/+1
* libnv: Build PICKristof Provost2021-04-101-0/+1
* Fix libnv build post renameMatt Macy2020-06-271-1/+1
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-1/+0
* pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot2019-09-051-1/+1
* Add a regression test which transfers varying number of rights.Mark Johnston2019-07-161-1/+98
* Use a platform-independent constant for PKG_MAX_SIZE.Mark Johnston2019-07-161-1/+7
* Convert the nvlist send/recv tests to ATF.Mark Johnston2019-07-162-198/+189
* libnv: extend the testsMariusz Zaborski2019-04-151-2/+29
* libnv: add support for nvlist_send()/nvlist_recv() on LinuxMariusz Zaborski2019-04-151-43/+41
* libnv: fix memory leaksMariusz Zaborski2019-02-101-0/+2
* Allow bootstrapping libnv on macOS and LinuxAlex Richardson2018-12-141-0/+9
* Ensure that libnv can be used when kern.trap_enotcap=1.Mark Johnston2018-11-133-12/+42
* libnv: Remove -I${SRCTOP}/sysKyle Evans2018-08-091-1/+1
* No longer install sys/nv.h and sys/cnv.h in lib/libnv/MakefileAlex Richardson2018-07-161-3/+0
* config(8): Fix broken ABIKyle Evans2018-07-061-0/+3
* libnv: Add nvlist_append_*_array() family of functions.Mariusz Zaborski2018-06-182-0/+121
* libnv: add regression test for r335344.Mariusz Zaborski2018-06-181-0/+1
* libnv: Remove nvlist argument from cnvlist_{take,free}_* functions.Mariusz Zaborski2018-06-181-18/+18
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-263-0/+6
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-312-2/+0
* Remove redundant initialization. Don't use variable - just return the value.Mariusz Zaborski2017-09-211-1/+0
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* :dnvlist_get_string__default_value: fix a bogus string comparison testEnji Cooper2017-05-291-1/+1
* :nvlist_unpack__duplicate_key : check the result of nvlist_pack(3)Enji Cooper2017-05-291-0/+1
* lib/libnv/tests/dnv_test: fix memory leaks for memory allocated viaEnji Cooper2017-05-291-0/+5
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-01-201-2/+2
* Fix style issue in the cnv API.Mariusz Zaborski2016-08-272-5/+4
* Add cnv API.Mariusz Zaborski2016-08-273-1/+1512
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-4/+0
* MFHGlen Barber2016-03-101-0/+24
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+24
* | MFHGlen Barber2016-03-021-2/+0
|\|
| * Remove WARNS inherited fine by ../Makefile.inc.Bryan Drewery2016-02-261-2/+0
* | First pass through library packaging.Glen Barber2016-02-041-0/+1
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* Remove free'ing of an uninitialized variableEnji Cooper2016-01-041-2/+0
* Use `nitems(x)` macro instead of using hardcoded numbers for indices intoEnji Cooper2016-01-041-53/+59