aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve/config.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* bhyve: Fix a typo in a commentMark Johnston2023-01-261-1/+1
* bhyve: clean up trailing whitespacesToomas Soome2023-01-261-1/+1
* bhyve: Cast away const when fetching a config nvlistMark Johnston2022-11-291-1/+15
* bhyve: Mark variables and functions as static where appropriateMark Johnston2022-08-231-2/+2
* bhyve: add nvlist functions for setting unset nodesCorvin Köhne2022-01-281-0/+21
* Refactor configuration management in bhyve.John Baldwin2021-08-111-0/+431