Commit Graph

2041 Commits

Author SHA1 Message Date
Xin LI
f8c639ee65 Mention that BSD gzip was MFC'ed 2007-02-22 05:31:39 +00:00
Bruce A. Mah
98d8f299a3 It'd be kind of nice if we installed the hardware notes to their
own directory, rather than overwriting the release notes.  :-p
Fix this.

Pointy hat to:	bmah
2007-02-19 02:46:12 +00:00
Bruce A. Mah
8e4c6d0469 Down to one MD document in the release documentation set now,
reword a note to reflect this fact.
2007-02-16 04:07:31 +00:00
Bruce A. Mah
ce39ada9ca Reflect that the hardware notes article is now a MI document. 2007-02-16 02:22:02 +00:00
Bruce A. Mah
0419f369b5 Switch to unified MI hardware notes. The hardware notes are
now contained entirely in a single DocBook article, which has
information pertinent to all architectures.  This will improve
the maintainability of the hardware notes going forward by
reducing complexity of the build process, improving the visibiilty
of the architecture-specific text, and removing the need to generate
an extra version of the document for every architecture.

Remove all of the MD hardware notes stuff; all relevant content
has been folded into hardware/article.sgml.

No objections from:	freebsd-doc@
2007-02-16 02:20:11 +00:00
Bruce A. Mah
aebd313860 Add support for auto-generating hardware notes entries in a
manner consistent with the new MI-style hardware notes document.

man2hwnotes.pl now defaults to generating entities for the MI-style
hardware notes (i.e. hardware/article.sgml).  A new -c
option causes it to generate entities for the older MD-style
hardware notes (i.e. hardware/common/dev.sgml).

The Makefile infrastructure supplies the -c option to man2hwnotes.pl
now unless the HWNOTES_MI Makefile variable is defined, so
compatiblity is preserved for hardware notes translations that
aren't converted to the new organization yet.  As translations
convert, they should define HWNOTES_MI in their hardware/Makefile.
When all the relevant translations catch up, the compatibility goop
in share/mk/doc.relnotes.mk and share/sgml/Makefile can be removed.

Thanks go to simon@ for help with the backwards compatiblity
mechanism.

Tested with:	en_US.ISO8859-1, zh_CN.GB2312
2007-02-16 02:10:12 +00:00
Bruce A. Mah
1eb587afdd Put one $FreeBSD$ keyword in standard location, bump copyright date. 2007-02-15 20:14:59 +00:00
Bruce A. Mah
df7939c464 Add supported processors and motherboards sections from the MD
hardware notes documents in  */proc-*.sgml.
2007-02-15 20:12:43 +00:00
Bruce A. Mah
a7dd114091 Add selected bits from */article.sgml, common/artheader.sgml, and
common/intro.sgml to make a valid article.
2007-02-15 19:48:36 +00:00
Bruce A. Mah
3bae08776d First step in consolidating the various MD bits of the hardware notes.
Convert MD references in the supported devices section from arch=""
attributes for conditional compilation to entities that will just
print architecture names.  (The entities aren't defined yet...this
will happen in a future commit.)
2007-02-15 19:33:47 +00:00
Bruce A. Mah
754a3bdaa2 New release notes: SA-07:02.bind (+MFC), auto-sizing TCP socket buffers,
gzip from NetBSD.

Updated release notes: BIND 9.3.4 (+MFC), GNU Readline 5.1, ncurses
5.6-20061217.
2007-02-10 19:55:18 +00:00
Craig Rodrigues
261667c97c Replace "mount -t msdos" with "mount -t msdosfs".
PR:		79296
Reviewed by:	remko
2007-02-08 05:04:18 +00:00
Bruce A. Mah
bd5da49e44 New release note: SA-07:01.jail. 2007-01-11 19:44:45 +00:00
Marcel Moolenaar
4c207b6fd2 Sort: powerpc comes after pc98. 2007-01-07 18:14:44 +00:00
Marc Fonvieille
d5f12500fb Fix 2 typos, as consequence update copyright year. 2007-01-05 10:13:01 +00:00
Bruce A. Mah
c198ca2aac Remove alpha-specific stuff from the hardware notes (these are mostly
in attributes for generating MD hardware, as well as a few alpha-only
paragraphs here and there).

While here, bump copyright date in dev.archlist.txt.
2006-12-30 18:22:09 +00:00
Bruce A. Mah
a0cacdeada On HEAD, the release notes are no longer MD documents, so update text
here to reflect reality.

Bump copyright date while here.
2006-12-28 21:12:57 +00:00
Bruce A. Mah
6aff5be237 MFC noted: arcmsr 1.20.00.13.
Updated release note:  libc resolver from BIND 9.3.3.
2006-12-24 22:52:27 +00:00
Bruce A. Mah
b5483b3c90 New release notes: msk(4), arcmsr(4) 1.20.00.13.
Modified release notes:  BIND 9.3.3.
2006-12-13 17:27:46 +00:00
Christian Brueffer
a0faad8c13 Autogenerate hardware notes for msk(4). 2006-12-13 08:53:27 +00:00
Hiroki Sato
54b79f0478 Fix DESTDIR.
Spotted by:	bmah
2006-12-07 17:45:45 +00:00
Hiroki Sato
47bdf6f81d Fix a build breakage due to undefined DESTDIR. 2006-12-07 17:22:00 +00:00
Bruce A. Mah
2c8eec6984 New release note: SA-06:25.kmem. 2006-12-06 19:53:49 +00:00
Bruce A. Mah
ae6f6d9295 Teach release builds and release documentation snapshots that release
notes are no longer MD documents.
2006-12-06 18:07:40 +00:00
Bruce A. Mah
a7b4eb4115 Reorganize the release notes to better support multiple architectures.
Rather than rendering a different version of the release notes for
every architecture, we now produce a single release notes document
that covers all architectures.

