Commit graph

5767 commits

Author SHA1 Message Date
Ruslan Ermilov 6495335e69 NOSHARE -> NO_SHARE 2004-12-21 12:13:23 +00:00
Ruslan Ermilov 582ef25f94 NOHTML -> NO_HTML 2004-12-21 12:05:11 +00:00
Ruslan Ermilov dd991de030 Overhaul ppp(8) build options so they are safe to use in
/etc/make.conf:

NOALIAS -> retired (support provided by PPP_NO_NAT)
NOATM -> PPP_NO_ATM (also subject to NO_ATM global)
NODES -> PPP_NO_DES (support was broken, now recovered)
NOI4B -> PPP_NO_I4B (also subject to NO_I4B global)
NOKLDLOAD -> PPP_NO_KLDLOAD
NONAT -> PPP_NO_NAT
NONETGRAPH -> PPP_NO_NETGRAPH
NOPAM -> PPP_NO_PAM (will be subject to NO_PAM global)
NORADIUS -> PPP_NO_RADIUS
NOSUID -> retired (support provided by PPP_NO_SUID)
PPP_NOSUID -> PPP_NO_SUID
2004-12-21 12:01:15 +00:00
Ruslan Ermilov 731db6a428 NOINET6 -> NO_INET6 2004-12-21 10:49:29 +00:00
Ruslan Ermilov 39a855c2a1 NOGAMES -> NO_GAMES 2004-12-21 10:36:54 +00:00
Ruslan Ermilov 83c7ade90a NOSHARED -> NO_SHARED 2004-12-21 09:59:45 +00:00
Ruslan Ermilov 00fbd40770 NOFSCHG -> NO_FSCHG 2004-12-21 09:53:14 +00:00
Ruslan Ermilov ab7a294721 NODOCCOMPRESS -> NO_DOCCOMPRESS
NOINFO -> NO_INFO
NOINFOCOMPRESS -> NO_INFOCOMPRESS
NOLINT -> NO_LINT
NOPIC -> NO_PIC
NOPROFILE -> NO_PROFILE
2004-12-21 09:33:47 +00:00
Ruslan Ermilov f1f6253f4f NOLIBC_R -> NO_LIBC_R
NOLIBPTHREAD -> NO_LIBPTHREAD
NOLIBTHR -> NO_LIBTHR
2004-12-21 09:00:26 +00:00
Ruslan Ermilov e653b48c80 Start the dreaded NOFOO -> NO_FOO conversion.
OK'ed by:	core
2004-12-21 08:47:35 +00:00
Christian Brueffer d94b44fb9c Autogenerate device listings for umass(4).
MFC after:	3 days
2004-12-17 18:37:58 +00:00
Simon L. B. Nielsen c70d1f767c Correct entity name added in the last revision. 2004-12-17 18:19:44 +00:00
Christian Brueffer d6fc8c994a Autogenerate device listings for ng_bt3c(4).
MFC after:	3 days
2004-12-17 10:31:00 +00:00
Simon L. B. Nielsen b2a2b4810d - Auto generate device listings for the pst(4) and vpo(4) device
drivers.

MFC after:	1 week
2004-12-14 22:21:51 +00:00
Simon L. B. Nielsen f8b64c2257 Auto generate device listings for the snd_maestro(4) and snd_maestro4(4)
device drivers.

MFC after:	1 week
2004-12-14 16:23:38 +00:00
Simon L. B. Nielsen bfd2ccd6bd Add snd_audiocs(4). 2004-12-14 13:12:29 +00:00
Simon L. B. Nielsen 8dd33b6c68 - Update usage to reflect the current reality.
- Fix a bug where manual pages which had a "_" in their name did not
  get proper architecture setting.

MFC after:	1 week
2004-12-14 13:07:58 +00:00
Wilko Bulte a69e682cfb Alpha can use 1 or 2 Gbyte of physical RAM max. 2004-12-11 20:41:57 +00:00
John Baldwin 8dd9e9d036 Don't allow ISO images to be made that try to use boot.flp to boot as the
boot.flp in 5.3 and later is not self-contained and thus not suitable for
CD booting.  /boot/cdboot is now the only way to boot the install CDs.

MFC after:	2 weeks
2004-12-01 18:03:18 +00:00
Simon L. B. Nielsen 16ba4bcbf3 Auto generate device listings for the snd_ich(4) driver.
MFC after:	1 week
2004-11-27 13:57:22 +00:00
Christian Brueffer dcc28a83c3 Autogenerate device listings for hptmv(4) 2004-11-20 02:46:02 +00:00
Christian Brueffer 2fbc89951e Add hptmv(4) 2004-11-20 02:44:47 +00:00
David E. O'Brien 6949461a18 Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456]. 2004-11-19 03:51:12 +00:00
John Baldwin 58de2240ec Update release notes to note that FreeBSD/i386 requires at least an 80486
and also requires a floating point unit.

Reviewed by:	hrs, scottl
2004-11-17 23:03:17 +00:00
John Baldwin 1b42d69b50 Remove no longer needed I386_CPU option (it was commented out anyways). 2004-11-16 21:23:11 +00:00
Wilko Bulte da865ef535 Remove sections on Multia and Turbolaser. 2004-11-09 22:34:02 +00:00
Hiroki Sato 140dd49673 Merge the following from the English version:
1.256 -> 1.261	ja_JP.eucJP/hardware/common/dev.sgml
2004-11-09 07:21:21 +00:00
Denis Peplin 235a38c2ed MFen 1.259 -> 1.261 2004-11-09 06:59:11 +00:00
Christian Brueffer bd58bf2942 gx(4) is gone, remove any references 2004-11-08 19:52:21 +00:00
Hiroki Sato f47958407c Trim the relnotes items added before 5.3-RELEASE. 2004-11-07 18:17:38 +00:00
Hiroki Sato 4cbed39c16 Bump &release.manpath.netbsd; to 1.6.2. 2004-11-07 18:12:57 +00:00
Ruslan Ermilov dee651eb15 Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar
to PRECIOUSLIB from bsd.lib.mk.  The side effect of this
is making installing the world under jail(8) possible by
using another knob, NOFSCHG.

