aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: alt one-line .c patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: alt two-line .c patternWarner Losh2023-08-1615-30/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-16348-692/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1677-77/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1699-99/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-16459-922/+0
* bhyve: add Qemu PPI emulation for TPM devicesCorvin Köhne2023-08-144-0/+573
* mountd: Fix type of signal variableRick Macklem2023-08-101-1/+1
* bhyve: emulate TPM passthru by accessing /dev/tpmXCorvin Köhne2023-08-101-0/+38
* bhyve: add emulation for CRB register of TPM devicesCorvin Köhne2023-08-103-3/+189
* mergemaster(8): Remove support for sparc64Marius Strobl2023-08-061-2/+2
* pkgbase: reorganise caroot and openssl packagesDoug Rabson2023-08-051-1/+1
* i2c.8: Fix a typo in the manual pageGordon Bergling2023-08-041-1/+1
* bhyve: Fully reset the fwctl state machine if the guest requests a reset.John Baldwin2023-08-011-9/+27
* etcupdate: Remove redundant semicolonsJessica Clarke2023-07-271-2/+2
* etcupdate: Use new buildetc and installetc targets when availableJessica Clarke2023-07-271-4/+12
* etcupdate: Consolidate nobuild cases and make more robustJessica Clarke2023-07-271-8/+10
* base: Remove support for the VTOC8 partitioning schemeMarius Strobl2023-07-261-1/+0
* tzsetup: fix "misleading indentation" warning with -DVERBOSEYuri Pankov2023-07-261-1/+1
* bhyvectl: Add '--get-debug-cpus' commandVitaliy Gusev2023-07-251-1/+9
* bhyve: do not hold CRB mutex when executing TPM commandsCorvin Köhne2023-07-251-3/+20
* pciconf: add PCIe 5.0 and PCIe 6.0 link speedsEd Maste2023-07-201-0/+4
* pw: Add regression tests for useradd bug fixesNaman Sood2023-07-191-0/+25
* pw: Use existing group entry, even if it already has membersNaman Sood2023-07-191-2/+1
* pw: Ensure group membership is not duplicatedNaman Sood2023-07-193-1/+6
* add defaults for adduser.sh (OK? [yes] & additional user [no])Sven Ruediger2023-07-181-3/+11
* bhyve: Remove an unneeded vm_get_register() call in main()Mark Johnston2023-07-171-4/+0
* bhyve: Fix whitespace in bhyverun.cMark Johnston2023-07-171-8/+8
* bhyve: Deduplicate some code in modify_bar_registration()Mark Johnston2023-07-111-9/+3
* 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