summaryrefslogtreecommitdiffstats
path: root/share/doc
Commit message (Collapse)AuthorAgeFilesLines
* Set up the /usr/tests hierarchy.jmmv2013-12-281-1/+1
| | | | | | | | | | | | | | | | | This is a MFC of the following into stable/10: - r257097 Set up the /usr/tests hierarchy. - r257098 Add missing WITHOUTTESTS file. - r257100 Add a tests(7) manual page. - r257105 Disable WITHTESTS= for now. - r257848 Fix buildworld when WITHTESTS is enabled. - r257850 Subsume the functionality of MKATF into MKTESTS. - r257851 Handle the removal of the test suite when WITHOUTTESTS=yes. - r257852 Install category Kyuafiles from their category directories. - r258232 Install BSD.tests.mtree when MKTESTS is yes. Note that building with WITH_TESTS is still broken at this point (and hence why WITHOUT_TESTS is the set as the default). Subsequent pullups will fix the remaining issues.
* Revert r256095, r256120 (partial), r256121:gjb2013-10-095-0/+25
| | | | | | | | | | | | | | | r256095: - Add gnu/usr.bin/rcs back to the base system. r256120: - Add WITHOUT_RCS back to src.conf.5. r256121: - Remove UPDATING entry regarding gnu/usr.bin/rcs removal. Requested by: many Approved by: re (marius) Discussed with: core
* Good bye RCS. You will be missed.eadler2013-10-075-25/+0
| | | | | | | (devel/rcs and devel/rcs57 are available as alternatives) Approved by: core Approved by: re (hrs)
* Remove BIND.des2013-09-302-37/+0
| | | | Approved by: re (gjb)
* Update Bind to 9.9.3-P2erwin2013-08-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | Notable new features: * Elliptic Curve Digital Signature Algorithm keys and signatures in DNSSEC are now supported per RFC 6605. [RT #21918] * Introduces a new tool "dnssec-verify" that validates a signed zone, checking for the correctness of signatures and NSEC/NSEC3 chains. [RT #23673] * BIND now recognizes the TLSA resource record type, created to support IETF DANE (DNS-based Authentication of Named Entities) [RT #28989] * The new "inline-signing" option, in combination with the "auto-dnssec" option that was introduced in BIND 9.7, allows named to sign zones completely transparently. Approved by: delphij (mentor) MFC after: 3 days Sponsored by: DK Hostmaster A/S
* Adding urtwn(4) firmware and related changes.hiren2013-07-102-1/+9
| | | | | Reviewed by: rpaulo Approved by: sbruno (mentor)
* Remove CVS from the base system.eadler2013-06-152-12/+1
| | | | | | Discussed with: many Reviewed by: peter, zi Approved by: core
* Add ATF to the build. This is may be a bit rought around the egdes,marcel2012-10-222-1/+53
| | | | | | | | | | | | | | | | | but committing it helps to get everyone on the same page and makes sure we make progress. Tinderbox breakages that are the result of this commit are entirely the committer's fault -- in other words: buildworld testing on amd64 only. Credits follow: Submitted by: Garrett Cooper <yanegomi@gmail.com> Sponsored by: Isilon Systems Based on work by: keramida@ Thanks to: gnn@, mdf@, mlaier@, sjg@ Special thanks to: keramida@
* Disconnect non-MPSAFE PORTALFS from the build in preparation for droppingattilio2012-10-162-5/+2
| | | | | | GIANT from VFS. This is not targeted for MFC.
* Don't build and install the 07.lpd doc if WITHOUT_LPR is set.jhb2012-08-271-1/+5
| | | | MFC after: 1 week
* The BIND 9.8.2 tarball was re-rolled to remove 9.8.1 release notes.dougb2012-04-121-3/+1
| | | | | | | | | This change was noticed by ISC at: https://lists.isc.org/pipermail/bind-users/2012-April/087345.html and verified by me both by comparing the contents of the old and new distfiles and by verifying the PGP signature on the new distfile.
* Add Bv9ARM.pdf to the list of docs to install.dougb2012-04-041-1/+1
|
* Spelling fixes for share/uqs2011-12-301-17/+17
|
* - change "is is" to "is" or "it is"eadler2011-10-164-5/+5
| | | | | | | | - change "the the" to "the" Approved by: lstewart Approved by: sahil (mentor) MFC after: 3 days
* Revive the LLVM and Clang license files, which were removed in mydim2011-09-293-1/+33
| | | | | | | | | too-thorough cleanup of unused files, in r213695. Also make sure these get installed under /usr/share/doc. Submitted by: rwatson, brooks Pointy hat to: dim MFC after: 3 days
* Upgrade to BIND version 9.8.1. Release notes at:dougb2011-09-031-1/+3
| | | | | | | | https://deepthought.isc.org/article/AA-00446/81/ or /usr/src/contrib/bind9/ Approved by: re (kib)
* bmake and other updates necessary for the BIND 9.8.x upgrade.dougb2011-07-161-5/+8
| | | | | | | | | This includes a structural change regarding atomic ops. Previously they were enabled on all platforms unless we had knowledge that they did not work. However both work performed by marius@ on sparc64 and the fact that the 9.8.x branch is fussier in this area has demonstrated that this is not a safe approach. So I've modified a patch provided by marius to enable them for i386, amd64, and ia64 only.
* Rename 07.lpr to 07.lpd and re-connect to the build. This wasuqs2011-04-1011-3/+1
| | | | | | | forgotten in r216178. Submitted by: antoine Pointyhat: uqs
* Fix typo - "is is" should have been changed to "it is" in r218965.brucec2011-02-261-1/+1
|
* Fix typos - remove duplicate "is".brucec2011-02-232-2/+2
| | | | | | PR: docs/154934 Submitted by: Eitan Adler <lists at eitanadler.com> MFC after: 3 days
* Flesh out WITHOUT_GROFF support to DTRT.uqs2011-02-221-1/+6
| | | | | | | | | | | | A full featured groff is required during buildworld, so build it always and don't rely on it being present on the host system. vgrind(1) is tightly coupled to a roff processor and will not be built/installed when groff is disabled. Also much of the roff'ed documentation under share/doc will not be built/installed when WITHOUT_GROFF is defined. Reviewed by: ru (partial)
* Unroll vgrind filter to no longer depend on vgrind(1) during buildworld.uqs2011-01-264-12/+1316
| | | | | The source files haven't been touched in ages and this is unlikely to change in the future.
* Move most of the remaining USD/PSD/SMM papers into share/docuqs2010-12-0498-16/+31849
|
* Remove references to MAKEDEV(8)dougb2010-11-155-76/+7
|
* Rename documentation source files to avoid filesystem case and restrictedemaste2010-07-164-2/+2
| | | | | | | filename issues when checking out the source on other operating systems. I've verified the generated paper.ascii is identical before and after the change.
* Install Intel iwn(4) firmware license.rpaulo2010-05-272-0/+8
| | | | MFC after: 3 days
* Move USD documents from /usr/share/doc/papers to to /usr/share/doc/usd.delphij2010-01-223-0/+20
| | | | Reviewed by: gabor
* Add the KNOWN-DEFECTS file back in for the 9.6.1 release.dougb2009-06-251-1/+1
|
* Update BIND to version 9.6.1rc1. This version has better performance anddougb2009-05-311-3/+5
| | | | | | | | | | | | | lots of new features compared to 9.4.x, including: Full NSEC3 support Automatic zone re-signing New update-policy methods tcp-self and 6to4-self DHCID support. More detailed statistics counters including those supported in BIND 8. Faster ACL processing. Efficient LRU cache-cleaning mechanism. NSID support.
* Update bmake glue for changes in 9.4.3dougb2008-12-231-1/+1
|
* Link wpi(4) into the build.benjsc2007-11-081-1/+2
| | | | | | | | | | This includes: o mtree (for legal/intel_wpi) o manpage for i386/amd64 archs o module for i386/amd64 archs o NOTES for i386/amd64 archs Approved by: mlaier (comentor)
* Initial Import of wpi driver based on p4 changeset 128641.benjsc2007-11-051-0/+8
| | | | | | | | | This import includes: o wpi Wireless driver for the Intel 3945 Wireless Lan Controller (802.11abg) (sys/dev/wpi) o Intel firmware revision 2.14.4 & associated LICENSE (sys/dev/contrib/wpi, sys/contrib/dev/wpi/LICENSE) o wpifw Firmware driver (sys/modules/wpifw) Approved by: mlaier, sam (co-mentors)
* Update bmake glue for the BIND 9.4.1 import.dougb2007-06-021-2/+6
| | | | | This includes a return to building with threads, since one of the major focuses of the 9.4.x branch is to improve thread performance.
* style(9) fixes.flz2007-03-022-2/+2
| | | | Reported by: ru
* - Add Intel firmwares for Intel PRO/Wireless LAN 2100/2200/2915 cards in aflz2007-03-024-1/+21
| | | | | | | | | | | | | uuencoded format along with their respective LICENSE files. - Add new share/doc/legal directory to BSD.usr.dist mtree file. This is the place we install LICENSE files for restricted firmwares. - Teach firmware(9) and kmod.mk about licensed firmwares. Restricted firmwares won't load properly unless legal.<name>.license_ack is set to 1, either via kenv(1) or /boot/loader.conf. Reviewed by: mlaier, sam Permitted by: Intel (via Andrew Wilson) MFC after: 1 month
* Remove some comments about NetBSD. This in on FreeBSD and we do notbz2006-11-121-10/+7
| | | | | | | | want to confuse people at the very beginning. Sync TOC/paragraph numbers in the text. Requested by: Benedikt Stockebrand during his talk at EuroBSDCon 2006 Reviewed by: gnn
* Sort SUBDIR.ru2006-10-051-1/+1
|
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-041-1/+1
| | | | | | | | | | This change affects documentation and comments only, no real code involved. PR: misc/101245 Submitted by: Darren Pilgrim <darren pilgrim bitfreak org> Tested by: md5(1) MFC after: 1 week
* Reimplementation of world/kernel build options. For details, see:ru2006-03-172-2/+6
| | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* sync with KAME regarding NDPsuz2005-10-211-83/+157
| | | | | | | | | | | | - introduced fine-grain-timer to manage ND-caches and IPv6 Multicast-Listeners - supports Router-Preference <draft-ietf-ipv6-router-selection-07.txt> - better prefix lifetime management - more spec-comformant DAD advertisement - updated RFC/internet-draft revisions Obtained from: KAME Reviewed by: ume, gnn MFC after: 2 month
* The Berkeley pascal implementation for the VAX 11/780 has onlyphk2005-08-0119-3129/+0
| | | | | historical relevance these days, stow it in the attic instead of on millions of FreeBSD computers.
* Remove the \*(DY at the end of the document, it makes the installedphk2005-08-011-1/+0
| | | | file differ for each install.
* reflect scope change.ume2005-07-251-29/+152
| | | | Obtained from: KAME
* Remove the NQNFS paper.phk2005-07-013-2016/+0
| | | | | | | | We removed the corresponding code long time ago and the historically interested can find this paper in the cvs repo, there is no point in installing it any more. Approved by: re@
* Baby, we are not in Kansas anymore. Nor are we in 1996 or FreeBSD 2.1.eivind2005-05-261-6/+7
| | | | | Note that these papers are mostly quite old, and add a pointer to more recent docs.
* Bring a working snapshot of hwpmc(4), its associated libraries, userland ↵jkoshy2005-04-193-0/+43
| | | | | | | | | | utilities and documentation into -CURRENT. Bump FreeBSD_version. Reviewed by: alc, jhb (kernel changes)
* There is no longer a KNOWN_DEFECTS file, so don't try to install it.dougb2005-03-171-1/+1
|
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-212-2/+2
| | | | OK'ed by: core
* For variables that are only checked with defined(), don't provideru2004-10-2443-69/+69
| | | | any fake value.
* Ruslan teaches me yet another useful fact. "Please sort these lexically"dougb2004-09-251-1/+1
| | | | does NOT mean in Unix-caps-first order.
OpenPOWER on IntegriCloud