]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin/bhyve
Check for alignment check violation when processing in/out string instructions.
[FreeBSD/FreeBSD.git] / usr.sbin / bhyve /
2014-05-23 neelCheck for alignment check violation when processing...
2014-05-23 neelAdd emulation of the "outsb" instruction. NetBSD guests...
2014-05-15 marcelMFuser/marcel/mkimg:
2014-05-15 jhbImplement a PCI interrupt router to route PCI legacy...
2014-05-15 desUpgrade to latest ldns (1.6.17) and unbound (1.4.22).
2014-05-13 neelDon't include the guest memory segments in the bhyve...
2014-05-12 neelabort(3) the process in response to a VMEXIT_ABORT...
2014-05-05 neelDisable the 'uart_drain()' callback when the emulated...
2014-05-05 neelModify the "-p" option to be more flexible when associa...
2014-05-05 neelRemove misleading "addcpu" in an error message emitted...
2014-05-05 neelRe-adding an event to a kqueue modifies the parameters...
2014-05-02 neelDon't allow MPtable generation if there are multiple...
2014-05-02 neelAdd logic in the HLT exit handler to detect if the...
2014-04-30 neelIgnore writes to microcode update MSR. This MSR is...
2014-04-29 neelSome Linux guests will implement a 'halt' by disabling...
2014-04-28 neelAllow a virtual machine to be forcibly reset or powered...
2014-04-28 grehanImplement legacy interrupts for the AHCI device emulation
2014-04-25 grehanRespect and track the enable bit in the PCI configurati...
2014-04-25 tychonProvide a very basic stub for the 8042 PS/2 keyboard...
2014-04-23 baptUpdate to byacc 20140409
2014-04-22 delphijUse calloc() in favor of malloc + memset.
2014-04-22 tychonFactor out common ioport handler code for better hygien...
2014-04-18 tychonFix ACPI DSDT indentation cosmetic breakage introduced...
2014-04-18 tychonRespect the destination operand size of the 'Input...
2014-04-18 tychonAdd support for reading the PIT Counter 2 output signal...
2014-04-14 tychonAdd support for emulating the slave PIC.
2014-04-09 tychonConstrain the amount of data returned to what is actual...
2014-04-08 jhbHandle single-byte reads from the bvmcons port (0x220...
2014-04-04 gjbMerge r262907 from ^/projects/release-embedded:
2014-04-02 grehanAdd support for the virtio RNG entropy-source device.
2014-04-01 jmmvAdd atf m4 files from the vendor branch.
2014-03-29 marcelAdd mkimg, a utility for making disk images from raw...
2014-03-26 neelAdd an ioctl to suspend a virtual machine (VM_SUSPEND...
2014-03-25 tychonMove the atpit device model from userspace into vmm...
2014-03-25 desUpgrade to OpenSSH 6.6p1.
2014-03-22 baptUpdate to 20140321
2014-03-20 neelUse 'cpuset_t' to represent the vcpus active in a virtu...
2014-03-18 tychonDon't reissue in-flight commands.
2014-03-16 tychonThough there currently isn't a way to insert new media...
2014-03-16 tychonSupport the bootloader's single 16-bit 'outw' access...
2014-03-11 tychonReplace the userspace atpic stub with a more functional...
2014-03-10 baptUpdate libucl to 2014-03-03
2014-03-07 grehanOpen the uart emulation's backing tty in non-blocking...
2014-03-05 gjbMerge ^/projects/release-embedded into ^/head.
2014-03-05 delphijMFV r262756:
2014-03-04 tychonAdd SMBIOS support.
2014-03-02 delphijMFV r262639: ncurses 5.9 20140222 snapshot.
2014-02-28 delphijMFV r262617: ncurses 5.9.
2014-02-28 impSymbolic bindings for the dts files...
2014-02-28 impAdd missing skeleton file.
2014-02-28 markj4478 dtrace_dof_maxsize is far too small
2014-02-28 impInitial import of DTS files from Linux
2014-02-26 dimMerge from head up to r262536.
2014-02-26 neelDocument the "-a" and "-x" options to match the changes...
2014-02-26 desMFV (r262529): fix is_upper() predicate
2014-02-26 emasteUpdate LLDB snapshot to upstream r202189
2014-02-26 neelQueue pending exceptions in the 'struct vcpu' instead...
2014-02-23 baptImport libucl into head
2014-02-21 gjbMerge the following:
2014-02-21 dimMerge from head up to r262311.
2014-02-21 grehanFix virtio spec URL.
2014-02-21 baptImport Dragonfly Mail Agent into base system
2014-02-21 gjbMove ^/user/gjb/hacking/release-embedded up one directo...
2014-02-21 gjbMFH: tracking commit
2014-02-21 tychonAvoid clobbering the counter mode when issuing a latch...
2014-02-20 neelSimplify APIC mode switching from MMIO to x2APIC. In...
2014-02-18 emasteUpdate LLDB snapshot to upstream r201577
2014-02-18 neelAdd a check to validate that memory BARs of passthru...
2014-02-18 jhbTweak the handling of PCI capabilities in emulated...
2014-02-16 dimUpgrade our copy of llvm/clang to 3.4 release. This...
2014-02-14 neelUpdate bhyve(8) man page to describe the usage of the...
2014-02-14 neelAllow PCI devices to be configured on all valid bus...
2014-02-14 jmmvMFV: Import atf-0.20.
2014-02-12 tychonProvide an indication a "PIO Setup Device to Host FIS...
2014-02-07 jhbMark the I/O ports used by the bhyve console and debug...
2014-02-01 uqsMerge mdocml v1.12.3 into head
2014-01-31 desUpgrade to OpenSSH 6.5p1.
2014-01-30 dimImport libc++ 3.4 release. This contains a lot of...
2014-01-29 jhbEnhance the support for PCI legacy INTx interrupts...
2014-01-28 kaiwMFH@261240.
2014-01-27 jhbRemove support for legacy PCI devices. These haven...
2014-01-26 gshapiroMerge sendmail 8.14.8 to HEAD
2014-01-25 kaiwMFH@261151.
2014-01-22 tychonFix issue with stale fields from a recycled request...
2014-01-22 tychonIncrease the block-layer backend maximum number of...
2014-01-19 gjbMFH: Tracking commit (r260891)
2014-01-15 kaiwCopy libelf, libdwarf and common files from vendor...
2014-01-12 jmmvAdd atf pkg-config files from the vendor branch.
2014-01-09 gjbMFH: tracking commit (head@r260486)
2014-01-09 grehanFix issue with the virtio descriptor region being truncated
2014-01-08 remkovirtio-block does not exist, the correct name is virtio...
2014-01-03 grehanCosmetic change - switch over to vertical SRCS to make it
2014-01-02 jhbRework the DSDT generation code a bit to generate more...
2014-01-02 delphijMFV r260154 + 260182:
2014-01-01 neelRestructure the VMX code to enter and exit the guest...
2013-12-28 gjbMFH: Tracking commit.
2013-12-28 jhbExtend the ACPI power management support to wire a...
2013-12-28 jhbUse pthread_once() to replace a static integer initted...
2013-12-27 gjbCopy head@r259933 -> user/gjb/hacking/release-embedded...
2013-12-24 jhbSupport soft power-off via the ACPI S5 state for bhyve...
next