Bruce A. Mah
929a7bceab
Add some clarification to the release note entry introducing the
...
sis(4) driver.
2001-05-14 05:08:09 +00:00
Bruce A. Mah
b5bf20dabf
General corrections and fixings of the hardware list:
...
1. Everywhere I could figure out what driver supported a device or
class of device, there is now a cross-reference via a &man entity.
For cases where a driver has no manpage (and hence no &man entity),
we now at least give the name of the driver. For the most part,
this was done by examining driver manpages.
2. A number of devices which are i386-only are now marked as such,
determined by noting manpages or kernel source files in
architecture-specific directories.
3. Added hardware supported by the vpo(4), wl(4), awi(4), and bktr(4)
drivers, based on a read of the manpages.
The manpages and source files in question were taken from 4-STABLE,
(which is what was running on my off-net laptop at the time)
but at this level of detail, I don't expect there to be any appreciable
differences between 4-STABLE and 5-CURRENT.
2001-05-14 05:05:13 +00:00
Bruce A. Mah
97967c08dc
Minor SGML-ification...convert ASCII characters to <quote></quote> and
...
<emphasis></emphasis>. No content changes.
2001-05-14 04:49:14 +00:00
Bruce A. Mah
a13a4ac3b8
New release notes: ELF rtld(1) performance improvements, catch up
...
RELNOTESng with RELNOTES.TXT for nge(4) entries (committed originally
by wpaul).
MFCs noted: ifconfig(8) slash/CIDR support
2001-05-12 04:19:26 +00:00
Dima Dorfman
ab9b07425d
Fix a spelling error.
2001-05-12 02:26:58 +00:00
Bill Paul
ce4946daa5
Add support for gigabit ethernet cards based on the NatSemi DP83820
...
and DP83821 gigabit ethernet MAC chips and the NatSemi DP83861 10/100/1000
copper PHY. There are a whole bunch of very low cost cards available with
this chipset selling for $150USD or less. This includes the SMC9462TX,
D-Link DGE-500T, Asante GigaNIX 1000TA and 1000TPC, and a couple cards
from Addtron.
This chip supports TCP/IP checksum offload, VLAN tagging/insertion.
2048-bit multicast filter, jumbograms and has 8K TX and 32K RX FIFOs.
I have not done serious performance testing with this driver. I know
it works, and I want it under CVS control so I can keep tabs on it.
Note that there's no serious mutex stuff in here yet either: I need
to talk more with jhb to figure out the right way to do this. That
said, I don't think there will be any problems.
This driver should also work on the alpha. It's not turned on in
GENERIC.
2001-05-11 19:56:39 +00:00
Wilko Bulte
9c4d044a0e
AS800 uses EDO DIMMs, not SDRAM
...
Submitted by: Brodie Hynes <brodie@alum.mit.edu>
2001-05-11 18:02:37 +00:00
Wilko Bulte
ad89c420d5
AS800 uses EDO DIMMs, not SDRAM DIMMs.
...
Submitted by: Brodie Hynes <brodie@alum.mit.edu>
2001-05-11 18:01:27 +00:00
Luigi Rizzo
630802eb2a
Sync picobsd script with the one in -stable, and also
...
patch boot2 so it goes to load /kernel right away
Perl code from Josef Karthauser
2001-05-11 07:39:40 +00:00
Bruce A. Mah
2daf163f91
New release notes: statfs(2) and df(1) track blocks committed to being
...
freed by softupdates, ifconfig(8) accepts CIDR notation, rc(8) clean-out
of /var/run and /var/spool/lock, c89(1) is now a binary, pax(1)
enhancements and cpio(1)/tar(1) compatability, Ukranian language console
support.
Other: Update/make (more) consistent the list of WaveLAN devices
supported.
MFCs noted: ln(1) -h/-n, find(1) timestamp flags.
2001-05-10 23:38:32 +00:00
Luigi Rizzo
52b51a0dbd
This file is not needed, use the default one
2001-05-10 05:03:43 +00:00
Scott Long
eeb2177a28
Clarify that the Adaptec 2400A is an ATA controller.
2001-05-09 05:58:01 +00:00
Scott Long
8cfe606902
Add the Adaptec 2400A as an ATA RAID controller. Remove reference to the
...
non-existant Adaptec 1400 controller.
2001-05-09 05:56:49 +00:00
Luigi Rizzo
f07e0883ca
remove a reference to a nonexisting script, "clean", when
...
building all images. Also, build "bridge" image as well.
Reported-by: Bruce Montague
2001-05-08 20:44:37 +00:00
Luigi Rizzo
93d0430f00
MFS: use absolute, not relative path for tinyware
2001-05-08 20:38:52 +00:00
Wilko Bulte
252b1431eb
Cleanups, more consistent use of <screen> etc.
2001-05-08 18:42:46 +00:00
Wilko Bulte
a2b5df0a56
SGMLify now completed. Comments are invited. I hope not to have introduced
...
too much typos / errors during the conversion.
2001-05-06 13:43:24 +00:00
Dima Dorfman
6e802e305e
Use &merged; entity where appropriate.
2001-05-05 02:37:46 +00:00
Dima Dorfman
7bf3e9d86b
Correct some spelling errors, a typo, and remove trailing whitespace.
2001-05-05 02:35:46 +00:00
Bruce A. Mah
6c17772ce4
New release notes: OpenSSH VersionAddendum, OpenSSH 2.9, new find(1)
...
predicates, PAM 0.75, nl(1).
2001-05-04 20:06:44 +00:00
Joerg Wunsch
dd1a1b3d6e
Add infrastructure that allows to build docs and RELNOTESng without
...
the need to also create the entire ports tree during a `make release'.
The main motivation behind this is that handling the ports tree still
takes a huge amount of time due to the large number of directories
involved, even on modern disks.
The solution is to establish a list of dependent ports that are
minimally required. This list needs to be manually maintained in case
the doc ports toolchain changes, and has thus been broken out into a
separate file Makefile.inc.docports. (release/Makefile has gotten
overly lengthy already anyway.)
Discussed with: bmah, nik
Reviewed by: bmah
2001-05-04 19:50:34 +00:00
Bruce A. Mah
e758685bc9
More RELNOTESng infrastructure fixup: The directory layout of
...
stylesheets (particularly with respect to translations) is now similar
to that of the doc/ tree. Added a customization for HTML page footers
(this is the only reader-visible change).
2001-05-03 21:59:35 +00:00
Wilko Bulte
9c6a0f184b
Third take, still not finished SGMLifying. SGML is more wordy
...
than I anticipated :(
2001-05-03 20:05:26 +00:00
Bruce A. Mah
1eb55ff65d
RELNOTESng infrastructure fixes:
...
1. There is now only one RELNOTESng stylesheet; the architecture-specific
stylesheets (to handle different values of the arch= attribute) are gone.
2. Several Makefile variable definitions were factored into
doc.relnotes.mk.
Submitted by: dd
2001-05-02 22:02:50 +00:00
Bruce A. Mah
c9cd7283cf
Cross reference recent TCP ISN fix to security advisory SA-01:39.
2001-05-02 21:47:36 +00:00
Wilko Bulte
21ac6df7ff
Second stage SGMLifying. More to follow.
2001-05-02 20:27:06 +00:00
Wilko Bulte
d893814116
First half of SGMLifying. More to follow.
2001-05-01 18:46:19 +00:00
Jens Schweikhardt
4e7c865a3d
pseudo-device -> device in kernel config.
...
Approved by: joerg, dd
2001-05-01 10:52:50 +00:00
Bruce A. Mah
d190c3ce1b
FreeBSD 3.0 is no longer in the future tense. Merge in some new
...
words from RELNOTESng to fix this.
PR: docs/26794
Submitted by: B.Candler@pobox.com
2001-04-30 16:13:58 +00:00
Bruce A. Mah
5cd86e36bd
Fix typo: Descriptions of SK-9842 and SK-9843 (GigE NICs supported by
...
sk(4)) were reversed.
While I'm here, update list of cards supported by sk(4) to be consistent
with the manpage.
PR: docs/21700
Submitted by: neuf@lrs.e-technik.uni-erlangen.de
2001-04-30 16:06:46 +00:00
Jimmy Olgeni
d07c5c0a7c
MFS: Add sawfish and windowmaker (1.1.2.2 -> 1.1.2.3)
...
They are required by sysinstall's XFree86 desktop configuration menu.
2001-04-30 15:59:53 +00:00
Jimmy Olgeni
f83c06a2c2
Fix typo in comment: dependancies -> dependencies
2001-04-30 15:46:07 +00:00
Dima Dorfman
703471ec7f
Build system:
...
o Define a RELN_ROOT variable which points to the root of the relnotes
tree (i.e., src/release/doc).
o By default, define DOC_PREFIX in terms of RELN_ROOT; this gives a
bigger chance of finding the doc/ tree without help in the form of
setting DOC_PREFIX on the command line.
o Respect DOCDIR; `make install` works now.
Approved by: bmah
2001-04-29 21:05:12 +00:00
Bruce A. Mah
b31c959ff3
Add a note on setting DOC_PREFIX when building release notes.
2001-04-29 19:24:32 +00:00
Wilko Bulte
21a6b0d3ba
SMP updates / sync to HARDWARE.TXT version. SGMLify comes next.
2001-04-29 18:39:42 +00:00
Wilko Bulte
0fff015e49
Remove most of the CPU: sections, and reflect SMP capability of
...
FreeBSD/alpha.
2001-04-29 13:27:26 +00:00
Bruce A. Mah
bc5a891c0e
New release note: SMPng on alpha.
...
MFC noted: wx(4) hardware support.
2001-04-27 22:25:15 +00:00
Bruce A. Mah
8ed3802bb0
First commit of RELNOTESng, the rewrite of the *.TXT documentation
...
files.
src/release/doc/README has additional information.
Reviewed by: -current, -doc
2001-04-27 21:28:02 +00:00
Jimmy Olgeni
1af6a10849
Some ports have been renamed after this script has been created.
...
A couple of renames are needed (disc 1):
print/xpdf -> graphics/xpdf
mail/pine -> mail/pine4
2001-04-27 20:43:57 +00:00
Bruce A. Mah
be6f489002
New release notes: Advance Logic ALS4000 driver, S3 Sonicvibes driver,
...
ln -h/-n.
2001-04-26 21:33:08 +00:00
Bruce A. Mah
c1202bf72f
New release notes: smbfs, fsck(8) backgrounding, fmtcheck(3),
...
file 3.35
MFCs noted: groff 1.17, ping -m
2001-04-26 20:57:25 +00:00
Steve Price
4b21204b19
- Add some environment variables that need to be present when using packages
...
from the build cluster. These are required to get the dependencies the
same as the parallel builds.
- Add an optional second argument that allows you to specific an alternate
ports directory.
- Remove the temporary file after we are done with it.
- Remove ksh93 because it won't make it on the discs until the license issues
are resolved.
Approved by: jkh
2001-04-25 21:40:57 +00:00
Bruce A. Mah
5d9898abd3
New release notes: TCP_COMPAT_42 option gone, labpc(4) gone, client-side
...
NFS locks, devinfo(8), options REGRESSION.
2001-04-24 22:47:34 +00:00
Josef Karthauser
a795418197
MF4S: Syncronise with Luigi's work in -stable.
2001-04-24 07:46:35 +00:00
Josef Karthauser
2ee38db2f5
MF4S: Syncronise with Luigi's work in -stable.
2001-04-24 07:12:34 +00:00
Josef Karthauser
d51352c9b1
MF4S: Syncronise with Luigi's work in -stable.
2001-04-23 20:25:40 +00:00
Josef Karthauser
18668d0278
MF4S: Sync with the developments that Luigi's been doing in -stable.
2001-04-23 19:55:03 +00:00
Josef Karthauser
7bba070f1c
MF4S: Remove some unused error messages. (revision 1.1.2.5)
2001-04-23 19:52:13 +00:00
Josef Karthauser
378918c059
Apply style guidelines (using gident to help).
2001-04-23 19:38:41 +00:00
Josef Karthauser
2e8d39560e
Fix a syntax error.
2001-04-23 18:41:48 +00:00
Josef Karthauser
b8ff2fec46
MFS4: Do not terminate if it fails to clean something. (rev 1.12.2.5)
2001-04-22 23:58:46 +00:00
Josef Karthauser
f7ea60ac9c
FFS_ROOT was made obsolete, so remove it from the PicoBSD kernels.
2001-04-22 23:33:18 +00:00
David E. O'Brien
a37c8a520d
Allow the `release' target to work if one disables the debug kernel build.
...
Submitted by: jhb
2001-04-22 16:54:01 +00:00
Gregory Neil Shapiro
cd7926424f
Fix a typo
2001-04-21 06:13:03 +00:00
Gregory Neil Shapiro
a9b474f1ed
Add a note about the new ip6fw(8) abilities.
2001-04-21 05:34:06 +00:00
Bruce A. Mah
6ca111f0e8
Note support for 3ware Escalade 7000 series. Note MFC of new TCP ISS
...
randomization, tail(1) large file support.
2001-04-18 22:48:04 +00:00
Wilko Bulte
1e64a6acd6
DS20 embedded Adaptec SCSI chips are unfortunately not enabled when SRM
...
5.9 is installed.
2001-04-18 21:46:18 +00:00
Bruce A. Mah
07eb2bbb9c
Update for security advisories: 01:32 (ipfilter), 01:33 (glob/ftp).
...
New release notes: TCP ISS randomization, groff-1.17.
2001-04-17 19:22:07 +00:00
Jens Schweikhardt
b3ab4c74e9
Fixed typos.
...
Approved by: jkh
2001-04-17 19:08:41 +00:00
David E. O'Brien
bb449dc283
Optimize make invocations by using multiple targets.
2001-04-17 18:32:35 +00:00
Jens Schweikhardt
54c5ef8397
Typos fixed.
...
Approved by: jkh
2001-04-17 17:42:46 +00:00
Bruce A. Mah
1fd931b580
s/Over 4500 ports/Over 5000 ports/
2001-04-17 02:22:16 +00:00
David E. O'Brien
3a1d7a55f8
Grrr, get the right change from the the machine I tested this on.
2001-04-16 15:17:27 +00:00
David E. O'Brien
c5e70d92ce
Turn on kernel debugging support (DDB, INVARIANTS, INVARIANT_SUPPORT, WITNESS)
...
by default while SMPng is still being developed.
Submitted by: jhb
2001-04-15 19:37:28 +00:00
David E. O'Brien
65d7fc7c83
Apply rev 1.48 (only dike out the `ncr' driver, not every line with the
...
[sub]string "ncr" in it) to the Alpha also.
2001-04-15 19:34:40 +00:00
Jordan K. Hubbard
f9c1855801
Get the crypto checksums in the right file. This bug has been
...
around for a very long time and it's my fault. Sorry. :)
PR: 20311
Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org>
2001-04-14 22:29:31 +00:00
Bruce A. Mah
d848d54c3f
Hardware listing updates:
...
Make listings of dc(4)-supported cards consistent with manpage
(submitted by fenner).
amr(4) supports the Dell PERC 3/DCL (submitted by
Vivek Khera <khera@kciLink.com>).
Properly capitalize "Ethernet" and variants thereof.
2001-04-14 16:43:14 +00:00
David E. O'Brien
d81349c6dd
*sigh*... when trying to dike out the ncr' driver, I was getting the
sym'
...
driver too because it had "ncr" in its comment.
Submitted by: joerg
2001-04-14 02:10:05 +00:00
Wilko Bulte
a8f2b5257f
Update boot capabilities for Adaptec 2940-series
...
Obtained from: axp-list@redhat.com / Jay.Estabrook@compaq.com
2001-04-13 19:47:07 +00:00
Bruce A. Mah
61b133b7c0
New release notes: wx(4) supports new cards (submitted by mjacob),
...
Add missing CMedia and Crystal Semiconductor sound chips (submitted by
orion).
Fix estimate of 5.0-RELEASE release date (submitted by dd).
ntpd(8) security fix cross-reference to SA-01:31.
Fix typo: s/maestreo3/maestro3/.
2001-04-13 16:11:20 +00:00
Bruce A. Mah
ee13a06d5e
New release notes: vidcontrol(1) update (submitted by sobomax).
...
Modified release notes: Note MFC of gcc-2.95.3, libreadline 4.2.
Clarify Maestro-3/Allegro driver loading issues (submitted by scottl).
2001-04-11 16:23:58 +00:00
David E. O'Brien
af9fb623c7
Missed one in rev 1.608.
2001-04-11 06:16:52 +00:00
David E. O'Brien
2eeee21d52
Properly set `KERNEL' w/in the "doSTDKERNEL:" target.
...
Reviewed by: jhb
2001-04-11 02:21:13 +00:00
John Baldwin
43ede6218e
NOBLOCKRANDOM doesn't exist anymore as a kernel option.
2001-04-10 19:01:30 +00:00
Bruce A. Mah
ce59954505
New release notes: FFS dirpref speedup, GNATS 3.113, BSDPAN.
2001-04-10 17:06:50 +00:00
David E. O'Brien
adbed65dd2
Correct some cut-n-paste errors. Also embellish the UP1100 a little.
2001-04-10 10:35:29 +00:00
Andrew Gallatin
85bbfcccc5
Document clear_error command on sable/lynx.
...
Thanks to Timothy D. First <firsttim@msu.edu> for figuring this one out
2001-04-09 14:21:24 +00:00
David E. O'Brien
3bcda1f141
Add FreeBSD IDs to some files and make the others consistent in style.
2001-04-08 23:09:21 +00:00
David E. O'Brien
19cc96f6a3
Fix typo in error message.
2001-04-08 23:02:12 +00:00
Bruce A. Mah
a147ff0916
New release notes: Fix IPFilter fragment cache, libposix1e integration
...
into libc.
Note default root partition for alpha is now 120MB.
2001-04-08 04:28:39 +00:00
David E. O'Brien
0ccceb256d
Reorder the Alpha cut-out list to match the order in the GENERIC kernel.
2001-04-07 06:12:10 +00:00
David E. O'Brien
64dc0a3e27
Strip comments from the MFSROOT's /stand/etc files.
2001-04-07 01:53:14 +00:00
David E. O'Brien
e4db09364d
Blow away all the help files on the MFSROOT for the Alpha.
...
Someone did something that really blew up the size of the crunchgen'ed
sysinstall+friends.
2001-04-07 01:48:55 +00:00
David E. O'Brien
da813eae92
Correct a bug in rev 1.589. The `make obj' that was removed for
...
sysinstall was also effectively a `make obj' for src/release.
2001-04-06 19:06:19 +00:00
David E. O'Brien
f8a584ac49
Don't need to preload the vn' KLD anymore as we use
md' for release
...
building.
2001-04-05 22:36:41 +00:00
Bruce A. Mah
8b4fca1f63
New release notes: ata(4) configure options are now loader tunables,
...
isp(4) target mode support (submitted by mjacob).
Update hardware lists from isp(4) manpage, fix typos.
2001-04-05 18:12:50 +00:00
Bruce A. Mah
58476adac4
New release note: Fix for ntpd(8) vulnerability.
...
Correction: fetch(1) recently gained a -U option, not ftp(1) (pointed
out by des).
2001-04-05 01:36:39 +00:00
Ruslan Ermilov
83c9589f7e
Put back required ')'.
...
Submitted by: jhay
2001-04-04 12:15:52 +00:00
Bruce A. Mah
c523bc572c
New release notes: README file for ACLs and extended attributes,
...
libpcap update 0.6.2, tcpdump 3.6.2, newfs(8) now defaults to 22
cylinders/group, pkg_version better comparisons and -t.
2001-04-03 21:59:48 +00:00
Ruslan Ermilov
72de1624f0
Synch this with i386 version again. This fits nicely on alphas.
...
Reviewed by: beast
2001-04-03 14:55:24 +00:00
Bruce A. Mah
2d7dfa5e5a
Clarify instructions for using a CD-ROM equipped machine to support a
...
FreeBSD install and add a warning about enabling anonymous FTP.
Submitted by: nik
2001-04-03 14:07:07 +00:00
Ruslan Ermilov
98b901eee9
Cleanup: sort by directory/program, remove unused libraries.
2001-04-03 13:43:25 +00:00
Ruslan Ermilov
3c4869d927
Drop support for -DRELEASE_BUILD_FIXIT and -DCRUNCHED_BINARY in
...
${CFLAGS}. The only supported method thus is -DRELEASE_CRUNCH.
2001-04-03 13:34:35 +00:00
Bruce A. Mah
a7d51bb8c8
New release notes: fsck(8) and /etc/fstab passes, newfs(8) -U,
...
libcrypt Blowfish support.
Fix a typo: newfs is section 8, not section 1.
2001-04-02 21:26:49 +00:00
Bruce A. Mah
fe1826cc9e
MFC candidate:
...
Fix ABOUT.TXT to be consistent with LAYOUT.TXT with respect to
the size of an unpacked ports collection (the stated 100MB
is a bit of an overestimate, but better to be conservative).
PR: 22778
Submitted by: David <ddavid@ican.net>
2001-04-02 19:06:52 +00:00
John Hay
51f5329641
Remove grep from the fixit floppy. This should free enough space to get
...
the snaps going again.
2001-04-01 14:41:54 +00:00
Ruslan Ermilov
9602ba91f2
Moved -DRELEASE_CRUNCH into crunchgen(1) config files.
...
Record libtelnet.a death.
2001-03-31 17:03:12 +00:00
Ruslan Ermilov
c3a205ef0b
Moved -DRELEASE_CRUNCH into crunchgen(1) config files.
2001-03-31 17:02:37 +00:00
Jordan K. Hubbard
93c81e0a02
Eliminate some things from the fixit crunch image so that it actually
...
builds again.
2001-03-30 07:50:29 +00:00
Bruce A. Mah
69f7c9a31c
New release notes: New CAM error recovery code, PAM support for
...
account management and session, tail(1) support for large files.
Updates: vn(4) removed, file(1) update to 3.34.
2001-03-29 17:11:58 +00:00
Bill Paul
e649781cea
Whoops, mention the Asante PCI 1000BASE-SX Gigabit Ethernet Adapter
...
(fiber version) too.
2001-03-29 00:25:58 +00:00
Bill Paul
a05fd6228a
Mention that the Asante GigaNIX1000T Gigabit Ethernet Adapter is supported
...
by the ti(4) driver. (Another OEM'ed Tigon 2.)
2001-03-29 00:23:17 +00:00
Maxim Sobolev
11f1917f8a
Put a note about ee(1) update.
2001-03-28 11:50:15 +00:00
Jordan K. Hubbard
1649c0b338
Update the acknowledgements section.
2001-03-27 22:06:37 +00:00
Bruce A. Mah
6dcd3d86f5
New release notes: Filesystem ACLs, getfacl(1) and setfacl(1).
...
Submitted by: rwatson
2001-03-27 21:17:18 +00:00
David E. O'Brien
0c1a06170b
Add ttyd0 which is needed on the Alpha when using the fix-it CDROM
...
over a serial console.
2001-03-27 01:06:58 +00:00
Bruce A. Mah
5a17403d43
New release notes: netstat -W, sockstat -c and -l, FFS/EXT2FS security
...
fixes (FreeBSD-SA-01:30).
Reorder netstat(1) notes to be adjacent.
2001-03-26 18:04:53 +00:00
Jordan K. Hubbard
4609c9b8e7
Stop claiming to support the DEC EtherWorks II/III cards.
...
PR: misc/18641
2001-03-26 01:32:29 +00:00
Jordan K. Hubbard
6bef82468f
Add apsfilter to "important package" set.
...
Submitted by: andreas
2001-03-24 23:05:44 +00:00
Jordan K. Hubbard
b72008f1dd
The early compat dists only make sense on the i386
2001-03-23 21:43:47 +00:00
Bruce A. Mah
f2bdba0b7a
Add Comtrol Rocketport cards to hardware list, for consistency with
...
i386/RELNOTES.TXT.
Submitted by: Chris Williams <psion@geekspace.com>
2001-03-23 16:46:09 +00:00
Bruce A. Mah
937250e681
New release notes: OpenSSH resistance to traffic analysis, make(1)
...
bugs fixed, fsck_ffs in background on mounted filesystems, TI-RPC,
portmap(8)->rpcbind(8), IPv6 support in NFS, lockd, rc(8) dependency
handling.
Synch up hardware devices with etc/defaults/pccard.conf 1.98.2.19
(yes, from RELENG_4). This change needs to be propagated to RELNOTESng.
2001-03-22 02:40:50 +00:00
John Baldwin
3c0df1109f
- XF86.patch is no longer needed as it is all checked into the XFree86
...
port conditional on the BUILD_XDIST variable.
- Define BUILD_XDIST=yes when compiling XFree86.
2001-03-22 01:47:02 +00:00
Alfred Perlstein
a191fd1be7
This adds /etc/netconfig to the list of files that get copied to
...
/stand/etc on the mfsroot, and hence to /etc on the install target
disk for use during the install. It also links netconfig and services
into /etc on the mfsroot so that they are available to a fixit
shell.
Submitted by: iedowse
2001-03-21 23:53:40 +00:00
Jordan K. Hubbard
114e70b5ab
Until this is *truly* unused (sorry Steve) and replaced by something
...
better, put it back.
2001-03-21 21:16:18 +00:00
Bruce A. Mah
eee43daea7
Reorder mergemaster entries to be adjacent. Reorder FFS-related
...
entries to be adjacent.
No new text.
2001-03-21 19:16:51 +00:00
Bruce A. Mah
18e7f42093
New release notes: ahc(4) bugfixes, FNV NFS hash, syscons(4) keyboard
...
paste, glob(3) limits, ping(8) -m.
2001-03-21 19:04:31 +00:00
Bruce A. Mah
fa21c6b472
New release notes: fxp(4) needs "device miibus", pkg_create(1)
...
dependency order (submitted by sobomax), "lprm -" works for remote
printers, mergemaster(8) updates, ftpd(8) updates.
Also make sure ESS Maestro-3/Allegro is mentioned in appropriate
hardware lists (submitted by scottl).
2001-03-20 23:41:44 +00:00
Wilko Bulte
868a048106
Document situation around Adaptec SCSI cards more accurately. Esp.
...
for 164SX machines.
2001-03-20 22:57:07 +00:00
Bruce A. Mah
c098a15ea0
New release notes: Kerberos compatability with OpenSSH, dump(8)
...
and nodump flag, ISC DHCP client update to 2.0pl5, split(1) support
for large files, units(1) update, netstat(1) per-address packet
counting, manpage updates.
Fix up notes on Adaptec SCSI RAID and DPT SmartRAID V/VI SCSI RAID
controllers (reviewed by scottl).
2001-03-20 06:08:45 +00:00
Wilko Bulte
c355a2fbbc
Mark 'going nowhere without my init' bug as MERGED.
2001-03-19 22:32:51 +00:00
Bruce A. Mah
363b21e29f
New release notes: timed(8) fix (FreeBSD-SA-01:28), rwhod(8) fix
...
(FreeBSD-SA-01:29), Heimdal 0.3 update, pkg_sign(1) and pkg_check(1)
added, BSD_daemon graphics.
Many MFCs for RELENG_4 noted as well.
2001-03-19 20:23:53 +00:00
Wilko Bulte
38bcd46212
Document fix for 'going nowhere without my init' install bug.
...
Thanks to: jkh / obrien
2001-03-18 22:28:10 +00:00
Peter Wemm
2843f91522
s/over 3500 ports/over 4500 ports/
...
MFC candidate. :-) The RELENG_4 version says 3000 still.
2001-03-17 12:37:28 +00:00
Murray Stokely
b6fc276b99
Clean up the grammar a bit from the last commit.
2001-03-16 22:55:55 +00:00
Murray Stokely
cde077545a
Document the fact that you can install through an HTTP proxy
...
PR: 21451
Approved by: jkh
2001-03-14 11:01:05 +00:00
Dima Dorfman
43822832e3
Point people looking to upgrade from source at "The Cutting Edge" in
...
the Handbook, rather than some nonexistent tutorial.
PR: 25556
Approved by: nik
2001-03-14 03:12:06 +00:00
Jimmy Olgeni
6299366fb0
Fix typo: compatability -> compatibility
2001-03-13 14:15:16 +00:00
MIHIRA Sanpei Yoshiro
8574142c75
Add PC-Card entry, I-O DATA PCET/TX-R
...
This card was DL10022 based card.
Submitted by: [bsd-nomads:15287]
Yoshihiko SARUMARU <mistral@imasy.or.jp>
2001-03-12 13:11:17 +00:00
Jordan K. Hubbard
a17b3742f6
Add tunefs to the mfsroot floppy
2001-03-10 19:52:12 +00:00
David E. O'Brien
221bdf6158
Everyone that has commented seems to agree `-m 0' will cause no problems.
2001-03-10 17:10:48 +00:00
Wilko Bulte
43c73f191e
Add note on instruction emulation on EV[45] for things like BWX.
2001-03-10 15:58:57 +00:00
David E. O'Brien
1363575f81
Remove tunefs'ing that was OBE by rev 1.30.
...
Submitted by: bde
2001-03-09 12:33:53 +00:00
David E. O'Brien
ca5bd0c65a
newfs with `-m 1'
...
This is needed even with `-o space' as the kernel decides to be "helpful"
and not really do space optimization. Looking at src/sys/ufs/ffs/ffs_alloc.c
we see why: if (fs->fs_minfree <= 5 ||
fs->fs_cstotal.cs_nffree >
(off_t)fs->fs_dsize * fs->fs_minfree / (2 * 100))
break;
log(LOG_NOTICE, "%s: optimization changed from SPACE to TIME\n"
I have picked `1' vs. `0' just incase some code somewhere has the assumption
the %free can never be `0'.
Helped with understanding why -m 1 made a different: imp
2001-03-09 01:03:15 +00:00
MIHIRA Sanpei Yoshiro
bca9e9472b
add PC-Card entry
...
Corega KK Wireless LAN PCCA-11
NEC WL11C (PC-WL/11C)
NEC Corporation PK-WL001
Submitted by: [bsd-nomads:15128] [bsd-nomads:15159]
[bsd-nomads:15176] [bsd-nomads:15283]
YAMAMOTO Shigeru <shigeru@iij.ad.jp>
NAKAGAWA Yoshihisa <y-nakaga@nwsl.mesh.ad.jp>
2001-03-07 13:30:44 +00:00
Jordan K. Hubbard
992da98522
Set NO_X during release build so the doc ports don't try to build XFree86.
2001-03-07 07:39:32 +00:00
MIHIRA Sanpei Yoshiro
1b6c0f0436
add new PC-Card entry, IO Data WN-B11/PCM
...
Submitted by: [FreeBSD-users-jp 59373]
"Masatake E. Hori" <eddie@luft.geo.tsukuba.ac.jp>
2001-03-07 00:58:52 +00:00
Yoshihiro Takahashi
9b509d44e4
SMALL floppy image require miibus device.
2001-03-06 00:39:53 +00:00
Bruce A. Mah
f366f1bed4
New release notes: TCP NewReno, TCP more aggressive timeouts on
...
SYN segments, IP verifies destination of received packet with
ingress interface, bc update to 1.06, ipfstat -t.
2001-03-02 23:02:10 +00:00
Ruslan Ermilov
afcf05e46a
setlocale(3) has been fixed to match POSIX standard:
...
LC_ALL takes precedence over other LC_* envariables.
2001-03-02 16:52:14 +00:00
Bruce A. Mah
dca18079fe
New release notes: CMI8338/8738, CS4281 sound driver, ISO-9660 Unicode,
...
ida crashdumps, login exports PAM environment variables, wall -g,
make.conf CPUTYPE, CVS_RSH default now ssh.
Updated release notes: ahc(4) updates, ICMP and TCP RSTs, random(4),
MFCs noted: rc.syscons.
2001-03-01 22:11:00 +00:00
Gregory Neil Shapiro
0d2124b844
The HEAD now has sendmail 8.11.3
2001-02-28 01:51:13 +00:00
Gregory Neil Shapiro
3812ddcdc5
Add release notes for the sendmail-related build infrastructure changes.
2001-02-28 01:49:57 +00:00
Bruce A. Mah
6f8e45340c
Fix typo: s/TAR_SSH/TAR_RSH/
...
Update: ICMP resetting TCP sysctl is now net.inet.tcp.icmp_may_rst.
Submitted by: knu, jesper
2001-02-27 19:25:23 +00:00
Bruce A. Mah
157449fd79
New release notes: TCP delayed ACK fixes, ICMP bugfix, find(1)
...
case-insensitive and regexp additions, pkg_delete(1) globbing,
tar(1) TAR_SSH, disklabel(8) fixes, rand(3) improvements.
New MFCs noted: pkg_info(1) globbing, burncd(8) -m and related changes.
2001-02-27 15:04:50 +00:00
Jimmy Olgeni
ec18c01db7
Spelling: Signalling -> Signaling.
...
Removed whitespaces at end of lines.
2001-02-25 22:26:37 +00:00
Jordan K. Hubbard
b4540ce2ea
Add fsck_4.2bsd to boot crunch target. This returns the ability to
...
actually fsck (and upgrade) a box from boot media again.
2001-02-25 08:02:46 +00:00
Wilko Bulte
277cfc1e89
Correct CS20 section.
...
Reviewed by: Peter Petrakis <peter.petrakis@api-networks.com>
2001-02-23 22:08:35 +00:00
Wilko Bulte
6de2dafcf7
ispell-ify..
2001-02-23 21:47:30 +00:00
Daniel C. Sobral
c2bcc0a208
Since we don't have rfd0 anymore, put in a line that will actually work
...
for generating floppies.
Mention mdconfig(8) instead of vnconfig(8).
2001-02-22 07:34:53 +00:00