Reviewed by:	oliver
2004-11-03 18:01:21 +00:00
Simon L. B. Nielsen 182327bd35 Add an "old-style" entry for the hptmv(4) until it gets a manual page.
Suggested by:	brueffer
2004-11-02 22:31:29 +00:00
Ruslan Ermilov b51a042e9a Actually put hint.atkbd.0.flags="0x1" in /boot/device.hints on CD-ROMs.
(Brought to my attention by Brooks while sitting together on the floor
in "Kairo".)
2004-11-02 11:59:27 +00:00
Ruslan Ermilov a35d88931c For variables that are only checked with defined(), don't provide
any fake value.
2004-10-24 15:33:08 +00:00
Hiroki Sato f74a2ca05e Add a Japanese override of dev-auto.sgml.
Based on work by:	Ryusuke Suzuki (ryusuke at nucl.sci.hokudai.ac.jp)
2004-10-24 14:31:27 +00:00
Ruslan Ermilov 55a74fe7a3 NEED_LIBNAMES is gone long ago. 2004-10-24 12:36:21 +00:00
Scott Long 54ddf8f6f3 Due to space constraints, use gnome2-lite for i386 and gnome2 for everything
else.  Also add ltmdm to i386 by popular request.
2004-10-23 19:54:18 +00:00
Marcel Moolenaar 2d9d87630b Seperate ia64 from the pack. The disc1 is overflowing to such extend
that most packages can not be included. It's much easier to list those
that we do want on disc1 for ia64. We only need to list 11 of them.

Apply proper indentation for better readability.
2004-10-22 04:49:09 +00:00
Ruslan Ermilov d885836c32 Pass WORLD_FLAGS down to the distributeworld target, so it's
possible to build releases with customizations such as with
NOPROFILE.

Problem found and fix tested by Roman Neuhauser.
2004-10-21 08:54:10 +00:00
Marcel Moolenaar 7f185e3f43 Fix typo in rev. 1.58 (missing $) that invalidated the conditional and
caused freebsd-update to be added to the ia64 package list.
2004-10-17 21:05:40 +00:00
Xin LI 7213ef055d Add Simplified Chinese translation for our release notes.
This translation is based on RELENG_5 so it should be tagged as
RELENG_5 when appropriate (This set of files DOES build under
6-CURRENT because a last-minute hack added to readme/article.sgml,
however, the contents is for RELENG_5).

This includes:
	The Migration Guide
	Errata
	Hardware Notes (only i386 and amd64 at this time)
	Installation Guide [2]
	Readme [1]
	Release Notes

Submitted by:	delphij, gavin (local repository committer) [1],
		zhangluo (additional local contributor; part of
		i386 related contents) [2]
Approved by:	murray (mentor)
2004-10-15 06:43:48 +00:00
Denis Peplin 27b7711324 Fix typo. 2004-10-11 13:07:04 +00:00
Denis Peplin 5d3544e59d Merge from English version 1.780
Obtained from:	The FreeBSD Russian Documentation Project
2004-10-11 06:36:48 +00:00
Hiroki Sato bb2cd775ee New release notes:
SA-04:15, and BIND update (8.3.1->9.3.0).

Update release notes:
	update a list of network interfaces which support polling(4), and
	fix a typo (s/lukemftp/lukemftpd/).
2004-10-08 15:51:02 +00:00
Ken Smith 97bfd54f4f The print/acroread4 port seems to be gone. acroread5 doesn't run on
Alpha so that leaves acroread (3).  Users are probably better off
with xpdf so just drop acroread completely.

MFC after:	3 days
2004-10-03 05:20:55 +00:00
Denis Peplin 176f3e55fb Merge the following from the English version:
1.258 -> 1.259 hardware/common/dev.sgml
   1.778 -> 1.779 relnotes/common/new.sgml

Obtained from:	The FreeBSD Russian Documentation Project
2004-10-01 08:54:34 +00:00
Ruslan Ermilov 3f68119c9a Keep each prog on its own line so that diffs between various
*_crunch.conf files are easier to read.
2004-10-01 07:54:37 +00:00
Ruslan Ermilov 5131c5866e Take away unused libraries. 2004-10-01 07:33:09 +00:00
Ken Smith 88f69650e5 It turns out the ia64 architecture's disc2 overflows if we put the
ports/ tree on it.  This makes putting the ports/ tree on disc2 at
all dependent on the NOPORTREADMES knob as well as the NOPORT knob
(at the moment NOPORT may be set while NOPORTREADMES isn't, that
should probably be revisited).  And it hardcodes ia64 for NOPORTREADMES
by request the ia64 release builder.

While here really get rid of the temp file 'make index' leaves behind.

Tested by:	i386 and ia64 'make release'
Reviewed by:	marcel
MFC after:	1 day
2004-09-30 22:59:47 +00:00
Marcel Moolenaar 11ade2d664 Trade slattach for gpt. With all the tools to create new file systems,
the tool one needs to partition a disk is more important than some poor
man's network interface.
2004-09-30 20:34:20 +00:00
Simon L. B. Nielsen 0e2efac233 - Auto generate device listings for the following drivers: urio, ulpt,
and umct.

MFC after:	3 days
2004-09-26 19:13:37 +00:00
Simon L. B. Nielsen 5374e66b01 Add ulpt(4) and urio(4).
MFC after:	3 days
2004-09-26 19:06:17 +00:00
Marcel Moolenaar 4bc31b9bd9 Don't put devel/gdb6 on disc1 for non-i386 platforms. We have gdb6 in
the base-system. Adding the port for ia64 on disc1 is especially bogus,
because the port doesn't even build on ia64. It also doesn't support
libthread_db.
2004-09-26 19:05:52 +00:00
Ken Smith 485b926865 Fix-ups for a few problems reported with how ports are handled in the
release:

	- run 'make index' as part of release build, INDEX* files in
	  CVS no longer updated and likely to be removed from CVS soon
	- don't include README.html files in ports.tgz tarball because
	  they cause cvsup problems for users later
	- put a copy of /usr/ports on disc2 that does include README.html
	  files so users have access to them

