aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/cnv.h
Commit message (Collapse)AuthorAgeFilesLines
* sys: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
| | | | Notes: svn path=/head/; revision=365223
* libnv: Remove nvlist argument from cnvlist_{take,free}_* functions.Mariusz Zaborski2018-06-181-22/+22
| | | | | | | | | | | | | All information which are need for those operations is already stored in the cookie. We decided not to bump libnv version because this API is not used yet in the base system. Reviewed by: pjd Notes: svn path=/head/; revision=335343
* libnv: add const to cookies argumentsMariusz Zaborski2018-06-181-13/+13
| | | | | | | Pointed out by: pjd@ Notes: svn path=/head/; revision=335342
* libnv: change name of cookie from cookiep to cookie.Mariusz Zaborski2018-06-181-35/+35
| | | | | | | | | | The name was inconsistent with rest of the library. No functional change intended. Pointed out by: pjd@ Notes: svn path=/head/; revision=335341
* SPDX: mostly fixes to previous changes.Pedro F. Giffuni2017-12-131-0/+2
| | | | | | | | Introduce the recently approved BSD-1-Clause and replace 0BSD which never did fit well our use cases. Notes: svn path=/head/; revision=326823
* Introduce cnvlist_name() and cnvlist_type() functions.Mariusz Zaborski2017-10-261-0/+6
| | | | | | | | | | Those function can be used when we are iterating over nvlist to reduce amount of extra variables we need to declare. MFC after: 1 month Notes: svn path=/head/; revision=325019
* Remove duplicated declaration.Mariusz Zaborski2016-08-281-1/+0
| | | | | | | Reported by: adrian@ Notes: svn path=/head/; revision=304952
* Add missed header file for cnv.h .Mariusz Zaborski2016-08-271-0/+113
Submitted by: Adam Starak <starak.adam@gmail.com> Reported by: ache@ Notes: svn path=/head/; revision=304912