Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge projects/bhyve to head. | neel | 2013-01-19 | 5 | -0/+1027 |
|\ | |||||
| * | IFC @ r245509 | neel | 2013-01-17 | 8 | -30/+38 |
| |\ | |||||
| * \ | IFC @ r245178 | neel | 2013-01-09 | 9 | -30/+17 |
| |\ \ | |||||
| * \ \ | IFC @ r244983. | neel | 2013-01-04 | 83 | -5837/+2005 |
| |\ \ \ | |||||
| * \ \ \ | IFC @r243836 | neel | 2012-12-04 | 44 | -134/+284 |
| |\ \ \ \ | |||||
| * \ \ \ \ | IFC @ r243164 | neel | 2012-11-17 | 15 | -59/+403 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | IFC @ r242940 | neel | 2012-11-13 | 9 | -5/+93 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | IFC @ r242684 | neel | 2012-11-11 | 253 | -7496/+4868 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Remove mptable generation code from libvmmapi and move it to bhyve. | grehan | 2012-10-26 | 5 | -528/+1 |
| * | | | | | | | | Add an api to map a vm capability type into a string to be used for display | neel | 2012-10-12 | 2 | -11/+25 |
| * | | | | | | | | The ioctl VM_GET_MEMORY_SEG is no longer able to return the host physical | neel | 2012-10-04 | 2 | -4/+2 |
| * | | | | | | | | Change vm_malloc() to map pages in the guest physical address space in 4KB | neel | 2012-10-04 | 1 | -2/+2 |
| * | | | | | | | | Add ioctls to control the X2APIC capability exposed by the virtual machine to | neel | 2012-09-25 | 2 | -0/+33 |
| * | | | | | | | | Add sysctls to display the total and free amount of hard-wired mem for VMs | grehan | 2012-08-26 | 2 | -0/+26 |
| * | | | | | | | | Allow the 'bhyve' process to control whether or not the virtual machine sees an | neel | 2012-08-04 | 4 | -17/+21 |
| * | | | | | | | | API to map an apic id to the vcpu. | neel | 2012-08-04 | 2 | -0/+11 |
| * | | | | | | | | There is no need to explicitly specify the CR4_VMXE bit when writing to guest | neel | 2012-08-04 | 2 | -10/+2 |
| * | | | | | | | | IFC @ r238370 | grehan | 2012-07-11 | 312 | -2782/+6821 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | MSI-x interrupt support for PCI pass-thru devices. | grehan | 2012-04-28 | 2 | -0/+21 |
| * | | | | | | | | | IFC @ r234692 | grehan | 2012-04-26 | 489 | -5606/+9813 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | IFC to head to catch up the bhyve branch | sbruno | 2012-01-04 | 388 | -76574/+2885 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | IFC @ r227804 | grehan | 2011-11-22 | 177 | -947/+4927 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | IFC @ r226824 | grehan | 2011-10-27 | 195 | -3276/+2965 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | IFC @ r225592 | grehan | 2011-09-15 | 66 | -634/+1939 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | IFC @ r224187 | grehan | 2011-07-18 | 141 | -396/+6930 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | IFC @ r223696 to pick up dfr's userboot | grehan | 2011-06-30 | 19 | -68/+203 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | IFC @ r222830 | grehan | 2011-06-28 | 43 | -237/+881 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | IFC @ r222256 | grehan | 2011-05-24 | 24 | -3292/+65 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | First cut to port bhyve, vmmctl, and libvmmapi to HEAD. | jhb | 2011-05-15 | 7 | -0/+1452 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | | | Import of bhyve hypervisor and utilities, part 1. | grehan | 2011-05-13 | 7 | -0/+1450 |
| | * | | | | | | | | | | | | | | | | | | merge r196650 from head (via stable/8): tty might be NULL | des | 2010-06-22 | 1 | -0/+5 |
| | * | | | | | | | | | | | | | | | | | | MFC r209078: | delphij | 2010-06-12 | 1 | -0/+7 |
| | * | | | | | | | | | | | | | | | | | | MFC r208811: | trasz | 2010-06-11 | 1 | -5/+5 |
| | * | | | | | | | | | | | | | | | | | | Fix usage of uninitialized variable. | trasz | 2010-06-11 | 1 | -1/+1 |
| | * | | | | | | | | | | | | | | | | | | MFC r197477 - clean up keys deleted via pthread_key_delete() | brian | 2010-06-09 | 1 | -1/+11 |
| | * | | | | | | | | | | | | | | | | | | MFC r208437: | trasz | 2010-06-02 | 2 | -24/+18 |
| | * | | | | | | | | | | | | | | | | | | Merge r204435 from head to stable/8: | rwatson | 2010-06-01 | 1 | -2/+2 |
| | * | | | | | | | | | | | | | | | | | | MFC r208493: | uqs | 2010-05-30 | 1 | -1/+1 |
| | * | | | | | | | | | | | | | | | | | | Change the current working directory to be inside the jail created by | cperciva | 2010-05-27 | 1 | -1/+8 |
| | * | | | | | | | | | | | | | | | | | | MFC r207482 | rstone | 2010-05-24 | 1 | -1/+8 |
| | * | | | | | | | | | | | | | | | | | | MFC: r208341 | marius | 2010-05-23 | 1 | -38/+57 |
| | * | | | | | | | | | | | | | | | | | | MFC r208034: | trasz | 2010-05-20 | 1 | -0/+3 |
| | * | | | | | | | | | | | | | | | | | | MFC r208033: | trasz | 2010-05-20 | 1 | -20/+32 |
| | * | | | | | | | | | | | | | | | | | | MFC r207981: | gordon | 2010-05-19 | 1 | -2/+2 |
| | * | | | | | | | | | | | | | | | | | | MFC r205728 | kaiw | 2010-05-18 | 6 | -251/+406 |
| | * | | | | | | | | | | | | | | | | | | MFC r207842, r207844, r208099: | mm | 2010-05-18 | 5 | -0/+435 |
| | * | | | | | | | | | | | | | | | | | | MFC r208023 | thompsa | 2010-05-18 | 2 | -5/+9 |
| | * | | | | | | | | | | | | | | | | | | MFC r204738, r205113 (imp): | mm | 2010-05-18 | 1 | -15/+78 |
| | * | | | | | | | | | | | | | | | | | | MFC r203773 | thompsa | 2010-05-17 | 1 | -0/+3 |
| | * | | | | | | | | | | | | | | | | | | MFC r208012 | thompsa | 2010-05-17 | 1 | -6/+10 |