Reviewed by:	ru (found one bug, several clean-up suggestions)
Tested by:	'make release'
MFC before:	BETA6 build (this isn't likely to be tested in -current
		anyway...)
2004-09-24 02:10:06 +00:00
Hiroki Sato 85d09ca355 New release notes:
SA-04:14.
2004-09-23 16:59:14 +00:00
Denis Peplin d2078df0a1 MFen 1.258
MFC after:	2 days
2004-09-23 06:49:40 +00:00
Peter Wemm 1bc673fc79 cnw (Xircom pccard) is built on amd64 and there isn't an obvious reason
that I can see as to why it shouldn't work.
2004-09-22 01:24:42 +00:00
Simon L. B. Nielsen 0600308919 Auto generate device listings for the snd_ess(4) driver.
MFC after:	3 days
2004-09-20 20:26:20 +00:00
Denis Peplin 4acce4f8de Merge the following from the English version:
1.255 -> 1.257 hardware/common/dev.sgml
   1.774 -> 1.778 relnotes/common/new.sgml

Obtained from:	The FreeBSD Russian Documentation Project
MFC after:	2 days
2004-09-20 13:32:53 +00:00
Hiroki Sato abfbd73c1c Merge the following from the English version:
1.4   -> 1.6  	relnotes/alpha/article.sgml
	1.2   -> 1.4  	relnotes/amd64/article.sgml
	1.6   -> 1.7  	relnotes/i386/Makefile
	1.5   -> 1.7  	relnotes/i386/article.sgml
	1.2   -> 1.4  	relnotes/ia64/article.sgml
	1.2   -> 1.4  	relnotes/pc98/article.sgml
	1.4   -> 1.6  	relnotes/sparc64/article.sgml
2004-09-20 11:59:34 +00:00
Hiroki Sato c7fb3edb5b Merge the following from the English version:
1.2   -> 1.3  	hardware/Makefile.inc
	1.6   -> 1.7  	hardware/alpha/Makefile
	1.4   -> 1.6  	hardware/alpha/article.sgml
	1.1   -> 1.2  	hardware/amd64/Makefile
	1.1   -> 1.3  	hardware/amd64/article.sgml
	1.3   -> 1.5  	hardware/amd64/proc-amd64.sgml
	1.4   -> 1.5  	hardware/common/artheader.sgml
	1.210 -> 1.256	hardware/common/dev.sgml
	1.5   -> 1.6  	hardware/i386/Makefile
	1.4   -> 1.6  	hardware/i386/article.sgml
	1.2   -> 1.3  	hardware/ia64/Makefile
	1.3   -> 1.5  	hardware/ia64/article.sgml
	1.1   -> 1.2  	hardware/pc98/Makefile
	1.1   -> 1.3  	hardware/pc98/article.sgml
	1.3   -> 1.4  	hardware/sparc64/Makefile
	1.3   -> 1.5  	hardware/sparc64/article.sgml
	1.11  -> 1.12 	hardware/sparc64/proc-sparc64.sgml
2004-09-20 11:19:33 +00:00
Denis Peplin e481989c19 MFen 1.36 2004-09-20 11:17:56 +00:00
Denis Peplin 9842246d0e MFen 1.6 2004-09-20 09:52:35 +00:00
Bruce A. Mah 58807ebd22 Fix a misspelling and delete an extra word. 2004-09-18 18:42:33 +00:00
Hiroki Sato 61aef56d31 Reorganize the "Kernel Changes" section, including:
- Add "Hardware Support" section and move device driver-related
	  items there.
	- Move "Multimedia Support" and "Network Interface Support" into
	  the "Hardware Support" section as sub-sections.
	- Move Netgraph-related items to "Network Protocols".

For translators: many items are moved but the contents
are not changed.
2004-09-18 06:38:08 +00:00
Bruce A. Mah 39fa2d282b Don't attempt to install the (obsolete and disconnected) Early Adopters
Guide on release media.
2004-09-17 21:46:17 +00:00
Giorgos Keramidas 6b6ec8eb57 The early-adopter doesn't exist in HEAD anymore. The source is there,
but it's disconnected from the build.  Remove it from the architecture
independent release documentation set, because it breaks "make release"
when NODOC is undefined.

Reviewed by:	hrs
2004-09-17 19:28:46 +00:00
Bruce A. Mah 5a941e4fac Don't refer to the (now disconnected) early adopter's guide anymore. 2004-09-17 16:29:46 +00:00
Bruce A. Mah 8742b49ed2 Since early-adopter has been disconnected from the build, don't try
to install it to a RELNOTESng snapshot.
2004-09-17 16:16:31 +00:00
Christian Brueffer 4403bfe2c7 Autogenerate device listings for ed(4)
MFC after:	3 days
2004-09-16 20:38:28 +00:00
Christian Brueffer 656628ee3b Add ed(4)
MFC after:	3 days
2004-09-16 20:35:51 +00:00
Hiroki Sato c91935f789 New release notes:
crontab(1) now properly prompts when an entry is written
	in the incorrect format.
2004-09-16 17:18:55 +00:00
Hiroki Sato 1b4553953b Disconnect early-adopter/ from the build. 2004-09-16 16:46:37 +00:00
Brooks Davis 3f332bb341 Use "cp -f" instead of "rm" and "cp" to break the hardlink to
device.hints.

Submitted by:	ru
2004-09-15 05:14:21 +00:00
Hiroki Sato f4f4864809 Update release notes:
Add a note about pcm(4)->sound(4) transition.

