Commit Graph

5955 Commits

Author SHA1 Message Date
Wilko Bulte
e99f15ce9c Small changes in the AlphaStation 200 and PC14 area. PC164 SRM does
not work with 53C896 SCSI chips.

Submitted by: Owen Mann <owen@mann.org>
2005-11-02 22:18:47 +00:00
Hiroki Sato
2f07755517 New release notes:
hw.pci.do_powerstate change,
	FreeBSD/ia64 SMP support,
	a kernel config for MAC added,
	tnt4882(4) driver added,
	agp(4) now supports ATI IGP chipsets,
	re(4): D-Link DGE-528(T) Gigabit Ethernet card support,
	aac(4): Adaptec 2610SA SATA-RAID controller support,
	ata(4): ITE IT8211F, PDC40718, and PDC40719 support,
	hptmv(4) update: amd64 and PAE support,
	gpt(8) GPT partition label support,
	kenv(1) and sysctl(8) -q flag added,
	libedit updated,
	rpcgen(1) now generate ANSI C code instead of K&R style, and
	OpenSSH 4.0p1->4.2p1.

Update release notes:
	Fix an entry about ifconfig_<ifn> NOAUTO keyword.
2005-10-31 16:52:11 +00:00
David E. O'Brien
d7f4443e77 Remove information on nVidia nForce3 Pro-150 chipset to match GENERIC change. 2005-10-27 19:07:35 +00:00
Xin LI
5340ce189f MFen: 1.883.2.7 -> 1.883.2.8
MT6 candidate

Obtained from:	The FreeBSD Simplified Chinese Project
2005-10-27 17:35:48 +00:00
Ruslan Ermilov
d24864f785 Refactor (some more) installation of kernel and module objects.
Try to make everyone happy: David (to have debug kernels installed
by default), Warner (to be able to override that), and myself (for
actually making it all work and to be consistent).

Now, if kernel was configured for debugging (through DEBUG=-g in
the kernel config file or "config -g"), doing "make install" will
install debug versions of kernel and module objects with their
canonical names,

	kernel.debug -> /boot/kernel/kernel
	if_fxp.ko.debug -> /boot/kernel/if_fxp.ko

Installing a kernel not configured for debugging, or debug kernel
with INSTALL_NODEBUG variable defined, will install non-debug
kernel and module objects.

Also, restore the install.debug and reinstall.debug targets that
are part of the existing API (they cause some additional gdb(1)
scripts to be installed).
2005-10-25 09:05:07 +00:00
Christian Brueffer
f5c5d122f6 snd_es137x now works on sparc64. 2005-10-25 04:32:42 +00:00
Joel Dahl
20e7938c05 The snd_via8233(4) support on amd64 isn't something new. Remove it.
Reviewed by:	hrs
2005-10-14 18:12:18 +00:00
Xin LI
9e4434ae7a Better translation: language improvements, typos, etc.
Submitted by:   BSDunix at newsmth org,
		carplee at newsmth org,
		ThunderW at newsmth org (in part)
MFC After:	1 days
2005-10-14 16:25:53 +00:00
Yaroslav Tykhiy
786d82a129 New release notes:
ifconfig(8) -tunnel parameter,
	interface argument to ifconfig(8) -vlandev deprecated.

The changes already are in RELENG_6, too.

MFC after:	3 days
2005-10-14 09:57:08 +00:00
Xin LI
7c775ce110 Language nits.
Submitted by:	nukq at newsmth org, me
2005-10-13 17:25:28 +00:00
Xin LI
ce8da5b5ad MFen:
errata/article.sgml:		1.72	-> 1.73.2.1
	hardware/amd64/proc-amd64.sgml:	1.3.4.1	-> 1.5.2.1 [dummy merge]
	hardware/common/artheader.sgml:	1.6	-> 1.7
	hardware/common/dev.sgml:	1.277	-> 1.282.2.3
	hardware/common/intro.sgml:	1.6	-> 1.7
	installation/common/artheader.sgml: 1.5	-> 1.6
	installation/common/trouble.sgml: 1.17	-> 1.19
	installation/common/upgrade.sgml: 1.12	-> 1.13
	readme/article.sgml:	       1.31.2.2 -> 1.37
	relnotes/common/new.sgml:	1.849	-> 1.883.2.7
	Makefile:			1.3	-> 1.7

Follow the English revision to remove early adopter guide.

This is intended for a RELENG_6 and RELENG_6_0 merge.

