Commit Graph

3818 Commits

Author SHA1 Message Date
luigi
0a6d2bba3a Add functions to lookup in /etc/networks and set interface
addresses, invoke them from /etc/rc
2001-10-04 00:46:44 +00:00
luigi
800c8cb93d Add "networks" file used to lookup netmasks 2001-10-04 00:46:03 +00:00
luigi
2652a9c097 Use @__CWD__@ as the magic string meaning "this directory"
in crunch.conf -- the previous choice, CWD, was too subject to false
matches (this string will be replaced by the absolute pathname
during the build process).
2001-10-04 00:42:20 +00:00
obrien
21a8993a87 Restore MSDOSFS support to the install kernel.
Remove the `txp' `sf' `ste' network drivers instead.

Approved by:	jkh
2001-10-03 03:58:08 +00:00
hrs
90ba351a4b Merge the following from the English version:
1.145 -> 1.149	relnotes/common/new.sgml
2001-10-02 20:48:08 +00:00
luigi
1dcfa4df37 A somewhat large change of this script.
From the user's perspective:
 * everything is now built outside the source tree (more precisely,
   in `pwd`/builddir-${name}/ ) except for the kernel config file(s)
   which still need to be copied into src/sys/i386/conf because of
   "config" limitations. I am not sure if there is an easy way
   to get away from this without changing "config" or replicating
   some part of the source tree.
   This is really the only change that most users should worry about,
   but it is a good one.

 * if you do cross-compiles (using "picobsd --src somedir/src [--init] ... ")
   then the libraries and include directories etc.  are searched/created
   in "somedir/usr" ;

 * you can do most things (basically build the kernel and the crunched
   binary and the filesystem trees) without root privileges. You need
   privileges to use mdconfig/vnconfig to create the actual MFS and
   floppy image, unfortunately.

 * the -v option now prints some diagnostic but does not stop for
   user input at each step. You need to specify -v -v to have the
   old behaviour.

Internally, the script has been reshuffled quite a bit to support
the above features. Many shell variables have been renamed or
made local in an effort to avoid undesired side effects. There is
a somewhat better error handling in case something goes wrong.
2001-10-02 17:06:51 +00:00
luigi
84344921ed Compile the kernel under ${BUILDDIR} instead of polluting the source
tree. Unfortunately the latter cannot be completely readonly, because
"config" still depends on the kernel config file being in sys/${ARCH}/conf
(it seems to derive other pathnames from that one).
2001-10-02 16:53:50 +00:00
bmah
e9354ae90f Fix organizational nits: Move Cardbus/NEWCARD release note to PCCARD
section.  Move release notes for tunneling-type drivers from network
protocol section to NICs section for consistency (tap(4) release notes
were combined).
2001-10-02 04:59:33 +00:00
bmah
7e7d46edc4 Try to make some sense of the various release note items
documenting OpenSSH version updates in -CURRENT and coalesce them into
a single item.
2001-10-02 04:45:18 +00:00
bmah
e40ec60b40 New release note: Each jail(2) can have its own securelevel (requested by
rwatson).

Mention that the OpenSSH 2.9 upgrade made ssh-agent(1) work for DSA
keys.
2001-10-02 03:40:58 +00:00
bmah
aaf9fd46b1 New release notes: Per-interface IP address hash table, network
devices in /dev, UUCP moved to ports.

MFCs noted:  bge(4).
2001-10-01 19:36:21 +00:00
luigi
74a969f1c0 Remove some entries to make the image fit into a floppy again. 2001-10-01 17:32:43 +00:00
luigi
4021dd6cf1 Whoops, I whould have removed the old entry... 2001-10-01 17:22:25 +00:00
luigi
e37d2bb650 Move up the tinyware entry so things are looked up there first. 2001-10-01 17:21:33 +00:00
luigi
cd66578088 Add customised version of login for picobsd images on -CURRENT.
This version is basically the same one as login.c 1.67, and does
not require the use of PAM.
2001-10-01 16:58:28 +00:00
dd
3af8f97148 "Avance Logic", not "Advance Logic".
Submitted by:	Robert Reid <robreid@cse.unsw.edu.au>
2001-10-01 12:36:52 +00:00
luigi
ee696e451e Add "ln" entries for ssh, ssh1 and scp 2001-09-30 17:38:42 +00:00
luigi
15634d6869 Modify wildcard for vmware interfaces. I am not sure how
MAC addresses are generated for those interfaces, but as long
as the entry is next to the bottom of the list the chance of
conflicts is low.
2001-09-30 17:37:03 +00:00
wilko
eba8e9ad93 Document AlphaPC64 and restructure section on EB64-family. 2001-09-30 12:04:14 +00:00
jkh
6f6b53959a Try eliminating some more things from the -current installation
kernel in an attempt to get release builds working again.
2001-09-30 08:23:05 +00:00
bmah
420d4edc40 Correct snd_maestro3_load command line for loader.conf.
Submitted by:	René Luria <rene@luria.ch>
2001-09-29 02:56:11 +00:00
luigi
baaf2e75fd Move a bunch of initialization into a function which must be run
before parsing the command line.
Move code to build include and libraries in a separate function,
so we can use the verbose flag for that.
Chang ownership of some directories so more of the build process
(namely, builds of include and libs) can be run without root
permission (we still depend on root permission to mount a memory
filesystem).
2001-09-28 21:02:15 +00:00
bmah
e1d7d088e7 New release notes: interface capabilities, faith(4)/stf(4)/tap(4)/vlan(4)
cloning, lpd(8) o-type print-file actions, edquota(8) -f, libgmp
superceded by libmp.

MFCs noted:  OpenSSH 2.9.
2001-09-28 16:18:27 +00:00
bmah
53949242b7 New release notes: bge(4), ng_gif(4), ng_gif_demux(4), ng_ip_input(4),
tftpd(8) support for RFC 2349.
2001-09-28 00:45:31 +00:00
bmah
4ebf82a6d4 Update list of urio devices supported. 2001-09-27 20:51:07 +00:00
bmah
6b8ebdf52a MFCs noted: ancontrol(8) -M, nl(1). 2001-09-27 18:06:22 +00:00
luigi
0886aa51b6 Add entries for vmware interfaces. 2001-09-27 16:48:13 +00:00
luigi
244185f005 Enable the use of wildcards in the #ethertable section of
/etc/hosts to map MAC addresses to hostnames.

