summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Add a simple scripted partitioner. Documentation and more scripting supportnwhitehorn2013-01-204-3/+222
* - Force inetd to have listen queue size to be set to the value ofzont2013-01-201-1/+1
* Backward compatibility fix: treat cmds loaded as a script as nonInteractivedteske2013-01-201-2/+17
* Fix minor nit in usage output.joel2013-01-201-1/+1
* Make "Finish" the default choice in the partition editor. This lets younwhitehorn2013-01-201-1/+1
* Use <vmname> in a consistent manner in usage messages output by 'bhyve',neel2013-01-202-2/+3
* Remove EOL whitespace.joel2013-01-191-2/+2
* Minor mdoc fixes.joel2013-01-191-10/+7
* Merge projects/bhyve to head.neel2013-01-1945-0/+11588
|\
| * IFC @ r245509neel2013-01-1731-80/+159
| |\
| * | Get rid of 'sample.sh' from here - it belongs in the /usr/share/examplesneel2013-01-091-75/+0
| * | 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
OpenPOWER on IntegriCloud