aboutsummaryrefslogtreecommitdiff
path: root/share/examples
Commit message (Expand)AuthorAgeFilesLines
* Add missing shebangJulio Merino2015-07-041-0/+1
* Fix issues that kept some of the examples from actually working.Christian Brueffer2015-06-291-3/+3
* Restructure memory allocation in bhyve to support "devmem".Neel Natu2015-06-181-3/+9
* Add META_MODE support.Simon J. Gerraty2015-06-133-0/+42
|\
| * Remove extra blank linesSimon J. Gerraty2015-06-101-1/+0
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-082-4/+0
| * Merge sync of headSimon J. Gerraty2015-05-274-25/+96
| |\
| * \ Merge from head@274682Simon J. Gerraty2014-11-198-588/+182
| |\ \
| * \ \ Merge head from 7/28Simon J. Gerraty2014-08-1912-308/+67
| |\ \ \
| * \ \ \ Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \ \ \
| * \ \ \ \ Merge headSimon J. Gerraty2014-04-2833-241/+883
| |\ \ \ \ \
| * \ \ \ \ \ Merge head@256284Simon J. Gerraty2013-10-131-2/+2
| |\ \ \ \ \ \
| * | | | | | | We do want objdirSimon J. Gerraty2013-10-132-2/+0
| * | | | | | | Updated dependenciesSimon J. Gerraty2013-10-132-0/+24
| * | | | | | | Merge headSimon J. Gerraty2013-09-113-1/+101
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge from headSimon J. Gerraty2013-09-058-15/+2495
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ sync from headSimon J. Gerraty2013-04-1213-345/+189
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | | | | | | Sync with HEAD.David E. O'Brien2013-02-0813-368/+123
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+14
| * | | | | | | | | | | Sync from headSimon J. Gerraty2012-11-0424-247/+1018
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | | | | | | | | | | Remove NO_OBJSimon J. Gerraty2015-06-111-2/+0
* | | | | | | | | | | | | bhyve/vmrun.sh: pass all existing readable disks to bhyveload(8)Andriy Gapon2015-06-051-7/+15
* | | | | | | | | | | | | bhyve/vmrun.sh: support passing disk options same as for bhyve(8)Andriy Gapon2015-06-051-2/+6
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Catch up with Clang 3.6.0.Jung-uk Kim2015-03-171-2/+3
* | | | | | | | | | | | Add -p parameter to list PCI device to pass through to the guest.Gleb Smirnoff2015-03-121-1/+15
* | | | | | | | | | | | Make the uefikeys script output slightly more obvious.Edward Tomasz Napierala2015-02-261-4/+1
* | | | | | | | | | | | Add key/cert generation script for uefisign(8).Edward Tomasz Napierala2015-02-262-2/+44
* | | | | | | | | | | | Clean up more usb related files when MK_USB == no when dealing withEnji Cooper2015-02-041-7/+10
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Clean up more usb related files when MK_USB == no when dealing withEnji Cooper2014-11-261-7/+10
| * | | | | | | | | | | | Conditionalize a number of components in the treeEnji Cooper2014-11-261-6/+9
| * | | | | | | | | | | | Make building/installing bhyve optional via MK_BHYVE on amd64Enji Cooper2014-11-251-2/+5
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Add MK_BHYVE knob for building and installing bhyve(4), et alEnji Cooper2015-01-261-2/+7
* | | | | | | | | | | | Add MK_HAST knob for building and installing hastd(8), et alEnji Cooper2015-01-261-6/+9
* | | | | | | | | | | | Make the error message explicit instead of just printing the usage if theNeel Natu2015-01-181-5/+11
|/ / / / / / / / / / /
* | | | | | | | | | | This is the much-discussed major upgrade to the random(4) device, known to yo...Mark Murray2014-10-301-15/+39
* | | | | | | | | | | Use '-e' to check if the virtio backing file has already been created.Neel Natu2014-10-141-1/+1
* | | | | | | | | | | Propagate the error status of /usr/sbin/bhyve out of the vmrun.sh script.Craig Rodrigues2014-09-131-3/+14
* | | | | | | | | | | Attach the ISO to an ahci-cd emulated device. TheCraig Rodrigues2014-09-121-1/+1
* | | | | | | | | | | Use "file -s", so that we can run vmrun.sh against special devices suchCraig Rodrigues2014-08-281-2/+2
* | | | | | | | | | | If the VM was reset via "/sbin/reboot" or "shutdown -r",Craig Rodrigues2014-08-251-1/+2
* | | | | | | | | | | Add comment which describes the exit status codes returned fromCraig Rodrigues2014-08-251-0/+8
* | | | | | | | | | | Remove vestiges of previous autofs.Edward Tomasz Napierala2014-08-183-563/+0
* | | | | | | | | | | Various style(9) and related fixes.George V. Neville-Neil2014-07-311-32/+23
* | | | | | | | | | | Add an example program to show how to use libpmc from a program.George V. Neville-Neil2014-07-313-2/+124
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Remove ia64.Marcel Moolenaar2014-07-071-1/+0
* | | | | | | | | | After r267897 brought in a new version of file/libmagic, a filesystem imageNeel Natu2014-06-271-1/+1
* | | | | | | | | | Remove example cvsup config files.Gavin Atkinson2014-06-255-267/+0
* | | | | | | | | | Drop example variables for updating over csup. These have not functionedGavin Atkinson2014-06-251-12/+0