]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin/bhyve
freebsd-update: Mention 13.2-RELEASE in usage.
[FreeBSD/FreeBSD.git] / usr.sbin / bhyve /
2023-01-10 Dag-Erling SmørgravBring our tzcode up to date.
2023-01-06 Cy Schubertsqlite3: Vendor import of sqlite3 3.40.1
2023-01-01 Xin LIMFV: xz 5.4.0
2022-12-21 John Baldwinbhyve: Simplify spinup_ap_realmode slightly.
2022-12-21 John Baldwinbhyve: Tidy vCPU pthread startup.
2022-12-21 John Baldwinbhyve: Don't access vcpumap[vcpu] directly in parse_cpu...
2022-12-21 John Baldwinbhyve: Allocate struct vm_exit on the stack in vm_loop.
2022-12-21 John Baldwinbhyve: Remove some no-op code for setting RIP.
2022-12-21 John Baldwinbhyve: Simplify setting vCPU capabilities.
2022-12-21 John Baldwinbhyve: Remove unused return value from spinup_ap.
2022-12-21 John Baldwinbhyve: Remove handler for VM_EXITCODE_SPINUP_AP.
2022-12-13 Martin Matuskalibarchive: merge from vendor branch
2022-12-09 John Baldwinbhyve: Remove the unused vcpu argument from all of...
2022-12-09 John Baldwinbhyve: Remove unused vcpu argument from PCI read/write...
2022-12-09 John Baldwinbhyve: Pass a vCPU ID of 0 to vm_setup_pptdev_msi*.
2022-12-09 John Baldwinbhyve: Remove unused argument from pci_nvme_handle_door...
2022-12-09 Xin LIMFV: xz 5.2.9
2022-12-07 Martin Matuskazfs: merge openzfs/zfs@59493b63c (master)
2022-12-06 Corvin Köhnebhyve: build SPCR ACPI table
2022-12-03 Alexander MotinCTL: Allow userland supply tags via ioctl frontend.
2022-12-03 Alexander MotinCTL: Increase maximum SCSI tag size from 32 to 64 bits.
2022-12-03 Alexander Motinbhyve virtio-scsi: Fix residual reporting.
2022-11-30 Philip Paepscontrib/tzdata: import tzdata 2022g
2022-11-29 John Baldwinbhyve: Avoid passing a possible garbage pointer to...
2022-11-29 John Baldwinbhyve: Appease warning about a potentially unaligned...
2022-11-29 John Baldwinbhyve: Fix sign compare warnings in the NVMe device...
2022-11-29 John Baldwinbhyve: Avoid unlikely truncation of the blockif ident...
2022-11-29 John Baldwinbhyve: Clear lid to 0 for internal device errors for...
2022-11-29 John Baldwinbhyve: Don't leak uninitialized bits in NVMe completion...
2022-11-29 John Baldwinbhyve: Fix sign compare warnings in the e1000 device...
2022-11-29 John Baldwinbhyve basl: Use GCC pragmas.
2022-11-28 Cy Schubertsqlite3: Vendor import of sqlite3 3.40.0
2022-11-21 Corvin Köhnebhyve: use dynamic ACPI table offsets
2022-11-21 Corvin Köhnebhyve: build RSDP table by basl
2022-11-21 Corvin Köhnebhyve: build RSDT table by basl
2022-11-21 Corvin Köhnebhyve: build XSDT table by basl
2022-11-21 Corvin Köhnebhyve: build FADT table by basl
2022-11-21 Corvin Köhnebhyve: build MADT table by basl
2022-11-21 Corvin Köhnebhyve: build HPET table by basl
2022-11-21 Corvin Köhnebhyve: add helper to fill a ACPI_GENERIC_ADDRESS
2022-11-21 Corvin Köhnebhyve: build MCFG table by basl
2022-11-21 Corvin Köhnebhyve: add helper to append a basl table without a...
2022-11-21 Corvin Köhnebhyve: make basl_table_add_* functions public
2022-11-21 Corvin Köhnebhyve: build FACS table by basl
2022-11-18 Mark Johnstonbhyve: Enable the default compiler warnings
2022-11-18 Mark Johnstonbhyve: Avoid using a packed struct for xhci port registers
2022-11-18 Mark Johnstonbhyve: Let BASL compile with raised warnings
2022-11-18 Mark Johnstonbhyve: Address an unused parameter warning in the smbio...
2022-11-18 Mark Johnstonbhyve: Disable thread safety analysis
2022-11-18 John Baldwinbhyve: Remove unused vm and vcpu arguments from vm_copy...
2022-11-18 Xin LIMFV: expat 2.5.0
2022-11-18 Xin LIMFV: xz-embedded 3f438e15109229bb14ab45f285f4bff5412a9542
2022-11-17 Xin LIMFV: Merge xz 5.2.8
2022-11-16 Martin Matuskazfs: merge openzfs/zfs@2163cde45
2022-11-16 Corvin Köhnebhyve: build DSDT table by basl
2022-11-16 Corvin Köhnebhyve: add basl support for common table header
2022-11-16 John Baldwinbhyve: Use XHCI_PORTREG_PTR in one place that open...
2022-11-15 Emmanuel VadotImport device-tree files from Linux 6.0
2022-11-15 Emmanuel VadotImport device-tree files from Linux 5.19
2022-11-15 Corvin Köhnebhyve: add basl support for pointers
2022-11-15 Corvin Köhnebhyve: add basl support for checksums
2022-11-15 Corvin Köhnebhyve: add basl support for length fields
2022-11-15 Corvin Köhnebhyve: add basl support for generic addresses
2022-11-15 Corvin Köhnebhyve: add basl support for int values
2022-11-15 Corvin Köhnebhyve: use basl to load ACPI tables
2022-11-15 Corvin Köhnebhyve: add table dump functions for basl
2022-11-15 Corvin Köhnebhyve: add basic basl implementation
2022-11-15 Corvin Köhnebhyve/kdblayout: add some missing keys to german layout
2022-11-15 Wanpeng Qianbhyve: nvme controller obey async event setting when...
2022-11-15 Wanpeng Qianbhyve: return FEATURE_NOT_CHANGEABLE for unimplemented...
2022-11-15 Wanpeng Qianbhyve: abort and return FEATURE_NOT_SAVEABLE while...
2022-11-14 Mark Johnstonbhyve: Simplify control flow in the xhci device model
2022-11-14 Mark Johnstonbhyve: Fix a typo in a comment
2022-11-11 Mark Johnstonbhyve: Cast away const when fetching a config nvlist
2022-11-11 Mark Johnstonbhyve: Drop volatile qualifiers from snapshot code
2022-11-11 Mark Johnstonbhyve: Drop volatile qualifiers from virtio rings
2022-11-11 Mark Johnstonbhyve: Drop volatile qualifiers from xhci hw struct...
2022-11-11 Mark Johnstonbhyve: Define an accessor for net backend private data
2022-11-11 Mark Johnstonbhyve: Address warnings about potential unaligned acces...
2022-11-05 Kyle EvansMerge commit '93bf91b4012a28610672d2266366dfa0a663b70f...
2022-11-04 Wanpeng Qianbhyve: initial PowerCycles value
2022-11-01 Jung-uk KimOpenSSL: Merge OpenSSL 1.1.1s
2022-10-29 Kyle EvansAdd 'contrib/wireguard-tools/' from commit '7e00bf8773b...
2022-10-29 Philip Paepscontrib/tzdata: import tzdata 2022f
2022-10-27 Warner Loshbhyve: Implement MSR_MISC_FEATURES_ENABLES
2022-10-27 Mark Johnstonbhyve: Remove an unused parameter from pci_nvme_append_...
2022-10-27 Mark Johnstonbhyve: Fix an apparent pointer arithmetic bug in the...
2022-10-27 Mark Johnstonbhyve: Make sure that the VNC version is initialized
2022-10-27 Xin LIMFV: Restore the ability to process files from stdin...
2022-10-25 Mark Johnstonbhyve: Address some signed/unsigned comparison warnings
2022-10-25 Mark Johnstonbhyve: Address signed/unsigned comparison warnings...
2022-10-25 Mark Johnstonbhyve: Address signed/unsigned comparison warnings...
2022-10-25 Mark Johnstonbhyve: Address warnings in blockif_proc()
2022-10-25 Mark Johnstonbhyve: Fix a typo in a function name
2022-10-25 Mark Johnstonbhyve: Avoid arithmetic on void pointers
2022-10-25 Mark Johnstonbhyve: Avoid shadowing global variables in bhyverun.c
2022-10-24 Mark Johnstonbhyve: Drop a bogus const qualifier
2022-10-24 Mark Johnstonbhyve: Use the new vm_limit_rights() interface
2022-10-23 Vitaliy Gusevbhyve: Handle snapshots of unconfigured virtio-net...
2022-10-23 Mark Johnstonbhyve: Annotate an unused function as such
next