summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Link the bhyve(4) man page to the build so the man page is actually installed.neel2013-01-201-0/+2
* 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
* Add svn properties to the recently merged bhyve source files.neel2013-01-202-2/+2
* Link against compiler-rt to pull in the required __aeabi_* functionsandrew2013-01-191-2/+2
* sh: Replace an mkinit use with an initialization.jilles2013-01-191-10/+5
* When DDB is enabled and we are building for the ARM EABI include the unwindandrew2013-01-192-0/+14
* Use correct GPIO interrupt lines.kientzle2013-01-191-1/+1
* Clarify the error messages for unrecognized pins and muxtypes.kientzle2013-01-191-4/+9
* Remove EOL whitespace.joel2013-01-192-4/+4
* Minor mdoc fixes.joel2013-01-191-10/+7
* Add the required __aeabi_* functions to libc.andrew2013-01-197-0/+361
* When building for ARM EABI link against libgcc for the __aeabi_* functions.andrew2013-01-191-0/+10
* Merge projects/bhyve to head.neel2013-01-19105-0/+25476
|\
| * IFC @ r245542neel2013-01-1739-133/+401
| |\
| * \ IFC @ r245509neel2013-01-17251-1923/+6113
| |\ \
| * | | 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
| * | | Get rid of gratuitous diff with respect to HEAD.neel2013-01-091-1/+0
| * | | IFC @ r245205neel2013-01-099-32/+87
| * | | IFC @ r245178neel2013-01-09133-1767/+1817
| |\ \ \
| * | | | 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
| * | | | Add man page for bhyve(4). The project as well as the man page is aneel2013-01-071-0/+68
| * | | | Use 64-bit arithmetic throughout, and lock accesses to globals.grehan2013-01-071-6/+13
| * | | | Revert changes for x2apic support from projects/bhyve.neel2013-01-064-549/+85
| * | | | bhyve does not require a custom configuration file anymore so make the GENERICneel2013-01-051-6/+1
| * | | | Get rid of workarounds to avoid ins/outs instructions emitted by the guest.neel2013-01-051-42/+18
| * | | | IFC @ r244983.neel2013-01-041437-29105/+41495
| |\ \ \ \
| * | | | | There is no need for a special 'BHYVE' kernel configuration file anymore -neel2013-01-041-345/+0
| * | | | | There is no need for 'start_emulating()' and 'stop_emulating()' to be definedneel2013-01-042-19/+2
| * | | | | The "unrestricted guest" capability is a feature of Intel VT-x that allowsneel2013-01-043-123/+31
| * | | | | Change thread name for the main kqueue event loop to "<vmname> mevent" sogrehan2012-12-201-0/+13
| * | | | | Modify the default behavior of bhyve such that it no longer forces the use ofneel2012-12-161-3/+1
| * | | | | Prefer x2apic mode when running inside a virtual machine.neel2012-12-163-5/+66
| * | | | | 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-042233-76352/+164339
| |\ \ \ \ \
| * | | | | | - Add in an XSDT to stop acpidump from exiting with agrehan2012-11-301-8/+48
| * | | | | | Properly screen for the AND 0x81 instruction from the setgrehan2012-11-301-0/+7
| * | | | | | Remove debug printf.grehan2012-11-291-1/+0
| * | | | | | Add support for the 0x81 AND instruction, now generatedgrehan2012-11-292-4/+34
| * | | | | | Cleanup the user-space paging exit handler now that the unified instructionneel2012-11-285-10/+3
| * | | | | | Change emulate_rdmsr() and emulate_wrmsr() to return 0 on sucess and errno onneel2012-11-283-65/+37
| * | | | | | Revamp the x86 instruction emulation in bhyve.neel2012-11-2816-915/+649
| * | | | | | MSI-X does not need to be enabled in the message control register for theneel2012-11-221-2/+2
| * | | | | | Fix a bug in the MSI-X resource allocation for PCI passthrough devices.neel2012-11-221-37/+26
OpenPOWER on IntegriCloud