summaryrefslogtreecommitdiffstats
path: root/share/examples
Commit message (Collapse)AuthorAgeFilesLines
* MFC: r314694rgrimes2017-04-221-1/+9
| | | | | | | | Make vmrun.sh passthrough -u and -w to bhybe PR: 214273 Submitted by: Martin Birgmeier <la5lb...@aon.at> Approved by: grehan (mentor)
* MFC r308615 [brd]:dteske2016-12-132-24/+24
| | | | | | | Attempt to make the parts that people are supposed to change stand out more by capitalizing them. Approved by: me
* MFC r308148, r308150, r308156:gjb2016-11-031-1/+1
| | | | | | | | | | | | | r308148: Fix packaging calendar(1) files. r308150: Fix packaging /usr/share/examples/etc. r308156: Fix packaging /usr/lib{,32}/libgcc_eh{,_p}.a. Sponsored by: The FreeBSD Foundation
* Install/Connect ypldap.conf(5) on examples.araujo2016-06-061-2/+4
|
* Update share/examples/* to properly install /usr/share/examples.gjb2016-05-1035-2/+84
| | | | | | | | | | As result of this, a new examples package is now created. Note, this is only effective with 'SHARED=copies' (the default), as the 'SHARED=symlinks' mechanism will create a symlink to the source tree version of the file(s). Sponsored by: The FreeBSD Foundation
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedngie2016-05-046-29/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | after r298107 Summary of changes: - Replace all instances of FILES/TESTS with ${PACKAGE}FILES. This ensures that namespacing is kept with FILES appropriately, and that this shouldn't need to be repeated if the namespace changes -- only the definition of PACKAGE needs to be changed - Allow PACKAGE to be overridden by callers instead of forcing it to always be `tests`. In the event we get to the point where things can be split up enough in the base system, it would make more sense to group the tests with the blocks they're a part of, e.g. byacc with byacc-tests, etc - Remove PACKAGE definitions where possible, i.e. where FILES wasn't used previously. - Remove unnecessary TESTSPACKAGE definitions; this has been elided into bsd.tests.mk - Remove unnecessary BINDIRs used previously with ${PACKAGE}FILES; ${PACKAGE}FILESDIR is now automatically defined in bsd.test.mk. - Fix installation of files under data/ subdirectories in lib/libc/tests/hash and lib/libc/tests/net/getaddrinfo - Remove unnecessary .include <bsd.own.mk>s (some opportunistic cleanup) Document the proposed changes in share/examples/tests/tests/... via examples so it's clear that ${PACKAGES}FILES is the suggested way forward in terms of replacing FILES. share/mk/bsd.README didn't seem like the appropriate method of communicating that info. MFC after: never probably X-MFC with: r298107 PR: 209114 Relnotes: yes Tested with: buildworld, installworld, checkworld; buildworld, packageworld Sponsored by: EMC / Isilon Storage Division
* share: minor spelling fixes.pfg2016-05-012-4/+4
| | | | | | Mostly comments but these tend to be user-visible. MFC after: 2 weeks
* Fix including Kyuafile in packaged base system.gjb2016-04-294-4/+8
| | | | | | | | | | | | Fix a related typo while here. Note, this change results in the Kyuafile inclusion in the runtime package, which needs to be fixed, however addresses the PR as far as I can tell in my tests. PR: 209114 Submitted by: ngie Sponsored by: The FreeBSD Foundation
* - Add two new subcommands to rc.subr:lme2016-04-231-1/+1
| | | | | | | | | | "describe" shows an rc script's description "extracommands" shows an rc script's non-standard commands like "reload", "configtest", "keygen", etc - Update the rc(8) manpage and the tcsh(1) completion examples to reflect these changes Approved by: bapt Sponsored by: Essen Linuxhotel Hackathon 2016 Differential Revision: D452
* MFHgjb2016-04-161-2/+2
|\ | | | | | | Sponsored by: The FreeBSD Foundation
| * Rework META_TARGETS so that it automatically adds META_DEPS to the targets.bdrewery2016-04-141-2/+2
| | | | | | | | | | | | | | | | This will only be done if the target is defined, so if the target is defined after bsd.sys.mk is included then it needs to manually add ${META_DEPS} still. Sponsored by: EMC / Isilon Storage Division
* | MFHgjb2016-03-142-4/+17
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * META_MODE: Simplify the META_COOKIE handling to use .USE/.USEBEFORE.bdrewery2016-03-111-7/+3
| | | | | | | | | | | | | | Extend it to other cases of meta mode cookies so they get the proper rm cookie behavior when a .meta file detects it needs to rebuild and fails. Sponsored by: EMC / Isilon Storage Division
| * DIRDEPS_BUILD: Fix staging of share/sendmail and share/examples.bdrewery2016-03-112-2/+19
| | | | | | | | Sponsored by: EMC / Isilon Storage Division
* | MFHgjb2016-03-104-0/+59
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * DIRDEPS_BUILD: Connect MK_TESTS.bdrewery2016-03-094-0/+59
| | | | | | | | Sponsored by: EMC / Isilon Storage Division
* | MFHgjb2016-02-154-169/+322
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Fix missing description for command usagedteske2016-02-132-2/+6
| | | | | | | | | | | | While "jng" or "jib" without arguments told you what each sub-command does, sub-command usage didn't tell you (e.g., "jng bridge" or "jib addm" gave only usage and not description).
| * Comments and fix small bugdteske2016-02-122-18/+24
| | | | | | | | | | | | Reduce differences between jib/jng and fix a bug that would prevent additional interfaces from being created if the first of many already existed (counter wasn't incremented before calling only continue).
| * Add syntax to disable MAC allocationdteske2016-02-122-22/+24
| | | | | | | | | | | | | | | | | | Adding `!' before an interface name will disable MAC allocation, falling back to driver mechanics. Alternatively adding `=' before an interface name causes the MAC address to be cloned (for ng_bridge(4) back-end only). While here, disable the auto-detection of wlan* since this knocks the host off; requiring the host that defines the jail to explicitly enable this feature by preceding the interface with `='.
| * Refactor conversion to hexdteske2016-02-122-26/+14
| |
| * Add support for bridging iwn(4) based wlan(4)dteske2016-02-111-4/+25
| | | | | | | | | | | | | | | | Documented in iwn(4), "Only one virtual interface may be configured at any time." However, netgraph with a cloned MAC address is able to communicate over an ng_eiface attached to an ng_bridge linked to the wlan(4) interface. While here, introduce syntax to specify the MAC address is to be cloned if the named interface begins with equals [=].
| * Centralize MAC derivation formuladteske2016-02-112-144/+175
| |
| * Add example VIMAGE config required by vnet jailsdteske2016-02-112-0/+67
| |
| * Add `stats' command to get ng_bridge(4) statsdteske2016-02-101-0/+34
| |
* | MFHgjb2016-02-106-17/+198
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Add vnet jail configuration examplesdteske2016-02-104-1/+181
| |
| * Bring generated interfaces up alwaysdteske2016-02-092-0/+4
| |
| * Change MAC algo to support mixing w/jng interfacesdteske2016-02-091-14/+11
| |
| * Fix bpf unhiding example /etc/devfs.rulesdteske2016-02-092-2/+2
| |
| * Adjust MAC algo to support interface branchingdteske2016-02-092-22/+61
| |
| * Adjust MAC allocation algo to support layeringdteske2016-02-082-3/+13
| |
| * Provide additional information on overall purposedteske2016-02-082-2/+10
| |
| * Fix copy/paste error; s/ngX/eXb/dteske2016-02-081-2/+2
| |
* | MFHgjb2016-02-092-27/+84
| | | | | | | | Sponsored by: The FreeBSD Foundation
* | MFHgjb2016-02-082-0/+783
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Add two scripts for vnet jailsdteske2016-02-072-0/+783
| | | | | | | | | | | | One for if_bridge(4) back-end, another for ng_bridge(4) back-end Sponsored by: FIS Global, Inc.
* | More 'tests' packaging fixes.gjb2016-02-031-0/+5
| | | | | | | | Sponsored by: The FreeBSD Foundation
* | First pass to fix the 'tests' packages.gjb2016-02-023-0/+14
| | | | | | | | Sponsored by: The FreeBSD Foundation
* | MFHgjb2016-01-141-2/+2
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Suggest setting gateway_enable="YES" instead of sysctl ↵kevlo2016-01-141-2/+2
| | | | | | | | | | | | net.inet.ip.forwarding=1 to enable packet forwarding. Reviewed by: glebius
* | MFHgjb2016-01-131-0/+40
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * ypldap(8) is a feature ready to be used to translate nis(8) database to ldap(3).araujo2016-01-131-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit, fix a core dump on ypldap(8) related with memory allocation. Also an example of how to set the ypldap.conf(5) properly is added to examples files. A new user _ypldap is required to be able to run ypldap(8) as well as in a chroot mode. Reviewed by: rodrigc (mentor), bjk Approved by: bapt (mentor) Relnotes: Yes Sponsored by: gandi.net Differential Revision: https://reviews.freebsd.org/D4744
* | MFH r289384-r293170gjb2016-01-049-8/+44
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Add missing return statement to atf/printf_test to make the examplengie2015-12-201-0/+2
| | | | | | | | | | | | | | | | complete and correct, and mute a compiler warning from clang MFC after: 3 days Reported by: Jenkins Sponsored by: EMC / Isilon Storage Division
| * Fix a typo in the CPUTYPE list.brueffer2015-12-071-1/+1
| | | | | | | | | | | | PR: 205099 Submitted by: xxjack12xx@gmail.com MFC after: 1 week
| * META MODE: Update dependencies with 'the-lot' and add missing directories.bdrewery2015-12-013-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not properly respecting WITHOUT or ARCH dependencies in target/. Doing so requires a massive effort to rework targets/ to do so. A better approach will be to either include the SUBDIR Makefiles directly and map to DIRDEPS or just dynamically lookup the SUBDIR. These lose the benefit of having a userland/lib, userland/libexec, etc, though and results in a massive package. The current implementation of targets/ is very unmaintainable. Currently rescue/rescue and sys/modules are still not connected. Sponsored by: EMC / Isilon Storage Division
| * META MODE: These need object directories to handle staging.bdrewery2015-11-263-4/+0
| | | | | | | | Sponsored by: EMC / Isilon Storage Division
| * Add API to obtain primary enclosure name and ID for /dev/sesX devices.mav2015-11-211-0/+12
| | | | | | | | | | | | | | | | | | sesX device number may change between reboots, so to properly identify the instance we need more data. Name and ID reported here may mach ones reported by SCSI device, but that is not really required by specs. MFC after: 1 week Sponsored by: iXsystems, Inc.
| * NO_CPU_OPTFLAGS doesn't exist, so don't document it.imp2015-11-121-1/+0
| |
OpenPOWER on IntegriCloud