Commit Graph

3889 Commits

Author SHA1 Message Date
Bruce A. Mah
4fcc34b3d8 Whitespace and wordwrap fixes, no content or markup changes. 2002-02-18 21:22:08 +00:00
Bruce A. Mah
6d9533da76 New release notes: bridge(4) enhancements, dump(8) progress information
in proctitle, ldd(1) -a, rtld(1) object dependency tracing, usbdevs(8) -a.

MFCs noted:  ldd(1) can be used on shlibs, BIND 8.3.1-REL, bzip-1.0.2.
2002-02-18 21:09:27 +00:00
Murray Stokely
7f06d758fa Add net/samba to the list of important packages for Disc #1.
Discussed with: steve, portmgr, re
2002-02-18 19:04:23 +00:00
Gregory Neil Shapiro
a23118f372 Update sendmail release note to reflect 8.12.2 import.
Change SUID -> set-user-ID
2002-02-17 23:58:31 +00:00
Jun Kuriyama
7b247033ca MFen (1.275 --> 1.277). 2002-02-17 01:10:24 +00:00
Bruce A. Mah
644221cd0b New release notes: puc(4).
Modified release notes:  Network device polling not just for i386
anymore and has a manpage (+MFC), uudecode(1) -p un-deprecated.

MFCs noted:  ARCNET support, cm driver,
2002-02-16 19:58:56 +00:00
Luigi Rizzo
a4e8fcc136 Put a more reasonable path for "more" sources in crunch.conf,
and disable telnet and friends in favour of ssh/sshd/scp.

Pull out a few NIC drivers from the config file to make the
image fit into a 1.44 image again. I have left "lnc" in as that is
emulated by vmware so this can be booted there.
2002-02-14 19:43:40 +00:00
Luigi Rizzo
99d1dbfdb0 Use { } instead of ( ) for grouping shell commands so that
variable assignments are retained ( () creates a subshell)

Reported-by: Michael Bretterklieber <mbretter@inode.at>
2002-02-14 19:21:50 +00:00
Makoto Matsushita
b389e7aaef Mkdir ${CHROOTDIR}/usr/ports/distfiles if RELEASEDISTFILES is not set.
We ensure that 'ports.tgz' tarball should have ports/distfiles directory.

At first, ${CHROOTDIR}/usr/ports is empty (rm -rf ports), then extract
ports files from CVS repository.  Then if RELEASEDISTFILES is defined,
${CHROOTDIR}/usr/ports/distfiles directory is created by cp(1).  However,
if you don't specify RELEASEDISTFILES, there is no chance to create
${CHROOTDIR}/usr/ports/distfiles directory.

Submitted by:	{ushi,tora}.jp.FreeBSD.org
MFC after:	5 days
2002-02-12 16:56:06 +00:00
Wilko Bulte
235e3297d0 Add some system code names. Explicitely list a few unsupported hardware
types that gave rise to emailed questions. Add quick note on Miata CPU
upgradeability.
2002-02-10 13:21:18 +00:00
Bruce A. Mah
68cc2a7edd MFC noted: an(4) LEAP, Home key, and Linux utility support. 2002-02-09 01:38:23 +00:00
Jun Kuriyama
4d383110e5 MFen (1.272 --> 1.275). 2002-02-05 02:23:14 +00:00
Bruce A. Mah
825830b9c0 New release note: ldd(1) can be used on shared libraries.
Updated release note:  BIND 8.3.1-REL.
2002-02-04 20:02:07 +00:00
Bruce A. Mah
b1668754dc New release notes: ngctl(8) write, ps(1) -W deorbit burn.
MFCs noted:  dumpdev loader tunable.
2002-02-04 17:50:01 +00:00
Bruce A. Mah
227c4518af New release note: Linux emulation needs SYSVSEM.
Submitted by:	archie
2002-02-04 16:31:38 +00:00
Makoto Matsushita
40227c902b Change variable name from DOCDISTFILES to RELEASEDISTFILES. Respect
DOCDISTFILES if defined.  No impact should happen with this change.

DOCDISTFILES is introduced by rev. 1.541, to point the directory that
contains the distfiles for ports/textproc/docproj.  It's good, but
we also build ports/sysutils/mkisofs during the release (if MAKE_ISOS
is defined).  It is natural that cdrtools tarball is prefetched, then
copy it under ${CHROOTDIR}/usr/ports/distfiles.

As a result, DOCDISTFILES variable is somewhat abused for non-doc
tarballs; *DOC*DISTFILES is no longger appropriate name for that.

PR:		16843
PR:		34194
Submitted by:	murray
MFC after:	6 days
2002-02-03 07:00:37 +00:00
Jun Kuriyama
602a222d02 MFen (1.271 --> 1.272). 2002-02-02 01:47:37 +00:00
Bruce A. Mah
19976ce3a6 Modified release note: bzip 1.0.2. 2002-02-01 22:50:18 +00:00
Jun Kuriyama
9c12d8bc48 MFen (1.269 --> 1.271). 2002-02-01 13:37:35 +00:00
Bruce A. Mah
919834bd3f The SiS 630 chipset is supported by the sis(4) driver.
PR:		34437
Submitted by:	Hendrik Scholz <hendrik@scholz.net>
2002-01-31 19:40:51 +00:00
Bruce A. Mah
7057577703 New release notes: an(4) LEAP, Home key, and Linux utility support;
uudecode(1) -s; top 3.5b12.

Updated release notes:  binutils update to 27 January 2002 snapshot,
OpenSSL 0.9.6c.
2002-01-31 18:38:03 +00:00
Bruce A. Mah
8437a87f23 New release notes: iir driver (submitted by msmith), dumpdev loader tunable
(submitted by sobomax).
2002-01-31 17:50:46 +00:00
Makoto Matsushita
65718a83c9 In revision 1.351, All files/directories in ${CHROOTDIR}/usr/ports/distfiles
are removed, because ports.tgz includes distfiles by accident.

