aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve/smbiostbl.c
Commit message (Expand)AuthorAgeFilesLines
* bhyve: Address an unused parameter warning in the smbios codeMark Johnston2022-11-181-24/+24
* bhyve: Avoid shadowing global variables in bhyverun.cMark Johnston2022-10-251-5/+5
* bhyve: Make smbios tables local to smbiostbl.cMark Johnston2022-09-291-57/+62
* bhyve: Report an error for invalid UUIDs.James Mintram2022-06-161-1/+3
* bhyve: use bhyve_config for SMBIOS stringsCorvin Köhne2022-05-301-61/+75
* bhyve smbios type 3 structure is incorrectToomas Soome2021-12-271-0/+2
* bhyve: Bump the SMBIOS firmware version to 14.0 for 14-CURRENTRebecca Cran2021-10-211-2/+2
* bhyve: add SMBIOS Baseboard InformationChuck Tuffli2021-04-121-0/+49
* Refactor configuration management in bhyve.John Baldwin2021-03-181-0/+5
* Fix bhyve SMBIOS type 19 handling to avoid misreporting total RAM amountRebecca Cran2020-11-271-1/+1
* bhyve: fix smbiostbl.c style issues and add comment about date formatRebecca Cran2020-11-271-2/+3
* bhyve: update smbiostbl.c to bump the version and release dateRebecca Cran2020-11-131-3/+6
* Return the same value for smbios.chassis.maker as smbios.system.maker (and pr...Olivier Cochard2020-11-081-1/+1
* bhyve currently reports each of "smbios.system.maker" andOlivier Cochard2020-10-301-6/+6
* In the past changes have been made to smbios->minor without updating theRodney W. Grimes2020-04-071-1/+1
* Bhyve: fix SMBIOS Type 17 table generationRebecca Cran2020-03-311-11/+30
* bhyve: add wrapper for debug printf statementsVincenzo Maffione2020-01-081-1/+2
* Make bhyve SMBIOS table topology awareRodney W. Grimes2019-04-251-1/+11
* Revert r343634:Marcelo Araujo2019-02-011-2/+2
* Mostly a cosmetic change to replace strlen with strnlen.Marcelo Araujo2019-01-311-2/+2
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Correct display of bhyve SMBIOS UUIDs with dmidecode by bumping the version.Peter Grehan2014-09-231-1/+1
* Set the version and date to fixed fields rather than usingPeter Grehan2014-06-271-2/+2
* Provide APIs to directly get 'lowmem' and 'highmem' size directly.Neel Natu2014-06-241-7/+2
* Add SMBIOS support.Tycho Nightingale2014-03-041-0/+832