aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* bhyve: Rename a pci_cfgrw() parameterMark Johnston2023-06-281-17/+17
* bhyve: Stop calling pci_lintr_request() in the NVMe device modelMark Johnston2023-06-281-2/+0
* camdd: Remove some dead code but also make -E functional.John Baldwin2023-06-281-25/+10
* bsdinstall: Handle errors from geom_gettree.John Baldwin2023-06-283-34/+62
* Add quotes around variables and replace backticks with $()Benedict Reuschling2023-06-281-5/+5
* libbsnmptools: Fully comment out set but unused count variable.John Baldwin2023-06-271-12/+12
* bsdinstall: Replace correct, but fragile, string builder with open_memstream.John Baldwin2023-06-271-9/+12
* Replace BSD-2-Clause-FreeBSD with BSD-2-ClauseWarner Losh2023-06-232-2/+2
* Revert "bhyve: add command line parameter and parsing for migration"Corvin Köhne2023-06-218-294/+21
* fifolog: Trim some dead code and unused variables.John Baldwin2023-06-201-13/+1
* jail: Mute -Wunused-but-set-variable for yynerrs.John Baldwin2023-06-201-0/+1
* iasl: Disable -Wunused-but-set-variable for a couple of files.John Baldwin2023-06-201-0/+2
* acpidump: Remove set but unused variable.John Baldwin2023-06-201-2/+0
* camdd: Remove set but unused variables.John Baldwin2023-06-201-9/+2
* bsnmpd snmp_bridge: Remove set but unused variable.John Baldwin2023-06-201-3/+2
* iostat: Remove set but unused variable.John Baldwin2023-06-201-2/+1
* ac: Remove set but not used variable.John Baldwin2023-06-201-3/+1
* ypldap: Remove set but unused variables.John Baldwin2023-06-203-10/+2
* nscd: Remove set but unused variables.John Baldwin2023-06-203-9/+3
* bluetooth: Remove set but unused variable.John Baldwin2023-06-202-4/+0
* bluetooth/ath3kfw: Propagate return value from ath3k_load_fwfile.John Baldwin2023-06-201-2/+2
* mptable: Remove set but unused variable.John Baldwin2023-06-201-3/+0
* rpc.lockd: Remove set but unused variables.John Baldwin2023-06-201-5/+0
* bhyve: dos2unixCorvin Köhne2023-06-201-38/+38
* bhyve/tpm: create crb thread for sending tpm commandsCorvin Köhne2023-06-204-4/+105
* bhyve/tpm: build TPM2 table by tpm interfaceCorvin Köhne2023-06-203-1/+67
* bhyve: maintain RSDT and XSDT by baslCorvin Köhne2023-06-203-55/+61
* bhyve: add bootindex option for several devicesCorvin Köhne2023-06-207-1/+69
* bhyve: add helper to create a bootorderCorvin Köhne2023-06-202-0/+78
* bhyve: Refactor vmexit_suspend() a bitMark Johnston2023-06-191-19/+17
* bhyve: Register hlt and pause vmexit handlers unconditionallyMark Johnston2023-06-191-8/+6
* bhyve: Include vmm.h via the usual pathMark Johnston2023-06-191-1/+1
* bhyve: Remove some unneeded includes of segments.hMark Johnston2023-06-193-3/+0
* service: Add -E option to set environment variables before starting a service.Alexander Leidinger2023-06-192-9/+26
* Fix some shell issues by adding quotes and replace backticks with $()Benedict Reuschling2023-06-191-9/+9
* bhyve: add command line parameter and parsing for migrationMihai Burcea2023-06-198-21/+294
* bhyve: use pci_next() to save/restore pci devicesVitaliy Gusev2023-06-193-165/+100
* bhyve: add .pe_snapshot method for PCI 'hostbridge'Vitaliy Gusev2023-06-191-0/+11
* bhyve: add bus, slot and func to device nameVitaliy Gusev2023-06-191-1/+2
* bhyve: rename 'user_dev' with 'devices'Vitaliy Gusev2023-06-193-18/+17
* bhyve: simplify restore of kernel structsVitaliy Gusev2023-06-191-110/+39
* bhyve: rename 'structs' snapshot key with 'kern_structs'Vitaliy Gusev2023-06-191-8/+8
* rc.suspend: update man pages for new keywordJohannes Totz2023-06-161-6/+9
* periodic: Honor kern.localbaseJuraj Lutter2023-06-163-6/+15
* bhyve: add basic CRB interface for TPM devicesCorvin Köhne2023-06-164-0/+297
* bhyve: add basic TPM passthrough emulationCorvin Köhne2023-06-162-0/+70
* bhyve: add basic TPM emulation structCorvin Köhne2023-06-162-0/+51
* bhyve: use assert for missing TPM versionCorvin Köhne2023-06-161-1/+3
* bhyve: pass address of OpRegion to the guestCorvin Köhne2023-06-161-1/+4
* bhyve: copy OpRegion into guest memoryCorvin Köhne2023-06-161-1/+43