Obtained from:	The FreeBSD Simplified Chinese Project (delphij)
2005-10-12 20:30:39 +00:00
Joel Dahl
d528ad8566 New release notes: snd_mss(4) manual page added. 2005-10-12 12:24:37 +00:00
Joel Dahl
9a8147c586 Autogenerate hardware notes for snd_mss(4). 2005-10-10 18:01:18 +00:00
Hiroki Sato
27c11e26b3 New release notes:
/boot.config -S option,
	comconsole_speed loader tunable,
	debug.mpsafevfs=1 on ia64 by default,
	snd_via8233(4) supported on amd64,
	IPv6 pMTU discovery for multicast packets disabled by default,
	new sysctl: net.inet6.ip6.mcast_pmtu,
		net.inet.icmp.reply_from_interface, and
		net.inet.icmp.quotelen,
	IP_MINTTL socket option,
	ata(4) DMA workaround,
	cmp(1) -h option,
	new functions: pidfile(3), and
		memmem(3),
	netstat(1) -h option,
	pkill(1) -F and -L option,
	powerd(8) -P option,
	removable_interfaces rc.conf variable removed,
	ifconfig_<ifn>, and
	sysinstall(8) default partition size calculation changed.
2005-10-03 17:24:20 +00:00
Hiroki Sato
1db55c2528 New release notes:
gre(4) IPv6 over GRE support,
	ipfw IPv6 support,
	new sysctl net.inet6.ip6.stealth added,
	g_label now supports Ext2FS and ReiserFS,
	bsdiff(1) and bspatch(1) added,
	ping(8) "sweeping ping" support,
	wcsdup() function added,
	rc.d/gbde_swap renamed to rc.d/encswap,
	rc.d/geli and rc.d/geli2 added, and
	portsnap(8) imported.
2005-10-02 21:02:37 +00:00
Hiroki Sato
14f9b2291d New release notes:
acpi_thermal(4) passive cooling support,
	ichsmb(4) unloading bug fixed,
	smbios(4) support on amd64,
	hw.apic.enable_extint added,
	sound(4) improvements,
	MPSAFE: the bottom half of NFS, snd_als4000(4),
		snd_cmi(4), snd_via8233(4), snd_via82c686(4),
		and natm(4),
	GEOM_ZERO class added,
	umass(4) PLAY_* commands support,
	moused(8) -H flag,
	shared library version bump, and
	pkg_version(1) -o and -O flags.
2005-10-02 16:14:41 +00:00
Ken Smith
0f12c50ed7 Add SHA256 checksums to the release build.
Requested by:		cperciva (so)
Reviewed/improved by:	ru
MFC after:		2 days
2005-09-28 12:39:00 +00:00
Max Laier
b6de9e91bd Remove bridge(4) from the tree. if_bridge(4) is a full functional
replacement and has additional features which make it superior.

Discussed on:	-arch
Reviewed by:	thompsa
X-MFC-after:	never (RELENG_6 as transition period)
2005-09-27 18:10:43 +00:00
Yoshihiro Takahashi
819766797e Switch from OLDCARD to NEWCARD on pc98. 2005-09-27 13:10:24 +00:00
Christian Brueffer
91275d5544 Fix typo.
PR:		86522
Submitted by:	Stephen Hurd <shurd@sasktel.net>
MFC after:	3 days
2005-09-24 07:07:55 +00:00
Christian Brueffer
f225ac4280 Add esp(4).
MFC after:	3 days
2005-09-18 16:22:20 +00:00
Christian Brueffer
61a5cd0bd1 Sort the list of disk controllers by driver-name. The notable exception is
ata(4), which should stay on top.

MFC after:	3 days
2005-09-18 08:14:16 +00:00
Christian Brueffer
6b5a083bf2 Sort the list of ethernet devices by driver-name.
MFC after:	3 days
2005-09-18 07:46:05 +00:00
Christian Brueffer
f412af9750 Don't claim matcd(4) support, it was removed long ago.
MFC after:	3 days
2005-09-18 07:23:53 +00:00
Joel Dahl
c1706c47b5 Add cdce(4).
Reviewed by:	brueffer
2005-09-17 09:35:56 +00:00
Christian Brueffer
5f9c8a6a9e Note acpi_sony(4) manpage addition. 2005-09-14 05:50:09 +00:00
Christian Brueffer
ba217ebb58 hptmv(4) now works on amd64. 2005-09-08 04:40:11 +00:00
Marcel Moolenaar
1e36c0be6d Unbreak release builds. Now that NO_INFO also affects the installation
of texinfo and we need makeinfo to build world, we cannot have NO_INFO
anymore when we populate the chroot.
2005-09-07 04:34:11 +00:00
Christian Brueffer
093f85195e Reword nic driver MPSAFEness entries to be in line with earlier release notes. 2005-09-05 17:16:50 +00:00
Christian Brueffer
78f14f2cee Document the following:
- VIA PadLock support + merge
- dc, my, pcn, sf MPSAFE + merge
- de, ed, ste MPSAFE
- de converted to busdma(9)
- el removed
- geli(8) committed + merge
- libmemstat(9) merge

