summaryrefslogtreecommitdiffstats
path: root/share/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | | | | | | | Various style(9) and related fixes.gnn2014-07-311-32/+23
* | | | | | | | | | | | | Add an example program to show how to use libpmc from a program.gnn2014-07-313-2/+124
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Remove ia64.marcel2014-07-071-1/+0
* | | | | | | | | | | | After r267897 brought in a new version of file/libmagic, a filesystem imageneel2014-06-271-1/+1
* | | | | | | | | | | | Remove example cvsup config files.gavin2014-06-255-267/+0
* | | | | | | | | | | | Drop example variables for updating over csup. These have not functionedgavin2014-06-251-12/+0
* | | | | | | | | | | | use .Mt to mark up email addresses consistently (part1)bapt2014-06-205-5/+5
* | | | | | | | | | | | Support for multiple disks and tap devices.alfred2014-06-171-22/+61
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | - Format the usage so that it fits in 80 cols and follows the standardjhb2014-04-231-15/+31
* | | | | | | | | | Convert NO_MANCOMPRESSED to MK_MANCOMPRESSED.imp2014-04-181-1/+1
OpenPOWER on IntegriCloud