Main use is to get addresses for vmware interfaces.
2001-09-27 16:47:45 +00:00
bmah
56d329bbdd New release notes: aac(4) update, Yahoo! coredump patch, touch(1) -h. 2001-09-25 19:09:24 +00:00
wilko
dcdfdd7d0d Clarify that it is the SRM console that disables onboard USB on DS10.
Applies to newer SRM versions only. Verified by checking various SRM
revs.
2001-09-25 18:44:31 +00:00
bmah
cba6ae2d5c ghostscript6 has been replaced by ghostscript-gnu in the Ports
Collection, so we need to change the ports we need for a release.
2001-09-24 20:15:04 +00:00
hrs
3276d67611 Fix typo. 2001-09-24 12:56:52 +00:00
hrs
4b2d79f595 Merge the following from the English version:
1.139 -> 1.145	relnotes/common/new.sgml
2001-09-24 12:38:06 +00:00
bmah
35e45efa1a The README file in the floppies/ directory of a distribution should
come from the installation document (of the release documentation)
not the readme.  The installation document is the one that has the
content of the old FLOPPIES.TXT.

Pointy hat to:	bmah
2001-09-23 22:32:09 +00:00
bmah
2d99ad9e11 New release notes: KSE milestone 2, groups(1) and whoami(1) subsumed
by id(1).
2001-09-21 22:19:45 +00:00
bmah
419f2ad2e4 New release notes: Load addresses of kernels exported, KVA_SPACE,
client/server NFS split, find(1) primaries now take time units.
2001-09-21 22:06:54 +00:00
bmah
c9d707a81c New release notes: cvs(1) -T, cvs(1) diff -j.
MFCs noted:  cat(1) UNIX-domain sockets, dirpref.

While I'm here, group CVS-related items together in their own section
under userland contributed software.
2001-09-21 21:11:18 +00:00
bmah
a6d84cf8c3 New release note: netstat -S.
MFC noted:  netstat -z.
2001-09-21 15:29:32 +00:00
bmah
dab7aecb1f Move pccard release note entries into their own sect3 section (as was done
for 4.4-RELEASE), eliminate one entry that was superceded by another.
2001-09-21 14:56:10 +00:00
bmah
5d47277f34 Remove some repetitively redundant wording.
Pointed out by:	Jason Andresen <jandrese@mitre.org>
2001-09-21 03:06:46 +00:00
joe
785a826aae On -current with devfs there is no MAKEDEV in /dev anymore, so use
it from ${SRC}/etc/MAKEDEV instead.

We may want to do this on -stable as well, but for now -stable still
uses /dev/MAKEDEV.
2001-09-20 13:34:16 +00:00
joe
a888294e85 Relocate the memory disk selection code to the same place the other
variables are set.
2001-09-20 13:09:01 +00:00
joe
f1ee6b1782 Remove options INTRO_USERCONFIG, MFS, USERCONFIG and VISUAL_USERCONFIG
from the PicoBSD kernel files as they're not relevant any more to
-current.
2001-09-20 11:30:39 +00:00
luigi
2602b5e748 Make the script aware of mdconfig, so it can hopefully run on -CURRENT
as well. This works by selecting "md" or "vn" depending on "uname -r"
output, so we can use the same script on -CURRENT and -STABLE.
Also included minor bugfixes and code cleanup.

Testers welcome, as this code has only been tested on -STABLE
(and for this reason I am doing an immediate MFC).
2001-09-20 02:52:02 +00:00
bmah
7f8575ebc7 Try to work off backlog of CURRENT release notes: vm.zeroidle_enable,
an(4)/ancontrol(8) -M monitor mode, burncd(8) -d, cat(1) UNIX-domain
sockets.
2001-09-18 15:25:00 +00:00
murray
ba1a8dcb45 Add release note entry about the amdpm(4) driver. 2001-09-18 04:55:25 +00:00
hrs
3c93d16ca6 Catch up with the English version:
1.5   -> 1.7  	errata/article.sgml
2001-09-16 09:17:25 +00:00
hrs
69107e8083 Fix some typo and malformed SGML markups. 2001-09-16 08:28:53 +00:00
hrs
ee0d6e104a Catch up with the English version:
1.124 -> 1.139	relnotes/common/new.sgml
2001-09-15 15:39:58 +00:00
bmah
67f71524ed Add a sample Makefile as an example of building RELNOTESng for
the release documentation snapshot page.
2001-09-14 23:36:27 +00:00
bmah
287b7b2dd6 Add some cards to nge(4)-supported hardware list, as described in
src/share/man/man4/nge.4 rev 1.8.
2001-09-14 15:34:06 +00:00
bmah
18a51f9a9a Two style changes: Bring "maintained by" credit into a sect1info, and
move the ID string from a pubdate element into a comment on the
grounds that this document doesn't change rapidly enough to require
that the ID string to actually be rendered in the output.
2001-09-14 15:31:33 +00:00
bmah
2ccfb935de The Books and Articles section was very choppy due to its cut-and-paste
origins and prior edits.  Polish it.
2001-09-14 04:33:37 +00:00
murray
0b95b15b7a 'make release' should install docproj ports with BATCH=yes so that your
release builds don't stop in the middle of the night asking for user
input about which Ghostscript drivers to install.
2001-09-13 06:44:36 +00:00
knu
743f45ba6c Replace print/ghostscript6-nox11 with print/ghostscript-gnu-nox11. 2001-09-11 21:34:27 +00:00
bmah
5220db9a3e New release note: semop(2) buffer overflow fixed. 2001-09-11 21:05:01 +00:00
dd
cfb1b5c30b New release note about linker.hints and kldxref(8). Even though this
solves a pretty annoying problem, this release notes entry doesn't
describe what this fixes because I can't seem to figure out how to do
this without giving a lot of background.
2001-09-11 13:11:43 +00:00
bmah
f07a058a30 Mention that uustat now gets run as uucp, not root, and note MFC. 2001-09-10 23:19:48 +00:00
bmah
786d3f8511 According to message-id <yfk7kv6rj15.fsf@vader.clickarray.com> on
freebsd-ports, ports/packages will be re-frozen and re-rolled before
4.4-RELEASE, so we can (imprecisely) mark the CVSup bugfix as being MFC-ed.
2001-09-10 20:41:39 +00:00
bmah
d0a67ff6c2 New release note: Non-root-owned binaries in standard system paths
now have the schg flag set.
2001-09-10 18:51:13 +00:00
bmah
02f08354f6 New release notes: Use net/cvsup, rather than net/cvsup-bin and
net/cvsupd-bin.  Also note CVSup update to fix S1G bug.

