aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* pmcstat(8): Drop .UdMitchell Horne2023-07-101-4/+2
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-0711-14/+13
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-0711-13/+12
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-0713-14/+14
* fwget: Fix quotingEmmanuel Vadot2023-07-071-1/+1
* Fix saving STRUCTURED-DATA in RFC 5424 log formatVadim Goncharov2023-07-071-3/+3
* kbdcontrol: Remove compat code for 4.x -> 5.x transitionWarner Losh2023-07-071-14/+0
* kbd: consolidate kb interfaces (phase one)Michael2023-07-071-25/+28
* flowctl: low-effort fix to make it compilable with neither inet nor inet6Mateusz Guzik2023-07-051-0/+2
* jls: low-effort fix to make it compilable with neither inet nor inet6Mateusz Guzik2023-07-051-1/+6
* 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