]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin/bhyve
Use MK_SSP=no after including bsd.own.mk to disable SSP instead of user-knob
[FreeBSD/FreeBSD.git] / usr.sbin / bhyve /
2013-03-11 neelConvert the offset into the bar that contains the MSI...
2013-03-09 mmMFC @248093
2013-03-08 attilioMFC
2013-03-07 attilioMerge from vmcontention
2013-03-07 attilioMFC
2013-03-06 grehanSimplify virtio ring num-available calculation.
2013-03-06 grehanReorder code to avoid the stat buffer being used uninit...
2013-03-05 mmWiP merge of libzfs_core (MFV r238590, r238592)
2013-03-04 baptImport libyaml as libbsdyml (private brand name)
2013-03-02 attilioMFC
2013-03-02 attilioMerge from vmcontention
2013-03-02 attilioMFC
2013-03-01 neelSpecify the length of the mapping requested from 'paddr...
2013-02-26 attilioMerge from vmcontention
2013-02-26 attilioMFC
2013-02-26 attilioMFC
2013-02-26 neelIgnore the BARRIER flag in the virtio block header.
2013-02-26 attilioMerge from vmcontention
2013-02-26 attilioMFC
2013-02-26 attilioMFC
2013-02-26 delphijUpdate base system libexpat to 2.1.0.
2013-02-25 neelGet rid of unused struct member.
2013-02-24 attilioMerge from vmcontention
2013-02-24 attilioMFC
2013-02-23 attilioMFC
2013-02-22 grehanAdd the ability to have a 'fallback' search for memory...
2013-02-15 desUpgrade to 1.6.16
2013-02-15 jkimMerge ACPICA 20130214.
2013-02-15 neelAdvertise PCI-E capability in the hostbridge device...
2013-02-15 desImport LDNS and build it as an internal library.
2013-02-13 jkimMerge OpenSSL 1.0.1e.
2013-02-13 attilioMerge from vmcontention
2013-02-13 attilioMFC
2013-02-11 neelImplement guest vcpu pinning using 'pthread_setaffinity...
2013-02-09 delphijMFV r245512:
2013-02-06 attilioMerge from vmcontention
2013-02-06 attilioMFC
2013-02-05 jhbInstall <dev/agp/agpreg.h> and <dev/pci/pcireg.h> as...
2013-02-04 attilioMerge from vmcontention
2013-02-03 attilioMFC
2013-02-01 sjgMerge bmake-20130123
2013-02-01 neelAdd support for MSI-X interrupts in the virtio block...
2013-02-01 neelFix a broken assumption in the passthru implementation...
2013-02-01 neelFix a bug in the passthru implementation where it would...
2013-01-30 neelAdd support for MSI-X interrupts in the virtio network...
2013-01-25 grehanImprove correctness of rtc register implementation.
2013-01-25 neelUse the correct type (uint64_t) to retrieve sysctl...
2013-01-21 neelAllocate the memory for the MSI-X table dynamically...
2013-01-21 neelGet rid of redundant 'table_size' field in struct pi_ms...
2013-01-20 neelUse <vmname> in a consistent manner in usage messages...
2013-01-19 neelMerge projects/bhyve to head.
2013-01-17 neelIFC @ r245542
2013-01-17 neelIFC @ r245509
2013-01-09 neelIFC @ r245178
2013-01-07 grehanDon't completely drain the read file descriptor. Instea...
2013-01-07 grehanUse 64-bit arithmetic throughout, and lock accesses...
2013-01-04 neelIFC @ r244983.
2013-01-04 neelThe "unrestricted guest" capability is a feature of...
2012-12-20 grehanChange thread name for the main kqueue event loop to...
2012-12-13 grehanRename fbsdrun.* -> bhyverun.*
2012-12-12 grehanProperly reset the tx/rx rings when a guest requests...
2012-12-12 grehanCreate unique MAC addresses for virtio devices that are
2012-12-08 grehanDetermine the correct length and sector size for raw...
2012-12-04 neelIFC @r243836
2012-11-30 grehan- Add in an XSDT to stop acpidump from exiting with a
2012-11-28 neelCleanup the user-space paging exit handler now that...
2012-11-28 neelRevamp the x86 instruction emulation in bhyve.
2012-11-22 neelMSI-X does not need to be enabled in the message contro...
2012-11-21 neelMask the %eax register properly based on whether the...
2012-11-20 grehanACPI support for bhyve.
2012-11-17 neelIFC @ r243164
2012-11-13 neelIFC @ r242940
2012-11-11 neelIFC @ r242684
2012-10-31 grehanChange the thread name of the vCPU threads to contain the
2012-10-31 grehanExit if the requested num vCPUs exceeds the maximum...
2012-10-27 neelPresent the bvm dbgport to the guest only when explicit...
2012-10-27 neelPresent the bvm console device to the guest only when...
2012-10-27 neelIgnore PCI configuration accesses to all bus numbers...
2012-10-26 grehanRemove mptable generation code from libvmmapi and move...
2012-10-19 grehanRework how guest MMIO regions are dealt with.
2012-10-12 neelDeal with transient EBUSY error return from vm_run...
2012-09-26 neelAdd an option "-a" to present the local apic in the...
2012-09-25 neelAdd an explicit exit code 'SPINUP_AP' to tell the contr...
2012-08-06 neelFix a bug in how a 64-bit bar in a pci passthru device...
2012-08-06 neelAdd support for emulating PCI multi-function devices.
2012-08-05 neelDevice model for ioapic emulation.
2012-08-04 neelThe displacement field in the decoded instruction shoul...
2012-08-04 neelAdd the "-I" option to control whether or not an ioapic...
2012-08-04 neelUse the correct variable to index into the 'lirq[]...
2012-08-04 neelCheck that 'opts' is actually not NULL before dereferen...
2012-07-11 grehanIFC @ r238370
2012-05-03 grehanAdd 16550 uart emulation as a PCI device. This allows...
2012-04-28 grehanMSI-x interrupt support for PCI pass-thru devices.
2012-04-26 grehanIFC @ r234692
2012-01-04 sbrunoIFC to head to catch up the bhyve branch
2011-11-22 grehanIFC @ r227804
2011-10-27 grehanIFC @ r226824
2011-10-18 grehanIgnore legacy INIT de-asserts in x2apic mode before...
2011-09-15 grehanIFC @ r225592
2011-07-18 grehanIFC @ r224187
next