aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* bhyve: fix spelling mistake of pcireg optionCorvin Köhne2023-03-291-1/+1
* sesutil: fix "fault all" with zoned jbodsAlan Somers2023-03-271-0/+10
* bhyve: add config option to modify LPC IDsCorvin Köhne2023-03-272-3/+57
* bhyve: make use of helper to read PCI IDs from bhyve configCorvin Köhne2023-03-272-6/+22
* bhyve: add helper to read PCI IDs from bhyve configCorvin Köhne2023-03-272-0/+47
* rarpd(8): Fix a typo in a source code commentGordon Bergling2023-03-271-1/+1
* pwd_mkdb: Sort options and update usage message.Dag-Erling Smørgrav2023-03-252-24/+24
* makefs: emit NM records for all directory entriesEd Maste2023-03-251-15/+1
* local-unbound-setup: Disable the libc subscriber.Dag-Erling Smørgrav2023-03-241-1/+1
* bhyve: Remove vmctx member from struct vm_snapshot_meta.John Baldwin2023-03-247-49/+72
* libvmmapi: Add a struct vcpu and use it in most APIs.John Baldwin2023-03-2422-720/+729
* pmcstat: Warn about text output format stability.Joseph Koshy2023-03-241-1/+5
* makefs: correct El Torito bood recordEd Maste2023-03-231-2/+2
* makefs: correct iso9660 Rock Ridge NM valuesEd Maste2023-03-231-3/+3
* makefs: correct iso9660 Rock Ridge TF timestampsEd Maste2023-03-232-10/+10
* daemon: reformat longoptsKyle Evans2023-03-231-17/+17
* daemon: decouple init logic from main loopIhor Antonov2023-03-231-86/+109
* bhyve: Don't return -ENOMEM from qemu_fwcfg_add_file.John Baldwin2023-03-221-1/+1
* bhyve: Accept a variable-length string name for qemu_fwcfg_add_file.John Baldwin2023-03-222-3/+5
* bhyve: Sleep briefly in the VMEXIT_DEBUG handlerMark Johnston2023-03-221-0/+5
* daemon: move signal setup into a functionIhor Antonov2023-03-211-63/+79
* mountd.8: Update for mountd running in jailsRick Macklem2023-03-201-2/+27
* daemon: kill off some stray blank linesKyle Evans2023-03-181-3/+0
* daemon: remove unnecessary memset in daemon_state_init()Ihor Antonov2023-03-181-1/+0
* daemon: repace goto exit with daemon_terminate()Ihor Antonov2023-03-181-25/+40
* bhyve: add cmdline option to enable qemu's fwcfgCorvin Köhne2023-03-177-33/+111
* bhyve: add helper for adding fwcfg filesCorvin Köhne2023-03-172-0/+92
* sendmail: silence K&R warnsMateusz Guzik2023-03-161-0/+2
* ppp: Remove trailing semicolonElyes Haouas2023-03-151-2/+2
* pmccontrol: Remove trailing semicolonElyes Haouas2023-03-151-1/+1
* lpr: Remove trailing semicolonElyes Haouas2023-03-151-1/+1
* bhyve: Remove trailing semicolonElyes Haouas2023-03-156-7/+7
* jail.8: Update the allow.nfsd sectionRick Macklem2023-03-141-10/+44
* makefs: do not call brelse if bread returns an errorEd Maste2023-03-142-6/+0
* makefs: make msdos creation go fastWarner Losh2023-03-131-0/+1
* daemon: move variables into struct daemon_stateIhor Antonov2023-03-121-134/+154
* pkg(7): now that we do use libmd, use it completlyBaptiste Daroussin2023-03-093-77/+16
* pkg(7): use libmd for sha256 instead of opensslBaptiste Daroussin2023-03-094-79/+147
* Revert "grep: remove tautological condition"Kyle Evans2023-03-093-61/+0
* grep: remove tautological conditionKyle Evans2023-03-093-0/+61
* bhyve: Move libcasper dependecy to lib9pVitaliy Gusev2023-03-071-8/+0
* bhyvectl: don't permit using --suspend and --checkpoint at same timeVitaliy Gusev2023-03-061-14/+9
* bhyve: init checkput before caph_enterVitaliy Gusev2023-03-061-9/+11
* bhyve: exit with EX_OSERR if init checkpoint or restore time failedVitaliy Gusev2023-03-061-3/+4
* bhyve: add cap limits for ipc socketVitaliy Gusev2023-03-061-0/+10
* bhyve: don't flush readonly device at blockif_pauseVitaliy Gusev2023-03-061-1/+1
* bhyvectl: don't leak nvlist in send_messageVitaliy Gusev2023-03-061-1/+1
* bhyvectl: correct socket_fd closing in send_messageVitaliy Gusev2023-03-061-1/+1
* bhyvectl: do not return garbage from send_messageVitaliy Gusev2023-03-061-3/+5
* bhyveload: Address compiler warnings and bump WARNSMark Johnston2023-03-032-34/+36