summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmd/pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow 4 vio(4) interfaces in each VM. Also fix a bad interrupt assignment thatmlarkin2016-10-121-2/+22
* change some log_warn to log_warnx and convert some integer literals tomlarkin2016-09-011-8/+8
* Fix 2 minor issues and a typo in a comment in the pci emulation subsystem.mlarkin2016-09-011-5/+22
* small bits of header cleanup; ok mlarkinderaadt2016-08-171-2/+4
* stdio.h is not needed here anymore.mlarkin2016-01-141-2/+1
* bzero -> memset for consistencymlarkin2016-01-041-2/+2
* spacingreyk2015-12-031-2/+2
* Add support for logging to stderr or syslog, and to run vmd inreyk2015-11-231-11/+10
* Add $ Idsreyk2015-11-221-0/+2
* vmd(8) - virtual machine daemon.mlarkin2015-11-221-0/+309