aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve
Commit message (Expand)AuthorAgeFilesLines
* bhyve/virtio: Fix comparison of integer expressions of different signednessHans Rosenfeld5 days2-7/+7
* bhyve/virtio-scsi: Check LUN address validityHans Rosenfeld2026-03-041-15/+108
* bhyve/virtio-scsi: Preallocate all I/O requestsHans Rosenfeld2026-03-041-117/+359
* bhyve/virtio: Rework iovec handling functions for efficiency and clarityHans Rosenfeld2026-03-044-106/+136
* bhyve: Fix truncate_iov()Mark Johnston2026-02-241-10/+5
* bhyve: Add SPDX-License-Identifier tagTuukka Pasanen2026-02-201-0/+2
* bhyve: fix USB mouse requestsChuck Tuffli2026-02-191-9/+17
* bhyve: Fix unchecked stream I/O in RFB handlerHayzam Sherif2026-02-191-22/+54
* vmm.4: Add information on VM access controlMark Johnston2026-02-191-5/+20
* bhyve: Propagate errors from rfb_recv_* functionsHayzam Sherif2026-02-161-25/+76
* bhyve: Fix a misleading error messageMark Johnston2026-02-161-2/+7
* bhyve: Simplify passthru_msix_addr()Mark Johnston2026-02-061-54/+26
* bhyve/virtio-scsi: Unlimit max_sectorsHans Rosenfeld2026-02-061-1/+2
* bhyve/virtio-scsi: advertise support for indirect descriptorsHans Rosenfeld2026-02-061-1/+1
* bhyve/virtio: check negotiated_caps for indirect descriptor supportHans Rosenfeld2026-02-051-1/+1
* bhyve: Use PCIOCGETCONF to find the host LPC bridgeMark Johnston2026-01-263-43/+60
* bhyve: Want walk_config_nodesHans Rosenfeld2026-01-162-16/+42
* Fix NULL deref segfault in bhyve's usb_mouse.cJack Bendtsen2026-01-091-4/+4
* bhyve: support MTU configuration for SLIRP net backendRoman Bogorodskiy2026-01-083-14/+47
* bhyve: add UNIX domain socket support to rfbQuentin Thébault2026-01-085-20/+74
* bhyve: improve console error reporting on arm64Roman Bogorodskiy2026-01-071-5/+8
* bhyve: Use a blocking socket in the helper processMark Johnston2025-12-291-0/+2
* bhyve: Document that MAC address has to be unicastMichael Osipov2025-12-262-5/+10
* bhyve_config.5: Fix consistency and terms in manpageMichael Osipov2025-12-261-8/+9
* bhyve.8: Fix consistency and terms in manpageMichael Osipov2025-12-231-33/+34
* bhyve: Introduce monitor modeBojan Novković2025-12-175-27/+87
* bhyve: Eliminate exit status magic numbersBojan Novković2025-12-1713-50/+62
* bhyve: change suspend exit codeRoman Bogorodskiy2025-12-132-2/+4
* bhyve: pci-uart needs to also set subclass and functionToomas Soome2025-12-111-0/+2
* xhci: Correct name of HCCPARAMS RegisterTom Jones2025-12-051-1/+1
* libuvmem: usermode port of vmem(9)Konstantin Belousov2025-12-021-1/+1
* bhyve/slirp: Drop privileges before entering capability modeMark Johnston2025-11-241-5/+5
* bhyve/slirp: Avoid a nested declaration of environMark Johnston2025-11-241-1/+2
* bhyve: Move the slirp backend out into a separate processMark Johnston2025-11-196-539/+677
* bhyve.8: Correct description for -c flag, tag spdxAlexander Ziaee2025-10-301-2/+5
* bhyve: add support for ng_device network backendQuentin Thébault2025-10-272-3/+37
* bhyve: assign a valid INTPIN to NVIDIA GPUsCorvin Köhne2025-09-162-0/+49
* vmm: Suspend the VM before destroying itMark Johnston2025-09-105-5/+9
* bhyve: insert VM name to the VNC screen titleYuichiro NAITO2025-09-031-4/+15
* bhyve: Populate the device version from the backendShengYi Hung2025-08-103-13/+39
* bhyve/arm64: Implement PSCI_FNID_CPU_OFFAndrew Turner2025-08-071-0/+3
* bhyve/arm64: Stop assuming the CPU index is MPIDRAndrew Turner2025-08-074-13/+35
* bhyve/arm64: Tidy up a licence commentAndrew Turner2025-08-071-2/+2
* bhyve/arm64: Add a missing header fileAndrew Turner2025-08-073-0/+14
* bhyve/arm64: Mark CPU0 as on at bootAndrew Turner2025-08-072-1/+4
* bhyve/arm64: Fix a race in PSCI CPU_ONAndrew Turner2025-08-071-2/+1
* bhyve: protect MMIO mapped BDSM registerCorvin Köhne2025-08-051-0/+45
* bhyve: add interface to protect BAR regions of passthru devicesCorvin Köhne2025-08-052-0/+42
* bhyve: trap protected BAR regions of passthru devicesCorvin Köhne2025-08-051-10/+47
* bhyve: add BAR handler list for passthru devicesCorvin Köhne2025-08-052-4/+59