Commit Graph

1392 Commits

Author SHA1 Message Date
ru
1edab47bcf For variables that are only checked with defined(), don't provide
any fake value.
2004-10-24 15:33:08 +00:00
dougb
9ad0721882 Ruslan teaches me yet another useful fact. "Please sort these lexically"
does NOT mean in Unix-caps-first order.
2004-09-25 09:11:39 +00:00
dougb
a0c8ba71f0 Install the documentation for bind9, and remove the /usr/share/doc/bind
directory from mtree while we're at it.

Help, advice, and code from:	ru, des
2004-09-25 00:42:38 +00:00
phk
7f1bcfcd28 Fix typo.
Found by:	imp
2004-02-23 23:39:42 +00:00
ru
08c0a7d72a Normalize. 2004-01-20 13:09:29 +00:00
ume
8b826d48ba - refrect recent changes.
- 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
2003-11-05 12:00:32 +00:00
ume
f4517f9a06 - support AES counter mode for ESP.
- use size_t as return type of schedlen(), as there's no error
  check needed.
- clear key schedule buffer before freeing.

Obtained from:	KAME
2003-10-13 14:57:41 +00:00
ume
c9ac7566f1 - RIPEMD160 support
- pass size arg to ah->result (avoid assuming result buffer size)

Obtained from:	KAME
2003-10-12 09:41:42 +00:00
jkoshy
d67feeb70a Correct troff usage; typo fixes. 2003-09-05 09:40:10 +00:00
jkoshy
d669b93166 Allow the PS version of this paper to be built. 2003-09-05 09:38:54 +00:00
gshapiro
ca7f48dde3 Remove MAINTAINER= lines from individual Makefiles in favor of the
MAINTAINER file (which already had entries for sendmail).
2003-07-07 03:54:04 +00:00
charnier
37494cc9e7 de-__P
use port/proto to represent services (not proto/port).
add FBSDID
2003-07-06 10:37:00 +00:00
phk
97f20197fe String the timecounter paper into the build. 2003-06-17 09:14:34 +00:00
phk
fa2e770620 Add my timecounter paper from EuroBSDcon2002 2003-06-15 18:49:46 +00:00
markm
ba6faea28d Remove some KerberosIV references that are now stale. 2003-04-30 17:01:43 +00:00
schweikh
c353aec149 Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
especially in troff files.
2003-01-01 18:49:04 +00:00
schweikh
28d78933e7 Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
Add FreeBSD Id tag where missing.
2002-12-30 21:18:15 +00:00
ru
f9a1be7875 Fixes to get rid of CD_HACK. 2002-10-30 15:20:50 +00:00
ru
b1c1c07fa2 Fixes to get rid of CD_HACK. 2002-10-30 13:07:34 +00:00
ru
52f1b08da9 PRINTERDEVICE can now take multiple values. 2002-10-29 16:13:21 +00:00
ru
46f653ac35 Index is unique for each PRINTERDEVICE.
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.
2002-10-29 15:51:37 +00:00
ru
e865b381e8 Use a single style for share/doc/ makefiles. 2002-10-29 15:01:59 +00:00
ru
ed725f67b7 Sort SUBDIR list.
Don't mention SGML docs which now live elsewhere.
2002-10-29 14:58:00 +00:00
ru
b72f870406 bsd.doc.mk changes:
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.
2002-10-29 14:56:09 +00:00
ru
28af73a3f0 Preprocess with tbl(1) only where needed. 2002-10-25 09:14:09 +00:00
ru
aa223142eb Don't preprocess with tbl(1). 2002-10-25 09:05:10 +00:00
ru
1e7102d458 Kill the remnants of BOG. 2002-10-25 09:03:09 +00:00
ru
f9ae6b8374 Preprocess with tbl(1). 2002-10-25 08:55:47 +00:00
ru
eae19d46e8 Don't preprocess with tbl(1). 2002-10-25 08:55:24 +00:00
ru
b88c9f6465 Don't preprocess with tbl(1). 2002-10-25 08:40:24 +00:00
ru
bdf7d9f2d3 Simplify. 2002-10-25 08:39:25 +00:00
ru
cc2d743ac6 Don't preprocess with tbl(1). 2002-10-25 08:10:40 +00:00
ru
4ba86c9c65 Preprocess with tbl(1). 2002-10-25 08:06:58 +00:00
ru
d375d1f87e Eliminate warnings. 2002-10-24 13:31:34 +00:00
ru
86981db1f3 Preprocess with tbl(1), eliminate warnings. 2002-10-24 13:21:29 +00:00
ru
da142700b6 Fixed a warning. 2002-10-24 12:59:10 +00:00
ru
cbfed83be7 Fixed references and a bunch of other warnings. 2002-10-24 12:56:20 +00:00
markm
9bb9a6e52a Move more games stuff to the attic. 2002-10-21 07:50:38 +00:00
markm
4e5361837a Do not build the majority of the games. Remaining are the
"utility-like" games and everyone's favourite, fortune(6).
2002-10-20 11:18:56 +00:00
schweikh
05fa5276a8 Fix a dozen typos, among them dmr's last name :-) and the ever so
popular "dependant" (which the original reference manual does not have).

Nuke whitespace at EOL.
2002-10-12 14:50:50 +00:00
ache
6b8a8623cd Make it works with POSIX sort (POS arg)
All old sorts understand -k too.
2002-09-24 20:10:59 +00:00
dougb
50573640fe Make it official. The old BIND Operator's Guide has no information
relevant to operation of a modern name server.
2002-07-07 08:29:00 +00:00
dougb
1faa34f4aa Unbreak build by removing 10.named for now 2002-07-01 05:44:51 +00:00
jmallett
2c400f7739 Nuke SCCS docos, they're dead, again. 2002-06-30 02:18:54 +00:00
peter
20ea209f45 Remove references to UIO_USERISPACE which no longer exists. 2002-06-20 07:09:24 +00:00
fanf
e1c5545ef8 Note that this is a historical document and that users should refer
to flex(1) in preference.

Reviewed by:	grog
Approved by:	dwmalone (mentor)
2002-05-26 16:29:25 +00:00
ru
a7a71be3f5 PSD:19 (curses) is long dead. 2002-05-22 11:58:34 +00:00
ru
032a3a9106 Unencumber. 2002-05-22 11:57:29 +00:00
ru
a67ab127a0 Build sccs(1) docs. 2002-05-22 11:55:47 +00:00
ru
03bf32f605 19.curses wasn't encumbered, it's just dead. 2002-05-22 11:45:23 +00:00