summaryrefslogtreecommitdiffstats
path: root/share/examples
Commit message (Collapse)AuthorAgeFilesLines
...
| * Use more appropriate ${SHAREDIR} rather than /usr/share.bdrewery2015-10-272-2/+2
| | | | | | | | | | MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
| * Add more SUBDIR_PARALLEL.bdrewery2015-10-151-0/+2
| | | | | | | | | | MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division
* | MFH to r289370gjb2015-10-151-3/+1
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andngie2015-10-121-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | netbsd-tests.test.mk (r289151) - Eliminate explicit OBJTOP/SRCTOP setting - Convert all ad hoc NetBSD test integration over to netbsd-tests.test.mk - Remove unnecessary TESTSDIR setting - Use SRCTOP where possible for clarity MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Divison
* | Merge from headbapt2015-10-094-21/+7
|\ \ | |/
| * Move all the dma(8) components into one single directorybapt2015-10-093-18/+0
| | | | | | | | | | | | | | Simplifying maintainance and options (only one place to deal with MK_DMAGENT) This also makes packaging base less intrusive by getting a single point where to add tags.
| * Add option -l for specifying which OS loader to dlopen(3). By defaultmarcel2015-10-081-3/+7
| | | | | | | | | | this is /boot/userboot.so. This option allows for the development and use of other OS loaders.
* | Merge from headbapt2015-10-012-9/+3
|\ \ | |/
| * Join excessive split lines.brueffer2015-09-301-5/+3
| | | | | | | | MFC after: 1 week
| * META_MODE: Remove DEP_MACHINE from Makefile.depend files.bdrewery2015-09-251-2/+0
| | | | | | | | | | | | This has not been needed since r246865 in projects/bmake. Sponsored by: EMC / Isilon Storage Division
| * META_MODE: Remove DEP_RELDIR from Makefile.depend files.bdrewery2015-09-251-2/+0
| | | | | | | | | | | | This has not been needed since r284171 in projects/bmake. Sponsored by: EMC / Isilon Storage Division
* | Merge from headbapt2015-09-122-3/+4
|\ \ | |/
| * Add missing shebangjmmv2015-07-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | Plain test programs are not preprocessed by the build system (as opposed to ATF test cases, which automatically gain a shebang pointing at atf-sh), so we must take care of providing the shebang ourselves. I'm not sure why this was not causing problems with Kyua 0.11, but the upcoming 0.12 release chokes on this particular issue. MFC after: 1 week
| * Fix issues that kept some of the examples from actually working.brueffer2015-06-291-3/+3
| | | | | | | | | | | | PR: 144534 Submitted by: Nicolas Edel MFC after: 1 week
* | Merge from head @274131bapt2015-06-201-3/+9
|\ \ | |/
| * Restructure memory allocation in bhyve to support "devmem".neel2015-06-181-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | devmem is used to represent MMIO devices like the boot ROM or a VESA framebuffer where doing a trap-and-emulate for every access is impractical. devmem is a hybrid of system memory (sysmem) and emulated device models. devmem is mapped in the guest address space via nested page tables similar to sysmem. However the address range where devmem is mapped may be changed by the guest at runtime (e.g. by reprogramming a PCI BAR). Also devmem is usually mapped RO or RW as compared to RWX mappings for sysmem. Each devmem segment is named (e.g. "bootrom") and this name is used to create a device node for the devmem segment (e.g. /dev/vmm/testvm.bootrom). The device node supports mmap(2) and this decouples the host mapping of devmem from its mapping in the guest address space (which can change). Reviewed by: tychon Discussed with: grehan Differential Revision: https://reviews.freebsd.org/D2762 MFC after: 4 weeks
* | Merge from headbapt2015-06-155-11/+63
|\ \ | |/
| * Add META_MODE support.sjg2015-06-133-0/+42
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| | * 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
| | | |_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
| * | | | | | | | | | | | | | | Remove NO_OBJsjg2015-06-111-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For meta mode we will want objdirs. Differential Revision: D2748 Reviewed by: brooks imp
| * | | | | | | | | | | | | | | bhyve/vmrun.sh: pass all existing readable disks to bhyveload(8)avg2015-06-051-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is done if the installation mode is not requested or auto-detected. This is useful when a kernel has to be loaded from multiple disks. For example from a RAID-Z pool or a ZFS pool with multiple top level vdevs. Differential Revision: https://reviews.freebsd.org/D2723 Reviewed by: neel MFC after: 8 days
| * | | | | | | | | | | | | | | bhyve/vmrun.sh: support passing disk options same as for bhyve(8)avg2015-06-051-2/+6
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Differential Revision: https://reviews.freebsd.org/D2723 Reviewed by: neel MFC after: 8 days
* | | | | | | | | | | | | | | Merge from headbapt2015-03-171-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Catch up with Clang 3.6.0.jkim2015-03-171-2/+3
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge from headbapt2015-03-151-1/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Add -p parameter to list PCI device to pass through to the guest.glebius2015-03-121-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed by: neel
* | | | | | | | | | | | | | | Tag examples with targetted packagesbapt2015-03-051-1/+2
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Make the uefikeys script output slightly more obvious.trasz2015-02-261-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MFC after: 1 month Sponsored by: The FreeBSD Foundation
* | | | | | | | | | | | | | Add key/cert generation script for uefisign(8).trasz2015-02-262-2/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (Forgot about Relnotes in the commit that added uefisign(8), so set it here.) MFC after: 1 month Relnotes: yes Sponsored by: The FreeBSD Foundation
* | | | | | | | | | | | | | Clean up more usb related files when MK_USB == no when dealing withngie2015-02-041-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | manpages, libraries, and binaries MFC after: 1 week X-MFC with: r278135 Sponsored by: EMC / Isilon Storage Division
* | | | | | | | | | | | | | Add MK_BHYVE knob for building and installing bhyve(4), et alngie2015-01-261-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
* | | | | | | | | | | | | | Add MK_HAST knob for building and installing hastd(8), et alngie2015-01-261-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
* | | | | | | | | | | | | | Make the error message explicit instead of just printing the usage if theneel2015-01-181-5/+11
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | virtual machine name is not specified. Requested by: grehan MFC after: 1 week
OpenPOWER on IntegriCloud