341 Commits

Author SHA1 Message Date
bmah
86d76f86a8 New release notes: Multiple low-level consoles, fxp(4) bundling. 2001-10-25 20:47:12 +00:00
bmah
f40107317c Refer more consistently to the different FreeBSD (hardware platform)
ports.  Also use "official" names for platforms where appropriate.

Partly suggested by:	phantom
2001-10-24 16:01:40 +00:00
bmah
fb8e48b37a Add some new entities with the "official" names of the platforms
we support (as opposed to the names of ports).
2001-10-24 15:37:25 +00:00
bmah
ff251cef81 Clarification: &release.next; refers to a future FreeBSD release.
Submitted by:	phantom
2001-10-23 20:34:41 +00:00
bmah
fbe0b3c772 New release note: pkg_create -b. 2001-10-22 19:23:07 +00:00
bmah
63ff3dd861 Re-order ports collection infrastructure section of release notes. 2001-10-22 19:20:31 +00:00
bmah
489165031c Delete wx(4) release notes and hardware notes.
xl(4) now supports transmit-side TCP/IP checksum offload.
2001-10-22 18:25:39 +00:00
bmah
eec97c36d0 Bring a few multi-architecture arch= attributes into the hardware
list, based primarily on dmesg logs posted to various mailing lists.
2001-10-19 20:56:31 +00:00
bmah
ab44779593 Support a comma-separated list of architectures for the arch=
attribute.  This change is necessary in order for the release
documentation to scale to support more than two architectures.

Based on work by:	hrs
2001-10-19 20:41:09 +00:00
bmah
57b0ac62f3 New release note: xl(4) checksum offloading.
Reviewed by:	alc
2001-10-19 20:07:07 +00:00
bmah
4d5438833c New release note: route(8) add -ifp/-ifa.
Submitted by:	ru
2001-10-19 20:02:22 +00:00
bmah
4d14ab00d9 New release notes: libstand/loader(8) bzip2 support, isdnphone(8) -k,
arp(8) fddi/atm output.

MFC noted:  arp(8) interface name in output.
2001-10-19 16:27:05 +00:00
bmah
e44b62dbe2 New release and hardware note: gx(4).
While I'm here, fix a minor markup glitch in bge(4) release note.
2001-10-19 15:01:54 +00:00
dd
3e460fe553 Note MFC of syslogd -b. 2001-10-18 15:23:55 +00:00
bmah
e1b5783e1e New release notes: arp(8) prints interface names, strnstr(3)/strcasestr(3),
sysinstall(8) can load KLDs.

Minor markup additions.
2001-10-13 00:33:40 +00:00
bmah
eed0e0a1c4 Re-order "Network Interface Support" section of release notes.
No other whitespace, markup, or content changes.
2001-10-12 22:07:09 +00:00
bmah
56d6381b90 Start to move to an alphabetical (rather than semi-chronological)
ordering on release notes items, in an attempt to bring some order
to a huge mess.  This commit covers the top-level "Userland"
section.

No other content, markup, or whitespace changes.
2001-10-12 17:29:22 +00:00
bmah
8d9861c926 New release note: isp(4) Qlogic 2300 support. For some reason this didn't
get committed along with its accompanying hardware note entry.
2001-10-11 21:48:35 +00:00
bmah
a911e647c8 Move two misplaced release notes to the correct location. 2001-10-11 15:38:48 +00:00
bmah
ff9ff5eebf MFCs noted: amdpm(4), new newfs(8) cylinder group defaults. 2001-10-11 15:37:26 +00:00
dd
9b35147067 Add missing space. 2001-10-11 12:18:14 +00:00
bmah
9ffb911c6a Remove a redundant use of &arch;. 2001-10-10 02:34:20 +00:00
bmah
b80c438c9d Add a sentence giving a bit of background for recent newfs(8) changes.
Discussed with:	Ollivier Robert <roberto@ns2.freenix.org>
2001-10-09 20:10:49 +00:00
bmah
52000387cf Updated release note: FILE 3.37.
MFC noted:  tcsh 6.11.
2001-10-09 02:45:07 +00:00
bmah
32ac4271f4 Update relevant release note item with SA-01:62. 2001-10-08 21:33:56 +00:00
wilko
efbb61ecaf Update references to 'device' entries for the kernel config
files to use 5.x syntax (I hope..)

Note: I suppose one might need to hack the hints file as well?