MFC after:	3 days
2005-08-30 22:25:22 +00:00
Simon L. B. Nielsen
d8e87d835b Remove the el(4) device, which has been retired recently. 2005-08-28 08:20:41 +00:00
Gregory Neil Shapiro
8e1e510074 I must have missed the release note for the sendmail 8.13.4 import. 2005-08-28 04:43:48 +00:00
Joel Dahl
99030e6c12 New release notes: snd_t4dwave(4) manual page added.
Approved by:	brueffer (mentor)
2005-08-18 19:05:46 +00:00
Joel Dahl
229be6cef1 snd_via8233(4) works on amd64.
Approved by:	brueffer (mentor)
2005-08-16 14:25:12 +00:00
Joel Dahl
331fe3c4a1 Auto generate device listings for snd_t4dwave(4).
Approved by:	brueffer (mentor)
2005-08-15 18:10:27 +00:00
Hiroki Sato
67b1f4d459 New release notes:
New sysctls: kern.malloc_stats and vm.zone_stats,
	mpt(4) improvements,
	ifconfig(8) -k flag,
	libmemstat(3) added,
	libpcap updated to v0.9.1, and
	tcpdump updated to v3.9.1.
2005-07-15 16:38:52 +00:00
Hiroki Sato
e4d7fb6831 Trim the old relnotes items. 2005-07-15 15:15:20 +00:00
Hiroki Sato
07743e2b03 Update version numbers to 7-CURRENT. 2005-07-15 15:14:22 +00:00
Ken Smith
4900836a01 Adjust for HEAD being 7.0 now.
Approved by:	re (implicit)
2005-07-11 15:50:29 +00:00
Scott Long
091040346a Adapt the mfsroot environment of sysinstall to the needs of the new dhclient.
This involves having passwd bits available so that seteuid("_dhcp") work,
and creating /var/empty so that chroot(_VAR_EMPTY) works.  My gut feeling
is that the better solution is to make privsep and chroot optional in
dhclient, but this works well for now and is low-risk.

Approved by: re
2005-07-11 03:59:25 +00:00
Hiroki Sato
aad53ebf00 MFC:
$jail_<name>_flags for rc.d/jail, and
	pkg_version(1) -I flag.

Approved by:	re (implicitly)
2005-07-10 03:47:00 +00:00
Hiroki Sato
79ec8905f6 Update release notes:
pc98 also supports ELF kernel crash dump now.

Pointed out by:	nyan
Approved by:	re (implicitly)
2005-07-10 03:33:00 +00:00
Hiroki Sato
9d77f80ae9 New release notes:
amd64/i386 ELF kernel crash dump,
	snd_csa(4) suspend/resume support,
	ste(4) ALTQ support,
	address family check of routing table added,
	env(1) -v, -S, and -P options added,
	libkvm crash dump support improvement:
		ELF format, >4GB on 32-bit arch, and PAE,
	$jail_<name>_flags for rc.d/jail added, and
	new manual pages: central(4), clkbrd(4), creator(4),
		ebus(4), eeprom(4), fhc(4),  machfb(4), ofw.console(4),
		openfirm(4), openprom(4), rtc(4), and sbus(4).

Update release notes:
	Use &man.ofw.console.4;.

Approved by:	re (implicitly)
2005-07-09 17:26:10 +00:00
Denis Peplin
774812956c Merge the following from the English version:
1.879 -> 1.880 new.sgml

Obtained from:  The FreeBSD Russian Documentation Project
Approved by:    re (scottl)
2005-07-08 14:34:10 +00:00
Simon L. B. Nielsen
5248e0694d Handle .Li macro's with quoted arguments, which is used in the ath(4)
manual page.

Noticed by:	brueffer (long ago)
Approved by:	re (hrs)
2005-07-04 07:48:02 +00:00
Bruce A. Mah
27a2197ea5 New release notes: SA-05:13.ipfw, SA-05:14.bzip2, SA-05:15.tcp.
Approved by:	re (blanket relnotes)
2005-06-30 18:17:09 +00:00
Hideyuki KURASHINA
4c4bfd6ed4 - Retire the Early Adopter's Guide in HEAD.
- Remove following files since their contents are merged into
  relnotes/common/new.sgml years ago.

    relnotes/common/artheader.sgml
    relnotes/common/intro.sgml
    relnotes/common/upgrading.sgml

Approved by:	re (hrs)
2005-06-30 16:26:24 +00:00
Hideyuki KURASHINA
7af2c44848 Use consistent translation for the word ``interface''.
Approved by:	re (hrs)
2005-06-30 12:54:57 +00:00
Hideyuki KURASHINA
f8f163bc0a Merge the following from the English version:
1.3  -> 1.7	Makefile
	1.65 -> 1.73	errata/article.sgml

Approved by:	re (hrs)
2005-06-30 12:54:30 +00:00
Denis Peplin
11e36541ae Update Russian override of dev-auto.sgml
Obtained from:  The FreeBSD Russian Documentation Project
Approved by:    re (blanket)
2005-06-30 12:07:29 +00:00
Denis Peplin
7fe8d3ceb1 Merge the following from the English version:
1.278 -> 1.282 hardware/common/dev.sgml
   1.31 -> 1.32 installation/common/install.sgml
   1.17 -> 1.19 installation/common/trouble.sgml
   1.6 -> 1.7 installation/common/artheader.sgml
   1.845 -> 1.879 relnotes/common/new.sgml
   1.36 -> 1.37 readme/article.sgml

