aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve
Commit message (Expand)AuthorAgeFilesLines
* bhyve/vga.c: fix atc_color_select_67 bit shiftRyan Libby2017-07-281-1/+1
* bhyve/pci_e82545.c: squelch gcc warning for noreturn procedureRyan Libby2017-07-281-1/+1
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-07-101-0/+1
* Check if pthread_create(3) successfully created the thread prior to callMarcelo Araujo2017-06-161-3/+6
* Initialize variables and use byteorder(9) instead of aliasing char arrayMarcelo Araujo2017-06-151-3/+4
* Make the VNC authentication build with LibreSSL on HardenedBSD and TrueOS.Marcelo Araujo2017-06-081-6/+8
* Bump manpage date.Marcelo Araujo2017-06-021-1/+1
* Add VNC Authentication support based on RFC6143 section 7.2.2.Marcelo Araujo2017-06-025-16/+131
* bhyvegc_resize: make use of reallocarray(3) for bounds-checking.Pedro F. Giffuni2017-05-241-3/+6
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-05-091-0/+1
* Improve documentation of fbuf device.Gleb Smirnoff2017-05-031-33/+89
* Document raw framebuffer device and XHCI device configurations.Gleb Smirnoff2017-04-281-1/+39
* - For security reasons by default listen on localhost address,Gleb Smirnoff2017-04-282-4/+2
* When no "rfb" configuration specified bind to the default VNCGleb Smirnoff2017-04-281-0/+2
* Make comments match the code. No functional change.Gleb Smirnoff2017-04-282-2/+2
* We need CAP_MMAP_RW on memfd, since init_msix_table() may call mmap().Gleb Smirnoff2017-04-271-0/+1
* Fix variable for sizeof() in previous commit.Alexander Motin2017-04-021-1/+1
* Add Log directory and SATA NCQ Send and Receive Log.Alexander Motin2017-04-021-5/+22
* Minor style improvements in bhyve.8Roman Bogorodskiy2017-04-011-2/+2
* This fixes a typo in bhyve's USB mouse emulation.Peter Grehan2017-03-221-1/+1
* bhyve: document virtio-console in the manpageRoman Bogorodskiy2017-02-271-1/+30
* 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