summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
...
| * | Sort the 'bhyvectl' subdir alphabetically.neel2013-01-091-1/+1
| * | IFC @ r245178neel2013-01-0917-33/+474
| |\ \
| * | | Add the 'bhyveload(8)' man page.neel2013-01-082-1/+131
| * | | Reduce the default memory allocation for a VM from 768MB to 128MB.neel2013-01-081-1/+1
| * | | Don't completely drain the read file descriptor. Instead, onlygrehan2013-01-071-10/+34
| * | | Use 64-bit arithmetic throughout, and lock accesses to globals.grehan2013-01-071-6/+13
| * | | IFC @ r244983.neel2013-01-04136-7487/+1744
| |\ \ \
| * | | | The "unrestricted guest" capability is a feature of Intel VT-x that allowsneel2013-01-042-80/+31
| * | | | Change thread name for the main kqueue event loop to "<vmname> mevent" sogrehan2012-12-201-0/+13
| * | | | Rename fbsdrun.* -> bhyverun.*grehan2012-12-1312-11/+11
| * | | | Properly reset the tx/rx rings when a guest requests a device reset.grehan2012-12-121-0/+19
| * | | | Create unique MAC addresses for virtio devices that aregrehan2012-12-121-5/+6
| * | | | Determine the correct length and sector size for raw devices.grehan2012-12-081-3/+22
| * | | | IFC @r243836neel2012-12-0429-622/+1009
| |\ \ \ \
| * | | | | - Add in an XSDT to stop acpidump from exiting with agrehan2012-11-301-8/+48
| * | | | | Cleanup the user-space paging exit handler now that the unified instructionneel2012-11-283-6/+3
| * | | | | Revamp the x86 instruction emulation in bhyve.neel2012-11-288-697/+44
| * | | | | MSI-X does not need to be enabled in the message control register for theneel2012-11-221-2/+2
| * | | | | Mask the %eax register properly based on whether the "out" instruction isneel2012-11-211-0/+16
| * | | | | ACPI support for bhyve.grehan2012-11-205-5/+958
| * | | | | IFC @ r243164neel2012-11-1747-124/+270
| |\ \ \ \ \
| * \ \ \ \ \ IFC @ r242940neel2012-11-131-21/+50
| |\ \ \ \ \ \
| * \ \ \ \ \ \ IFC @ r242684neel2012-11-11330-1768/+25801
| |\ \ \ \ \ \ \
| * | | | | | | | Use the new userboot 'getenv' callback to set a couple of environment variablesneel2012-11-061-1/+22
| * | | | | | | | Change the thread name of the vCPU threads to contain thegrehan2012-10-311-1/+8
| * | | | | | | | Exit if the requested num vCPUs exceeds the maximum rathergrehan2012-10-311-16/+27
| * | | | | | | | Present the bvm dbgport to the guest only when explicitly requested vianeel2012-10-271-27/+40
| * | | | | | | | Present the bvm console device to the guest only when explicitly requested vianeel2012-10-273-3/+25
| * | | | | | | | Ignore PCI configuration accesses to all bus numbers other than PCI bus 0.neel2012-10-271-1/+5
| * | | | | | | | Rename vmmctl to bhyvectl. 'vmmctl' came from a pre-bhyvegrehan2012-10-275-78/+78
| * | | | | | | | Remove mptable generation code from libvmmapi and move it to bhyve.grehan2012-10-267-219/+437
| * | | | | | | | Fix typo: host_rip -> host_rspneel2012-10-251-1/+1
| * | | | | | | | Rework how guest MMIO regions are dealt with.grehan2012-10-1913-374/+850
| * | | | | | | | Deal with transient EBUSY error return from vm_run() by retrying the operation.neel2012-10-121-2/+13
| * | | | | | | | Output the value of all capabilities when the "--getcap" option is used withoutneel2012-10-121-8/+21
| * | | | | | | | The ioctl VM_GET_MEMORY_SEG is no longer able to return the host physicalneel2012-10-041-5/+7
| * | | | | | | | Add an option "-a" to present the local apic in the XAPIC mode instead of theneel2012-09-263-3/+31
| * | | | | | | | Add ioctls to control the X2APIC capability exposed by the virtual machine toneel2012-09-251-0/+20
| * | | | | | | | Add an explicit exit code 'SPINUP_AP' to tell the controlling process that anneel2012-09-255-219/+240
| * | | | | | | | Fix a bug in how a 64-bit bar in a pci passthru device would be presented toneel2012-08-061-1/+6
| * | | | | | | | Add support for emulating PCI multi-function devices.neel2012-08-061-54/+146
| * | | | | | | | Device model for ioapic emulation.neel2012-08-055-3/+347
| * | | | | | | | The displacement field in the decoded instruction should be treated as a 8-bitneel2012-08-041-20/+14
| * | | | | | | | Add the "-I" option to control whether or not an ioapic is visible to the guest.neel2012-08-041-5/+10
| * | | | | | | | Use the correct variable to index into the 'lirq[]' array to check the legacyneel2012-08-041-1/+1
| * | | | | | | | Check that 'opts' is actually not NULL before dereferencing it. It is expectedneel2012-08-041-1/+1
| * | | | | | | | Add --get-all option to dump all readable parameters.grehan2012-07-121-86/+90
| * | | | | | | | IFC @ r238370grehan2012-07-11157-1286/+10653
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Add 16550 uart emulation as a PCI device. This allows it togrehan2012-05-035-27/+725
| * | | | | | | | | MSI-x interrupt support for PCI pass-thru devices.grehan2012-04-287-20/+953
OpenPOWER on IntegriCloud