Obtained from:	The FreeBSD Russian Documentation Project
Approved by:	re (blanket)
2005-06-30 11:35:03 +00:00
Bruce A. Mah
cbea18d9ae Fix grammar and markup nits, do some wordsmithing.
Approved by:	re (blanket relnotes)
2005-06-30 04:55:46 +00:00
Hideyuki KURASHINA
e22225b87b Merge the following from the English version:
1.5   -> 1.7	hardware/common/artheader.sgml
	1.269 -> 1.281	hardware/common/dev.sgml

Update a Japanese override of dev-auto.sgml.

Approved by:		re (hrs)
Based on work by:	Ryusuke Suzuki <ryusuke at nucl.sci.hokudai.ac.jp>
2005-06-27 17:48:20 +00:00
Hideyuki KURASHINA
d2adf18ed9 bs driver was already removed.
Approved by:	re (hrs)
Reviewed by:	nyan
MFC after:	1 week
2005-06-27 14:54:49 +00:00
Hiroki Sato
6d880fa65e Document floppy disk based installation is not supported
on FreeBSD/sparc64 now.

Pointed out by:	Brett D.Estrade (estrabd at mailcan dot com)
Approved by:	re (implicitly)
2005-06-24 09:07:04 +00:00
Hiroki Sato
34dc3c7f63 New release notes:
OpenPAM Figwort release.

Approved by:	re (implicitly)
2005-06-19 12:38:18 +00:00
Christian Brueffer
482b893365 Whitespace cleanup from last commit.
Translators can ignore this.

Approved by:	re (blanket)
2005-06-16 22:22:05 +00:00
Christian Brueffer
277a0dfd18 Limit entries to their respective architectures. We don't need e.g.
ISA troubleshooting in the amd64 installation guide.

Also note that amd64 and ia64 use ACPI.

Approved by:	re (blanket)
MFC after:	3 days
2005-06-16 22:19:05 +00:00
Ruslan Ermilov
ece6831d38 Provide 32-bit runtime support on amd64 as a separate distribution, lib32.
Prodded by:	obrien
Nodded by:	peter
Approved by:	re
2005-06-16 18:16:14 +00:00
Wilko Bulte
bcdc9124d8 Update hardware support. Add note on TGA. Remove DEFPA FDDI (it did
not work when I last tried).  Tell people to not spend money on anything
less than EV5 machines.

Approved by: re (blanket)
2005-06-15 19:41:24 +00:00
Hiroki Sato
e28e75cfd6 Update release notes:
hostapd v0.3.9,
	sendmail OSTYPE(freebsd6) support,
	WPA Supplicant v0.3.9, and
	new manual pages: bus_space(9) and pmap_page_init(9).

Approved by:	re (implicitly)
2005-06-15 16:17:28 +00:00
Wilko Bulte
5b9f3a50a0 Empty CMOS batteries can cause agony with your AlphaBIOS versus
SRM selection.

Found out the hard way by: gallatin
Approved by: re (scottl)
2005-06-14 17:38:46 +00:00
Hiroki Sato
8c523fead6 New release notes:
security.jail.getfsstatroot_only
	--> security.jail.enforce_statfs renamed,
	struct ifnet change,
	acpi_ibm(4) improved,
	atkbdc(4) cleanup,
	arkbdc(4), syscons(4), and so on, enabled by default on sparc64,
	hwpmc(4) MI support,
	ng_tcpmss(4) added, and
	rexecd(8) removed.

Approved by:	re (implicitly)
2005-06-12 08:55:59 +00:00
Hiroki Sato
aed219316b Document SA-05:10, SA-05:11, and SA-05:12.
Approved by:	re (implicitly)
2005-06-11 17:27:14 +00:00
Hiroki Sato
7a9f484b11 Fix section number of hostapd(8) and wpa_supplicant(8).
Noticed by:	brueffer
Pointy hat to:	hrs
2005-06-08 12:57:47 +00:00
Hiroki Sato
3b27fe88e9 New release notes:
ichsmb(4) kernel module available,
	ifconfig(8) now supports if_bridge(4),
	link state change notification sent to /dev/devctl,
	_dhcp user/group added,
	NetBSD specific rc.d scripts removed,
	OpenBSD dhclient imported,
	hostapd v0.3.7 imported,
	WPA Supplicant v0.3.8 imported, and
	pkg_create(1) -R flag added.

Update release notes:
	Move "sendmail 8.13.4 import" to the userland changes section.
