]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin/bhyve
Implement pci_enable_msi() and pci_disable_msi() in the LinuxKPI.
[FreeBSD/FreeBSD.git] / usr.sbin / bhyve /
2019-08-08 cemUpdate to Zstandard 1.4.2
2019-08-07 asomersfusefs: merge from projects/fuse2
2019-08-05 jhbValidate guest-supplied length of headers for TSO trans...
2019-07-28 asomersMFHead @r350386
2019-07-23 scottlFix the register layout for the Buffer Descript List...
2019-07-23 emastebhyve: correct out-of-bounds read in XHCI device emulation
2019-07-17 chuckbhyve: update the NVMe CQ based on the status
2019-07-13 chuckbhyve: Create EUI64 for NVMe namespaces
2019-07-12 seancusr.sbin/bhyve: close backend file descriptor during...
2019-07-12 seancusr.sbin/bhyve: only unassign a pt device after obtaini...
2019-07-12 seancusr.sbin/bhyve: free resources when erroring out of...
2019-07-12 seancusr.sbin/bhyve: prevent use-after-free in virtio scsi...
2019-07-12 seancusr.sbin/bhyve: don't leak a FD if the device is not...
2019-07-12 seancusr.sbin/bhyve: unconditionally initialize the NVMe...
2019-07-12 seancusr.sbin/bhyve: free resources when erroring out of...
2019-07-11 seancusr.sbin/bhyve: send an initialized value to wake up...
2019-07-11 seancusr.sbin/bhyve: commit miss from r349918
2019-07-11 seancusr.sbin/bhyve: free leaked memory during option parsing
2019-07-11 seancusr.sbin/bhyve: initialize return value in xhci device...
2019-07-11 seancusr.sbin/bhyve: free resources if there is an initializ...
2019-07-09 vmaffionebhyve: net_backends.c: add missing __FBSDID
2019-07-09 vmaffionebhyve: add missing license identifiers in net_utils...
2019-07-07 vmaffionebhyve: abstraction for network backends
2019-07-04 desUpgrade Unbound to 1.9.2.
2019-07-03 seancbhyve/audio: don't leak resources on failed initialization.
2019-07-02 wblockCorrect name of vmm(4) pptdevs variable.
2019-06-28 mmMFV r349454:
2019-06-27 asomersMFHead @349476
2019-06-27 jhbUse __FBSDID() and sort #includes.
2019-06-25 emastebhyve: avoid theoretical stack buffer overflow from...
2019-06-25 araujoAdd SPDX tags to bhyve(8) HD Audio device.
2019-06-25 impReplay r349336 by scottl accidentally reverted by r349352
2019-06-25 impReplay r349335 by scottl accidentally reverted by r349352
2019-06-25 impRemove NAND and NANDFS support
2019-06-24 scottlAdd a section about the HD Audio module support
2019-06-24 scottlAdd the PCI HDAudio device model from the 2016 GSoC...
2019-06-21 vangyzenbhyve: Fix vtscsi maximum segment config
2019-06-20 asomersMFHead @349234
2019-06-19 markjMake zlib encoding messages idempotent.
2019-06-18 vmaffionebhyve: vtnet: fix locking on receive
2019-06-17 mmMFV r349134:
2019-06-13 vmaffionebhyve: move common code to net_utils.c
2019-06-12 jhbRemove a spurious break when setting up a 64-bit memory...
2019-06-11 vmaffionebhyve: virtio: introduce vq_kick_enable() and vq_kick_d...
2019-06-09 vmaffionebhyve: vtnet: simplify thread synchronization
2019-06-07 chuckbhyve: Add PCIe Integrated Endpoint capability
2019-06-07 jhbKeep the shadow PCIR_COMMAND synced with the real one...
2019-06-07 jhbEnable memory and I/O decoding in PCI devices on demand.
2019-06-06 asomersMFHead @348740
2019-06-05 jhbUse parse_integer to avoid sign extension.
2019-06-05 jhbDon't simulate PBA access if the PBA is in a separate...
2019-06-03 jhbEmulate the AMD MSR_LS_CFG MSR used for various Ryzen...
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
2019-05-31 jhbWhitespace cleanups, no functional change.
2019-05-24 jhbAdd initial support for 'qSupported' to the debug server.
2019-05-24 jhbAdd support for writing to guest memory in the debug...
2019-05-20 mmMFV r347989:
2019-05-18 rgrimesbhyve virtio needs barriers
2019-05-13 asomersMFHead @347527
2019-05-08 manudts: Import files from Linux 5.1
2019-05-02 jhbIncrease the VirtIO segment count to support modern...
2019-04-25 rgrimesMake bhyve SMBIOS table topology aware
2019-04-25 rgrimesAcpi MADT table correction for VM_MAXCPU > 21
2019-04-23 cyMFV r346563:
2019-04-22 markjUse separate descriptors in bhyve's stdio uart backend.
2019-04-19 cemUpdate to Zstandard 1.4.0
2019-04-13 chuckRevert r345171 pending review
2019-04-12 mavFix thread name buffer overflow.
2019-04-12 baptUpdate mandoc to 1.14.5
2019-04-10 manuImport DTS files from Linux 5.0
2019-04-07 markjStop compiling bhyve(8) with -O0.
2019-04-07 markjFix indentation.
2019-04-05 chuckbhyve: Fix NVMe data structure copy to guest
2019-04-05 chuckbhyve: Fix NVMe BAR size calculation
2019-04-03 philImport libxo-1.0.2
2019-04-01 ngieIntegrate capsicum-test into the FreeBSD test suite
2019-03-25 mmMFV r345495:
2019-03-18 asomersMFHead@r345275
2019-03-16 dimAdd LLVM openmp trunk r351319 (just before the release_...
2019-03-15 ngieInitial googlemock/googletest integration into the...
2019-03-15 chuckFix bhyve PCIe capability emulation
2019-03-15 chuckFix bhyve's NVMe Identify Namespace data
2019-03-14 cembhyve(8): Fix uart emulation bug
2019-03-11 dimMerge LLVM libunwind trunk r351319, from just before...
2019-03-11 ngieMFhead@r344996
2019-03-07 cyMFV r344878:
2019-03-06 jhbDrop "All rights reserved" from my copyright statements.
2019-02-26 sjgAdd libbearssl
2019-02-25 desUpgrade to OpenPAM Tabebuia.
2019-02-25 ngieMFhead@r344527
2019-02-25 dimMerge ^/head r344178 through r344512.
2019-02-21 jkimCatch up with ACPICA 20190215.
2019-02-19 ngieMFhead@r344270
2019-02-15 dimMerge ^/head r343956 through r344177.
2019-02-15 rgrimesIn r340044 an attempt to quiet coverity warning cid...
2019-02-15 rgrimesIn r340042 an attempt to quiet coverity warning cid...
2019-02-13 ngieCopy googletest 1.8.1 from ^/vendor/google/googletest...
2019-02-12 mmMFV r344063:
2019-02-12 impRevert r343077 until the license issues surrounding...
2019-02-01 araujoRevert r343634:
next