summaryrefslogtreecommitdiffstats
path: root/share/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Install the documentation for bind9, and remove the /usr/share/doc/binddougb2004-09-252-1/+27
| | | | | | directory from mtree while we're at it. Help, advice, and code from: ru, des
* Fix typo.phk2004-02-231-1/+1
| | | | Found by: imp
* Normalize.ru2004-01-204-14/+65
|
* - refrect recent changes.ume2003-11-051-193/+466
| | | | | | | | | | - add table of contents. - add section 4.8 - Operations with IPsec tunnel mode. - add section 9 - Policy on technology with intellectual property right restriction - more about KAME's codeing style. Obtained from: KAME
* - support AES counter mode for ESP.ume2003-10-131-3/+4
| | | | | | | | - use size_t as return type of schedlen(), as there's no error check needed. - clear key schedule buffer before freeing. Obtained from: KAME
* - RIPEMD160 supportume2003-10-121-0/+2
| | | | | | - pass size arg to ah->result (avoid assuming result buffer size) Obtained from: KAME
* Correct troff usage; typo fixes.jkoshy2003-09-051-9/+9
|
* Allow the PS version of this paper to be built.jkoshy2003-09-051-1/+8
|
* Remove MAINTAINER= lines from individual Makefiles in favor of thegshapiro2003-07-071-2/+0
| | | | MAINTAINER file (which already had entries for sendmail).
* de-__Pcharnier2003-07-062-4/+5
| | | | | use port/proto to represent services (not proto/port). add FBSDID
* String the timecounter paper into the build.phk2003-06-171-1/+1
|
* Add my timecounter paper from EuroBSDcon2002phk2003-06-1510-0/+6004
|
* Remove some KerberosIV references that are now stale.markm2003-04-302-63/+22
|
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-0114-91/+105
| | | | especially in troff files.
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-302-8/+12
| | | | Add FreeBSD Id tag where missing.
* Fixes to get rid of CD_HACK.ru2002-10-302-5/+12
|
* Fixes to get rid of CD_HACK.ru2002-10-308-23/+24
|
* PRINTERDEVICE can now take multiple values.ru2002-10-294-17/+2
|
* Index is unique for each PRINTERDEVICE.ru2002-10-291-6/+16
| | | | | | Abuse .for so that the variable expansion works inside the N modifier. This won't be a simple abuse with the next version of bsd.doc.mk which will support multi-value PRINTERDEVICE.
* Use a single style for share/doc/ makefiles.ru2002-10-2934-150/+129
|
* Sort SUBDIR list.ru2002-10-291-3/+2
| | | | Don't mention SGML docs which now live elsewhere.
* bsd.doc.mk changes:ru2002-10-2921-150/+130
| | | | | | | | | | | | | | | Don't gratuitously pipe thru a cat(1) if NODOCCOMPRESS. Only create _stamp.extra when necessary. Get rid of SOELIMPP and OBJS. Use Groff version of soelim(1); we need its -I option for the following to work. Don't needlessly chdir to SRCDIR. Only a few documents need CD_HACK, and those that need it either use refer(1) or .PSPIC macro which internally uses the .psbb call.
* Preprocess with tbl(1) only where needed.ru2002-10-255-3/+6
|
* Don't preprocess with tbl(1).ru2002-10-251-2/+0
|
* Kill the remnants of BOG.ru2002-10-252-26/+0
|
* Preprocess with tbl(1).ru2002-10-252-0/+3
|
* Don't preprocess with tbl(1).ru2002-10-251-1/+0
|
* Don't preprocess with tbl(1).ru2002-10-251-1/+0
|
* Simplify.ru2002-10-251-6/+4
|
* Don't preprocess with tbl(1).ru2002-10-251-1/+0
|
OpenPOWER on IntegriCloud