Commit Graph

25 Commits

Author SHA1 Message Date
Bruce A. Mah
370caecf8a New release notes: devfs(5) on by default, new PAM modules, fdread(1).
MFCs noted:  fxp(4) requires miibus.
2001-05-14 21:58:49 +00:00
Bruce A. Mah
929a7bceab Add some clarification to the release note entry introducing the
sis(4) driver.
2001-05-14 05:08:09 +00:00
Bruce A. Mah
b5bf20dabf General corrections and fixings of the hardware list:
1.  Everywhere I could figure out what driver supported a device or
class of device, there is now a cross-reference via a &man entity.
For cases where a driver has no manpage (and hence no &man entity),
we now at least give the name of the driver.  For the most part,
this was done by examining driver manpages.

2.  A number of devices which are i386-only are now marked as such,
determined by noting manpages or kernel source files in
architecture-specific directories.

3.  Added hardware supported by the vpo(4), wl(4), awi(4), and bktr(4)
drivers, based on a read of the manpages.

The manpages and source files in question were taken from 4-STABLE,
(which is what was running on my off-net laptop at the time)
but at this level of detail, I don't expect there to be any appreciable
differences between 4-STABLE and 5-CURRENT.
2001-05-14 05:05:13 +00:00
Bruce A. Mah
97967c08dc Minor SGML-ification...convert ASCII characters to <quote></quote> and
<emphasis></emphasis>.  No content changes.
2001-05-14 04:49:14 +00:00
Bruce A. Mah
a13a4ac3b8 New release notes: ELF rtld(1) performance improvements, catch up
RELNOTESng with RELNOTES.TXT for nge(4) entries (committed originally
by wpaul).

MFCs noted:  ifconfig(8) slash/CIDR support
2001-05-12 04:19:26 +00:00
Dima Dorfman
ab9b07425d Fix a spelling error. 2001-05-12 02:26:58 +00:00
Wilko Bulte
ad89c420d5 AS800 uses EDO DIMMs, not SDRAM DIMMs.
Submitted by:	Brodie Hynes <brodie@alum.mit.edu>
2001-05-11 18:01:27 +00:00
Bruce A. Mah
2daf163f91 New release notes: statfs(2) and df(1) track blocks committed to being
freed by softupdates, ifconfig(8) accepts CIDR notation, rc(8) clean-out
of /var/run and /var/spool/lock, c89(1) is now a binary, pax(1)
enhancements and cpio(1)/tar(1) compatability, Ukranian language console
support.

Other:  Update/make (more) consistent the list of WaveLAN devices
supported.

MFCs noted:  ln(1) -h/-n, find(1) timestamp flags.
2001-05-10 23:38:32 +00:00
Scott Long
8cfe606902 Add the Adaptec 2400A as an ATA RAID controller. Remove reference to the
non-existant Adaptec 1400 controller.
2001-05-09 05:56:49 +00:00
Wilko Bulte
252b1431eb Cleanups, more consistent use of <screen> etc. 2001-05-08 18:42:46 +00:00
Wilko Bulte
a2b5df0a56 SGMLify now completed. Comments are invited. I hope not to have introduced
too much typos / errors during the conversion.
2001-05-06 13:43:24 +00:00
Dima Dorfman
6e802e305e Use &merged; entity where appropriate. 2001-05-05 02:37:46 +00:00
Dima Dorfman
7bf3e9d86b Correct some spelling errors, a typo, and remove trailing whitespace. 2001-05-05 02:35:46 +00:00
Bruce A. Mah
6c17772ce4 New release notes: OpenSSH VersionAddendum, OpenSSH 2.9, new find(1)
predicates, PAM 0.75, nl(1).
2001-05-04 20:06:44 +00:00
Bruce A. Mah
e758685bc9 More RELNOTESng infrastructure fixup: The directory layout of
stylesheets (particularly with respect to translations) is now similar
to that of the doc/ tree.  Added a customization for HTML page footers
(this is the only reader-visible change).
2001-05-03 21:59:35 +00:00
Wilko Bulte
9c6a0f184b Third take, still not finished SGMLifying. SGML is more wordy
than I anticipated :(
2001-05-03 20:05:26 +00:00
Bruce A. Mah
1eb55ff65d RELNOTESng infrastructure fixes:
1.  There is now only one RELNOTESng stylesheet; the architecture-specific
stylesheets (to handle different values of the arch= attribute) are gone.

2.  Several Makefile variable definitions were factored into
doc.relnotes.mk.

Submitted by:	dd
2001-05-02 22:02:50 +00:00
Bruce A. Mah
c9cd7283cf Cross reference recent TCP ISN fix to security advisory SA-01:39. 2001-05-02 21:47:36 +00:00
Wilko Bulte
21ac6df7ff Second stage SGMLifying. More to follow. 2001-05-02 20:27:06 +00:00
Wilko Bulte
d893814116 First half of SGMLifying. More to follow. 2001-05-01 18:46:19 +00:00
Bruce A. Mah
5cd86e36bd Fix typo: Descriptions of SK-9842 and SK-9843 (GigE NICs supported by
sk(4)) were reversed.

While I'm here, update list of cards supported by sk(4) to be consistent
with the manpage.

PR:		docs/21700
Submitted by:	neuf@lrs.e-technik.uni-erlangen.de
2001-04-30 16:06:46 +00:00
Dima Dorfman
703471ec7f Build system:
o Define a RELN_ROOT variable which points to the root of the relnotes
  tree (i.e., src/release/doc).
o By default, define DOC_PREFIX in terms of RELN_ROOT; this gives a
  bigger chance of finding the doc/ tree without help in the form of
  setting DOC_PREFIX on the command line.
o Respect DOCDIR; `make install` works now.

Approved by:	bmah
2001-04-29 21:05:12 +00:00
Wilko Bulte
21a6b0d3ba SMP updates / sync to HARDWARE.TXT version. SGMLify comes next. 2001-04-29 18:39:42 +00:00
Bruce A. Mah
bc5a891c0e New release note: SMPng on alpha.
MFC noted:  wx(4) hardware support.
2001-04-27 22:25:15 +00:00
Bruce A. Mah
8ed3802bb0 First commit of RELNOTESng, the rewrite of the *.TXT documentation
files.

src/release/doc/README has additional information.

Reviewed by:	-current, -doc
2001-04-27 21:28:02 +00:00