Noticed by:	ru
2004-09-14 05:35:19 +00:00
Brooks Davis f09470addf Add 'hint.atkbd.0.flags="0x1"' back to /boot/device.hints on the
install media on i386 and amd64.  While the current default is very
useful in server environments, the ability to use USB keyboards is
vastly more important then the ability to use PS/2 keyboards the admin
forgot to plug in during the install process.

PR:		kern/71443
2004-09-14 04:01:57 +00:00
Christian Brueffer 64f8257bee Autogenerate device listings for cnw(4)
MFC after:	3 days
2004-09-14 01:46:27 +00:00
Christian Brueffer 9724c3a53d Add cnw(4)
MFC after:	3 days
2004-09-14 01:45:13 +00:00
Denis Peplin 8f6f154ee8 Translation fixes
MFC after: 2 days
2004-09-13 14:24:46 +00:00
Denis Peplin d1fd273054 Sync with recent English versions
MFC after: 2 days
2004-09-13 14:23:18 +00:00
Christian Brueffer afcfcc5d86 Autogenerate device listings for lnc(4), ng_ubt(4) and pcn(4)
MFC after:	3 days
2004-09-13 10:48:34 +00:00
Christian Brueffer b35e5fa056 Add lnc(4), ng_ubt(4) and pcn(4), firewire works on ia64
MFC after:	3 days
2004-09-13 10:44:20 +00:00
Christian Brueffer d43ba3dd8e Fix an entity
MFC after:	3 days
2004-09-13 02:47:48 +00:00
Christian Brueffer 62a0ff0941 - note ia64 support for several drivers
- remove drivers that work on all supported architectures

MFC after:	3 days
2004-09-12 23:08:43 +00:00
Simon L. B. Nielsen d78fc68a15 - Auto generate device listings for the fwohci(4), hifh(4), safe(4),
and ubsec(4) drivers.

MFC after:	3 days
2004-09-12 19:46:33 +00:00
Simon L. B. Nielsen d1e59440e5 Add fwohci, hifn, safe, sbp, and ubsec.
MFC after:	3 days
2004-09-12 19:41:03 +00:00
Hiroki Sato 6b7224a0d0 - s/gigabit/Gigabit/
- s/filesystem/file system/
- grammar fix

Pointed out by:	ru
2004-09-12 19:11:49 +00:00
Hiroki Sato 035ab4af60 Update the supported platforms. 2004-09-12 18:36:22 +00:00
Simon L. B. Nielsen 4d87c46a49 - Auto generate device listing for the uvisor driver.
MFC after:	3 days
2004-09-12 17:38:09 +00:00
Simon L. B. Nielsen 10eb9431e1 - Auto generate device listings for the ubsa(4), ubser(4), uftdi(4),
and uplcom(4) drivers.

MFC after:	3 days
2004-09-12 15:57:28 +00:00
Simon L. B. Nielsen 3f40ae6d25 Remove duplicate entries for ubsa(4), uftdi(4), and uplcom(4).
Noticed by:	brueffer
Pointy hat to:	simon
2004-09-12 15:38:47 +00:00
Christian Brueffer b5b2a033cb Autogenerate device listings for em(4) and gx(4)
MFC after:	3 days
2004-09-12 15:24:02 +00:00
Christian Brueffer 2b01db6194 Add gx(4) 2004-09-12 15:22:34 +00:00
Christian Brueffer 728e851567 Add em(4) 2004-09-12 15:16:13 +00:00
Simon L. B. Nielsen efcec002e7 Add ubsa(4), ubser(4), uftdi(4), and uplcom(4).
MFC after:	3 days
2004-09-12 15:11:21 +00:00
Hiroki Sato 682a3af931 New release notes:
PREEMPTION kernel option added,
	ucycom(4) for Cypress CY7C637xx and CY7C640/1xx families
	of USB to RS232 bridges added,
	debug.witness_* tunable renamed to debug.witness.*,
	vge(4) for VIA VT6122 gigabit ethernet chip added, and
	mkuzip(8) for GEOM_UZIP added.

Update release notes:
	remove %include.historic; section for now,
	4BSD is the default schedular now, and
	update links to sound(4)-related manual pages.
2004-09-12 07:16:52 +00:00
Simon L. B. Nielsen 1f58e62d1a Auto generate device listings for the following drivers: snd_csa(4) and
snd_gusc(4).

MFC after:	3 days
2004-09-11 15:26:58 +00:00
Simon L. B. Nielsen 21a9da3cf4 - Add snd_csa(4) and snd_gusc(4). 2004-09-11 15:20:48 +00:00
Christian Brueffer 2d8fa8bae5 nge(4) works on alpha as well
MFC after:	3 days
2004-09-11 15:18:35 +00:00
Simon L. B. Nielsen 043c780ab0 Make a warning less cryptic. 2004-09-11 15:14:13 +00:00
Hiroki Sato 4ada27d8b3 Removal of the DA_OLD_QUIRKS option should be in "Disks and Storage"
section.

Pointed out by:	Xin LI (delphij at frontfree dot net)
2004-09-11 08:28:25 +00:00
Simon L. B. Nielsen 83fb427163 Add vge(4) to the Hardware Notes. 2004-09-10 23:10:03 +00:00
Denis Peplin 2106ffb5e5 Sync with recent English versions
MFC after: 2 days
2004-09-10 13:56:41 +00:00
Ruslan Ermilov 37c3815396 Correct a typo in a comment.
Submitted by:	Xin LI
2004-09-08 06:05:19 +00:00
Simon L. B. Nielsen cb25e050af - Remove listing for NCR5380/NCR53400 and UltraStor 14F/24F/3F4;
the drivers were removed over 5 years ago.
- Note that WD7000 is supported by the wds(4) driver and move it
  to the generic SCSI section, since it was converted to CAM some time ago.
- Remove section about non-CAM drivers, since there are none left in
  the section.
- Autogenerate device listing for ct(4).

MFC after:	2 days
2004-09-07 20:14:35 +00:00
Ruslan Ermilov 182d7632d4 Document the following knobs: CD_EXTRA_BITS, EXTRA_SRC, HTTP_PROXY
and FTP_PROXY.  Removed bitrot (BOOT_CONFIG).

