Commit Graph

4708 Commits

Author SHA1 Message Date
Bruce A. Mah
93664efadd Modified release notes: OpenSSL-0.9.7a.
While here, fix a minor markup bogon.
2003-02-20 17:26:11 +00:00
Bruce A. Mah
a214f9cd86 Fix pathnames: BIN should be BASE for FreeBSD 5.0 and later.
Submitted by:	obraun
2003-02-20 04:32:44 +00:00
Olivier Houchard
b7673cd133 Move trm(4) to the drivers floppy.
This should have been done a long time ago.
2003-02-20 03:22:53 +00:00
Makoto Matsushita
9e1bbfcf67 Pushing back aacp driver to kern.flp kernel. It can be removed iff
aac is not compiled into a kernel.

After this change, kgziped kernel got about 320 bytes; it still fits a floppy.

Pointy hat to: matusita
2003-02-19 03:49:17 +00:00
Makoto Matsushita
5a09e21c81 Yet another kernel diet: remove aacp and _KPOSIX_PRIORITY_SCHEDULING.
aacp is a passthrough driver for aac, but it seems that aac kernel
module has a feature provided by aacp; so it can be removed safely.

_KPOSIX_PRIORITY_SCHEDULING provides P1003.1B realtime extension.
However, in an installation phase, it seems that it helps a little
for us, so we can remove this option from a kernel for floppy installation.

I know _KPOSIX_PRIORITY_SCHEDULING option is defined in other architecture.
However, I don't touch them at this time; I can't test it.

Anyway here's result.

	Before diet:
	-rwxr-xr-x  1 matusita  matusita  4849883 Feb 18 11:22 kernel
	-rwxr-xr-x  1 matusita  matusita  1727143 Feb 18 11:47 kernel.kgz

	After diet:
	-rwxr-xr-x  1 matusita  matusita  4840949 Feb 18 09:48 kernel
	-rwxr-xr-x  1 matusita  matusita  1723911 Feb 18 11:47 kernel.kgz

We've got extra 3232 bytes (using 5-current as of Feb/18/2003).

In cooperation with:	jwd (test ISO installation image)
Boot tested on:		several PCs around myself
Installation tested on:	VMware Workstation e.x.p build-4099
2003-02-18 12:09:20 +00:00
Bruce A. Mah
9ebb866eb2 Fix stupid whitespace typo. 2003-02-18 05:16:54 +00:00
Bruce A. Mah
867054020f New release notes: Linux IPv6 support, cm support for IPX (+MFC),
FAST_IPSEC and INET6 can coexist (sort of), wfd/wst removal, compat4x
adds libcrypto/libgmp/libssl libraries, config(8) nodevice,
mount_nfs(8) -c (+MFC), ping(8) -M.

Modified release notes:  Explicitly name wlan module.
2003-02-18 02:51:53 +00:00
Bruce A. Mah
2383624937 New release notes: FILE 3.40, IPFilter 3.4.31.
MFC noted:  OpenSSL 0.9.7.
2003-02-16 21:30:30 +00:00
Makoto Matsushita
77d79f0c60 Pass FTP_PASSIVE_MODE, FTP_PROXY, and HTTP_PROXY variables to chroot sandbox.
These variables will be used by pkg_add, which installs mkisofs package
while MAKE_ISOS=YES.  See src/release/${arch}/mkisoimages.sh if you doubt.

No objection heard from:	current@FreeBSD.org
Suggested by:			des, nectar (about *_PROXY variables)
2003-02-16 08:34:11 +00:00
Hiroki Sato
3ae0f15f31 Merge the following from the English version:
1.495 -> 1.496	relnotes/common/new.sgml
2003-02-15 06:10:34 +00:00
Wilko Bulte
db8fe4d4e9 Now that I finally tested ES40 write some notes about these machines.
Triggered that ES40 should 'just work by': gallatin
2003-02-14 23:53:57 +00:00
Bruce A. Mah
6ed1480808 New release notes: NewReno fixed (+MFC), libgeom(3), pam_ssh(8)
rewrite, syslogd(8) multiple hosts/programs in syslog.conf(5).