This change makes document maintenence easier (because there is no
longer a need to support each architecture specifically in the
src/release/doc/ and www/ build infrastructures).  It's also
easier to read because there is now exactly one release notes document,
and readers can see changes that affected various subsets of
architectures.

Discussed on:	-doc@
2006-12-06 18:04:52 +00:00
Bruce A. Mah
4fca587ae7 Modified release note: Mention move of GNOME-related ports from
/usr/X11R6 to /usr/local.

Suggested by:	kensmith
2006-11-17 20:15:26 +00:00
Giorgos Keramidas
7b1752fbac Document the new -P option of sockstat(1) in the release notes.
Reviewed by:	bmah
2006-11-16 16:07:15 +00:00
Bruce A. Mah
bfc5793f96 New release note: traceroute(8) -D (+MFC). 2006-11-13 19:13:39 +00:00
Bruce A. Mah
80ca751b22 New release notes: ng_ether(4) MAC address behavior, tun(4) kqueue(2)
support, fsdb(8) findblk.

Modified release note:  Fix an extra "the" in fsdb(8) btime note. [1]

Submitted by:	ceri [1]
2006-11-13 01:44:20 +00:00
Bruce A. Mah
92a36a3a0f New release note: ping(8) -W (+MFC).
MFCs noted:  fsdb(8) btime, zlib 1.2.3.
2006-11-11 19:12:52 +00:00
Christian Brueffer
9004e82868 New release notes:
if_bridge(4) RSTP support.
2006-11-11 19:06:30 +00:00
Bruce A. Mah
371056ed4d New release notes: SCTP, TSO, sun4v, ppp(4) IPv6 support, KSE a
kernel option.

Updated release notes:  OpenSSH 4.5p1.
2006-11-11 16:36:03 +00:00
Bruce A. Mah
e624747aa1 New release note: SA-06:24.libarchive (+MFC). 2006-11-08 17:22:55 +00:00
Bruce A. Mah
fe36d5d298 Updated release note: em(4) 6.2.9. 2006-11-04 02:01:52 +00:00
Bruce A. Mah
d0fe941e02 MFCs noted: libpcap 0.9.4, tcpdump 3.9.4. 2006-10-21 14:06:34 +00:00
Bruce A. Mah
2b85d127c9 New release notes: mrouted(8) de-orbit.
MFCs noted:  i386 bootloader/nextboot.conf fix, atausb, ARM toolchain.

Other updates:  tzdata2006n, GNOME 2.16.1.
2006-10-14 13:46:00 +00:00
Xin LI
a7d3621674 Add powerpc stuff. 2006-10-11 07:52:54 +00:00
Xin LI
41dab968d0 Sync with latest English revisions.
Obtained from:	The FreeBSD Simplified Chinese Project
2006-10-11 07:49:07 +00:00
Bruce A. Mah
a5ad0b523b New release note: SA-06:22.openssh. 2006-10-08 00:22:20 +00:00
Bruce A. Mah
f998963d1b New release notes: IPv6 link-local addresses now enabled with
ipv6_enable, ng_tag(4) (+MFC)

Modified release notes:  Rewritten ipfw(4) tablearg note, OpenSSH
4.4p1 (+MFC), OpenSSL 0.9.8d, OpenBSM 1.0alpha12.

MFCs noted:  ipfw(8) tag/untag/tagged,
2006-10-07 14:49:45 +00:00
Joel Dahl
f31a8d0266 Regenerate for snd_spicds(4), snd_emu10kx(4) and snd_envy24ht(4). 2006-10-01 13:14:07 +00:00
Joel Dahl
a96efa64e6 Regenerate for snd_hda(4). 2006-10-01 11:54:32 +00:00
Bruce A. Mah
af5452186f New release notes: SA-06:21.gzip, SA-06:23.openssl. 2006-09-28 15:36:59 +00:00
Bruce A. Mah
fad6d29c99 New release notes: id(1) -a (+MFC), tcpslice removed, ARM binary
generation.

Updated release notes:  KDE 3.5.4.
2006-09-28 14:44:16 +00:00
Bruce A. Mah
92c5089dd7 MFCs noted: geli(8) data authentication, mount(8) "late" filesystems. 2006-09-16 03:58:07 +00:00
Bruce A. Mah
0f9868def9 Sigh. Fix name/path to SA-06:20. 2006-09-07 23:49:26 +00:00
Bruce A. Mah
b7d99f0ce3 MFC noted: lukemftpd from NetBSD snapshot. 2006-09-07 23:41:11 +00:00
Bruce A. Mah
527116061b New release notes: SA-06:19.openssl, SA-06:20.bind.
Modified release notes:  BIND 9.3.2-P1.

MFCs noted:  GCC 3.4.6.
2006-09-07 18:58:19 +00:00
Bruce A. Mah
7aff1feaa7 New release notes: libpcap 0.9.4, tcpdump 3.9.4. 2006-09-05 14:55:31 +00:00
Bruce A. Mah
754fbb67ae New release notes: audit(4) (somewhat belatedly, now that I
marginally understand how this feature works), cp(1) -l (+MFC),
pkill(1)/pgrep(1) to /bin, lukemftpd 20060831.

Updated release notes: OpenBSM 1.0a10 (also do a minor markup fix,
+MFC).

MFCs noted:  OpenBSM userland, freebsd-update(8), rc.d/auditd.
2006-09-02 16:25:50 +00:00