PR:		misc/71465
Submitted by:	Jon Passki <cykyc@yahoo.com>
2004-09-07 14:26:02 +00:00
Christian Brueffer 2fc6149da6 Add uvscom(4) 2004-09-07 00:29:21 +00:00
Christian Brueffer b2a3d5633a Add ucycom(4) 2004-09-06 19:51:54 +00:00
Denis Peplin 578e7e6070 Use &url.articles.problem-reports; for link to problem-reports article 2004-09-06 12:53:25 +00:00
Simon L. B. Nielsen 160d69fd84 Auto generate device listing for the uhci driver.
MFC after:	3 days
2004-09-05 22:47:58 +00:00
Simon L. B. Nielsen 2834be7a5b Auto generate device listings for the following drivers: cp and ctau.
MFC after:	3 days
2004-09-05 22:16:03 +00:00
Hiroki Sato d363819bdf Remove an unnecessary article.
Pointed out by:	bmah
2004-09-05 17:22:50 +00:00
Bruce A. Mah c95ec69040 Minor grammar and wording fixups. 2004-09-05 15:49:31 +00:00
Hiroki Sato 35864c319e - Use &url.*; and &os;.
- Bump the version number for early adopters in
  readme/article.sgml.
2004-09-05 14:53:34 +00:00
Hiroki Sato 8545b1296b - Add &release.manpath.xorg;.
- Bump &release.manpath.xfree86;.
2004-09-05 13:50:38 +00:00
Hiroki Sato 597451b50f Update release notes:
- Various markup, typo, and wording fixes.
	- Use &man.*;.
	- Move sound(4) related changes to the multimedia support section.
	- Add net.inet.tcp.rfc3042 and net.inet.tcp.rfc3390.
	- Unify items which relates to multibyte support of userland
	  utilities.
2004-09-05 09:21:32 +00:00
Christian Brueffer 3f61368f03 Autogenerate device listings for el(4), ep(4) and sn(4)
MFC after:	3 days
2004-09-05 01:36:08 +00:00
Christian Brueffer ebc0e3306f Add el(4), ep(4) and sn(4)
MFC after:	3 days
2004-09-05 01:34:40 +00:00
Christian Brueffer 4a15801752 Autogenerate device listings for re(4), sis(4) and snc(4)
MFC after:	3 days
2004-09-05 00:06:41 +00:00
Christian Brueffer 43b08ac9bf Add re(4) and sis(4)
MFC after:	3 days
2004-09-05 00:01:07 +00:00
Simon L. B. Nielsen 418eba0242 - Auto generate device listings for the ex and ie drivers.
MFC after:	3 days
2004-09-04 20:55:36 +00:00
Hiroki Sato b03555ed8a Fix some wording to make the explanation clear.
Pointed out and reviewed by:	ru
2004-09-04 20:53:25 +00:00
Simon L. B. Nielsen 6b7e211c1a Make sure ampersand is encoded as &amp; since jade seems to be confused
when it is encoded as &#38; inside an entity.

MFC after:	3 days
2004-09-04 20:40:15 +00:00
Hiroki Sato 8051b07990 Update release notes:
GNOME 2.6.2 and KDE 3.3.0.
2004-09-04 12:57:25 +00:00
Christian Brueffer a8a1a9408d Add snc(4)
MFC after:	3 days
2004-09-04 11:15:12 +00:00
Hiroki Sato 367652d294 New release notes (changes in August 2004):
agp(4) AMD64 GART support,
	hw.pci.allow_unsupported_io_range removed,
	debug.kdb.stop_cpus sysctl,
	COMPAT_LINUX32 kernel option on amd64,
	mac_bsdextended_firstmatch_enabled sysctl,
	mac_bsdextended_logging sysctl,
	MP_WATCHDOG kernel option and debug.leak_schedlock sysctl,
	NET_WITH_GIANT kernel option and debug.mpsafenet loader tunable,
	debug.mpsafevm loader tunable,
	vm_map_findspace(9) now uses an O(log n) algorithm,
	new ipfw(4) rule "jail",
	IPFIREWALL_FORWARD kernel option,
	PFIL_HOOKS is now always complied into the kernel,
	autofs filesystem and libautofs(3) added,
	GEOM_RAID3 geom class and graid3(8) added,
	GEOM_UZIP geom class added,
	acpidump(8) SSDT tables support,
	dd(1) fillchar option,
	jail(8) -l option,
	OpenSSL VIA C3 PadLock ACE support imported, and
	FreeBSD's default X Window System is Xorg now.

Update release notes:
	ADAPTIVE_GIANT enabled on i386 by default,
	hme(4) now MI,
	static linker TLS support,
	LIBPTHREAD_PROCESS_SCOPE,
	GNU sort updated to a coreutils snapshot as of 2004/08/12,
	ISC DHCP client updated to 3.0.1,
	lukemftpd updated to a snapshot as of 2004/08/09, and
	pf from OpenBSD 3.5-stable.