2005-06-08 08:26:54 +00:00
Gregory Neil Shapiro
c7b64c7b81 Note the sendmail 8.13.4 upgrade. 2005-06-07 04:20:57 +00:00
Bruce A. Mah
8cb62f3fd6 New release notes: if_bridge(4).
Updated release notes:  OpenSSH 4.1p1.
2005-06-05 16:16:31 +00:00
Hiroki Sato
440f877a34 Remove trailing whitespaces. 2005-06-03 18:42:47 +00:00
Hiroki Sato
852dd726ef New release notes:
FreeBSD/i386 and /amd64 always use the local APIC timer even
	on an UP system,
	vm.blacklist tunable added,
	ipfw now supports IPv4 only rule,
	struct netent and getnetbyaddr(3) POSIX conformance and
        the ABI breakage on 64-bit platforms, and
	GNU GCC 3.4.2-prerelease --> 3.4.4.

Update release notes:
	more machine-specific optimized version of math functions.
2005-06-03 18:37:16 +00:00
Hiroki Sato
0717110a5a New release notes:
syscons VESA support,
	libpcap v0.8.3 --> v0.9.1 (alpha 096), and
	TCPDUMP v3.8.3 --> v3.9.1 (alpha 096).
2005-05-30 16:51:57 +00:00
Yoshihiro Takahashi
20ef0ca2b3 Enable ReiserFS note on pc98. 2005-05-28 12:41:55 +00:00
Bruce A. Mah
512111f78a Move sed(1) -l release note to the right section. Don't know what I
was thinking (was I thinking?) when I wrote this.
2005-05-26 14:41:20 +00:00
Bruce A. Mah
77d4d6f688 New release notes: autoboot_delay -1 (+MFC), NgATM 1.2, texinfo 4.8,
pkg_version -I.

Modified release notes:  bsnmp 1.9, new manpages (devfs.conf(5),
devfs.rules(5), pthread_atfork(3)).

Other MFCs noted:  sed(1) -l.
2005-05-26 14:38:16 +00:00
Christian Brueffer
bef2146e49 New release note: Read-only support for ReiserFS. 2005-05-26 10:48:35 +00:00
Bruce A. Mah
1f4d94b986 Consolidate some release notes items regarding new manual pages
and add some entries for recently-added sound manual pages.

Submitted by:	joel
Reviewed by:	bmah, hrs
2005-05-24 03:14:46 +00:00
Christian Brueffer
46cb3017e3 New release notes:
- uftdi(4) supports the FTDI FT2232C chip.
- bge(4) support for several new chips. (merged)

Note merges:

- uaudio(4) sync
- dc(4) polling
- xl(4) polling
- ixgb(4) MPSAFE
2005-05-23 11:31:26 +00:00
Peter Grehan
24aade12eb Make the liveCD separate ala ia64 - the combined live/install is
too large.
2005-05-23 03:14:56 +00:00
Bruce A. Mah
bf3bb3655d New release notes: gethostby*(3) thread-safe (+MFC), getnetby*(3)
thread-safe (+MFC).
2005-05-23 02:37:35 +00:00
Bruce A. Mah
63311be5f3 MFCs noted: New ndisulator driver generation procedure, getproto*(3)
thread-safe, getserv*(3) thread-safe, kldstat(8) -m, default stack
size increases.
2005-05-22 18:24:31 +00:00
Christian Brueffer
bee644d1ce Sort the sound section by driver name. The exception to this is sound(4),
which is the master driver and will hopefully be renamed to snd(4) soon.
2005-05-22 17:12:42 +00:00
Christian Brueffer
16ae9881cd - Autogenerate device listings for sound(4) aka pcm(4)
- Rename the Audio Devices section into Sound Devices, this is more
  in line with out sound and snd_* drivers

MFC after:	1 week
2005-05-22 17:04:04 +00:00
Bruce A. Mah
201aed7a77 New release notes: libalias as kernel module, ng_nat(4), sed(1) -l,
ATA mkIII, chflags(1) -h, kldstat(8) -m, what(1) -q, GNU grep patches
from Fedora.
2005-05-20 04:19:56 +00:00
Christian Brueffer
6059b9e1fd Add nve(4). 2005-05-19 15:01:44 +00:00
Christian Brueffer
977f66ec53 Directly link to the nve(4) manpage. 2005-05-19 14:59:21 +00:00
Bruce A. Mah
28629d2de8 SA-05.09.htt only applies to i386 and amd64, so conditionalize
appropriately.
2005-05-19 14:43:20 +00:00
Bruce A. Mah
d565684dc9 Catch up on some low-hanging fruit...
New release notes: SA-05:09.htt, awk 20050424, bzip2 1.0.3, libregex
from a glibc CVS snapshot, pf from OpenBSD 3.7.

