| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC 258860,260167,260238,260397: | jhb | 2014-04-17 | 1 | -1/+3 |
* | MFC 259635: | jhb | 2014-04-08 | 4 | -14/+58 |
* | MFC 258859,259081,259085,259205,259213,259275,259482,259537,259702,259779: | jhb | 2014-02-23 | 6 | -45/+104 |
* | MFC 261607: | jhb | 2014-02-19 | 2 | -0/+6 |
* | MFC 260206: | jhb | 2014-01-29 | 12 | -115/+417 |
* | MFC 259826,259997,259998: | jhb | 2014-01-23 | 10 | -39/+371 |
* | MFC 257422,257661,258075,258476,258494,258579,258609,258699: | jhb | 2014-01-23 | 10 | -438/+108 |
* | MFC r260446 | remko | 2014-01-11 | 1 | -1/+1 |
* | MFC 259013: | jhb | 2013-12-24 | 1 | -16/+3 |
* | MFC r259302,r259413 | grehan | 2013-12-18 | 2 | -2/+300 |
* | MFC r256657,r257018,r257347,r257423,r257729,r257767, | grehan | 2013-12-13 | 12 | -99/+141 |
* | MFC r257092 | grehan | 2013-10-30 | 1 | -31/+85 |
* | MFC r257293. | neel | 2013-10-30 | 13 | -596/+1103 |
* | MFC r256926, r257005 | grehan | 2013-10-25 | 2 | -6/+10 |
* | MFC r256645. | neel | 2013-10-22 | 3 | -50/+48 |
* | MFC r256709: | grehan | 2013-10-18 | 7 | -147/+60 |
* | MFC r256709: | grehan | 2013-10-18 | 1 | -1/+1 |
* | MFC r256389 | grehan | 2013-10-12 | 1 | -5/+47 |
* | Allow a 4-byte write to PCI config space to overlap | grehan | 2013-10-09 | 1 | -3/+12 |
* | Parse the memory size parameter using expand_number() to allow specifying | neel | 2013-10-09 | 2 | -3/+7 |
* | In usr.sbin/bhyve/pci_ahci.c, fix several gcc warnings of the form | dim | 2013-10-08 | 1 | -11/+11 |
* | After r256062, the static function fbsdrun_get_next_cpu() in | dim | 2013-10-08 | 1 | -11/+0 |
* | Change the behavior of bhyve such that the gdb listening port is opt-in | neel | 2013-10-08 | 2 | -5/+3 |
* | Merge projects/bhyve_npt_pmap into head. | neel | 2013-10-05 | 3 | -18/+16 |
* | Remove obsolete cmd-line options and code associated with | grehan | 2013-10-04 | 3 | -154/+28 |
* | Hook up the AHCI and blockif code to the build. | grehan | 2013-10-04 | 1 | -2/+2 |
* | Import Zhixiang Yu's GSoC'13 AHCI emulation: | grehan | 2013-10-04 | 2 | -0/+2109 |
* | Block-layer backend interface for bhyve block-io device emulations. | grehan | 2013-10-04 | 2 | -0/+490 |
* | Fix incorrect assertion on the minimum side. ZFS would | grehan | 2013-09-26 | 1 | -1/+1 |
* | Implement support for the interrupt-on-terminal-count and | grehan | 2013-09-19 | 1 | -16/+90 |
* | Add simplistic periodic timer support to mevent using kqueue's | grehan | 2013-09-19 | 3 | -8/+104 |
* | Allow the alarm hours/mins/seconds registers to be read/written, | grehan | 2013-09-19 | 1 | -0/+30 |
* | Use correct offset for the high byte of high memory written to | grehan | 2013-09-19 | 1 | -1/+1 |
* | Pass the number of supported vectors to pci_emul_add_msicap() and | grehan | 2013-09-17 | 1 | -1/+2 |
* | Go way past 11 and bump bhyve's max vCPUs to 16. | grehan | 2013-09-10 | 1 | -3/+5 |
* | Fix spelling. | grehan | 2013-09-06 | 1 | -1/+1 |
* | Allow level-triggered interrupt sources. While this isn't | grehan | 2013-09-06 | 1 | -2/+2 |
* | Allow single byte reads of the emulated MSI-X tables. This is not required | neel | 2013-08-27 | 1 | -3/+9 |
* | Fix off-by-1 error in assert. | grehan | 2013-08-27 | 1 | -1/+1 |
* | Fix ordering of legacy IRQ reservations. | grehan | 2013-08-16 | 1 | -10/+10 |
* | Sanity-check the vm exitcode, and exit the process if it's out-of-bounds | grehan | 2013-07-18 | 1 | -2/+11 |
* | Major rework of the virtio code. Split out common parts, and modify | grehan | 2013-07-17 | 5 | -961/+1408 |
* | Implement RTC CMOS nvram. Init some fields that are used | grehan | 2013-07-11 | 3 | -22/+105 |
* | Support an optional "mac=" parameter to virtio-net config, to allow | grehan | 2013-07-04 | 4 | -29/+85 |
* | Fix up option parsing to allow a colon in the config section. | grehan | 2013-07-01 | 1 | -13/+8 |
* | Allow 8259 registers to be read. This is a transient condition | grehan | 2013-06-28 | 1 | -9/+8 |
* | Allow the PCI config address register to be read. The Linux | grehan | 2013-06-28 | 1 | -11/+21 |
* | Implement the NOTIFY_ON_EMPTY capability in the virtio-net device. | neel | 2013-05-03 | 2 | -34/+37 |
* | Reset some more softc state when the guest resets the virtio network device. | neel | 2013-04-30 | 1 | -0/+7 |
* | Use a separate mutex for the receive path instead of overloading the softc | neel | 2013-04-30 | 1 | -20/+58 |