Submitted by:	Mike Barcroft <mike@FreeBSD.ORG>, Bruce Mah <bmah@FreeBSD.ORG>
2001-10-08 20:33:46 +00:00
bmah
b76a3279bd New release notes: eaccess(2), vfs.vmiodirenable=1.
MFCs noted:  wall(1) -g, route(8) indirect routes, route(8) net/bits
syntax, route(8) proxy only published ARP entries.
2001-10-06 05:16:27 +00:00
bmah
a78257e500 Update list of supported ata(4) controllers (from ata.4 manpage). 2001-10-05 23:52:15 +00:00
bmah
9ff24d436a New release note: MAXMEM/hw.physmem.
Use entity for agp(4) driver.
2001-10-05 22:52:43 +00:00
bmah
0535afbab0 Add an abstract for this document, flesh out the introduction a
bit, and fix up the upgrading section.  While I'm here, delete some
of the SGML comments that were left-over from merging the source
files.

MFC after:	1 day
2001-10-05 22:03:35 +00:00
bmah
3c33963701 Updated release note: fsck(8) default cylinder group behavior.
MFCs noted:  KVA_SPACE, ping(8) -A, fmt(1) rewrite.
2001-10-05 03:32:49 +00:00
bmah
e43d10e5f0 Move <pubdate></pubdate> element into the <articleinfo></articleinfo> area,
where it goes for most other documents.

MFC after:	1 day
2001-10-04 23:06:37 +00:00
bmah
28d947c7dc Consolidate the various SGML source files making up the release
notes document.  Basically, I've moved the contents of common/
{artheader,intro,upgrading}.sgml into common/new.sgml, removed duplicate
$FreeBSD$ markers, and adjusted the various references to these files.
No other whitespace or content changes.

This change will make it easier to do some minor restructuring.

MFC after:	1 day
2001-10-04 22:40:19 +00:00
bmah
17c1322590 The upgrade instructions referred to an article that was (I think)
folded into the Handbook.  Point readers in the right direction and
do a little touchup on the text in this section.

MFC after:	1 day
2001-10-04 20:23:35 +00:00
bmah
b61c05c0f2 In "Further Reading", mention other DocProj articles/books (in addition to
the FAQ and Handbook).

MFC after:	1 day
2001-10-04 17:33:35 +00:00
hrs
90ba351a4b Merge the following from the English version:
1.145 -> 1.149	relnotes/common/new.sgml
2001-10-02 20:48:08 +00:00
bmah
e9354ae90f Fix organizational nits: Move Cardbus/NEWCARD release note to PCCARD
section.  Move release notes for tunneling-type drivers from network
protocol section to NICs section for consistency (tap(4) release notes
were combined).
2001-10-02 04:59:33 +00:00
bmah
7e7d46edc4 Try to make some sense of the various release note items
documenting OpenSSH version updates in -CURRENT and coalesce them into
a single item.
2001-10-02 04:45:18 +00:00
bmah
e40ec60b40 New release note: Each jail(2) can have its own securelevel (requested by
rwatson).

Mention that the OpenSSH 2.9 upgrade made ssh-agent(1) work for DSA
keys.
2001-10-02 03:40:58 +00:00
bmah
aaf9fd46b1 New release notes: Per-interface IP address hash table, network
devices in /dev, UUCP moved to ports.

MFCs noted:  bge(4).
2001-10-01 19:36:21 +00:00
dd
3af8f97148 "Avance Logic", not "Advance Logic".
Submitted by:	Robert Reid <robreid@cse.unsw.edu.au>
2001-10-01 12:36:52 +00:00
wilko
eba8e9ad93 Document AlphaPC64 and restructure section on EB64-family. 2001-09-30 12:04:14 +00:00
bmah
420d4edc40 Correct snd_maestro3_load command line for loader.conf.
Submitted by:	René Luria <rene@luria.ch>
2001-09-29 02:56:11 +00:00
bmah
e1d7d088e7 New release notes: interface capabilities, faith(4)/stf(4)/tap(4)/vlan(4)
cloning, lpd(8) o-type print-file actions, edquota(8) -f, libgmp
superceded by libmp.

MFCs noted:  OpenSSH 2.9.
2001-09-28 16:18:27 +00:00
bmah
53949242b7 New release notes: bge(4), ng_gif(4), ng_gif_demux(4), ng_ip_input(4),
tftpd(8) support for RFC 2349.
2001-09-28 00:45:31 +00:00
bmah
4ebf82a6d4 Update list of urio devices supported. 2001-09-27 20:51:07 +00:00
bmah
6b8ebdf52a MFCs noted: ancontrol(8) -M, nl(1). 2001-09-27 18:06:22 +00:00
bmah
56d329bbdd New release notes: aac(4) update, Yahoo! coredump patch, touch(1) -h. 2001-09-25 19:09:24 +00:00
wilko
dcdfdd7d0d Clarify that it is the SRM console that disables onboard USB on DS10.
Applies to newer SRM versions only. Verified by checking various SRM
revs.
2001-09-25 18:44:31 +00:00
hrs
3276d67611 Fix typo. 2001-09-24 12:56:52 +00:00