I'm breaking a self-imposed rule of not mentioning ports-collection
updates in release notes.  I'm only doing this because CVSup is a
fairly essential part of the FreeBSD Project infrastructure.  Save
for exceptions such as this, the release notes will continue to
document changes to the base system only.

Suggested by:	mike
2001-09-10 16:54:50 +00:00
bmah
cefec83f16 Add a bit of background to the ACPI release note. 2001-09-07 15:30:18 +00:00
dd
af91b429d2 ACPI CA updated to 20010831. 2001-09-07 12:14:24 +00:00
bmah
cfd7870aa2 Delete a note to myself that doesn't really belong in a released
document.
2001-09-06 23:17:55 +00:00
bmah
72aad7aa54 Delete some cruft that somehow snuck into this file. 2001-09-06 23:16:04 +00:00
jhb
7052237ac4 All of this is now committed to the XFree86 port. 2001-09-06 23:11:14 +00:00
obrien
860ee32ac4 Also try to build setcdboot' first, and only pkg_add -r' if you cannot.
Submmitted by:	dirk
2001-09-05 20:04:35 +00:00
bmah
795f580300 Update release note: tcsh 6.11. 2001-09-05 18:19:08 +00:00
bmah
b6bc28300b Mention the Sparc64 port under development.
Submitted by:	"Alexey V. Neyman" <alex.neyman@auriga.ru>
2001-09-05 17:04:36 +00:00
luigi
2c31cdbcd5 Remove "more" from the list, the port has not been committed yet.
Remove "mount_nfs" to reduce image size.
2001-09-05 16:06:40 +00:00
luigi
87f9cba872 Add lnc driver, so one can test picobsd images with vmware 2001-09-05 16:05:05 +00:00
bmah
96aa025371 Add a missing "option". 2001-09-05 06:15:49 +00:00
bmah
a4bb0a5dc1 Clarify/cleanup pcic(4) release note.
Submitted by:	msmith
2001-09-05 06:10:19 +00:00
knu
05e12989ae Add sysutils/portupgrade to CD-ROM #1. (+1.5MB) 2001-09-05 05:01:42 +00:00
jhb
56f948a181 - Add some diagnostic echos of status of each stage. 2001-09-04 22:54:13 +00:00
bmah
13bdb37167 Binary upgrades for -CURRENT preserve nsswitch.conf, not host.conf. 2001-09-04 21:12:42 +00:00
bmah
a0573bd4e5 New release note: SA-01:59. 2001-09-04 20:38:31 +00:00
bmah
b780f54fd9 Oops. Fix document build-breaking SGML bogon. 2001-09-04 20:37:34 +00:00
bmah
fae098aa75 MFS: Sync boilerplate text with RELENG_4. 2001-09-04 19:48:01 +00:00
bmah
acc6b9f38b MFS: Fix missing words, minor tweaks. 2001-09-04 19:20:27 +00:00
bmah
600ccb9215 New release note: pcic(4) interrupt routing.
Content provided by:	imp
2001-09-04 19:17:55 +00:00
hrs
3a0fe6bf7d Merge Japanese version of RELNOTESng:
Makefile
	errata/Makefile
	errata/article.sgml
	relnotes/Makefile
	relnotes/Makefile.inc
	relnotes/alpha/Makefile
	relnotes/alpha/article.sgml
	relnotes/common/artheader.sgml
	relnotes/common/intro.sgml
	relnotes/common/new.sgml
	relnotes/common/relnotes.ent
	relnotes/common/upgrading.sgml
	relnotes/i386/Makefile
	relnotes/i386/article.sgml
	share/sgml/catalog
	share/sgml/release.dsl
2001-09-04 17:48:07 +00:00
knu
0a7ee7bb1b Because www/netscape47-{communicator,navigator} are forbidden, replace
them with www/linux-netscape47-{communicator,navigator}.
2001-09-04 17:41:52 +00:00
knu
c31a1b31bb archivers/bzip2 is no longer a VERY common build dependency.
(See the latest INDEX)
2001-09-04 17:32:30 +00:00
bmah
021e34d0dd Add dhclient.conf and hosts.allow to the list of files in /etc
preserved by a binary upgrade.
2001-09-04 17:11:19 +00:00
luigi
6a07ae7b3f Move commands to create stripped kernel into Makefile.conf,
so as to make the "picobsd" script less version-specific.

Improve handling of cross-builds (which requires creation of
includes and libraries for the new source tree).

The "picobsd" script will not probably work on -current because it still
uses 'vn' instead of 'md', but i am commiting it anyways to keep it
in sync with the version in -stable.
2001-09-04 02:01:52 +00:00
obrien
b4610a422a Try to build mkisofs' first, and only pkg_add -r' if you cannot. 2001-09-03 20:29:21 +00:00
obrien
13be009ee5 Cause an error condition to be sensed by make(1) if we have trouble
making the ISO.
2001-09-03 20:27:03 +00:00
obrien
165aca5d8c Fix my backwards logic.
Submitted by:	dirk
2001-09-03 20:23:59 +00:00
dd
973eb1653a If NO_LANGCODE_IN_DESTDIR is defined, don't put the language code in
DESTDIR.  This avoids redundant information in the path when DOCDIR
points to some directory that already implies (or specifies) a certain
language.  This is the case with the web site, where the release notes
are already installed under a language-specific directory.  This
behavior is not being made mandatory because it might still be useful
to install all the translations in one directory, such as during
testing, or in a hypothetical release notes archive.  Furthermore, it
is not being made the default because that breaks consistency with
stuff under doc/.

Reviewed by:	bmah
2001-09-03 14:39:32 +00:00
dd
dc570acf4d Extend the release note about ftpd -o to cover ftpd -O, too. 2001-09-03 14:25:59 +00:00
bmah
1706b25d58 New release note: am-utils 6.0.7. 2001-09-03 06:30:17 +00:00
jkh
b3ac075229 Use sh to execute scripts and just check that the script is readable.
I guess I pooched the permissions on the scripts before committing them
since they're not executable and now it's too late to change (I think -
I suppose you could chmod the ,v files and it might inheirit but I don't
feel like asking the repomeisters to try that).

