summaryrefslogtreecommitdiffstats
path: root/share/examples
Commit message (Expand)AuthorAgeFilesLines
* NO_CPU_OPTFLAGS doesn't exist, so don't document it.imp2015-11-121-1/+0
* Use more appropriate ${SHAREDIR} rather than /usr/share.bdrewery2015-10-272-2/+2
* Add more SUBDIR_PARALLEL.bdrewery2015-10-151-0/+2
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andngie2015-10-121-3/+1
* Move all the dma(8) components into one single directorybapt2015-10-093-18/+0
* Add option -l for specifying which OS loader to dlopen(3). By defaultmarcel2015-10-081-3/+7
* Join excessive split lines.brueffer2015-09-301-5/+3
* META_MODE: Remove DEP_MACHINE from Makefile.depend files.bdrewery2015-09-251-2/+0
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.bdrewery2015-09-251-2/+0
* Add missing shebangjmmv2015-07-041-0/+1
* Fix issues that kept some of the examples from actually working.brueffer2015-06-291-3/+3
* Restructure memory allocation in bhyve to support "devmem".neel2015-06-181-3/+9
* Add META_MODE support.sjg2015-06-133-0/+42
|\
| * Remove extra blank linessjg2015-06-101-1/+0
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-082-4/+0
| * Merge sync of headsjg2015-05-274-25/+96
| |\
| * \ Merge from head@274682sjg2014-11-198-588/+182
| |\ \
| * \ \ Merge head from 7/28sjg2014-08-1912-308/+67
| |\ \ \
| * \ \ \ Merge from headsjg2014-05-081-1/+1
| |\ \ \ \
| * \ \ \ \ Merge headsjg2014-04-2833-241/+883
| |\ \ \ \ \
| * \ \ \ \ \ Merge head@256284sjg2013-10-131-2/+2
| |\ \ \ \ \ \
| * | | | | | | We do want objdirsjg2013-10-132-2/+0
| * | | | | | | Updated dependenciessjg2013-10-132-0/+24
| * | | | | | | Merge headsjg2013-09-113-1/+101
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge from headsjg2013-09-058-15/+2495
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ sync from headsjg2013-04-1213-345/+189
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | | | | | | | Sync with HEAD.obrien2013-02-0813-368/+123
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Updated/new Makefile.dependsjg2012-11-081-0/+14
| | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| *-----. \ \ \ \ \ \ \ \ \ \ Sync from headsjg2012-11-0424-247/+1018
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+19
| | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Remove NO_OBJsjg2015-06-111-2/+0
* | | | | | | | | | | | | | | bhyve/vmrun.sh: pass all existing readable disks to bhyveload(8)avg2015-06-051-7/+15
* | | | | | | | | | | | | | | bhyve/vmrun.sh: support passing disk options same as for bhyve(8)avg2015-06-051-2/+6
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Catch up with Clang 3.6.0.jkim2015-03-171-2/+3
* | | | | | | | | | | | | | Add -p parameter to list PCI device to pass through to the guest.glebius2015-03-121-1/+15
* | | | | | | | | | | | | | Make the uefikeys script output slightly more obvious.trasz2015-02-261-4/+1
* | | | | | | | | | | | | | Add key/cert generation script for uefisign(8).trasz2015-02-262-2/+44
* | | | | | | | | | | | | | Clean up more usb related files when MK_USB == no when dealing withngie2015-02-041-7/+10
* | | | | | | | | | | | | | Add MK_BHYVE knob for building and installing bhyve(4), et alngie2015-01-261-2/+7
* | | | | | | | | | | | | | Add MK_HAST knob for building and installing hastd(8), et alngie2015-01-261-6/+9
* | | | | | | | | | | | | | Make the error message explicit instead of just printing the usage if theneel2015-01-181-5/+11
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | This is the much-discussed major upgrade to the random(4) device, known to yo...markm2014-10-301-15/+39
* | | | | | | | | | | | | Use '-e' to check if the virtio backing file has already been created.neel2014-10-141-1/+1
* | | | | | | | | | | | | Propagate the error status of /usr/sbin/bhyve out of the vmrun.sh script.rodrigc2014-09-131-3/+14
* | | | | | | | | | | | | Attach the ISO to an ahci-cd emulated device. Therodrigc2014-09-121-1/+1
* | | | | | | | | | | | | Use "file -s", so that we can run vmrun.sh against special devices suchrodrigc2014-08-281-2/+2
* | | | | | | | | | | | | If the VM was reset via "/sbin/reboot" or "shutdown -r",rodrigc2014-08-251-1/+2
* | | | | | | | | | | | | Add comment which describes the exit status codes returned fromrodrigc2014-08-251-0/+8
* | | | | | | | | | | | | Remove vestiges of previous autofs.trasz2014-08-183-563/+0
OpenPOWER on IntegriCloud