Updated release notes:  lukemftp 20050219.
2005-05-19 14:33:44 +00:00
Ruslan Ermilov
b6bdead975 Strip the initial world some more. 2005-05-17 14:24:33 +00:00
Hajimu UMEMOTO
4f10131848 NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 defines
NI_WITHSCOPEID, and our getaddrinfo(3) does nothing special
for it, now.
2005-05-13 16:31:11 +00:00
Christian Brueffer
44cfc21100 Link to the new acpi_ibm(4) manpage. 2005-05-07 13:46:20 +00:00
Bruce A. Mah
ff23585421 Revised release note: Corrected advisory name of SA-05:07.ldt. 2005-05-06 23:16:55 +00:00
Simon L. B. Nielsen
412f7416b3 Document FreeBSD-SA-05:06.iir, FreeBSD-SA-05:07.ldt, and
FreeBSD-SA-05:08.kmem.
2005-05-06 11:46:31 +00:00
Murray Stokely
6b4c9eb44a Use smart quote entities instead of double ``ticks'' to create more
aesthetically pleasing HTML output.

Tested with:		mozilla, opera, lynx, links
Problematic with:	w3m
Reviewed by:		remko, keramida
2005-05-05 17:10:37 +00:00
Marcel Moolenaar
d6ff5700fe Put gnome-lite and kde-lite on disc2 for ia64. The full gnome and kde
packages is causing the disc2 ISO to overflow in excess of 100MB.

MFC after: 2 days
2005-05-03 05:37:09 +00:00
Marcel Moolenaar
765bbb2127 Remove only the packages sub-directory before recreating it. Do not
remove the whole disc treei structure. This allows one to specify the
disc trees created by a prior release build (under R/cdrom) as the
destination without destroying the contents. This better integrates
with release building and makes further automation easier.

MFC after: 2 days
2005-05-03 04:19:07 +00:00
Marcel Moolenaar
9bae572bd7 Allow specifying which INDEX file to use by setting PKG_INDEX. By default
the INDEX file is taken from the package source tree as defined by the
PKG_TREE variable. This change allows using the (possibly incomplete)
packages on pointyhat.

MFC after: 2 days
2005-05-03 04:11:56 +00:00
Bruce A. Mah
6a5f213745 New release notes: musycc gone, new ndis(4) driver generation/load
mechanism, bsnmp 1.9, libz 1.2.2.
2005-05-02 05:56:30 +00:00
Bruce A. Mah
5e4056ab78 New release notes: IPFilter 4.1.8, tcsh 6.14.00. 2005-05-02 01:14:36 +00:00
Bruce A. Mah
45d1812df3 Fix a few grammos and style nits here and there. 2005-05-02 01:09:32 +00:00
Xin LI
5cb3f9e280 MFen 1.845-1.849
Obtained from:	The FreeBSD Simplified Chinese Project CVS
2005-05-01 15:07:58 +00:00
Bruce A. Mah
e7b13da6f5 New release note: SA-05:05.cvs.
MFCs noted:  restore(8) of FreeBSD 1 images, syslog(8) expanded
hostname specifications.
2005-04-25 15:32:58 +00:00
Denis Peplin
3f9fb3fce5 Merge the following from the English version:
1.5 -> 1.7 hardware/common/artheader.sgml
   1.276 -> 1.278 hardware/common/dev.sgml

Update also Russian override of dev-auto.sgml

Obtained from:	The FreeBSD Russian Documentation Project
2005-04-25 12:22:25 +00:00
Christian Brueffer
388efaf1f6 Grammar fixes. 2005-04-19 18:52:52 +00:00
Hiroki Sato
d6f95567ba New release notes:
getproto{ent,byname,bynumber}(3) thread-safe.

Update release notes:
	s/MPSAFE/thread-safe/ in the entry of getserv{ent,byname,byport}.
2005-04-19 17:57:53 +00:00
Hiroki Sato
31be53fa70 New release notes:
hwpmc(4) and associated library/userland utilities,
	ipw(4), iwi(4), ral(4), and ural(4) wireless LAN drivers,
	ipfw(4) and dummynet(4) now supports IPv6,
	net.link.tap.user_open sysctl for tap(4),
	LOCAL_CREDS and LOCAL_CONNWAIT options for unix(4),
	twa(4) driver update,
	machine-specific optimized functions for AMD64.
	getserv{ent,byname,byport} MPSAFE,
	mixer(8) -S option,
	C99 functions: roundl(), lroundl(), llroundl(), truncl(), and floorl(),
	syslogd(8) -S option,
	rc.d/bsnmpd startup script, and
	manual pages of ataraid(4), sched_4bsd(4), and sched_ule(4) added.
2005-04-19 12:03:52 +00:00
Hiroki Sato
376c9e2db7 Bump copyright year and use &os;. 2005-04-19 09:43:53 +00:00
Hiroki Sato
f34a7124ae Bump copyright year. 2005-04-19 09:42:25 +00:00
Xin LI
ac5c6dad08 MFen: 1.843 -> 1.845, plus some language improvements.
MFC After:	1 day, MT5_4 candidate
Obtained from:	The FreeBSD Simplified Chinese Project
2005-04-18 16:55:48 +00:00
Denis Peplin
dac263a70e Merge the following from the English version:
1.843 -> 1.845 relnotes/common/new.sgml
2005-04-18 09:30:41 +00:00
Denis Peplin
b292a29a85 Print amd64-specific security advisory only for amd64
Reviewed by:	re (hrs)
2005-04-18 08:29:25 +00:00
Ken Smith
13dd1fc256 Needed to drop "lang/gnat", "print/teTeX", and "textproc/docproj-jadetex"
to make the packages fit on the CDs...

