Commit Graph

1402 Commits

Author SHA1 Message Date
yar
cb8a8edaa8 MFC the most visible bits of the corrections by Darren Pilgrim:
src/games/fortune/datfiles/fortunes		1.224
	src/lib/libc/sys/kse.2				1.18
	src/share/doc/papers/timecounter/timecounter.ms	1.4
	src/share/man/man4/devctl.4			1.5
2006-08-12 20:30:10 +00:00
suz
675445a4d6 MFC: sync with KAME regarding NDP
- 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
- renamed a macro IPV6_DADOUTPUT to IPV6_UNSPECSRC
- plugged a possible memory leak

	share/doc/IMPLEMENTATIONS	Rev.1.9
	sys/netinet/icmp6.h		Rev.1.20
	sys/netinet6/icmp6.c		Rev.1.69
	sys/netinet6/in6.c		Rev.1.57,58
	sys/netinet6/in6.h		Rev.1.41,42
	sys/netinet6/in6_ifattach.c	Rev.1.31
	sys/netinet6/in6_ifattach.h	Rev.1.7
	sys/netinet6/in6_src.c		Rev.1.36
	sys/netinet6/in6_var.h		Rev.1.27
	sys/netinet6/ip6_var.h		Rev.1.36
	sys/netinet6/ip6_output.c	Rev.1.99,100
	sys/netinet6/mld6.c		Rev.1.24,25
	sys/netinet6/mld6_var.h		Rev.1.7
	sys/netinet6/nd6.c		Rev.1.59,61,62
	sys/netinet6/nd6.h		Rev.1.21
	sys/netinet6/nd6_nbr.c		Rev.1.34,37,38,39
	sys/netinet6/nd6_rtr.c		Rev.1.30,31
2005-12-25 14:03:38 +00:00
ume
318b6c2fd4 MFC 1.8: reflect scope change. 2005-11-04 20:30:56 +00:00
phk
1ca93d7c74 Remove paper about the Berkeley Pascal Runtime which we have never had
in FreeBSD because it was VAX specific.

Approved by:	re@
2005-08-16 22:39:27 +00:00
phk
a2d3a9f45d Remove pointless formatting date.
Approved by: re@
2005-08-16 22:36:54 +00:00
phk
a28c593c4d Remove the NQNFS paper.
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@
2005-07-01 15:33:08 +00:00
eivind
d155c550d1 Baby, we are not in Kansas anymore. Nor are we in 1996 or FreeBSD 2.1.
Note that these papers are mostly quite old, and add a pointer to
more recent docs.
2005-05-26 23:01:30 +00:00
jkoshy
dc3444cd91 Bring a working snapshot of hwpmc(4), its associated libraries, userland utilities
and documentation into -CURRENT.

Bump FreeBSD_version.

Reviewed by:	alc, jhb (kernel changes)
2005-04-19 04:01:25 +00:00
dougb
8a3be2209e There is no longer a KNOWN_DEFECTS file, so don't try to install it. 2005-03-17 10:15:29 +00:00
ru
cec60429bb Start the dreaded NOFOO -> NO_FOO conversion.
OK'ed by:	core
2004-12-21 08:47:35 +00:00
ru
5db2b9d5b3 For variables that are only checked with defined(), don't provide
any fake value.
2004-10-24 15:33:08 +00:00
dougb
775a090407 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
45457fa40b 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
00087034ca Fix typo.
Found by:	imp
2004-02-23 23:39:42 +00:00
ru
36f19f59f5 Normalize. 2004-01-20 13:09:29 +00:00
ume
1c2b839e59 - 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
fd41336ef5 - 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
2da6bcd326 - 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
5ed65ab40c Correct troff usage; typo fixes. 2003-09-05 09:40:10 +00:00
jkoshy
0d0d78bb93 Allow the PS version of this paper to be built. 2003-09-05 09:38:54 +00:00
gshapiro
e95dd66c1f 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
0ad2e8b805 de-__P
use port/proto to represent services (not proto/port).
add FBSDID
2003-07-06 10:37:00 +00:00
phk
0881485008 String the timecounter paper into the build. 2003-06-17 09:14:34 +00:00
phk
69776c1082 Add my timecounter paper from EuroBSDcon2002 2003-06-15 18:49:46 +00:00
markm
a7da2328fb Remove some KerberosIV references that are now stale. 2003-04-30 17:01:43 +00:00
schweikh
d3367c5f5d Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
especially in troff files.
2003-01-01 18:49:04 +00:00
schweikh
86f7487fb6 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
8ab9379e5e Fixes to get rid of CD_HACK. 2002-10-30 15:20:50 +00:00
ru
ec66c70faa Fixes to get rid of CD_HACK. 2002-10-30 13:07:34 +00:00
ru
40dc9090f3 PRINTERDEVICE can now take multiple values. 2002-10-29 16:13:21 +00:00
ru
3f90b796ab 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
683e5c5ffc Use a single style for share/doc/ makefiles. 2002-10-29 15:01:59 +00:00
ru
8d0cd2018b Sort SUBDIR list.
Don't mention SGML docs which now live elsewhere.
2002-10-29 14:58:00 +00:00
ru
11834b7f23 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
4d88e087d2 Preprocess with tbl(1) only where needed. 2002-10-25 09:14:09 +00:00
ru
15e0eb97a1 Don't preprocess with tbl(1). 2002-10-25 09:05:10 +00:00
ru
c1d33c6fed Kill the remnants of BOG. 2002-10-25 09:03:09 +00:00
ru
5e4893fc8e Preprocess with tbl(1). 2002-10-25 08:55:47 +00:00
ru
d0b1bc7f63 Don't preprocess with tbl(1). 2002-10-25 08:55:24 +00:00
ru
48a64d9db1 Don't preprocess with tbl(1). 2002-10-25 08:40:24 +00:00
ru
f49bd854f3 Simplify. 2002-10-25 08:39:25 +00:00
ru
203eccbd28 Don't preprocess with tbl(1). 2002-10-25 08:10:40 +00:00
ru
4f74de76e4 Preprocess with tbl(1). 2002-10-25 08:06:58 +00:00
ru
909e8de9d5 Eliminate warnings. 2002-10-24 13:31:34 +00:00
ru
517ed2d58a Preprocess with tbl(1), eliminate warnings. 2002-10-24 13:21:29 +00:00
ru
8104fab395 Fixed a warning. 2002-10-24 12:59:10 +00:00
ru
1fa067ab68 Fixed references and a bunch of other warnings. 2002-10-24 12:56:20 +00:00
markm
53836e9766 Move more games stuff to the attic. 2002-10-21 07:50:38 +00:00
markm
cc5521cdd1 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
ca8c4bef3b 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