2004-09-04 11:01:21 +00:00
Bruce A. Mah bbd414503b Minor grammar and markup tweaks. In four cases, <function></function>
elements were replaced with new manpage entities.
2004-09-04 05:14:45 +00:00
Christian Brueffer 3bf5804eed Autogenerate device listing for wb(4)
MFC after:	3 days
2004-09-03 23:23:11 +00:00
Christian Brueffer d786c4c73d Add ubsa(4), uftdi(4), uplcom(4) and wb(4)
MFC after:	3 days
2004-09-03 23:21:37 +00:00
Christian Brueffer bac5da75f4 Autogenerate device listings for ti(4) and tl(4)
MFC after:	3 days
2004-09-03 12:28:53 +00:00
Christian Brueffer 8f640e0468 Add ti(4) and tl(4)
MFC after:	3 days
2004-09-03 12:27:27 +00:00
Christian Brueffer 2e3e26a50c Autogenerate device listings for nge(4) and ste(4)
MFC after:	3 days
2004-09-03 04:17:19 +00:00
Christian Brueffer 887c77ca64 Add nge(4) and ste(4)
MFC after:	3 days
2004-09-03 04:15:54 +00:00
Hiroki Sato d40c3f2ce4 Trim errata and bump &release.next;. 2004-09-02 21:01:09 +00:00
Hiroki Sato 7b3b73051a New release notes (changes in the second half of July and
the first half of August 2004):
	NO_ADAPTIVE_MUTEXES,
	ADAPTIVE_GIANT,
	acpi_panasonic(4) added,
	contigmalloc(9) reimplemented (vm.old_contigmalloc added),
	hme(4) checksum offload support,
	{mem,io}.ko added,
	pcic(4) removed completely from GENERIC kernel configuration file,
	psm(4) Synaptics TouchPad support,
	Thread Local Storage (TLS) support,
	ipfw(4) antispoof option,
	GEOM_MIRROR class and gmirror(8) added,
	col(1), colcrt(1), colrm(1), column(1), and fmt(1) multibyte
	characters support,
	df(1) bugfix,
	ftpd(8) uses its euid for opening a data transfer socket,
	gpt(8) -i option, remove command added,
	kgdb(1) added,
	LIBPTHREAD_SYSTEM_SCOPE for libpthread,
	look(1) -d bugfix,
	make(1) "+" flag added,
	make(1) MAKEFLAGS change,
	tgmath.h C99 header added,
	GNU extensions of mbsnrtowcs(3) and wcsnrtombs(3) implemented,
	patch(1) replaced with a BSD-licensed version from OpenBSD,
	ppp(8) "set pppoe [standard|3Com]" for ng_pppoe(4),
	ul(1) multibyte characters support,
	FILE 3.41 --> 4.10,
	GCC 3.3.3 --> 3.4.2,
	NTP 4.1.1.a --> 4.2.0,
	rc.d localpkg support in the Ports Collection, and
	crypto distribution now part of base.

Update release notes:
	snd_*(4) reorganization, and
	use the term "geom class" for consistency.

MFC:
	ppp(8) "set rad_alive".
2004-09-02 20:30:05 +00:00
Christian Brueffer 23370e2835 aac works in ia64, twe and twa seem to work on amd64 (though not officially
supported by 3ware)

MFC after:	3 days
2004-09-02 19:53:40 +00:00
Giorgos Keramidas eba7d78ea7 Minor wordsmithing of the fixit media login message.
Approved by:	re
2004-09-02 13:45:24 +00:00
Denis Peplin 1dc6d50084 Fix URL_RELPREFIX 2004-09-02 06:22:17 +00:00
Ruslan Ermilov a562ac12a7 Tidy up the list of docproj dependencies. Here comes a long
explanation...

This makefile tries to be smart in determining the minimal list
of ports comprising the docproj meta-port, necessary to build
the FreeBSD documentation and release notes.

To get it absolutely right, it would have to generate the list
at run time, parsing the output of "make all-depends-list" for
ports/textproc/docproj, supplying the same options like in
src/release/Makefile, and trying for different platforms and
FreeBSD versions!

Besides from the complexity involved, this is just not possible
to do from here, because the ports tree may be not up-to-date or
not be available at all -- it's not required to have a checked
out ports tree to start "make release".  So makefile copies
some logic from the ports system to try to come up with the
right list...

Unfortunately, it's nearly impossible nor practical to come up
with a proper and complete list from here this way.  Such a
list would have to support all possible __FreeBSD_version's,
Perl versions, and so on, and their combinations -- everything
that the ports system would do.

The fix is to stop pretending be smart, and only provide
lists enough to build a docproj port on recent of 4.x, 5.x,
and 6.x systems, where this is practical.

What can break with this change is "make release -DNOPORTS" of
HEAD or RELENG_5, *without* -DNODOC, on older FreeBSD systems
like 5.1-RELEASE.  The change in the docproj dependency list
between 5.1 and 5.3 is as follows:

# diff docports.501000 docports.503000
< /usr/ports/devel/p5-File-Temp
< /usr/ports/devel/p5-Test-Harness
< /usr/ports/devel/p5-Test-Simple
< /usr/ports/lang/perl5
> /usr/ports/lang/perl5.8

Since doing "make release" on these old systems is not officially
supported anyway (only one tiny tweak is necessary to make it
work), the practical damage of this change is zero.

Original problem spotted by Scott Long doing "make release
-DNOPORTS RELEASETAG=RELENG_5".  That particular problem
was already fixed by the previous change to this file, while
this change is the result of some additional analyzis of the
problem.

Fix was tested by doing a "make release -DNOPORTS" of HEAD on
the 4.10-STABLE machine (with one small tweak I mentioned, to
make it possible).
2004-09-01 14:36:48 +00:00
Denis Peplin e8c7bf37ef Merge from recent English versions
MFC after:	2 days
2004-09-01 13:14:47 +00:00
Hiroki Sato 43d00fb8c4 U1E and U2 are now fully supported system.
MFC after:	2 days
2004-08-31 19:00:20 +00:00
Ruslan Ermilov d91a18bc4c Added lang/perl5.8 to the doc/ ports list, it's the default Perl
version, and "make release -DNOPORTS" breaks without it.

Noticed by:	scottl

Keep lang/perl5 in the list because it's the default Perl version
for 4.x, and it's still possible to "make release" of HEAD on 4.x.
2004-08-30 06:19:34 +00:00
Marcel Moolenaar eb6000e2f3 Put the ispfw.ko module on the EFI boot partition when creating a
bootable ISO. HP machines (like the rx2600) that (also) have isp(4)
may have a non-standard firmware on the controller. Our isp(4) driver
is not able to work with those and even panics. This makes installing
FreeBSD rather impossible. By adding the ispfw.ko module, we give the
user a chance to upload a certified firmware onto the card and so make
it possible to either use the isp(4) successfully or otherwise avoid
the panic.
2004-08-29 19:52:33 +00:00
David E. O'Brien c6d8b958f1 Start the de-orbital burn of our previous FreeBSD version compat libs
living in usr/src.  We need to use them from ports to record dependencies.

