]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin/bhyve
cam/scsi: Add sysctl flag CTLFLAG_TUN to loader tunable
[FreeBSD/FreeBSD.git] / usr.sbin / bhyve /
2023-10-08 Martin Matuskazfs: merge openzfs/zfs@66b81b349
2023-10-04 Mark Johnstonbhyve: Move the vm_inject_fault() implementation to...
2023-10-04 Mark Johnstonbhyve: Build the HPET ACPI table on amd64 only
2023-10-04 Mark Johnstonbhyve: Move most early initialization into an MD routine
2023-10-04 Mark Johnstonbhyve: Move vcpu initialization into a MD source file
2023-10-04 Mark Johnstonbhyve: Make gdb support optional
2023-10-04 Mark Johnstonbhyve: Make most I/O port handling specific to amd64
2023-10-04 Mark Johnstonbhyve: Conditionally compile framebuffer-related code
2023-10-04 Mark Johnstonbhyve: Move legacy PCI interrupt handling under amd64/
2023-10-04 Mark Johnstonbhyve: Compile some device models only on amd64
2023-10-04 Mark Johnstonbhyve: Move AP startup code to amd64/
2023-10-04 Mark Johnstonbhyve: Move the gvt-d driver to amd64/
2023-10-04 Mark Johnstonbhyve: Move power management code to amd64/
2023-10-04 Mark Johnstonbhyve: Move the RTC driver to amd64/
2023-10-04 Mark Johnstonbhyve: Move MSR emulation into amd64/
2023-10-04 Mark Johnstonbhyve: Remove some unneeded includes from snapshot.c
2023-10-04 Mark Johnstonbhyve: Split vmexit handling into a separate file
2023-10-04 Mark Johnstonbhyve: Move kernemu to amd64/
2023-10-04 Mark Johnstonbhyve: Move more amd64-specific code under amd64/
2023-10-04 Mark Johnstonbhyve: Move some more amd64-specific drivers to their...
2023-10-04 Mark Johnstonbhyve: Start moving machine-dependent code into subdire...
2023-10-04 Mark Johnstonbhyve: Improve pcifd function naming
2023-10-04 Baptiste Daroussinbsddialog: import version 1.0
2023-10-04 Martin Matuskazfs: merge openzfs/zfs@f795e90a1
2023-09-29 Martin Matuskazfs: merge openzfs/zfs@e13538856
2023-09-28 Corvin Köhnebhyve: always generate ACPI tables
2023-09-27 Baptiste Daroussinnvi: import version 2.2.1
2023-09-24 Martin Matuskazfs: merge openzfs/zfs@2e2a46e0a
2023-09-21 Martin Matuskazfs: merge openzfs/zfs@4647353c8
2023-09-19 Ed Mastelibfido2: update to 1.13.0
2023-09-19 Cy Schubertsqlite3: Vendor import of sqlite3 3.43.1
2023-09-19 Cy Schubertunbound: Vendor import 1.18.0
2023-09-18 Simon J. GerratyMerge bmake-20230909
2023-09-11 Martin Matuskazfs: merge openzfs/zfs@0ee9b0239
2023-09-10 Xin LIMFV: file 5.45.
2023-09-07 Martin Matuskalibarchive: merge security fix from vendor branch
2023-09-05 Xin LIMFV: zlib: examples: define functions as static ones...
2023-09-02 Martin Matuskazfs: merge openzfs/zfs@95f71c019
2023-08-26 Martin Matuskazfs: merge openzfs/zfs@804414aad
2023-08-22 Corvin Köhnebhyve: add config option to load ACPI tables into memory
2023-08-21 Dag-Erling SmørgravAdd 'contrib/unifdef/' from commit '0da44885831dc0a43c4...
2023-08-20 Xin LIMFV: zlib 1.3
2023-08-17 Ed Mastebhyve: default UART to 115200
2023-08-17 John Baldwinbhyve: Store the FreeBSD OUI in little-endian in the...
2023-08-17 Corvin Köhnebhyve: add cmdline option for TPM emulation
2023-08-16 Warner LoshRemove $FreeBSD$: two-line nroff pattern
2023-08-16 Warner LoshRemove $FreeBSD$: one-line sh pattern
2023-08-16 Warner LoshRemove $FreeBSD$: one-line .c pattern
2023-08-16 Warner LoshRemove $FreeBSD$: two-line .h pattern
2023-08-14 Corvin Köhnebhyve: add Qemu PPI emulation for TPM devices
2023-08-13 Xin LIMFV: less v643.
2023-08-13 Kyle EvansMerge commit 'acb089b983171667467adc66f56a723b609ed22e...
2023-08-11 Ed Mastessh: Update to OpenSSH 9.4p1
2023-08-10 Pierre ProncheryOpenSSL: update to 3.0.10
2023-08-10 Corvin Köhnebhyve: emulate TPM passthru by accessing /dev/tpmX
2023-08-10 Corvin Köhnebhyve: add emulation for CRB register of TPM devices
2023-08-09 Emmanuel VadotImport device-tree files from Linux 6.4
2023-08-09 Emmanuel VadotImport device-tree files from Linux 6.3
2023-08-09 Emmanuel VadotImport device-tree files from Linux 6.2
2023-08-09 Emmanuel VadotImport device-tree files from Linux 6.1
2023-08-03 Martin Matuskalibarchive: merge from vendor branch
2023-08-03 Xin LIMFV: xz 5.4.4.
2023-08-01 John Baldwinbhyve: Fully reset the fwctl state machine if the guest...
2023-07-31 Martin Matuskalibarchive: merge from vendor branch
2023-07-29 Martin Matuskalibarchive: merge from vendor branch
2023-07-25 Corvin Köhnebhyve: do not hold CRB mutex when executing TPM commands
2023-07-24 Martin Matuskalibarchive: merge from vendor branch
2023-07-19 Ed Mastessh: Update to OpenSSH 9.3p2
2023-07-17 Mark Johnstonbhyve: Remove an unneeded vm_get_register() call in...
2023-07-17 Mark Johnstonbhyve: Fix whitespace in bhyverun.c
2023-07-15 Warner LoshMerge LUA 5.4.6
2023-07-11 Mark Johnstonbhyve: Deduplicate some code in modify_bar_registration()
2023-07-01 Martin Matuskazfs: merge openzfs/zfs@009d3288d
2023-06-28 Martin Matuskazfs: merge openzfs/zfs@a9d6b0690
2023-06-28 Mark Johnstonbhyve: Rename a pci_cfgrw() parameter
2023-06-28 Mark Johnstonbhyve: Stop calling pci_lintr_request() in the NVMe...
2023-06-27 Simon J. GerratyMerge bmake-20230622
2023-06-27 Dag-Erling SmørgravUpgrade to OpenPAM Ximenia.
2023-06-25 Martin Matuskazfs: merge openzfs/zfs@8e8acabdc
2023-06-23 Pierre ProncheryMerge OpenSSL 3.0.9
2023-06-23 Warner LoshReplace BSD-2-Clause-FreeBSD with BSD-2-Clause
2023-06-22 Dimitry AndricMerge llvm-project release/16.x llvmorg-16.0.6-0-g7cbf1...
2023-06-22 Dimitry AndricMerge llvm-project release/16.x llvmorg-16.0.5-0-g185b8...
2023-06-22 Dimitry AndricMerge llvm-project release/16.x llvmorg-16.0.4-0-gae421...
2023-06-22 Dimitry AndricMerge llvm-project release/16.x llvmorg-16.0.3-0-gda3cd...
2023-06-22 Dimitry AndricMerge llvm-project release/16.x llvmorg-16.0.2-0-g18dde...
2023-06-22 Dimitry AndricMerge llvm-project release/16.x llvmorg-16.0.1-0-gcd890...
2023-06-22 Dimitry AndricMerge llvm-project main llvmorg-16-init-18548-gb0daacf58f41
2023-06-21 Corvin KöhneRevert "bhyve: add command line parameter and parsing...
2023-06-20 Corvin Köhnebhyve: dos2unix
2023-06-20 Corvin Köhnebhyve/tpm: create crb thread for sending tpm commands
2023-06-20 Corvin Köhnebhyve/tpm: build TPM2 table by tpm interface
2023-06-20 Corvin Köhnebhyve: maintain RSDT and XSDT by basl
2023-06-20 Corvin Köhnebhyve: add bootindex option for several devices
2023-06-20 Corvin Köhnebhyve: add helper to create a bootorder
2023-06-19 Mark Johnstonbhyve: Refactor vmexit_suspend() a bit
2023-06-19 Mark Johnstonbhyve: Register hlt and pause vmexit handlers unconditi...
2023-06-19 Mark Johnstonbhyve: Include vmm.h via the usual path
2023-06-19 Mark Johnstonbhyve: Remove some unneeded includes of segments.h
2023-06-19 Mihai Burceabhyve: add command line parameter and parsing for migration
next