MFC after:	3 days
2005-04-17 23:30:20 +00:00
Simon L. B. Nielsen
dd91e9eb42 Document FreeBSD-SA-05:04.ifconf.
MFC after:	1 day
2005-04-15 14:27:26 +00:00
Denis Peplin
3eb1247ba7 Typo fix 2005-04-15 13:13:08 +00:00
Denis Peplin
546b321d76 Merge the following from the English version:
1.832 -> 1.843 relnotes/common/new.sgml

Obtained from:	The FreeBSD Russian Documentation Project
2005-04-15 12:03:46 +00:00
Denis Peplin
b014d005c9 Merge the following from the English version:
1.30 -> 1.31 install.sgml
   1.9 -> 1.10 layout.sgml
   1.16 -> 1.17 trouble.sgml

Obtained from:	The FreeBSD Russian Documentation Project
2005-04-14 13:29:07 +00:00
Christian Brueffer
e0ae3a432c Autogenerate hardware notes for snd_als4000.4, snd_fm801.4 and snd_via8233.4. 2005-04-12 13:33:20 +00:00
Xin LI
0ac73e6794 MFen to 1.17
Obtained from:	The FreeBSD Simplified Chinese Project CVS
2005-04-09 06:22:32 +00:00
Xin LI
495fa722c0 MFen to 1.10
Obtained from: The FreeBSD Simplified Chinese Project
2005-04-09 03:09:06 +00:00
Xin LI
1140c89a20 MFen 1.843
Obtained from:	The FreeBSD Simplified Chinese Project CVS
2005-04-07 02:59:18 +00:00
Hiroki Sato
f0a4e141f4 New release notes:
debug.mpsafevm=1 by default on sparc64,
	ixgb(4) MPSAFE,
	core dump of natd(8) w/ -reverse fixed,
	libarchive zip support improved, and
	rexecd(8) root login problem fixed.
2005-04-06 19:58:22 +00:00
Hiroki Sato
e43b83b1a4 Bump &release.manpath.netbsd;. 2005-04-06 18:30:34 +00:00
Hiroki Sato
c3df0d6c2e New release notes: FreeBSD-SA-05:03.amd64. 2005-04-06 18:28:54 +00:00
Bruce A. Mah
d742d25bc3 New release note: SA-05:02.sendfile (+MFC). 2005-04-06 00:10:19 +00:00
Xin LI
3513dd211c MFen 1.30 -> 1.31
Obtained from:	The FreeBSD Simplified Chinese Project CVS
2005-04-03 17:41:21 +00:00
Xin LI
872144762e MFen 1.276 -> 1.277
Obtained from:	The FreeBSD Simplified Chinese Project CVS
2005-04-03 16:48:22 +00:00
Bruce A. Mah
47b563639b MFC noted: arcmsr(4). 2005-04-02 23:28:42 +00:00
Bruce A. Mah
2ce71b23f7 Rewrite the fixit section to reflect reality as I understand it.
Thanks to avatar and jhb for pointing out the more glaring problems in
the prior version.
2005-04-02 19:50:07 +00:00
Bruce A. Mah
fce0ca3550 Mention that CDROMs have a slightly different layout than what is
pictured here.  We might want to show a real CDROM layout here.

Also clarify that whatever's in the floppies/ directory is primarily
useful to users who actually need to boot from floppy to start an
installation.
2005-04-02 19:41:41 +00:00
Bruce A. Mah
1c32779087 Use <replaceable></replaceable> elements where appropriate for floppy
disk names.

"Approximately three...floppies" is kind of weird to me, so substitute
"several" here instead.  We already mention that a floppy disk set
requires three disks elsewhere, so we're not really losing any
content.
2005-04-02 19:39:35 +00:00
Xin LI
fde2b24692 MFen 1.69.2.1 -> 1.72
Obtained from:	The FreeBSD Simplified Chinese Project CVS
2005-04-02 14:08:24 +00:00
Bruce A. Mah
8550a8f587 New release notes: xl(4) polling, arcmsr(4).
MFCs noted:  cdce(4).

Modified release notes:  Mentioned that docs live on disc2.iso.
2005-04-02 05:41:29 +00:00
Christian Brueffer
6748f93705 Autogenerate device listings for arcmsr(4). 2005-03-31 20:52:27 +00:00
John Baldwin
a1b193b540 - Move the doc project docs over to disc2 to free up some room for future
bloat on disc1.
- Output a message letting the user know that we are generating MD5 sums
  during the long pause after the last mkisofs invocation in the iso.1
  target.