Discussed with:	re(scottl)
2004-08-29 18:27:00 +00:00
Wilko Bulte b91d620462 Now that I discovered that 164SX SRM recognises Intel 8255x NICs and allows
them to be net booted lets document that fact.
2004-08-28 21:11:52 +00:00
Hiroki Sato e32486f083 In 5.x, a device hint is used instead of a device flag
and UserConfig.

Submitted by:	Gavin Atkinson (gavin.atkinson at ury dot york dot ac dot uk)
PR:		docs/66980
MFC after:	2 days
2004-08-28 19:04:43 +00:00
Simon L. B. Nielsen d724a9d5ea Remove the listing for the Seagate ST01/02 and the Future Domain 8xx/950
SCSI controllers.  The driver was removed before FreeBSD 3.0, so it is
probably time to remove from the Hardware Notes... :-).

Historical clue by:	Josh Paetzel <josh@tcbug.org>
MFC after:		3 days
2004-08-28 15:14:03 +00:00
Simon L. B. Nielsen 31c4f57542 - Auto generate device listings for the following drivers: snd_ad1816,
snd_cmi, snd_cs4281, snd_ds1, snd_emu10k1, snd_es137x, and snd_solo.

MFC after:	5 days
2004-08-27 22:58:29 +00:00
Simon L. B. Nielsen bc0b4ff69c - Improve handling of trailing punctuation characters for the Xr macro.
MFC after:	3 days
2004-08-27 21:32:24 +00:00
Simon L. B. Nielsen c2414060cf - Auto generate device listing for ath(4).
MFC after:	3 days
2004-08-27 19:59:29 +00:00
Simon L. B. Nielsen 401528f8f8 - For column lists: ignore first item when it is likely to be a header.
- Clean up and improve handling of trailing punctuation characters.
- Handle the Pa macro.
- Give a warning when ignoring unimplemented mdoc commands.

MFC after:	3 days
2004-08-27 19:29:21 +00:00
Ruslan Ermilov 85231d66d4 Fixed the shell arithmetic to work with 4.x /bin/sh.
Tested by:	make release of HEAD on 4.10-STABLE
2004-08-26 19:15:20 +00:00
Hiroki Sato e5bcf939e4 s/_/./g for an entity name.
Reviewed by:    simon
2004-08-26 08:52:46 +00:00
Christian Brueffer e4e00841a4 Autogenerate device listings for cue(4) and kue(4) 2004-08-26 08:37:40 +00:00
Christian Brueffer caf87e164d Add cue(4) and kue(4) 2004-08-26 08:36:09 +00:00
Simon L. B. Nielsen a733008573 Support column lists, by only extracting the first column.
MFC after:	3 days
2004-08-25 23:32:26 +00:00
Christian Brueffer 4bea5fa544 Autogenerate device listings for axe(4) and rue(4) 2004-08-25 22:57:07 +00:00
Christian Brueffer b952b473dd Add axe(4) and rue(4) 2004-08-25 22:55:02 +00:00
Ken Smith 79a58dfb4c Back out v1.57, the underlying problem that caused a delay between
mdconfig and the device name appearing in /dev seems to be fixed.
2004-08-25 01:39:52 +00:00
Ken Smith bdc3b545e8 Back out previous commit. Colin's fix to md makes the extra sleep
here unnecessary.  Thanks Colin. :-)
2004-08-25 00:48:35 +00:00
Christian Brueffer 1adc7abfa1 Autogenerate device listings for lge(4) and vx(4) 2004-08-24 21:38:13 +00:00
Christian Brueffer 792adb3e99 Add lge(4) and vx(4) 2004-08-24 21:35:25 +00:00
Simon L. B. Nielsen 2ca6bcde9d asr(4) is currently i386 only.
Confirmed by:	scottl
MFC after:	2 days
2004-08-24 19:24:47 +00:00
Christian Brueffer 89641ab32a Autogenerate device listings for sk(4) 2004-08-24 17:41:47 +00:00
Christian Brueffer a81cd4dc04 Add sk(4) 2004-08-24 17:40:35 +00:00
Christian Brueffer 7c5ea2092a Autogenerate device listings for sf(4) 2004-08-24 15:40:57 +00:00
Christian Brueffer 309c8e6b1f Add sf(4) 2004-08-24 15:39:07 +00:00
Christian Brueffer 0ecb2f3505 Autogenerate entries for ixgb(4) 2004-08-23 16:45:11 +00:00
Christian Brueffer 8f7ec17c51 Add ixgb, remove isp and mpt (work on all supported platforms) 2004-08-23 16:38:39 +00:00
Hiroki Sato 867667fec1 Unbreak the build. Translators, please let me know
if I break something in your localized docs.
2004-08-22 09:53:24 +00:00
Ken Smith 2911ee00e8 Found another one. Why does mdconfig hate me? Add a "sleep 5" to
this script, without it sparc64 ISO building was consistently failing
because the /dev/md0 device name was not present when the commands
following mdconfig ran.  Apparently there is the possibility of a delay
between when mdconfig finishes and the names become visible in /dev.
Yes, we could code this better than an unconditional call to "sleep 5"
but IMHO we should fix the underlying problem instead.

MFC after: 3 days
2004-08-22 05:34:07 +00:00
Hiroki Sato b282bdf0ef Add &release.type.current; to unbreak the build. 2004-08-21 14:27:21 +00:00
Hiroki Sato 8689a837cb Add &release.type.current; to unbreak the build. 2004-08-21 12:34:42 +00:00
Hiroki Sato 5d492a0d63 Bump version numbers for 6.0-CURRENT and fix some sentences. 2004-08-21 08:59:53 +00:00
Simon L. B. Nielsen cc52f21870 - Remove note about device listings going away.
- Add a note about possibility for duplicate listing of devices.
- Auto generate device listings for the following drivers: ncr, sym,
  umodem, and uscanner

