aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve
Commit message (Expand)AuthorAgeFilesLines
* bhyve: whitespace fix for r313727Ed Maste2017-02-141-5/+8
* Capsicum support for bhyve(8).Bartek Rutkowski2017-02-1412-1/+244
* Use correct PCI device id for virtio-rng.Peter Grehan2017-01-081-1/+1
* Make sure the 'Always-one' bit is always set to one,Peter Grehan2017-01-081-8/+19
* bhyve: stability and performance improvement for dbgportAndriy Gapon2016-11-291-2/+12
* virtio_console: handle short writes to an Unix domain socket gracefully.Jakub Wojciech Klama2016-11-241-3/+9
* Allow opening virtio-console ports from the host side before guestJakub Wojciech Klama2016-11-241-0/+12
* Fix improper use of "its".Bryan Drewery2016-11-081-1/+1
* Fix unchecked array reference in the VGA device emulation code.Gleb Smirnoff2016-10-251-4/+4
* accept4 actually expect SOCK_NONBLOCK and not O_NONBLOCKBaptiste Daroussin2016-10-251-1/+1
* Typo fixed: arbitraty -> arbitrary.Maxim Konovalov2016-10-171-1/+1
* Use accept4 with O_NONBLOCK rather than accept + fcntlBaptiste Daroussin2016-10-011-4/+2
* Fix misuse of the basename() and dirname() functions.Ed Schouten2016-09-211-2/+12
* Add virtio-console support to bhyve.Jakub Wojciech Klama2016-09-173-0/+633
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-08-311-0/+2
* Invert calloc(3) argument order.Marcelo Araujo2016-08-301-1/+1
* - Change the fbuf "vga" parameter to "vga=on|io|off".Peter Grehan2016-07-271-15/+33
* Catch another case where an XHCI interrupt was beingPeter Grehan2016-07-261-1/+2
* Disallow interrupt requests on disabled endpoints.Peter Grehan2016-07-171-0/+10
* Fix NCQ TRIM emulation.Alexander Motin2016-07-171-2/+10
* Revert unwanted change leaked into r302932.Alexander Motin2016-07-161-1/+0
* Increase I82545_MAX_TXSEGS from 20 to 64 and add checks for it.Alexander Motin2016-07-162-33/+31
* Make PCI interupts allocation static when using bootrom (UEFI).Alexander Motin2016-07-145-13/+28
* Make unknown register reads predictable.Alexander Motin2016-07-121-0/+1
* Add missing breaks in I/O BAR read/write.Alexander Motin2016-07-121-0/+2
* Implement right shift/ctl, and convert the VNC/xorg scancodePeter Grehan2016-07-111-2/+8
* Add emulation for Intel e1000 (e82545) network adapter.Alexander Motin2016-07-093-1/+2378
* Add emulation for multiple (up to 16) MSI vectors for AHCI.Alexander Motin2016-07-082-41/+99
* Allow AHCI controller to support up to 32 arbitrary devices.Alexander Motin2016-07-082-58/+89
* Fix CTASSERT issue in a more clean wayEnji Cooper2016-07-064-20/+7
* Fix gcc warningEnji Cooper2016-07-061-3/+0
* Fix gcc build errors with SSE 4.2 detection and gcc warningsEnji Cooper2016-07-061-45/+22
* Fix gcc warningsEnji Cooper2016-07-061-9/+0
* Fix gcc warningsEnji Cooper2016-07-061-10/+5
* Fix gcc warningsEnji Cooper2016-07-061-3/+3
* Fix gcc warningsEnji Cooper2016-07-061-5/+10
* Fix gcc warningsEnji Cooper2016-07-061-1/+7
* Fix gcc warningsEnji Cooper2016-07-061-5/+3
* Import bhyve_graphics into CURRENT. Thanks to all who testedPeter Grehan2016-07-0424-19/+9037
* bhyve: improve memory size documentationRoman Bogorodskiy2016-06-262-5/+8
* Improve error message when failing to open a backing fileBaptiste Daroussin2016-05-271-2/+3
* bhyve: consider the bogus case of a negative bar idx.Pedro F. Giffuni2016-05-131-2/+2
* bhyve: replace uninitialized variable "offset".Pedro F. Giffuni2016-05-131-2/+2
* Use MIN()/MAX() macros from sys/param.h.Marcelo Araujo2016-04-222-3/+3
* Don't use SYSDIR to avoid conflicts with existing usage.Peter Grehan2016-04-201-2/+2
* Update the bhyve(8) man page:Roman Bogorodskiy2016-04-201-1/+22
* Always emit an error message on passthru configuration errors.John Baldwin2016-04-191-22/+34
* MFHGlen Barber2016-04-162-14/+105
|\
| * Handle PBA that shares a page with MSI-X table for passthrough devices.John Baldwin2016-04-132-14/+105
* | MFHGlen Barber2016-04-111-1/+3
|\|