MFC after:	3 days
2005-03-31 16:19:26 +00:00
Bruce A. Mah
028a54daba Rewrite SA-05:01.telnet entry based on nectar's original commit
message, which is more accurate and less clunky than my version.
2005-03-31 16:02:12 +00:00
Bruce A. Mah
a6cb7db8cb New release notes: SA-05:01.telnet (+MFC), restore(8) can once again
read FreeBSD 1 dump tapes.

MFCs noted:  Configuration file reader fixes.

One more grammar change:  xargs(1) -I.
2005-03-31 15:54:33 +00:00
Ken Smith
f9bd71b713 Remove the print/acroread package due to licensing concerns.
Requested by:	trevor (acroread maintainer)
Seconded by:	Mark Linimon, Joerg Wunsch
MFC after:	1 day
2005-03-31 13:52:12 +00:00
Hiroki Sato
7ed6754f1c MFC: re(4) ALTQ support and replace of some RFC derived manual pages. 2005-03-31 06:24:50 +00:00
Xin LI
68d6faa840 We usually say "to conform some standard" so I guess this is a typo. 2005-03-27 17:25:18 +00:00
Xin LI
79315a1b33 MFen: Copyright Year Update
- hardware/common/artheader.sgml:	1.5	   -> 1.6

Obtained from:	The FreeBSD Simplified Chinese Project CVS
2005-03-27 17:20:30 +00:00
Xin LI
f0d5beefb7 Sync translation with my local work. This is essentially
MFen 1.761.2.11 -> 1.829.

Obtained from:	The FreeBSD Simplified Chinese Project CVS
2005-03-27 16:51:55 +00:00
Denis Peplin
42353aeb6d Update copyright years. 2005-03-24 12:19:46 +00:00
Hiroki Sato
840d8a6dc6 MFC: BIND 9.3.1. 2005-03-23 20:42:09 +00:00
John Baldwin
b22009642f What should be the last major changes to the ISO layout:
- When a separate livefs ISO is used, change the name of the tree directory
  to be R/cdrom/livefs and change the name of the iso to livefs.iso rather
  than using disc2.  Instead, disc2 is now always going to be the packages
  disc regardless of the presence of a separate livefs which makes things
  simpler.
- Build a very simple disc2 tree under R/cdrom that just includes the
  cdrom.inf file that the packages need.  Also, build a disc2.iso image
  in the iso.1 target.  Disc 2's volume label is "FreeBSD_Packages".
- Retire CD_EXTRA_BITS and replace it with CD_PACKAGE_TREE.  CD_EXTRA_BITS
  was specific to disc1, but CD_PACKAGE_TREE instead should point to a
  directory that has disc1 and disc2 subdirectories that contain the extra
  bits for each image.
- Rename the bootonly volume label to "FreeBSD_bootonly" and just hardcode
  the disc1 and livefs volume names and iso suffixes.
2005-03-23 15:01:54 +00:00
Tai-hwa Liang
0cdbdea6e4 The live CD itself no longer has /stand since a long time ago; however,
there are still a couple of places under src/release such like fixit.profile
assumed that system binary can be retrivied from /stand(ex: boot with the
live CD and run "disklabel -e" in the fixit CD shell).

Since /stand is still functional in fixit floppy, and there are more than
one places in src/release needs to be updated(document for example) if we
want to make use of something like /mnt2/rescue/vi.  This commit try to
deal with aforementioned inconsistency with minimal effort by simply
create a symbolic link to /rescue.

Reviewed by:	jhb, sam (mentor)
2005-03-23 02:51:19 +00:00
Xin LI
6956c6f68d MFen: 1.27 -> 1.30
Obtained from:	The FreeBSD Simplified Chinese Project CVS
2005-03-22 19:21:31 +00:00
Xin LI
ba670a52ea MFen: 1.13 -> 1.14
Obtained from:	The FreeBSD Simplified Chinese Project CVS
2005-03-22 19:20:19 +00:00
Xin LI
83f7beb584 MFen: 1.227.2.14 -> 1.276
Obtained from:	The FreeBSD Simplified Chinese Project CVS
2005-03-22 19:19:04 +00:00
Hiroki Sato
15d8421a27 New release notes:
cdce(4) USB Communication Device Class Ethernet driver.
2005-03-22 15:17:45 +00:00
Denis Peplin
73d1906810 Merge the following from the English version:
1.830 -> 1.832 relnotes/common/new.sgml

Obtained from:	The FreeBSD Russian Documentation Project
2005-03-22 07:43:31 +00:00
John Baldwin
b885fa0e83 - Use the extend method of list objects to append a new list rather than a
bunch of append calls when adding more ports to an existing list.
- Remove the compatXY packages from disc1 as they are only intended for use
  on 5.x (6.x doesn't have them as dists anymore) and on 5.x they aren't
  packages but are old-fashioned distribution tarballs anyway.
2005-03-21 20:03:56 +00:00