MFCs noted:  CanBe, sendmail-8.12.7.
2003-02-14 16:34:36 +00:00
Wilko Bulte
11e1658759 Note that graphics performance on Miata generally is better with the
graphics card in a 64bit PCI slot.
2003-02-12 08:25:30 +00:00
Hideyuki KURASHINA
7a48e6deb8 Catch up the following with the English version:
1.11 ->  1.12	early-adopter/article.sgml
	1.493 -> 1.495	relnotes/common/new.sgml

Approved by:	hrs (mentor)
2003-02-11 18:56:46 +00:00
Yaroslav Tykhiy
e937a222a6 MFCs noted: ftpd(8) -h, -P, "/./"; ftpchroot(5). 2003-02-11 16:54:16 +00:00
Bruce A. Mah
1ecc8ba383 New release notes: GCC 3.2.2, sendmail 8.12.7. 2003-02-10 16:46:44 +00:00
Hiroki Sato
61350b10d2 Merge the following from the English version:
1.26  -> 1.27 	errata/article.sgml
	1.492 -> 1.493	relnotes/common/new.sgml
2003-02-07 22:22:51 +00:00
Bruce A. Mah
323f66084d New release notes: vinum(4) root filesystem, pw(8) and usernames
ending with $.
2003-02-07 20:41:37 +00:00
Bruce A. Mah
f3fc1acde2 Update for progress in fixing mly(4). 2003-02-07 20:09:30 +00:00
Hiroki Sato
e5952d25fc Merge the following from the English version:
1.9   -> 1.11 	hardware/sparc64/proc-sparc64.sgml
2003-02-07 16:37:46 +00:00
Hiroki Sato
c8b7ae78c3 Merge the following from the English version:
1.129 -> 1.135	hardware/common/dev.sgml
2003-02-07 16:23:06 +00:00
Hiroki Sato
ae6617d3ef - Fix a mistranslation (errata/article.sgml)
- Catch up with the English version:

	1.490 -> 1.492	relnotes/common/new.sgml
2003-02-07 16:11:56 +00:00
Yaroslav Tykhiy
0133ca338c <quote> isn't needed for text already marked as <literal>.
Pointed out by:		bmah
2003-02-07 10:57:28 +00:00
Yoshihiro Takahashi
c38d6f3b46 PC98 also has combined boot loader. 2003-02-07 10:11:00 +00:00
Hiroki Sato
87d2aedc9c Merge the following from the English version:
1.25  -> 1.26 	errata/article.sgml
2003-02-07 09:57:28 +00:00
Udo Erdelhoff
325dcf8872 SIGTERM: Remove my name from the DE translation of the Release Notes 2003-02-07 07:27:55 +00:00
Hiroki Sato
374d145b08 Merge the following from the English version:
1.488 -> 1.490	relnotes/common/new.sgml
2003-02-06 17:35:45 +00:00
Bruce A. Mah
bc910984c1 New errata: SA-03:01. 2003-02-06 17:06:57 +00:00
Bruce A. Mah
25a5cac5c7 New release note: SA-03:01. 2003-02-06 16:35:39 +00:00
Bruce A. Mah
21a2f410b7 Minor structural change: It always struck me as odd that "security
advisories" were stuck between "kernel" and "userland".  Move this
(empty for now) section to the first subsection of "What's New".
2003-02-06 16:21:49 +00:00
Ruslan Ermilov
fa9a98f858 Moved 802.11 (device wlan) consumers to the third floppy as well.
Shouldn't these modules have the dependency on "wlan" module?
2003-02-05 10:45:06 +00:00
Ruslan Ermilov
c54fbe8dde Run kgzip(8) in a right environment and pass it the correct loader object. 2003-02-04 16:07:20 +00:00
Hiroki Sato
8a5d237e05 Merge the following from the English version:
1.480 -> 1.488	relnotes/common/new.sgml
2003-02-04 15:08:52 +00:00
Hiroki Sato
fcfffa95e7 Fix a typo (s/CanBE/CanBe/). 2003-02-04 15:04:17 +00:00
Hiroki Sato
9e6a5e71b6 - Remove some English parts left in the previous commit.
- Merge the following from the English version:

	1.23  -> 1.25 	errata/article.sgml