Noticed by:	Dirk Froemberg <dirk@freebsd.org>
2001-09-02 19:05:27 +00:00
luigi
0dc160055e use correct "compile" directory, which is ../../compile/<filename>
This does not apply to RELENG_4 for which the compile directory is
../compile/<filename>
2001-09-01 21:19:15 +00:00
luigi
fe1db6c569 Supply a default value for the kernel config binary. 2001-09-01 19:16:00 +00:00
luigi
056bad6e37 Bugfix: Use the correct variable for picobsd type (same bug is
present in STABLE).  Also add a bit more logging (when enabled).
2001-09-01 18:27:39 +00:00
dd
a34f6bb0fc New release note: syslogd -b 2001-09-01 10:52:25 +00:00
bmah
8e06415e8a It is *indeed* possible to run Alpha Linux binaries under emulation.
Reviewed by:	gallatin
2001-09-01 04:39:16 +00:00
mjacob
f22f3e1a8b add 2300/2312 notes 2001-08-31 21:50:09 +00:00
bmah
44ebfe9763 Whitespace-only commit that can be ignored by translators.
The 1.2->1.4 deltas caused the indentation of this document to become
massively...well...confused.  Try to fix this.
2001-08-31 17:26:18 +00:00
bmah
00a6b7918c diskcheckd(8) is gone from the base system, so undo its release note. 2001-08-31 16:47:57 +00:00
alex
1b28c0b357 Move /etc/defaults/make.conf to /usr/share/examples/etc/make.conf as
discussed on the arch@ mailinglist (after repo-copy).

sys.mk will .error if it finds /etc/defaults/make.conf but include
it anyways (this is the same behaviour as with the make.conf.local
removal).

/usr/share/examples/etc/make.conf has BDEFLAGS commented out now,
since it's only an example file.

Adjust all textes that talk about make.conf or defaults/make.conf to
match the new situation.
2001-08-30 22:44:51 +00:00
luigi
3d846e3b57 add a missing -o.
There might be some other bug related to OBJDIR handling, once
fixed these changes can be MFC immediately.
2001-08-30 21:39:14 +00:00
scottl
b126e3170f Note the new cards supported by the asr and aac drivers.
MFC after:	1 day
2001-08-30 21:37:09 +00:00
bmah
238a15eeb7 New release note: SA-01:58. 2001-08-30 21:06:43 +00:00
bmah
e89f461ea7 Add some missing words, markup tweaks.
Commit from:		SIGCOMM 2001
2001-08-30 20:56:42 +00:00
jhb
2b1fd9ab5e Axe all the plists and supporting scripts to manage them and use them to
roll dists.
2001-08-30 18:11:42 +00:00
jhb
d407e15c63 Overhaul this script a bit:
- build_x.sh now does all the steps to build an X dist rather than being
  a child script of package_x_dists.sh
- Update the usage information to list the ports you need to install
  before running this script as well as needing to set CVSROOT.
- Make sure CVSROOT is set.  If not, exit with an error.
- We now take two parameters: a work directory and an output directory.
  The work directory is used as scratch space.  All of the bindist will
  end up in the output directory.
- Only apply XF86.patch to the checked out XFree86 port if it exists.
- Use XFree86's build-bindist tool to package up the dists using their
  distfiles rather than using our own packing lists that have to be
  manually updated each time the port changes.

Example usage:
	env CVSROOT=/home/ncvs ./build_x.sh /usr/xtmp /usr/x11dists
2001-08-30 18:10:26 +00:00
jhb
31b4cb44e1 The current XFree86 port needs some help in the BUILD_XDIST case. Commit
this patch here until I can get the port fixed.
2001-08-30 17:53:00 +00:00
wilko
53170312d3 DS10 has it's USB interface disabled (by Compaq/DEC). I wonder where I got
the info that USB works in FreeBSD??
2001-08-30 12:46:53 +00:00
dd
d08cdff042 New release notes: ntp suite updated to 4.1.0, daemon(8).
Updated release notes: ACPI 20010816.
2001-08-30 05:34:37 +00:00
wilko
b1deb88543 Remove reference to mknod zs0 for TurboLaser console 2001-08-28 17:54:07 +00:00
dd
2746bbfebd New release note: ftpd -o 2001-08-28 12:08:57 +00:00
bmah
636614d36b New release note: SA-01:57. 2001-08-27 22:04:34 +00:00
dd
4efd284a6d New release note: config(8) ENV. I put this under the "kernel
changes" section, but I'm not sure it's appropriate there.  config(8)
is a userland utility, but this is actually a "kernel" feature.  There
are release notes about config(8) in both sections, but "kernel" seems
more appropriate for this one.
2001-08-27 13:41:15 +00:00
bmah
4892f8428a Try to make some sense out of the mess that used to be INSTALL.TXT.
1.  Bring floppies.sgml section in-line into install.sgml, where it
makes more sense.

2.  Slightly reorganize some sections of Installation section and
do some wordsmithing.

3.  Update distribution layout to reflect RELNOTESng and new compat
distributions.

4.  Update upgrade file list from 4-STABLE.

5.  It's been a long time since 2.2.X; get rid of instructions dealing
with "new" handling of compatability slices and fix up other references
in the text.

6.  Hunt down and kill emoticons with extreme prejudice.  Try to
tone down the use of exclamation points.

7.  Cross-reference new and improved Installation chapter in
Handbook.

8.  Add a proper abstract for this document.
2001-08-27 03:37:56 +00:00
bmah
e52902c064 Use &os.numports; to track how many ports we have. Don't need to give
an example of a specific release in CDROM/DVD ordering.
2001-08-26 17:31:03 +00:00
wilko
0dc66a506a Alpha uses openjade i.s.o. jade for docs generation. So go out
and build the right port for make release.