However, removing files/directories is *not* mandatory.  The only
requirement is "ports.tgz doesn't include distfiles/* but distfiles
directory itself".  If this is correct, the right way is to set an
option to tar(1), not to include these files.

This commit is based on PR: 34194, but a little bit of modification
is made by me (original patch doesn't include 'distfiles' directory).

PR:		34194
Reviewed by:	Adrian Steinmann <ast@marabu.ch> (PR submitter)
MFC after:	9 days
2002-01-31 00:38:09 +00:00
John Polstra
645701c559 Note that the bge driver now supports the Netgear GA302T.
MFC after:	3 days
2002-01-27 01:16:50 +00:00
Jun Kuriyama
2fca617186 MFen (1.266 --> 1.269). 2002-01-26 05:48:38 +00:00
Bruce A. Mah
1baa0c6c5d Modify release note: larger buffer sizes might mean needing to
increase NMBCLUSTERS.
2002-01-25 20:54:46 +00:00
Bruce A. Mah
8d05ef92ce New release note: sysinstall(8) autoloads drivers from mfsroot
/stand/modules.
2002-01-25 18:35:53 +00:00
Bruce A. Mah
cdd27ea438 Updated release note: Auto-tuning maxusers now maxes out at 384. 2002-01-25 18:27:45 +00:00
Murray Stokely
e4e61f7853 Providing long filename support on the Macintosh requires over 30
megabytes of additional space on the install CD.  Given our premium
for space, I don't think this is a wise use of 30MB.  HFS support was
not provided on the FreeBSD 4.4 CDs and I received a grand total of 0
complaints.
2002-01-24 10:44:16 +00:00
Jun Kuriyama
8ecbf394e0 MFen (1.265 --> 1.266). 2002-01-24 00:27:53 +00:00
Bruce A. Mah
5e6b58fcbe New release note: smmsp/mailnull users.
Reviewed by:	gshapiro
2002-01-23 18:49:43 +00:00
Jun Kuriyama
a8131f63ea MFen (1.264 --> 1.265).
Refine translation (by y-koga@jp).
2002-01-23 00:46:49 +00:00
Joerg Wunsch
7109d65231 Mention that a minimal version of camcontrol(8) is now available in the
installation environment (currently only for i386 releases).
2002-01-22 11:13:43 +00:00
Jun Kuriyama
5c4132e9a0 MFen (1.263 --> 1.264).
Fix typo.
2002-01-22 06:04:46 +00:00
Bruce A. Mah
1b11aef2ba hw.physmem is more properly a loader tunable, not an environment
variable (which is ambiguous).

Submitted by:	dwhite
2002-01-22 05:21:21 +00:00
Makoto Matsushita
4b60693c3c MFS 1.536.2.52 (partial) and 1.536.2.70: kgzip loader if i386 (only).
5.0-CURRENT-20020121-JPSNAP was failed to build since kern.flp has no
space.  There is already a hack to kgzip loader, and it makes:

-r-xr-xr-x  1 root  wheel  163840 Jan 21 07:40 loader*
-r-xr-xr-x  1 root  wheel   90121 Jan 21 08:06 loader.kgz*

73719 bytes of free spaces to us.
2002-01-20 23:17:52 +00:00
Jun Kuriyama
cc51a2e8b1 MFen (1.261 --> 1.263). 2002-01-19 15:53:23 +00:00
Jun Kuriyama
2e950b9a72 Remove bogus entry. 2002-01-19 15:12:40 +00:00
Jun Kuriyama
094e81f83b MFen (1.260 --> 1.261; order changes only). 2002-01-19 15:12:05 +00:00
Bruce A. Mah
16ade34a93 New release notes: ARCNET support, cm driver. 2002-01-19 13:38:48 +00:00
Bruce A. Mah
5f2e391e8f New release notes: dc(4) supports VLANs, man(1) no longer SUID man,
/etc/pam.d/.
2002-01-19 13:02:32 +00:00
Bruce A. Mah
eb2e201983 Alphabetize the kernel changes section by manpage reference or
keyword, where possible.
2002-01-19 12:50:37 +00:00
Jun Kuriyama
937d2ef61a MFen (1.259 --> 1.260). 2002-01-19 05:41:17 +00:00
Bruce A. Mah
84e76dff37 New release notes: bpf(4) works better with select(2) and poll(2),
natd(8) -log_ipfw_denied.
2002-01-19 05:23:17 +00:00
Jun Kuriyama
f09fcd7190 MFen (1.257 --> 1.259). 2002-01-19 04:29:55 +00:00
Bruce A. Mah
d5e4d0437f Coalesce several release notes dealing with the aac(4) driver,
clean-up, and mention that it is "fully qualified and sanctioned by
Adaptec".

Requested by:	scottl (the last part, that is)
Approved by:	re (implicitly)
2002-01-18 19:10:06 +00:00
Bruce A. Mah
a9b95b0d62 Update PCMCIA cards (fe(4), ex(4), and ep(4) drivers).
Submitted by:	Tom Rhodes <darklogik@pittgoth.com>
2002-01-18 16:55:22 +00:00
Bruce A. Mah
b35232e314 New release note: SA-02:07. 2002-01-18 16:42:43 +00:00
Yoshihiro Takahashi
30f0d81114 MFi386: revision 1.52: add camcontrol 2002-01-18 03:35:51 +00:00
Joerg Wunsch
b0b18a1cb8 Include /dev/xpt0 into the list of devices to go onto the boot floppy, so
camcontrol can get a handle to initiate a rescan or reset.

MFC after:	1 week
2002-01-17 20:29:02 +00:00