MFC after:	3 days
2004-08-19 22:03:20 +00:00
Simon L. B. Nielsen cc99ac24db Move listing of DTC 3290 to aha(4).
MFC after:	3 days
2004-08-19 20:49:39 +00:00
Wilko Bulte 924a8cd9d8 - Note that Adaptec 3940UW won't be recognised by the 164sx SRM
- Warn that 164SX is a picky customer with regards to DIMMs.
2004-08-19 19:27:33 +00:00
Ruslan Ermilov a4ff160f47 Meet the new era of 6.0-CURRENT. 2004-08-19 10:34:59 +00:00
Peter Grehan fa7bd2839d PPC definitions required for 'make release'
Reviewed by:	ru
Submitted by:	ssouhlal
2004-08-18 11:11:46 +00:00
Peter Grehan 8e38e74359 Allow MFS images to be built without a disklabel for releases
that don't require one i.e. PPC.

Reviewed by:	ru
Submitted by:	ssouhlal
2004-08-18 11:10:05 +00:00
Peter Grehan 3f11b7d156 Add files needed for PPC release ISOs. These are built with the
HFS/ISO9660 extensions to be bootable on Power Macs.

 boot.tbxi - the CHRP script executed by Open Firmware when auto-booting
             CDs
 hfs.map - map Unix files to HFS creator/type fields

Reviewed by:    ru
Submitted by:   ssouhlal
2004-08-18 11:08:19 +00:00
David E. O'Brien f04142310d Bring back 'NO_FLOPPIES', but as a user external knob.
The internal logic knob remains MAKE_FLOPPIES.

Suggested by:	ru
2004-08-16 10:25:43 +00:00
David Malone 8fb0d51534 Improve MIME handling. This patch is based on Eugene's patch, but
with the following changes:

1) Don't make a mime_types.h 'cos we should avoid creating variables
   in header files,
2) Use strrchr to find the extension, rather than strchr,
3) Slightly simplify the mime-type matching loop.

any goof are likely to be mine. Note that there are links to more
improvements by Eugene in the PR.

PR:		29725
Submitted by:	Eugene Grosbein <eugen@kuzbass.ru>
2004-08-16 09:38:34 +00:00
David E. O'Brien 94223a53dc Follow 'MAKE_ISOS' in naming and s/FLOPPIES/MAKE_FLOPPIES/g
Submitted by:	ru
2004-08-16 08:56:50 +00:00
David E. O'Brien b9e0905e14 Accept the fact that floppies either aren't applicable or relevant on most
platforms.  So make the floppy logic easier to read.
2004-08-16 08:28:58 +00:00
Bruce A. Mah 963181997b Various updates for installation documentation. Most notably:
o Update to match 5-CURRENT reality.
o Bump up minimum system requirements.
o Make examples work.

PR:		docs/70485
Submitted by:	Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
2004-08-16 01:42:43 +00:00
Simon L. B. Nielsen 54597ca9b2 - Handle the '\&' mdoc(7) escape sequence.
- Handle the .Sx macro and give a warning if it is used in the
  HARDWARE section, since that will probably produce odd text in the
  Hardware Notes.
2004-08-15 22:33:10 +00:00
Simon L. B. Nielsen ac938691a5 - Auto generate device listings for the following drivers: mpt, trm,
rl, vr, dc, de, and gem.
- hme(4) is not sparc64 only anymore, so update dev.archlist.txt
  acordingly.
2004-08-15 22:14:29 +00:00
Kris Kennaway 93ab8d76ea Remove misc/screen, which is not packageable. 2004-08-15 06:07:01 +00:00
Bruce A. Mah 666530312f Wordsmithing on the GEOM_STRIPE, MSDOSFS_LARGE, and portaudit notes. 2004-08-13 23:04:14 +00:00
Bruce A. Mah d45b5729ec Miscellaneous edits. Mostly style, grammar, and punctuation fixes in
the vein of my previous, recent commits.

Updated release notes: Augmented sha(1)/rmd160(1) note, updated pf(4)
pseudo-users, retweaked doscmd note to reinstate a missing word I
deleted by accident [1] and add some more info.

MFCs noted:  ppp(8) LQM, ppp(8) set rad_alive.

Pointed out by:	"Eagle Eyes" ru [1]
2004-08-13 15:09:20 +00:00
Bruce A. Mah 390d6839be More wording, grammar, and punctuation tweaks. No major content
changes, although one release note, about udav(4) promiscuous mode,
was deleted as it was redundant (the driver itself is new and this
fact has its own note).
2004-08-13 04:54:52 +00:00
Wilko Bulte 77f51d6900 clarify that both ECC and non-ECC DIMMS work on 164SX.
Suggested by: ru
2004-08-12 12:42:03 +00:00
Denis Peplin e8eefd5d8b Change RU for articles.ent and books.ent back to EN for consistency
This modification was not really needed.

Noticed by:	hrs
Obtained from:	The FreeBSD Russian Documentation Project
2004-08-12 08:44:52 +00:00
Denis Peplin 3caccfd90f Merge from recent English revisions
Obtained from:	The FreeBSD Russian Documentation Project
2004-08-11 10:25:23 +00:00
Bruce A. Mah 7dfdb3c965 Fix a few nits. Mostly grammar and punctuation changes, although some
minor content changes were made to the acpi_asus(4) and
acpi_toshiba(4) notes.
2004-08-11 05:20:25 +00:00
Simon L. B. Nielsen 640c70d92a Add id tags to sections which does not already have one to make it
simpler to link directly into the Hardware Notes.
2004-08-10 22:33:21 +00:00
Simon L. B. Nielsen f36894b3b5 Auto generate device listings the following drivers: mlx, mly, and ncv. 2004-08-10 22:19:57 +00:00
Wilko Bulte ce18a76c38 typo 2004-08-10 19:07:41 +00:00