Submitted by:	bmah
Approved by:	bmah
MFC after:	2 days
2001-08-26 07:52:56 +00:00
bmah
515216377a Update rendition of a typical distribution directory. Text updates to
follow.
2001-08-25 04:22:24 +00:00
bmah
ae83ed4749 Reflect that the lge(4) driver has been tested on the Alpha.
Reviewed by:	wpaul
2001-08-24 00:30:50 +00:00
bmah
72642d727d New release note: SA-01:56.
Fix entry on SA-01:55, which was mislabeled as SA-01:54.  Also fix a
typo (I still can't spell "compatibility" correctly, it seems).
2001-08-23 21:14:42 +00:00
olgeni
7e0c531a0d Misc. changes:
* Rename cvsup-bin to cvsup (cvsup-bin does not exist anymore).
* Add the net/rsync port to the CDROM packages.
* Add the misc/compat* ports.

Approved by:	jkh
2001-08-23 19:54:11 +00:00
bmah
ce0c7adaa6 Expansions and clarification of some existing release notes items.
Submitted by:	Alex Kapranoff <kapr@acm.org>
2001-08-23 18:39:04 +00:00
bmah
2406fd4d6b Typo and markup fixes.
Submitted by:	Alex Kapranoff <kapr@acm.org>
2001-08-22 23:50:53 +00:00
bmah
85fe335d1b New release note: RFC 1948. 2001-08-22 03:13:33 +00:00
bmah
94b175e306 New release note: SA-01:54. 2001-08-21 22:26:02 +00:00
gshapiro
d8dc7487e0 sendmail 8.11.6 has been imported 2001-08-21 01:42:08 +00:00
obrien
13444b820b + do not hard code where a port may be installed to
+ uses `mkisofs' rather than `mkhybrid' as the new mkisofs is the merger
  of the two
+ checks for `setcdboot's existsance and tries to pkg_add it if needed
+ removes English contraction

Approved by:	jkh
2001-08-20 21:22:33 +00:00
obrien
f44504864a + back out my `iso' target
+ allows one to set _R so one can more easily make an iso after the fact,
  in the directory `make release' was issued in
+ changes name from miniboot to miniinst since we make other bootable ISOs
  also (and we might confuse someone)

Approved by:	jkh
2001-08-20 21:22:01 +00:00
bmah
b262150ceb New release note: pppd(8) no longer world-executable/readable.
Submitted by:	kris
2001-08-20 20:45:55 +00:00
bmah
3c068b84c3 Typo and markup fixes.
Submitted by:	Alex Kapranoff <kapr@acm.org>
2001-08-20 17:31:47 +00:00
bmah
d4133577d0 Fix an SGML glitch. 2001-08-20 04:56:37 +00:00
dd
c9d6bbb3f6 Use `an' where appropriate. 2001-08-20 02:08:26 +00:00
dd
60f9055f7d Expand a little on the note about apm_battery. Note that apmd can
execute commands when the battery level changes, and point users at
the examples in /etc/apmd.conf since this stuff isn't (yet?)
documented in the manual page.  Also note its MFC.

Submitted by:	nsayer
2001-08-19 23:36:49 +00:00
bmah
319cdcbb38 New release note: CDROM booting on IBMs.
Reminded by:	mp
2001-08-18 00:12:23 +00:00
bmah
90eec3a264 New release note: SA-01:53. 2001-08-17 21:59:13 +00:00
bmah
39ad19b1cf Troll for MFCs that haven't been marked as such: KERNCONF, an(4)
support for Aironet 350, ed(4) support for Linksys cards, aac(4),
ssh(1) not SUID, passwd(1)/pw(8) support for passwd_format,
rc(8) deletes non-directories in /var/run and /var/spool/lock,
fmtcheck(3), sshd(8) X11Forwarding, sshd_config MaxStartups
deprecates ConnectionsPerPeriod.

Some of these MFCs are new, others were reflected in 4-STABLE's
release notes already, and still others were MFC-ed before prior
releases.

Relocate dgm->digi release note item to live next to digi.

Relocate an(4)/AIR350 note to be next to another an(4) entry.

Remove a duplicate entry documenting xargs(1) -J.

Port markup fixes:  sysutils/cs9660_unicode, net/pim6dd, net/pim6sd.
2001-08-17 19:59:25 +00:00
bmah
1b52ad9bb1 Markup nit: Mark some things with <envar> that used be done with
<literal> or <varname>.
2001-08-17 17:36:50 +00:00
bmah
0e1462102a New/updated release notes: maxusers tunable, vidcontrol(1) -h,
tmpname(3) use of TMPDIR.
2001-08-17 17:18:39 +00:00
bmah
e4df31a7d0 New/modified release notes: Update isdn4bsd entry (users must
use ispppcontrol when doing kernel PPP over ISDN), s/Ukranian/Ukrainian/.

MFCs noted:  cdcontrol(1) next/prev, sysctl(8) -N, sysctl(8) -ao/-ax and
-w deprecated, col(1) -p.
2001-08-17 16:04:01 +00:00
bmah
c6fc08a339 Note that cdrecord is a part of the sysutils/cdrtools port.
(While I'm here, change markup for a reference to the net/smbfs
port to use <port></port> tags.)

Submitted by:	kris
2001-08-17 15:16:12 +00:00
bmah
5f516e2c4a MFS:
s/compatability/compatibility/
	s/compatable/compatible/
	s/behaviour/behavior/
2001-08-17 15:01:39 +00:00
obrien
b088bbf863 Add an `iso' target to create ISO images properly for each platform. 2001-08-15 20:57:08 +00:00
bmah
bf74860be1 New release note: ppp(8) now supports IPv6. 2001-08-15 17:35:20 +00:00
bmah
a2783f32df New/modified release notes: Only two security profiles instead of three,
all inetd.conf services disabled by default but now editable in
sysinstall(8).

Deleted an item about disabling selected services in inetd.conf, since
it was superceded by the above.

While I'm here, rename the "Security Fixes" section to "Security-Related
Changes".
2001-08-15 17:05:07 +00:00
bmah
6ea3062ce3 MFC noted: SSE capabilities. Also moved these into
processor/motherboard support section.
2001-08-15 04:47:42 +00:00
bmah
40b4047eba Make list of ports required for doc build consistent with
ports/textproc/docproj/Makefile rev. 1.33 (which adds graphics/scr2png).
2001-08-14 22:31:27 +00:00
bmah
fff3ee192f "New" release note: Removal of wd compatability devices from ata(4).
(The release note entry is new, but the fact it documents is not.)

Submitted by:	silby
2001-08-12 20:58:30 +00:00
bmah
b6920edab4 Note MFC of ARIN -> APNIC/RIPE whois(1) queries. While I'm here, add
a missing word.

Submitted by:	mike
2001-08-12 20:36:44 +00:00
dd
284d4841ae Note MFC of all the I4B stuff. 2001-08-11 17:55:07 +00:00
dd
8295242d6b I4B is actually version 1.0.1. 2001-08-11 17:50:58 +00:00
bmah
84a157ce19 MFCs noted: fsck_msdos(8), kldconfig(8), moused(8) -a. 2001-08-11 03:12:38 +00:00
bmah
327c798681 New release note (only about six months late): nmdm(4). 2001-08-11 02:49:57 +00:00
bmah
1a45d50d6a Close a </sect1> and add a line of whitespace, discovered during
MFC of 1.3->1.4 delta.
2001-08-10 21:18:35 +00:00
dd
38be2fbd6c cvs updated to 1.11.1p1 2001-08-10 17:41:36 +00:00
jhay
7098e065a8 Add a missing backslash. 2001-08-09 09:32:16 +00:00
bmah
da21fb8f94 Reorganization of FreeBSD README document. This change adds no new
content or whitespace changes; it just moves sections around for
better organization; the content of this file used to be fairly
fragmented because it originally was derived from parts of several other
documents.

The first half of "About FreeBSD" has been pulled into the Introduction
section.  The remainder of "About FreeBSD" plus the "Release Documentation"
section now make up a new <sect1></sect1> level section entitled
"Further Reading".
2001-08-09 04:27:11 +00:00
bmah
a906539d9e Collapse the seven *.sgml files containing the content of the README
document into article.sgml.  Move the $FreeBSD$ tag from a
comment to a <pubdate></pubdate> entry, but no other content
or whitespace changes.

The two reasons for doing this are to:  1) Get rid of a bunch of
itty-bitty files and 2) help with a reorganization of the README that
will be much simpler if all the content is in a single file.
2001-08-09 00:35:04 +00:00
bmah
4c3cdae09b Fix up links from the FreeBSD README to portions of the Handbook.
While I'm here, delete a <warning></warning> paragraph that seems out of
place.
2001-08-08 23:42:07 +00:00
bmah
5ceaaa4acf Reflect the new location of the list of contributors and coalesce
two paragraphs.
2001-08-08 22:53:01 +00:00
bmah
79193a54d6 Refer to SA-01:52 from the release note item documenting the fix.
Also move this item so that references to security advisories remain
in numerical order.
2001-08-08 19:04:48 +00:00
wilko
144974bb77 Document removal of hardware support from installkernel. Reflects:
obrien      2001/07/21 10:38:46 PDT

  Modified files:
    release/alpha        dokern.sh
  Log:
  Fix the install kernel on a 1.44MB floppy again.
  I had to be aggressively Draconian to succeed.
  I diked out:
  + Multia, NoName, PC/EB 64, Aspen Alpine support.
  + SCSI tape support
  + AMI MegaRAID controller support
  + All parallel bus support (includes PLIP)
  + vx (3c590, 3c595), pcn (AMD Am79C97x PCI 10/100), sf (Adaptec AIC-6915),
    sis (SiS 900/SiS 7016), ste (Sundance ST201 (D-Link DFE-550TX)),
    wb (Winbond W89C840F) support.
2001-08-07 21:10:17 +00:00
nik
6b00d6a3eb Add libxslt and its dependencies.
Submitted by:	John Hay
2001-08-07 15:28:20 +00:00
dd
947433403c Remove old blurb about BIND being updated to 8.2.3. 2001-08-06 05:26:06 +00:00
dd
412563a031 Note MFC of BIND 8.2.4. 2001-08-06 05:25:15 +00:00
dd
26a50c725f Correct some pastos.
Submitted by:	Martin Kammerhofer <mkamm@sbox.tu-graz.ac.at>
2001-08-05 16:03:04 +00:00
dd
07a5285107 Note MFC of file 3.36. 2001-08-03 12:31:43 +00:00
dd
25e4dc4eab When talking about new versions, use the word "updated" instead of
"upgraded" for consistency.  Prior to this commit, 9 of the entires
used the latter, and 51 used the former.
2001-08-02 12:16:17 +00:00
dd
5f925113c8 Note MFC or Binutils 2.11.2 (what we have is close enough to that
version that there's no need to talk about the snapshot business; all
it would do is serve to confuse).
2001-08-02 12:08:10 +00:00
dd
c78ea16c57 Oops, note MFC of UFS_DIRHASH. 2001-08-01 20:08:37 +00:00
dd
1efad8f385 Fix previous commit: actually move the UFS_DIRHAS stuff, not the
ddb(4) stuff.  I have *no* idea how I managed to screw that up.
2001-08-01 20:07:51 +00:00
dd
7fc33189dd Move the UFS_DIRHASH paragraph to 'filesystems' and note its MFC. 2001-08-01 20:05:36 +00:00
dd
83864eb4be Note MFCs: WARNS, GCC_OPTIONS, and GNATS. 2001-08-01 20:04:19 +00:00
dd
ddc87708b4 New release notes: file(1) update.
Note MFCs: install(1) cleanup, bzip2 import, libpcap update.
2001-08-01 14:22:27 +00:00
gshapiro
e476a7ccdc Note the import of sendmail 8.11.5 2001-08-01 01:40:56 +00:00
wilko
153539de08 164LX can have SRM or AlphaBIOS in flash. 2001-07-31 18:43:40 +00:00
dd
55748936a1 txp(4) isn't i386-only. 2001-07-30 18:28:27 +00:00
dd
e48e9e85c3 Note import of BIND 8.2.4-REL and the MFC of txp(4) 2001-07-30 18:26:53 +00:00
dd
f2853f7cea Note MFC of IPFilter 3.4.20. 2001-07-28 14:37:32 +00:00
dd
634d5e0039 Note MFC of tcpdump 3.6.3.
I didn't do this when I merged the delta to RELENG_4 because I thought
&merged; didn't apply to contributed software since there is one entry
per application which gets updated with the new version number, as
opposed to all the other programs, which get one entry per update.
However, the previous commit removed &merged; from the IPFilter entry,
so perhaps I just didn't look long enough when I did the tcpdump
merge.
2001-07-28 12:24:18 +00:00
dd
b0492a6ae8 IPFilter updated to 3.4.20. 2001-07-28 12:21:19 +00:00
bmah
54114d9e05 Move route(8) entries out of Contributed Software section; they were
hanging out with a routed(8) entry.

Submitted by:	dd
2001-07-27 17:20:33 +00:00
wilko
9c035d3b03 <ctl>-<alt>-<del> are seen as sgml tags. <keycap>ctl</keycap> etc works
a lot better. Yikes!

Caught by: bmah
2001-07-26 19:02:22 +00:00
bmah
d3c6cce7de Split "Contacting the FreeBSD Project" into two sub-sections ("Email
and Mailing Lists" and "Submitting Problem Reports").  No content
changes.
2001-07-26 18:20:29 +00:00
wilko
49ee1ca33c Document you sometimes seem to need ctl-alt-del on Noname, Multia
and ZLXp is TGA-based and not currently suitable for console use.
2001-07-26 18:18:50 +00:00
bmah
c5f805f594 Cleanup of "Reporting Problems" section, which has been renamed
"Contacting the FreeBSD Project":   Mostly fixed style nits, and
performed some overlooked s/FreeBSD/&os;/ substitutions.
2001-07-26 18:16:55 +00:00
bmah
a0f2f05746 UPGRADE.TXT doesn't exist anymore...point readers at INSTALL.TXT,
which now contains binary upgrade info.
2001-07-26 16:40:23 +00:00
bmah
6a4275eaf8 Add some navigation in the form of internal hyperlinks to get around
the different sections of the release notes.  There's probably a better
way to do this.
2001-07-26 16:31:22 +00:00
bmah
de985cf0e5 Fix some style nits, and also try to include some text appropriate to
whether this release notes build is for a snapshot or a release.
2001-07-26 16:21:29 +00:00
bmah
729ad5549e List a forgotten SGML source file (intro.sgml) in the release notes
Makefiles.
2001-07-26 16:16:51 +00:00
bmah
396c6c947b New release notes: ed(4) MII, isdnd.rc(5) maxconnecttime, ppp(8)
tcpmssfixup for inbound packets, BIND NOADDITIONAL.

MFCs noted:  RANDOM_IP_ID, ppp(8) tcpmssfixup, libcrypt unification.
2001-07-26 04:40:58 +00:00
dd
728ae8e8e4 Note MFC of {d,h}watch DDB commands. 2001-07-25 11:58:49 +00:00
brooks
011916b275 merged interface cloning support. 2001-07-24 19:27:22 +00:00
kato
8e88bf0c9a Added the txp driver into the list for SMALL kernel. 2001-07-24 11:32:18 +00:00
dd
fb0d148d28 Note that this list should follow the docproj dependency list as much
as possible.
2001-07-24 08:47:00 +00:00
dd
d9a03f8456 eps2png -> peps
Submitted by:	Alexey V. Neyman <avn@any.ru>
2001-07-24 08:43:44 +00:00
brooks
b4254a32fe Bruce gave me a little too much credit ;-), stf didn't get the full
treatment along with gif so it doesn't support cloning yet.
2001-07-24 05:34:18 +00:00
brooks
c20c0e3e6c Fix four </para> tags that were either missing or misspelled as </para>.
Found by:	make lint
Reviewed by:	bmah
2001-07-24 04:27:54 +00:00
bmah
f60e5321a1 Add txp(4) devices to the supported hardware list. 2001-07-24 01:14:00 +00:00
bmah
449e05e67b New release notes: txp(4) driver.
Updates:  Cross-reference SA-01:49 for telnet(8) buffer overflow fix,
binutils upgrade to snapshot, tcpdump 3.6.3, OpenSSL 0.9.6b.
2001-07-24 00:32:51 +00:00
bmah
512f80778a Grrrr: s/DFS-538TX/DFE-538TX/ 2001-07-23 23:35:31 +00:00
bmah
2a3094bdae Add D-Link DFE-538TX to list of rl(4)-supported devices.
While I'm here, fix a typo:  s/DGE=500SX/DGE-500SX/.

Submitted by:	Christian Greisen <csg@fakse.dk>
2001-07-23 19:11:33 +00:00
kris
6fde30d182 s/adress/address/
Inspired by:    OpenBSD
MFC After:      1 week
2001-07-23 12:05:27 +00:00
jkh
845119946b Add scripts and Makefile support for building ISO images automatically
as part of the release if MAKE_ISOS is set.  Will also build the
first CD with packages (in addition to the "minimal" CD) if CD_EXTRA_BITS
points to them.  This probably need a bit more work to get fully useful,
but it at least covers the basics for now.
2001-07-23 09:01:46 +00:00
nyan
18d3a28945 Correct typo. 2001-07-22 00:58:15 +00:00
obrien
4d02c9c339 This was repo copied to src/release/alpha/fixit_crunch.conf.
The i386 and PC98 already had their own platform-specific version.
2001-07-21 19:01:59 +00:00
obrien
49a8dac491 I think this is OK for PC98, someone please check.
As was done to i386/boot_crunch.conf:
+ Build with `lint' defined to cut out some of the `rcsid's (binaries' code
  only, the libs will still have the `rcsid's in them).
+ mount_mfs is OBE.
+ Do not need libipx as I have conditionally diked that functional out of
  ifconfig(8).
2001-07-21 17:55:38 +00:00
obrien
33b879fe4d Fix the install kernel on a 1.44MB floppy again.
I had to be aggressively Draconian to succeed.
I diked out:
+ Multia, NoName, PC/EB 64, Aspen Alpine support.
+ SCSI tape support
+ AMI MegaRAID controller support
+ All parallel bus support (includes PLIP)
+ vx (3c590, 3c595), pcn (AMD Am79C97x PCI 10/100), sf (Adaptec AIC-6915),
  sis (SiS 900/SiS 7016), ste (Sundance ST201 (D-Link DFE-550TX)),
  wb (Winbond W89C840F) support.

If the removal of any of this support causes heartburn, please let me know.
2001-07-21 17:38:46 +00:00
obrien
8f0380ea5a Unconditionalize these now that they live in ARCH-specific directories. 2001-07-21 17:32:40 +00:00
obrien
aa2b67828c + Build with lint' defined to cut out some of the rcsid's (binaries' code
only, the libs will still have the `rcsid's in them).
+ mount_mfs is OBE.
+ Do not need libipx as I have conditionally diked that functional out of
  ifconfig(8).
2001-07-21 17:28:21 +00:00
obrien
1e31c3c60e + Build with lint' defined to cut out some of the rcsid's (binaries' code
only, the libs will still have the `rcsid's in them).
+ mount_mfs is OBE.
+ The Alpha install does not support SLIP, PCCARD or USB installs; so we do
  not need the associated userland utils.
+ Do not need libipx as I have conditionally diked that functional out of
  ifconfig(8).
2001-07-21 17:26:55 +00:00
obrien
f7cd7de431 dokern.sh was repo copied from src/release/scripts to
src/release/${MACHINE_ARCH}
2001-07-21 17:21:52 +00:00
obrien
2fb9f60c8d This has been repo copied to src/release/${MACHINE_ARCH}/dokern.sh 2001-07-21 17:21:02 +00:00
obrien
24c48dbab5 This has been repo copied to src/release/${MACHINE_ARCH}/boot_crunch.conf 2001-07-21 17:19:59 +00:00
bmah
2e67231a5e freebsd.org -> FreeBSD.org 2001-07-19 18:14:56 +00:00
bmah
4e76d851fa More README file cleanup, mostly for style. Also punt the readers
to the Handbook for more documentation sources.  Mention INSTALL.TXT
as one of the other release documentation files.
2001-07-19 16:29:28 +00:00
bmah
72c9d7e328 Punt users to the Handbook for a list of CDROM/DVD publishers, rather
than try to keep two copies of this information synchronized.

Reviewed by:	jkh
2001-07-19 15:08:08 +00:00
dd
f2076c0dfd Note MFC of last -d. 2001-07-19 08:02:49 +00:00
dd
a17e15f912 Note the MFC of vidcontrol -C (and it's the -C option, not the -H
option; note that, too).
2001-07-19 06:45:31 +00:00
phk
27eac06362 Use quotes around ${RELEASETAG} to allow values like
-r RELENG_4 -D "2001-07-17 12:00"
2001-07-18 05:40:30 +00:00
bmah
d329620fdd New release notes: TCP default sendspace/recvspace increases,
mail(1) -E, SA-01:48.
2001-07-18 03:10:53 +00:00
bmah
b30d3e5c37 MFCs noted: growfs(8) + ffsinfo(8), inetd(8) ident support cleanup,
inetd(8) AF_UNIX support.
2001-07-17 20:08:41 +00:00
bmah
9fa0021c9a Expand the "KAME import" release note item into two sections with more
details.  Also move an existing item.

Details provided by:	ume
2001-07-17 16:45:34 +00:00
bmah
2a10d33706 Language-dependent catalogs for RELNOTESng should override
the language-independent catalog.

Tested by:	Alex Kapranoff <kapr@acm.org>
2001-07-17 00:46:10 +00:00
bmah
33afa195dd Minor tweaks, mostly for style. 2001-07-16 22:23:07 +00:00
bmah
e33681570d MFS: Minor style tweaks and markup fixes.
obtaining.sgml:  1.1.2.1->1.1.2.2
2001-07-16 20:36:01 +00:00
bmah
bca2b63e04 ftpmail.vix.com doesn't exist anymore; don't mention this as a viable
method for obtaining FreeBSD.

Discussed with:		Paul A Vixie <vixie@vix.com>
2001-07-16 20:22:39 +00:00
bmah
f67ef65584 MFS: Minor style and markup tweaks. 2001-07-16 16:05:59 +00:00
bmah
12857953af Add an abstract for the README. 2001-07-16 15:52:28 +00:00
dd
a369903ae1 New release notes: dirhash, new ddb(4) commands, and SSE. 2001-07-15 12:27:21 +00:00
joerg
6018882d62 Mention the new behaviour of fdisk(8) (i386 only) to select the default
device.
2001-07-14 21:21:17 +00:00
brooks
629dd2d40c Mention new support for Cisco Aironet 350 series adaptors. 2001-07-14 21:17:25 +00:00
bmah
a110615d80 Markup fixes: Move <screen></screen> and <programlisting></programlisting>
outside <para></para>.  Some other minor adjustments around <screen></screen>
tags.

Discussed on:	-doc (in the context of doc/)
2001-07-13 20:16:43 +00:00
bmah
07f2cbf468 Note MFCs: Transmeta Crusoe/Longrun detection, TCP template buffer
allocation, lpd(8) -wand -c, lpc(8) tclean/clean improvements, dump(8)
-D, du(1) -I.
2001-07-12 18:58:18 +00:00
bmah
9b490184ec Update list of cards supported by nge(4). 2001-07-12 18:42:41 +00:00
bmah
db57dc5b2a Note groff 1.17.2 import. 2001-07-12 18:24:51 +00:00
wilko
5051c64fe1 Document SET CONSOLE SERIAL/GRAPHICS for NoName as well
Suggested by: bob@sfcei.com
2001-07-11 18:33:58 +00:00
bmah
66b66b84f0 New release note: FreeBSD-SA-01:42. 2001-07-11 01:10:45 +00:00
bmah
02c86357a5 New release notes: sysctl for TCP ISN fix, fsck_msdosfs(8), dump(8) -D,
OPIE replaced S/Key.
2001-07-09 21:21:38 +00:00
bmah
cec87687d8 Better support for multi-lingual release documentation. We now support
language-dependant SGML catalogs (in ${LANG_CODE}/share/sgml) and also
use a default.dsl stylesheet similar to what the rest of the DocProj
documents use.

Requested by:	hrs, Alex Kapranoff <kapr@acm.org>
Reviewed by:	hrs, dd
MFC after:	2 days
2001-07-09 16:01:38 +00:00
dd
eaa6ee03b8 mdoc(7) police: remove extraneous .Pp before and/or after .Sh. 2001-07-09 09:54:33 +00:00
brian
8636b161b3 Fix the type of the NULL arg to execl()
Idea from: Theo de Raadt <deraadt@openbsd.org>
2001-07-09 09:24:06 +00:00
bmah
3f215375a0 Markup fix: Change sysctl variables marked as <literal></literal>
to consistently use <varname></varname>.  No content changes.
2001-07-07 18:55:23 +00:00
bmah
a13e730bdf New release notes: Kernel message buffer via sysctl and dmesg(8),
new processor detection, better TCP memory usage, netstat(1) -z.
2001-07-05 23:56:15 +00:00
bmah
a843b4b30a When building an FTP area, put the CSS file for the release documentation
in the FTP area, not the CDROM area.

MFC after:	3 days
2001-07-05 22:14:25 +00:00
bmah
26a09d309b Clarify (I hope) smbfs support item.
MFCs noted:  ifconfig -m, OpenSSL 0.9.6a.
2001-07-05 02:50:19 +00:00
bmah
36b47a4ecd Back out 1.6->1.7 change; this wasn't supposed to get committed. 2001-07-04 17:53:48 +00:00
bmah
f7eb2b9fea New release notes: lpd(8) -c and -w, lpc(8) tclean, whois(1) recursive
lookups, moused(8) -a, binutils 2.11.2.

MFCs noted:  IPv6 update.
2001-07-04 17:52:46 +00:00
bmah
c51c7305ac MFCs noted: ALS4000 driver, ifconfig(8) support for IEEE 802.11
devices, traceroute(8) default TTL from sysctl MIB.
2001-07-04 05:34:20 +00:00
tmm
5dfce6cabc Account for the machdep.msgbuf -> kern.msgbuf renaming. 2001-07-03 19:51:53 +00:00