2003-02-04 14:07:43 +00:00
Bruce A. Mah
db5fb5c2b4 New release notes: CanBe power management, volume labels, MAKEDEV gone,
sunlabel.

Modified release notes:  Use elfdump(1) entity.
2003-02-03 19:29:12 +00:00
Poul-Henning Kamp
d103a0422a This took longer to test than expected:
NODEVFS cleanup: don't bother with MAKEDEV.

Look for /boot/boot first, and arrange disklabel arguments accordingly.
2003-02-01 22:12:50 +00:00
Yaroslav Tykhiy
fa311d84dc New release notes: ftpd(8) -h, ftpchroot(5),
ftpd(8) -- "/./" in user's login directory.
2003-01-31 14:26:17 +00:00
Bruce A. Mah
677b07ecc0 New errata entry: amd(8) problems caused by non-blocking RPC bug.
Requested by:	mbr
2003-01-30 22:19:23 +00:00
Bruce A. Mah
14df4fc03f New release notes: alpha boot, i386 boot1/boot -> boot, disklabel(8)
-N/-W gone, disklabel is MD, disklabel -s gone.
2003-01-30 22:11:46 +00:00
Bruce A. Mah
89179c464c Try to play catch-up with CURRENT's release notes.
New release notes: devfs(5) now mandatory, SCHED_ULE, geom(4) now
mandatory, BIND 8.3.4 (+MFC), libpcap multi-DLT support, OpenSSL
0.9.7, tcpdump multi-DLT support.
2003-01-30 17:47:16 +00:00
Yoshihiro Takahashi
47794957ec Move the nfsclient support into mfsroot floppy. 2003-01-30 12:46:47 +00:00
Yoshihiro Takahashi
3a2e228595 Remove the atapifd and atapist support from boot floppies. 2003-01-30 12:43:13 +00:00
Ruslan Ermilov
55ee3f14e3 Part 2/3 of unbreaking cross releases:
Use the right strip(1) binary.
2003-01-29 08:39:28 +00:00
Ruslan Ermilov
58b8fa7412 Unbreak i386 snapshots by moving the 802.11 support (device wlan)
out from BOOTMFS to the drivers floppy.
2003-01-27 17:54:49 +00:00
Jake Burkholder
fa52dfae4a Move e450 to supported systems and add e3500 to partially supported.
Thanks to Bill Fenner for providing access to an e450, and to Tomi Vainio
for testing on an e3500 (any many other machines).
2003-01-26 06:09:32 +00:00
Bruce A. Mah
cd8465e416 New release notes: dumpfs(8) -M, fetch(1) .netrc/-N, fetch(3) .netrc. 2003-01-25 17:45:27 +00:00
Bruce A. Mah
628edf0f9b New release notes: wlan, elfdump, ftpd(8) -P, fwcontrol(8) -R/-S,
ipfw(8) enable/disable, kenv(1) moved to /bin, ping(8) -D, ping(8) -z,
cvs 1.11.5.
2003-01-24 06:52:14 +00:00
Bruce A. Mah
dfa17da3d4 New errata note: ISC DHCP 3.0rc11 update (happened for 5.0, but
missed in release notes).
2003-01-24 04:18:30 +00:00
Bruce A. Mah
0a84b8e5aa Clarify the text where we encourage users to try new hardware and
report results, fix a hyperlink.  (A variation on text suggested in
the PR audit trail.)

PR:		47383
Submitted by:	Linh Pham <question@closedsrc.org>
2003-01-24 03:40:40 +00:00