1998-10-13 19:22:48 +04:00
|
|
|
$NetBSD: INSTALL,v 1.67 1998/10/13 15:22:48 minoura Exp $
|
1998-07-07 07:40:32 +04:00
|
|
|
#define _FOR_RELEASE 0 /* 0 == snapshot; 1 == release */
|
1997-06-17 12:00:13 +04:00
|
|
|
INSTALLATION NOTES for NetBSD/_MACH _VER
|
1994-09-17 23:02:58 +04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Be sure to read _ALL_ of this document before you try to install
|
1997-06-17 12:00:13 +04:00
|
|
|
NetBSD/_MACH.
|
1994-09-17 23:02:58 +04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
What is NetBSD?
|
|
|
|
---- -- ------
|
|
|
|
|
1996-10-09 04:13:36 +04:00
|
|
|
The NetBSD Operating System is a fully functional UN*X-like system
|
1997-12-25 02:12:47 +03:00
|
|
|
derived from the Berkeley Networking Release 2 (Net/2), 4.4BSD-Lite,
|
1996-10-09 04:13:36 +04:00
|
|
|
and 4.4BSD-Lite2 sources. NetBSD runs on many architectures and is
|
|
|
|
being ported to more.
|
|
|
|
|
|
|
|
NetBSD is a creation of the members of the Internet community.
|
|
|
|
Without the unique cooperation and coordination the net makes
|
|
|
|
possible, it's likely that this release wouldn't have come about.
|
|
|
|
|
1998-07-07 07:40:32 +04:00
|
|
|
#if _FOR_RELEASE
|
1997-10-20 09:03:57 +04:00
|
|
|
The NetBSD _VER release is a landmark. Building upon the successful
|
|
|
|
NetBSD 1.2 release, we have provided numerous and significant
|
|
|
|
functional enhancements, including support for many new devices,
|
|
|
|
integration of many bug fixes, new and updated kernel subsystems, and
|
|
|
|
many userland enhancements. The results of these improvements is a
|
|
|
|
stable operating system fit for production use that rivals most
|
|
|
|
commercially available systems.
|
1996-10-09 04:13:36 +04:00
|
|
|
|
1997-10-20 09:03:57 +04:00
|
|
|
It is impossible to summarize the 18 months of development that went
|
|
|
|
into the NetBSD _VER release. Some of the significant changes include:
|
1996-10-09 04:13:36 +04:00
|
|
|
|
1997-12-25 02:12:47 +03:00
|
|
|
Support for machine independent device drivers has been
|
1997-10-20 09:03:57 +04:00
|
|
|
radically improved with the addition of the "bus.h" interface,
|
|
|
|
providing a high quality abstraction for machine and
|
|
|
|
architecture independent device access.
|
1996-10-09 04:13:36 +04:00
|
|
|
|
1997-10-20 09:03:57 +04:00
|
|
|
The bus_dma interface has also been integrated, providing a
|
|
|
|
machine-independent abstraction for DMA mapping. This permits many
|
|
|
|
good things, including (among many) clean multi-platform
|
|
|
|
bounce buffer support.
|
1996-10-09 04:13:36 +04:00
|
|
|
|
1997-10-20 09:03:57 +04:00
|
|
|
Framework support for ISA "Plug and Play" has been added, as
|
|
|
|
well as support for numerous "Plug and Play" devices.
|
1996-10-09 04:13:36 +04:00
|
|
|
|
1997-10-20 09:03:57 +04:00
|
|
|
APM support has been added to NetBSD/i386.
|
1996-10-09 04:13:36 +04:00
|
|
|
|
1997-12-28 03:59:36 +03:00
|
|
|
An initial cut of multi-platform PCMCIA support has been added.
|
1996-10-09 04:13:36 +04:00
|
|
|
|
1997-10-20 09:03:57 +04:00
|
|
|
Support for ATAPI devices (initially just ATAPI CD-ROM drives)
|
|
|
|
has been added.
|
1996-10-09 04:13:36 +04:00
|
|
|
|
1997-10-20 09:03:57 +04:00
|
|
|
Support for Sun 3/80s (sun3x architecture) has been added.
|
1996-10-09 04:13:36 +04:00
|
|
|
|
1997-11-19 15:07:23 +03:00
|
|
|
Support for R4000 DECstations has been added.
|
|
|
|
|
1997-10-20 09:03:57 +04:00
|
|
|
Integration/merger of 4.4BSD Lite-2 sources into userland
|
|
|
|
programs has nearly been completed.
|
1996-10-09 04:13:36 +04:00
|
|
|
|
1997-10-20 09:03:57 +04:00
|
|
|
Most of userland now compiles with high levels of gcc warnings
|
|
|
|
turned on, which has lead to the discovery and elimination of
|
|
|
|
many bugs.
|
|
|
|
|
|
|
|
The i386 boot blocks have been completely replaced with a new,
|
|
|
|
libsa based two stage boot system. This has permitted
|
|
|
|
integration of compressed boot support (see below).
|
1996-10-09 04:13:36 +04:00
|
|
|
|
1997-11-13 17:38:01 +03:00
|
|
|
Many ports now support booting of compressed kernels, and
|
|
|
|
feature new "Single Floppy" install systems that boot
|
|
|
|
compressed install kernels and ramdisks. We intend to do
|
|
|
|
substantial work on improving ease of installation in the
|
|
|
|
future.
|
1996-10-09 04:13:36 +04:00
|
|
|
|
1997-10-20 09:03:57 +04:00
|
|
|
"ypserv" has been added, thus completing our support for the
|
|
|
|
"yp" network information system suite.
|
|
|
|
|
|
|
|
Support for the Linux "ext2fs" filesystem and for FAT32 "msdosfs"
|
|
|
|
filesystems has been added.
|
|
|
|
|
|
|
|
TCP now has a SYN "compressed state engine" which provides
|
|
|
|
increased robustness under high levels of received SYNs (as in
|
1997-11-08 02:07:37 +03:00
|
|
|
the case of "SYN flood" attacks.) (Much of this code was
|
1997-10-20 09:03:57 +04:00
|
|
|
derived from sources provided by BSDI.)
|
|
|
|
|
|
|
|
An initial implementation of Path MTU discovery has been
|
|
|
|
integrated (though it is not turned on by default).
|
|
|
|
|
|
|
|
An initial kernel based random number generator pseudodevice has
|
|
|
|
been added.
|
|
|
|
|
|
|
|
Several major fixes have been integrated for the VM subsystem,
|
|
|
|
including the fix of a notorious VM leak, improved
|
|
|
|
synchronization between mmap()ed and open()ed files, and
|
|
|
|
massively improved performance in low real memory conditions.
|
|
|
|
|
|
|
|
A new swap subsystem has radically improved configuration and
|
1997-11-08 02:07:37 +03:00
|
|
|
management of swap devices and adds swapping to files.
|
1997-10-20 09:03:57 +04:00
|
|
|
|
|
|
|
Userland ntp support, including xntpd, has been integrated.
|
|
|
|
|
|
|
|
The audio subsystems have been substantially debugged and
|
|
|
|
improved, and now offer substantial emulation of the OSS audio
|
|
|
|
interface, thus providing the ability to cleanly run emulated
|
|
|
|
Linux and FreeBSD versions of sound intensive programs.
|
|
|
|
|
|
|
|
A "packages" system has been adapted from FreeBSD and will
|
|
|
|
provide binary package installations for third party
|
|
|
|
applications.
|
|
|
|
|
|
|
|
The XFree86 X source tree has been made a supported part of
|
1997-11-08 02:07:37 +03:00
|
|
|
the NetBSD distribution, and X servers (if built for this
|
|
|
|
port), libraries and utilities are now shipped with our releases.
|
1997-10-20 09:03:57 +04:00
|
|
|
|
|
|
|
The ftp(1) program has been made astoundingly overfunctional.
|
|
|
|
It supports command line editing, tab completion, status bars,
|
|
|
|
automatic download of URLs specified on the command line,
|
|
|
|
firewall support and many other features.
|
|
|
|
|
|
|
|
All ports now use "new" config. Old config has been laid to rest.
|
|
|
|
|
1997-12-30 03:04:10 +03:00
|
|
|
The ARP subsystem and API has been rewritten to make it less
|
|
|
|
ethernet-centric.
|
1997-11-08 02:07:37 +03:00
|
|
|
|
1997-12-30 03:04:10 +03:00
|
|
|
A new if_media subsystem has been added which allows network
|
|
|
|
interfaces to be configured using media type names rather than
|
|
|
|
device-specific mode bits.
|
|
|
|
|
|
|
|
Many kernel interface manual pages have been added to manual
|
|
|
|
section 9.
|
1997-11-08 02:07:37 +03:00
|
|
|
|
|
|
|
Several ports support much more hardware.
|
|
|
|
|
|
|
|
Many updates to bring NetBSD closer to standards compliance.
|
|
|
|
|
|
|
|
Most third party packages have been updated to the latest stable
|
|
|
|
release.
|
|
|
|
|
1997-10-20 09:03:57 +04:00
|
|
|
As has been noted, there have also been innumerable bug fixes.
|
1996-10-09 04:13:36 +04:00
|
|
|
|
|
|
|
Kernel interfaces have continued to be refined, and more subsystems
|
|
|
|
and device drivers are shared among the different ports. You can look
|
1997-11-13 17:38:01 +03:00
|
|
|
for this trend to continue.
|
1996-10-09 04:13:36 +04:00
|
|
|
|
1997-06-17 12:00:13 +04:00
|
|
|
NetBSD _VER also includes some refinement to the NetBSD binary emulation
|
1996-10-09 04:13:36 +04:00
|
|
|
system (which includes FreeBSD, HP-UX, iBCS2, Linux, OSF/1, SunOS, SVR4,
|
|
|
|
Solaris and Ultrix compatibility), bringing NetBSD closer to the goal of
|
|
|
|
making the emulation as accurate as possible.
|
1995-11-29 02:56:58 +03:00
|
|
|
|
1997-11-08 02:07:37 +03:00
|
|
|
In the near future, we hope to integrate a fully rewritten Virtual
|
|
|
|
Memory subsystem, kernel threads, and SMP support.
|
1994-09-17 23:02:58 +04:00
|
|
|
|
|
|
|
#include "whatis"
|
1998-07-05 18:20:03 +04:00
|
|
|
#endif
|
1994-09-17 23:02:58 +04:00
|
|
|
|
|
|
|
The Future of NetBSD:
|
|
|
|
--- ------ -- ------
|
|
|
|
|
1996-10-09 04:13:36 +04:00
|
|
|
The NetBSD Foundation has been incorporated as a non-profit
|
|
|
|
organization. Its purpose is to encourage, foster and promote the
|
1995-11-29 02:56:58 +03:00
|
|
|
free exchange of computer software, namely the NetBSD Operating
|
|
|
|
System. The foundation will allow for many things to be handled more
|
|
|
|
smoothly than could be done with our previous informal organization.
|
|
|
|
In particular, it provides the framework to deal with other parties
|
1996-10-09 04:13:36 +04:00
|
|
|
that wish to become involved in the NetBSD Project.
|
1995-11-29 02:56:58 +03:00
|
|
|
|
1996-10-09 04:13:36 +04:00
|
|
|
The NetBSD Foundation will help improve the quality of NetBSD by:
|
1995-11-29 02:56:58 +03:00
|
|
|
|
|
|
|
* providing better organization to keep track of development
|
|
|
|
efforts, including co-ordination with groups working in
|
|
|
|
related fields.
|
|
|
|
|
|
|
|
* providing a framework to receive donations of goods and
|
|
|
|
services and to own the resources necessary to run the
|
|
|
|
NetBSD Project.
|
|
|
|
|
|
|
|
* providing a better position from which to undertake
|
|
|
|
promotional activities.
|
|
|
|
|
|
|
|
* periodically organizing workshops for developers and other
|
|
|
|
interested people to discuss ongoing work.
|
|
|
|
|
1994-09-17 23:02:58 +04:00
|
|
|
We hope to have regular releases of the full binary and source trees,
|
1994-10-02 20:46:37 +03:00
|
|
|
but these are difficult to coordinate, especially with all of the
|
1996-10-09 04:13:36 +04:00
|
|
|
architectures which we now support!
|
|
|
|
|
|
|
|
We hope to support even _more_ hardware in the future, and have a
|
|
|
|
rather large number of other ideas about what can be done to improve
|
|
|
|
NetBSD.
|
|
|
|
|
|
|
|
We intend to continue our current practice of making the
|
|
|
|
NetBSD-current development source available on a daily basis.
|
1994-09-17 23:02:58 +04:00
|
|
|
|
|
|
|
We intend to integrate free, positive changes from whatever sources
|
1995-11-29 02:56:58 +03:00
|
|
|
will provide them, providing that they are well thought-out and
|
|
|
|
increase the usability of the system.
|
1994-09-17 23:02:58 +04:00
|
|
|
|
|
|
|
Above all, we hope to create a stable and accessible system, and to be
|
|
|
|
responsive to the needs and desires of NetBSD users, because it is for
|
|
|
|
and because of them that NetBSD exists.
|
|
|
|
|
|
|
|
|
|
|
|
Sources of NetBSD:
|
|
|
|
------- -- ------
|
|
|
|
|
|
|
|
#include "mirrors"
|
|
|
|
|
1997-06-17 12:00:13 +04:00
|
|
|
NetBSD _VER Release Contents:
|
1994-09-17 23:02:58 +04:00
|
|
|
------ --- ------- --------
|
|
|
|
|
1997-06-17 12:00:13 +04:00
|
|
|
The NetBSD _VER release is organized in the following way:
|
1998-07-07 07:40:32 +04:00
|
|
|
#if _FOR_RELEASE
|
1997-06-17 12:00:13 +04:00
|
|
|
.../NetBSD-_VER/
|
1994-10-19 08:20:14 +03:00
|
|
|
BUGS Known bugs list (incomplete
|
|
|
|
and out of date).
|
1994-09-17 23:02:58 +04:00
|
|
|
|
|
|
|
CHANGES Changes since NetBSD's last
|
|
|
|
release (and before).
|
|
|
|
|
|
|
|
LAST_MINUTE Last minute changes.
|
|
|
|
|
1994-10-19 08:20:14 +03:00
|
|
|
MIRRORS A list of sites that mirror
|
1997-06-17 12:00:13 +04:00
|
|
|
the NetBSD _VER distribution.
|
1994-10-19 08:20:14 +03:00
|
|
|
|
1994-09-17 23:02:58 +04:00
|
|
|
README.files README describing the
|
|
|
|
distribution's contents.
|
|
|
|
|
1994-10-19 08:20:14 +03:00
|
|
|
TODO NetBSD's todo list (incomplete
|
|
|
|
and out of date).
|
1994-09-17 23:02:58 +04:00
|
|
|
|
|
|
|
patches/ Post-release source code
|
|
|
|
patches.
|
|
|
|
|
|
|
|
source/ Source distribution sets; see
|
|
|
|
below.
|
|
|
|
|
|
|
|
In addition to the files and directories listed above, there is one
|
1997-06-17 12:00:13 +04:00
|
|
|
directory per architecture, for each of the architectures for which
|
|
|
|
NetBSD _VER has a binary distribution. There are also
|
1994-09-17 23:02:58 +04:00
|
|
|
'README.export-control' files sprinkled liberally throughout the
|
|
|
|
distribution tree, which point out that there are some portions of the
|
1997-09-18 21:38:40 +04:00
|
|
|
distribution (i.e. the `domestic' portion) that may be subject to
|
1997-12-30 03:04:10 +03:00
|
|
|
export regulations of the United States. It is your responsibility
|
|
|
|
to determine whether or not it is legal for you to export these portions
|
|
|
|
and to act accordingly.
|
1994-09-17 23:02:58 +04:00
|
|
|
|
|
|
|
The source distribution sets can be found in subdirectories of the
|
|
|
|
"source" subdirectory of the distribution tree. They contain the
|
1995-11-29 02:56:58 +03:00
|
|
|
complete sources to the system. The source distribution sets
|
|
|
|
are as follows:
|
1994-09-17 23:02:58 +04:00
|
|
|
|
1997-12-30 02:28:21 +03:00
|
|
|
secrsrc.tgz:
|
|
|
|
This set contains the "domestic" sources. These
|
1997-09-18 21:38:40 +04:00
|
|
|
sources may be subject to United States export
|
|
|
|
regulations.
|
1997-12-30 02:28:21 +03:00
|
|
|
[ 412K gzipped, 1.8M uncompressed ]
|
1995-11-29 02:56:58 +03:00
|
|
|
|
1997-12-30 02:28:21 +03:00
|
|
|
gnusrc.tgz:
|
|
|
|
This set contains the "gnu" sources, including
|
1994-09-17 23:02:58 +04:00
|
|
|
the source for the compiler, assembler, groff,
|
|
|
|
and the other GNU utilities in the binary distribution
|
|
|
|
sets.
|
1997-12-30 02:28:21 +03:00
|
|
|
[ 15.6M gzipped, 66.4M uncompressed ]
|
1994-09-17 23:02:58 +04:00
|
|
|
|
1997-12-30 02:28:21 +03:00
|
|
|
syssrc.tgz:
|
|
|
|
This set contains the sources to the NetBSD _VER
|
1997-03-07 02:41:22 +03:00
|
|
|
kernel, config(8), and dbsym(8).
|
1997-12-30 02:28:21 +03:00
|
|
|
[ 10.7M gzipped, 50.0M uncompressed ]
|
1994-09-17 23:02:58 +04:00
|
|
|
|
1997-12-30 02:28:21 +03:00
|
|
|
sharesrc.tgz:
|
|
|
|
This set contains the "share" sources, which include
|
1994-09-17 23:02:58 +04:00
|
|
|
the sources for the man pages not associated with
|
|
|
|
any particular program, the sources for the
|
|
|
|
typesettable document set, the dictionaries, and more.
|
1997-12-30 02:28:21 +03:00
|
|
|
[ 2.9M gzipped, 11.1M uncompressed ]
|
1994-09-17 23:02:58 +04:00
|
|
|
|
1997-12-30 02:28:21 +03:00
|
|
|
src.tgz:
|
|
|
|
This set contains all of the NetBSD _VER sources which
|
1994-09-17 23:02:58 +04:00
|
|
|
are not mentioned above.
|
1997-12-30 02:28:21 +03:00
|
|
|
[ 13.9M gzipped, 60.7M uncompressed ]
|
1994-09-17 23:02:58 +04:00
|
|
|
|
1997-12-30 02:28:21 +03:00
|
|
|
Most of the above source sets are located in the source/sets
|
|
|
|
subdirectory of the distribution tree. The secrsrc.tgz set is
|
|
|
|
contained in the source/security subdirectory. This set, which is
|
|
|
|
available only to users in the United States and Canada, contains the
|
|
|
|
sources normally found in /usr/src/domestic -- primarily kerberos and
|
|
|
|
other cryptographic security related software. (Remember, because of
|
|
|
|
United States law, it may not be legal to distribute this set to
|
|
|
|
locations outside of the United States and Canada.)
|
1994-09-17 23:02:58 +04:00
|
|
|
|
1997-12-30 02:28:21 +03:00
|
|
|
The source sets are distributed as compressed tar files. They may be
|
|
|
|
unpacked into /usr/src with the command:
|
1994-09-17 23:02:58 +04:00
|
|
|
|
1997-12-30 02:28:21 +03:00
|
|
|
cat set_name.tgz | gunzip | (cd /; tar xpf - )
|
1994-09-17 23:02:58 +04:00
|
|
|
|
1997-12-30 02:28:21 +03:00
|
|
|
The sets/Split/ and security/Split/ subdirectories contain split
|
|
|
|
versions of the source sets for those users who need to load the
|
|
|
|
source sets from floppy or otherwise need a split distribution. The
|
|
|
|
split sets are are named "set_name.xx" where "set_name" is the
|
|
|
|
distribution set name, and "xx" is the sequence number of the file,
|
|
|
|
starting with "aa" for the first file in the distribution set, then
|
|
|
|
"ab" for the next, and so on. All of these files except the last one
|
|
|
|
of each set should be exactly 240,640 bytes long. (The last file is
|
|
|
|
just long enough to contain the remainder of the data for that
|
|
|
|
distribution set.)
|
1994-09-17 23:02:58 +04:00
|
|
|
|
1997-12-30 02:28:21 +03:00
|
|
|
The split distributions may be reassembled and extracted with "cat" as
|
|
|
|
follows:
|
|
|
|
|
|
|
|
cat set_name.?? | gunzip | (cd /; tar xpf - )
|
1994-09-17 23:02:58 +04:00
|
|
|
|
|
|
|
In each of the source distribution set directories, there is a file
|
|
|
|
named "CKSUMS" which contains the checksums of the files in that
|
1995-11-29 02:56:58 +03:00
|
|
|
directory, as generated by the cksum(1) utility. You can use cksum to
|
1994-09-17 23:02:58 +04:00
|
|
|
check the integrity of the archives, if you suspect that one of the
|
1997-12-30 02:28:21 +03:00
|
|
|
files is corrupt and have access to a cksum binary. Checksums based on
|
|
|
|
other algorithms may also be present -- see the release(7) man page
|
|
|
|
for details.
|
1998-07-07 07:40:32 +04:00
|
|
|
#else
|
|
|
|
.../NetBSD-current/tar_files/
|
|
|
|
doc.tar.gz
|
|
|
|
pkgsrc.tar.gz
|
|
|
|
src/
|
|
|
|
*.tar.gz
|
|
|
|
xsrc.tar.gz
|
|
|
|
|
|
|
|
Other directories provide unpacked source trees for distribution via
|
|
|
|
the source update protocol, for more information see:
|
|
|
|
|
|
|
|
http://www.netbsd.org/Sites/net.html#sup
|
|
|
|
#endif
|
1994-09-17 23:02:58 +04:00
|
|
|
#include "contents"
|
|
|
|
|
|
|
|
|
|
|
|
NetBSD System Requirements and Supported Devices:
|
|
|
|
------ ------ ------------ --- --------- -------
|
|
|
|
|
|
|
|
#include "hardware"
|
|
|
|
|
|
|
|
|
|
|
|
Getting the NetBSD System on to Useful Media:
|
|
|
|
------- --- ------ ------ -- -- ------ -----
|
|
|
|
|
|
|
|
#include "xfer"
|
|
|
|
|
|
|
|
|
|
|
|
Preparing your System for NetBSD Installation:
|
|
|
|
--------- ---- ------ --- ------ ------------
|
|
|
|
|
|
|
|
#include "prep"
|
|
|
|
|
|
|
|
|
|
|
|
Installing the NetBSD System:
|
|
|
|
---------- --- ------ ------
|
|
|
|
|
|
|
|
#include "install"
|
|
|
|
|
|
|
|
|
1998-08-23 16:42:16 +04:00
|
|
|
Post installation steps:
|
|
|
|
---- ------------ ------
|
|
|
|
|
|
|
|
#include "postinstall"
|
|
|
|
|
|
|
|
|
1994-09-17 23:02:58 +04:00
|
|
|
Upgrading a previously-installed NetBSD System:
|
|
|
|
--------- - ---------- --------- ------ ------
|
|
|
|
|
|
|
|
#include "upgrade"
|
|
|
|
|
|
|
|
|
1997-12-28 03:59:36 +03:00
|
|
|
Compatibility Issues With Previous NetBSD Releases:
|
|
|
|
------------- ------ ---- -------- ------ --------
|
|
|
|
|
|
|
|
Users upgrading from previous versions of NetBSD may wish to bear the
|
|
|
|
following problems and compatibility issues in mind when upgrading to
|
|
|
|
NetBSD _VER:
|
|
|
|
|
|
|
|
* Swap configuration
|
|
|
|
|
|
|
|
Description:
|
|
|
|
All swap partitions are now configured by the swapctl(8)
|
|
|
|
program. The kernel no longer configures a "default" swap
|
|
|
|
partition. Because of this, all swap partitions (even the old
|
|
|
|
"default") must be listed in /etc/fstab.
|
|
|
|
|
|
|
|
Many users of previous releases relied on the kernel
|
|
|
|
configuring a "default" swap partition and did not list any
|
|
|
|
swap space in /etc/fstab at all -- such users will now have no
|
|
|
|
swap space configured unless they list swap partitions in
|
|
|
|
/etc/fstab!
|
|
|
|
|
|
|
|
Common symptoms of of this problem include machine crashes
|
|
|
|
during builds, and similar memory intensive activities.
|
|
|
|
|
|
|
|
Fix:
|
|
|
|
The most common position for a swap partition is the `b'
|
|
|
|
partition of the drive the root file system is on. For
|
|
|
|
diskless systems, check the new swapctl(8) manual for more
|
|
|
|
detail on how this is done. Example fstab entries:
|
|
|
|
|
|
|
|
/dev/sd0b none swap sw,priority=0
|
|
|
|
/dev/sd1b none swap sw,priority=5
|
|
|
|
|
1998-09-18 10:15:58 +04:00
|
|
|
* NFS now uses reserved ports
|
|
|
|
|
|
|
|
Description:
|
|
|
|
Earlier versions of NetBSD did not use a reserved (<= 1023)
|
|
|
|
port when making NFS client requests. When acting as a server
|
|
|
|
NetBSD now requires reserved ports by default.
|
|
|
|
|
|
|
|
Old clients mounting a new server will receive a 'permission
|
|
|
|
denied' response when the directory is accessed. New clients
|
|
|
|
should work fine with old servers.
|
|
|
|
|
|
|
|
Fix:
|
|
|
|
Add '-P' to the mount options in the old client's /etc/fstab,
|
|
|
|
or (less preferred), add '-noresvport,noresvmnt' to the
|
|
|
|
options on the new server's /etc/exports.
|
|
|
|
|
1997-12-28 03:59:36 +03:00
|
|
|
* NFS daemons and other programs in /sbin moved
|
|
|
|
|
|
|
|
Description:
|
|
|
|
The NFS daemons (nfsd, nfsiod, mountd) have been moved from
|
|
|
|
the /sbin to the /usr/sbin directory. When new binaries are
|
|
|
|
loaded over old ones during upgrade, most programs get
|
|
|
|
overlaid and replaced, but unless these binaries are
|
|
|
|
explicitly removed they will not disappear. The installation
|
|
|
|
subsystems on some NetBSD architectures will not properly
|
|
|
|
remove these binaries.
|
|
|
|
|
|
|
|
Due to changes in the NFS subsystem, the old NFS daemon
|
|
|
|
binaries will not work correctly, and will cause serious
|
|
|
|
problems. Unfortunately, the default startup script (/etc/rc)
|
|
|
|
will run the old binaries in /sbin if they are present instead
|
|
|
|
of the new ones in /usr/sbin.
|
|
|
|
|
|
|
|
Some other programs (dumpfs, dumplfs and quotacheck) have also
|
|
|
|
been moved from /sbin to /usr/sbin, and old versions may be
|
|
|
|
left behind by accident. They, too, may cause difficulties.
|
|
|
|
|
|
|
|
Fix:
|
|
|
|
Remove the old daemon binaries (/sbin/nfsiod, /sbin/nfsd,
|
|
|
|
/sbin/mountd, etc.) after your upgrade has finished. You may
|
|
|
|
wish to do an "ls -lt /sbin | more" to help determine which
|
|
|
|
binaries were not replaced/removed during your upgrade.
|
|
|
|
|
|
|
|
* AMANDA, The Advanced Maryland Automatic Network Disk Archiver,
|
|
|
|
from http://www.amanda.org
|
|
|
|
|
|
|
|
Description:
|
|
|
|
Due to a change in the output of dump(8) to ensure
|
|
|
|
consistency in the messages, AMANDA's dump output
|
|
|
|
parser breaks.
|
|
|
|
|
|
|
|
Error messages such as the following may be an
|
|
|
|
indication that this problem is present:
|
|
|
|
|
|
|
|
FAILURE AND STRANGE DUMP SUMMARY:
|
|
|
|
hostname wd0e lev 1 FAILED [no backup size line]
|
|
|
|
|
|
|
|
Versions affected:
|
|
|
|
2.3.0.4, and most likely earlier versions
|
|
|
|
|
|
|
|
Workaround/Fix:
|
|
|
|
One of:
|
|
|
|
* Apply the patch found at:
|
|
|
|
ftp://ftp.netbsd.org/pub/NetBSD/misc/patches/amanda-pre-2.4.patch
|
|
|
|
* Upgrade to AMANDA 2.4.0 or newer. The side effect of this is
|
|
|
|
that the network protocol is incompatible with earlier
|
|
|
|
versions.
|
|
|
|
|
|
|
|
|
1995-12-30 22:07:42 +03:00
|
|
|
Using online NetBSD documentation
|
|
|
|
----- ------ ------ -------------
|
|
|
|
|
1995-12-30 22:17:20 +03:00
|
|
|
Documentation is available if you first install the manual
|
1996-10-09 04:13:36 +04:00
|
|
|
distribution set. Traditionally, the "man pages" (documentation)
|
1995-12-30 22:07:42 +03:00
|
|
|
are denoted by 'name(section)'. Some examples of this are
|
|
|
|
|
|
|
|
intro(1),
|
|
|
|
man(1),
|
|
|
|
apropros(1),
|
|
|
|
passwd(1), and
|
|
|
|
passwd(5).
|
|
|
|
|
|
|
|
The section numbers group the topics into several categories, but three
|
|
|
|
are of primary interest: user commands are in section 1, file formats
|
|
|
|
are in section 5, and administrative information is in section 8.
|
|
|
|
|
|
|
|
The 'man' command is used to view the documentation on a topic, and is
|
|
|
|
started by entering 'man [section] topic'. The brackets [] around the
|
|
|
|
section should not be entered, but rather indicate that the section is
|
|
|
|
optional. If you don't ask for a particular section, the topic with the
|
|
|
|
least-numbered section name will be displayed. For instance, after
|
|
|
|
logging in, enter
|
|
|
|
|
|
|
|
man passwd
|
|
|
|
|
|
|
|
to read the documentation for passwd(1). To view the documentation for
|
|
|
|
passwd(5), enter
|
|
|
|
|
|
|
|
man 5 passwd
|
|
|
|
|
|
|
|
instead.
|
|
|
|
|
|
|
|
If you are unsure of what man page you are looking for, enter
|
|
|
|
|
|
|
|
apropos subject-word
|
|
|
|
|
|
|
|
where "subject-word" is your topic of interest; a list of possibly
|
|
|
|
related man pages will be displayed.
|
|
|
|
|
|
|
|
|
1994-09-17 23:02:58 +04:00
|
|
|
Administrivia:
|
|
|
|
-------------
|
|
|
|
|
|
|
|
If you've got something to say, do so! We'd like your input.
|
|
|
|
There are various mailing lists available via the mailing list
|
|
|
|
server at <majordomo@NetBSD.ORG>. To get help on using the mailing
|
|
|
|
list server, send mail to that address with an empty body, and it will
|
|
|
|
reply with instructions.
|
|
|
|
|
|
|
|
There are various mailing lists set up to deal with comments and
|
|
|
|
questions about this release. Please send comments to:
|
|
|
|
|
|
|
|
netbsd-comments@NetBSD.ORG
|
|
|
|
|
1994-10-02 20:46:37 +03:00
|
|
|
To report bugs, use the 'send-pr' command shipped with NetBSD,
|
|
|
|
and fill in as much information about the problem as you can. Good
|
|
|
|
bug reports include lots of details. Additionally, bug reports can
|
|
|
|
be sent by mail to:
|
1994-09-17 23:02:58 +04:00
|
|
|
|
|
|
|
netbsd-bugs@NetBSD.ORG
|
|
|
|
|
1994-10-02 20:46:37 +03:00
|
|
|
Use of 'send-pr' is encouraged, however, because bugs reported with it
|
|
|
|
are entered into the NetBSD bugs database, and thus can't slip through
|
|
|
|
the cracks.
|
1994-09-17 23:02:58 +04:00
|
|
|
|
|
|
|
There are also port-specific mailing lists, to discuss aspects of
|
1994-10-02 20:46:37 +03:00
|
|
|
each port of NetBSD. Use majordomo to find their addresses. If
|
|
|
|
you're interested in doing a serious amount of work on a specific
|
|
|
|
port, you probably should contact the "owner" of that port (listed
|
|
|
|
below).
|
1994-09-17 23:02:58 +04:00
|
|
|
|
|
|
|
If you'd like to help with this effort, and have an idea as to how
|
|
|
|
you could be useful, send mail and/or subscribe to:
|
|
|
|
|
|
|
|
netbsd-help@NetBSD.ORG
|
|
|
|
|
|
|
|
As a favor, please avoid mailing huge documents or files to these
|
|
|
|
mailing lists. Instead, put the material you would have sent up
|
|
|
|
for FTP somewhere, then mail the appropriate list about it, or, if
|
|
|
|
you'd rather not do that, mail the list saying you'll send the data
|
|
|
|
to those who want it.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks go to:
|
|
|
|
------ -- --
|
|
|
|
|
|
|
|
Members and former members of UCB's Computer Systems Research Group,
|
|
|
|
including (but not limited to):
|
|
|
|
Keith Bostic
|
|
|
|
Ralph Campbell
|
|
|
|
Mike Karels
|
|
|
|
Marshall Kirk McKusick
|
|
|
|
for their ongoing work on BSD systems, support, and encouragement.
|
|
|
|
|
|
|
|
Also, our thanks go to:
|
|
|
|
Mike Hibler
|
|
|
|
Rick Macklem
|
|
|
|
Jan-Simon Pendry
|
|
|
|
Chris Torek
|
|
|
|
for answering lots of questions, fixing bugs, and doing the various work
|
|
|
|
they've done.
|
|
|
|
|
1995-11-29 02:56:58 +03:00
|
|
|
UC Berkeley's Experimental Computing Facility provided a home for
|
|
|
|
sun-lamp in the past, people to look after it, and a sense of humor.
|
|
|
|
Rob Robertson, too, has added his unique sense of humor to things, and
|
|
|
|
for a long time provided the primary FTP site for NetBSD.
|
1994-09-17 23:02:58 +04:00
|
|
|
|
1996-10-09 04:13:36 +04:00
|
|
|
Best Internet Communications for hosting the NetBSD FTP and SUP server.
|
|
|
|
|
|
|
|
Cygnus Support for hosting the NetBSD Mail server.
|
|
|
|
|
1994-09-17 23:02:58 +04:00
|
|
|
Without CVS, this project would be impossible to manage, so our hats
|
|
|
|
go off to Brian Berliner, Jeff Polk, and the various other people
|
|
|
|
who've had a hand in making CVS a useful tool.
|
|
|
|
|
1995-11-29 02:56:58 +03:00
|
|
|
Dave Burgess <burgess@cynjut.infonet.net> has been maintaining the
|
|
|
|
386BSD/NetBSD/FreeBSD FAQ for quite some time, and deserves to be
|
|
|
|
recognized for it.
|
|
|
|
|
1994-09-17 23:02:58 +04:00
|
|
|
The following people (in alphabetical order) have made donations or
|
|
|
|
loans of hardware and/or money, to support NetBSD development, and
|
|
|
|
deserve credit for it:
|
|
|
|
#include "donations"
|
|
|
|
(If you're not on that list and should be, tell us! We probably were
|
|
|
|
not able to get in touch with you, to verify that you wanted to be
|
|
|
|
listed.)
|
|
|
|
|
|
|
|
Finally, we thank all of the people who've put sweat and tears into
|
|
|
|
developing NetBSD since its inception in January, 1993. (Obviously,
|
|
|
|
there are a lot more people who deserve thanks here. If you're one of
|
|
|
|
them, and would like to mentioned, tell us!)
|
|
|
|
|
|
|
|
|
|
|
|
We are:
|
|
|
|
-- ---
|
|
|
|
(in alphabetical order)
|
|
|
|
|
1995-11-29 02:56:58 +03:00
|
|
|
The NetBSD core group:
|
|
|
|
J.T. Conklin <jtc@NetBSD.ORG>
|
|
|
|
Charles Hannum <mycroft@NetBSD.ORG>
|
|
|
|
Paul Kranenburg <pk@NetBSD.ORG>
|
1998-04-10 01:11:23 +04:00
|
|
|
Herb Peyerl <hpeyerl@NetBSD.ORG>
|
1995-12-30 22:17:20 +03:00
|
|
|
Jason Thorpe <thorpej@NetBSD.ORG>
|
|
|
|
Christos Zoulas <christos@NetBSD.ORG>
|
1994-09-17 23:02:58 +04:00
|
|
|
|
|
|
|
The port-masters (and their ports):
|
1996-10-09 04:13:36 +04:00
|
|
|
Mark Brinicombe <mark@NetBSD.ORG> (arm32)
|
Mass update of Supporting Cast (I need to remember to do this
when I create the accounts!):
Erik Fair, Matt Thomas, Juergen Hannken-Illjes, Matthias Drochner,
Manuel Bouyer, Klaus Klein, Rob Deker, Alistair Crooks, Steve Woodford,
Matthew Jacob, Marc Horowitz, Kevin Lahey, Paul Vixie, Darren Reed,
Dave Carrel, Colin Wood, and John Birrell.
Also, update Port Masters:
Jeremy Cooper and Gordon Ross (sun3x)
1997-09-14 22:11:46 +04:00
|
|
|
Jeremy Cooper <jeremy@NetBSD.ORG> (sun3x)
|
1995-11-29 02:56:58 +03:00
|
|
|
Chuck Cranor <chuck@NetBSD.ORG> (mvme68k)
|
|
|
|
Charles Hannum <mycroft@NetBSD.ORG> (i386)
|
1998-03-22 06:56:55 +03:00
|
|
|
Ross Harvey <ross@NetBSD.ORG> (alpha)
|
1995-11-29 02:56:58 +03:00
|
|
|
Chris Hopps <chopps@NetBSD.ORG> (amiga)
|
1998-08-21 05:33:28 +04:00
|
|
|
Eduardo Horvath <eeh@NetBSD.ORG> (sparc64)
|
1995-11-29 02:56:58 +03:00
|
|
|
Paul Kranenburg <pk@NetBSD.ORG> (sparc)
|
|
|
|
Anders Magnusson <ragge@NetBSD.ORG> (vax)
|
1998-03-12 02:39:39 +03:00
|
|
|
Tsubai Masanari <tsubai@NetBSD.ORG> (newsmips)
|
1995-11-29 02:56:58 +03:00
|
|
|
Phil Nelson <phil@NetBSD.ORG> (pc532)
|
1996-10-09 04:13:36 +04:00
|
|
|
Masaru Oki <oki@NetBSD.ORG> (x68k)
|
1996-11-15 07:39:58 +03:00
|
|
|
Scott Reynolds <scottr@NetBSD.ORG> (mac68k)
|
Mass update of Supporting Cast (I need to remember to do this
when I create the accounts!):
Erik Fair, Matt Thomas, Juergen Hannken-Illjes, Matthias Drochner,
Manuel Bouyer, Klaus Klein, Rob Deker, Alistair Crooks, Steve Woodford,
Matthew Jacob, Marc Horowitz, Kevin Lahey, Paul Vixie, Darren Reed,
Dave Carrel, Colin Wood, and John Birrell.
Also, update Port Masters:
Jeremy Cooper and Gordon Ross (sun3x)
1997-09-14 22:11:46 +04:00
|
|
|
Gordon Ross <gwr@NetBSD.ORG> (sun3, sun3x)
|
1998-03-12 02:39:39 +03:00
|
|
|
Kazuki Sakamoto <sakamoto@NetBSD.ORG> (bebox)
|
|
|
|
Wolfgang Solfrank <ws@NetBSD.ORG> (powerpc)
|
1996-10-09 04:13:36 +04:00
|
|
|
Jonathan Stone <jonathan@NetBSD.ORG> (pmax)
|
1995-11-29 02:56:58 +03:00
|
|
|
Jason Thorpe <thorpej@NetBSD.ORG> (hp300)
|
1996-08-25 02:05:44 +04:00
|
|
|
Frank van der Linden <fvdl@NetBSD.ORG> (i386)
|
1995-11-29 02:56:58 +03:00
|
|
|
Leo Weppelman <leo@NetBSD.ORG> (atari)
|
1994-09-17 23:02:58 +04:00
|
|
|
|
1997-12-26 00:55:55 +03:00
|
|
|
The NetBSD _VER Release Engineering team:
|
|
|
|
Ted Lemon <mellon@NetBSD.ORG>
|
|
|
|
Perry Metzger <perry@NetBSD.ORG>
|
|
|
|
Jason Thorpe <thorpej@NetBSD.ORG>
|
|
|
|
|
1994-09-17 23:02:58 +04:00
|
|
|
Supporting cast:
|
1998-04-27 06:51:26 +04:00
|
|
|
Steve Allen <wormey@NetBSD.ORG>
|
1997-09-14 21:44:08 +04:00
|
|
|
Lennart Augustsson <augustss@NetBSD.ORG>
|
1997-09-09 05:01:56 +04:00
|
|
|
Christoph Badura <bad@NetBSD.ORG>
|
Mass update of Supporting Cast (I need to remember to do this
when I create the accounts!):
Erik Fair, Matt Thomas, Juergen Hannken-Illjes, Matthias Drochner,
Manuel Bouyer, Klaus Klein, Rob Deker, Alistair Crooks, Steve Woodford,
Matthew Jacob, Marc Horowitz, Kevin Lahey, Paul Vixie, Darren Reed,
Dave Carrel, Colin Wood, and John Birrell.
Also, update Port Masters:
Jeremy Cooper and Gordon Ross (sun3x)
1997-09-14 22:11:46 +04:00
|
|
|
Manuel Bouyer <bouyer@NetBSD.ORG>
|
1998-08-03 16:23:13 +04:00
|
|
|
Robert V. Baron <rvb@NetBSD.ORG>
|
1995-11-29 02:56:58 +03:00
|
|
|
John Brezak <brezak@NetBSD.ORG>
|
1996-11-15 07:39:58 +03:00
|
|
|
Allen Briggs <briggs@NetBSD.ORG>
|
1996-08-25 02:59:10 +04:00
|
|
|
Aaron Brown <abrown@NetBSD.ORG>
|
1997-09-09 05:01:56 +04:00
|
|
|
David Brownlee <abs@NetBSD.ORG>
|
1997-11-11 12:23:40 +03:00
|
|
|
Simon Burge <simonb@NetBSD.ORG>
|
1994-09-17 23:02:58 +04:00
|
|
|
Dave Burgess <burgess@cynjut.infonet.net>
|
Mass update of Supporting Cast (I need to remember to do this
when I create the accounts!):
Erik Fair, Matt Thomas, Juergen Hannken-Illjes, Matthias Drochner,
Manuel Bouyer, Klaus Klein, Rob Deker, Alistair Crooks, Steve Woodford,
Matthew Jacob, Marc Horowitz, Kevin Lahey, Paul Vixie, Darren Reed,
Dave Carrel, Colin Wood, and John Birrell.
Also, update Port Masters:
Jeremy Cooper and Gordon Ross (sun3x)
1997-09-14 22:11:46 +04:00
|
|
|
Dave Carrel <carrel@NetBSD.ORG>
|
1997-10-11 03:47:36 +04:00
|
|
|
Bill Coldwell <billc@NetBSD.ORG>
|
Mass update of Supporting Cast (I need to remember to do this
when I create the accounts!):
Erik Fair, Matt Thomas, Juergen Hannken-Illjes, Matthias Drochner,
Manuel Bouyer, Klaus Klein, Rob Deker, Alistair Crooks, Steve Woodford,
Matthew Jacob, Marc Horowitz, Kevin Lahey, Paul Vixie, Darren Reed,
Dave Carrel, Colin Wood, and John Birrell.
Also, update Port Masters:
Jeremy Cooper and Gordon Ross (sun3x)
1997-09-14 22:11:46 +04:00
|
|
|
Alistair Crooks <agc@NetBSD.ORG>
|
1998-08-03 16:23:13 +04:00
|
|
|
Aidan Cully <aidan@NetBSD.ORG>
|
Mass update of Supporting Cast (I need to remember to do this
when I create the accounts!):
Erik Fair, Matt Thomas, Juergen Hannken-Illjes, Matthias Drochner,
Manuel Bouyer, Klaus Klein, Rob Deker, Alistair Crooks, Steve Woodford,
Matthew Jacob, Marc Horowitz, Kevin Lahey, Paul Vixie, Darren Reed,
Dave Carrel, Colin Wood, and John Birrell.
Also, update Port Masters:
Jeremy Cooper and Gordon Ross (sun3x)
1997-09-14 22:11:46 +04:00
|
|
|
Rob Deker <deker@NetBSD.ORG>
|
1997-09-15 21:05:57 +04:00
|
|
|
Chris G. Demetriou <cgd@NetBSD.ORG>
|
Mass update of Supporting Cast (I need to remember to do this
when I create the accounts!):
Erik Fair, Matt Thomas, Juergen Hannken-Illjes, Matthias Drochner,
Manuel Bouyer, Klaus Klein, Rob Deker, Alistair Crooks, Steve Woodford,
Matthew Jacob, Marc Horowitz, Kevin Lahey, Paul Vixie, Darren Reed,
Dave Carrel, Colin Wood, and John Birrell.
Also, update Port Masters:
Jeremy Cooper and Gordon Ross (sun3x)
1997-09-14 22:11:46 +04:00
|
|
|
Matthias Drochner <drochner@NetBSD.ORG>
|
1998-10-13 19:22:48 +04:00
|
|
|
Enami Tsugutomo <enami@NetBSD.ORG>
|
1996-08-25 02:59:10 +04:00
|
|
|
Bernd Ernesti <veego@NetBSD.ORG>
|
Mass update of Supporting Cast (I need to remember to do this
when I create the accounts!):
Erik Fair, Matt Thomas, Juergen Hannken-Illjes, Matthias Drochner,
Manuel Bouyer, Klaus Klein, Rob Deker, Alistair Crooks, Steve Woodford,
Matthew Jacob, Marc Horowitz, Kevin Lahey, Paul Vixie, Darren Reed,
Dave Carrel, Colin Wood, and John Birrell.
Also, update Port Masters:
Jeremy Cooper and Gordon Ross (sun3x)
1997-09-14 22:11:46 +04:00
|
|
|
Erik Fair <fair@NetBSD.ORG>
|
1997-09-19 13:13:46 +04:00
|
|
|
Hubert Feyrer <hubertf@NetBSD.ORG>
|
1998-03-12 02:31:26 +03:00
|
|
|
Thorsten Frueauf <frueauf@NetBSD.ORG>
|
1996-08-25 02:59:10 +04:00
|
|
|
Brian R. Gaeke <brg@dgate.org>
|
1998-04-23 02:08:06 +04:00
|
|
|
Thomas Gerner <thomas@NetBSD.ORG>
|
1996-11-15 07:39:58 +03:00
|
|
|
Justin Gibbs <gibbs@NetBSD.ORG>
|
1995-11-29 02:56:58 +03:00
|
|
|
Adam Glass <glass@NetBSD.ORG>
|
1997-10-11 03:47:36 +04:00
|
|
|
Michael Graff <explorer@NetBSD.ORG>
|
1994-09-17 23:02:58 +04:00
|
|
|
Brad Grantham <grantham@tenon.com>
|
1997-10-11 03:47:36 +04:00
|
|
|
Matthew Green <mrg@NetBSD.ORG>
|
Mass update of Supporting Cast (I need to remember to do this
when I create the accounts!):
Erik Fair, Matt Thomas, Juergen Hannken-Illjes, Matthias Drochner,
Manuel Bouyer, Klaus Klein, Rob Deker, Alistair Crooks, Steve Woodford,
Matthew Jacob, Marc Horowitz, Kevin Lahey, Paul Vixie, Darren Reed,
Dave Carrel, Colin Wood, and John Birrell.
Also, update Port Masters:
Jeremy Cooper and Gordon Ross (sun3x)
1997-09-14 22:11:46 +04:00
|
|
|
Juergen Hannken-Illjes <hannken@NetBSD.ORG>
|
1998-08-21 05:45:14 +04:00
|
|
|
Eric Haszlakiewicz <erh@NetBSD.ORG>
|
1997-10-11 03:47:36 +04:00
|
|
|
Michael L. Hitch <osymh@NetBSD.ORG>
|
1998-04-23 02:08:06 +04:00
|
|
|
Ken Hornstein <kenh@NetBSD.ORG>
|
Mass update of Supporting Cast (I need to remember to do this
when I create the accounts!):
Erik Fair, Matt Thomas, Juergen Hannken-Illjes, Matthias Drochner,
Manuel Bouyer, Klaus Klein, Rob Deker, Alistair Crooks, Steve Woodford,
Matthew Jacob, Marc Horowitz, Kevin Lahey, Paul Vixie, Darren Reed,
Dave Carrel, Colin Wood, and John Birrell.
Also, update Port Masters:
Jeremy Cooper and Gordon Ross (sun3x)
1997-09-14 22:11:46 +04:00
|
|
|
Marc Horowitz <marc@NetBSD.ORG>
|
1998-08-21 05:45:14 +04:00
|
|
|
ITOH Yasufumi <itohy@NetBSD.ORG>
|
Mass update of Supporting Cast (I need to remember to do this
when I create the accounts!):
Erik Fair, Matt Thomas, Juergen Hannken-Illjes, Matthias Drochner,
Manuel Bouyer, Klaus Klein, Rob Deker, Alistair Crooks, Steve Woodford,
Matthew Jacob, Marc Horowitz, Kevin Lahey, Paul Vixie, Darren Reed,
Dave Carrel, Colin Wood, and John Birrell.
Also, update Port Masters:
Jeremy Cooper and Gordon Ross (sun3x)
1997-09-14 22:11:46 +04:00
|
|
|
Matthew Jacob <mjacob@NetBSD.ORG>
|
1997-10-11 03:47:36 +04:00
|
|
|
Lonhyn T. Jasinskyj <lonhyn@NetBSD.ORG>
|
1998-03-12 02:31:26 +03:00
|
|
|
Darrin Jewell <dbj@NetBSD.ORG>
|
1994-09-17 23:02:58 +04:00
|
|
|
Lawrence Kesteloot <kesteloo@cs.unc.edu>
|
Mass update of Supporting Cast (I need to remember to do this
when I create the accounts!):
Erik Fair, Matt Thomas, Juergen Hannken-Illjes, Matthias Drochner,
Manuel Bouyer, Klaus Klein, Rob Deker, Alistair Crooks, Steve Woodford,
Matthew Jacob, Marc Horowitz, Kevin Lahey, Paul Vixie, Darren Reed,
Dave Carrel, Colin Wood, and John Birrell.
Also, update Port Masters:
Jeremy Cooper and Gordon Ross (sun3x)
1997-09-14 22:11:46 +04:00
|
|
|
Klaus Klein <kleink@NetBSD.ORG>
|
1995-11-29 02:56:58 +03:00
|
|
|
John Kohl <jtk@NetBSD.ORG>
|
Mass update of Supporting Cast (I need to remember to do this
when I create the accounts!):
Erik Fair, Matt Thomas, Juergen Hannken-Illjes, Matthias Drochner,
Manuel Bouyer, Klaus Klein, Rob Deker, Alistair Crooks, Steve Woodford,
Matthew Jacob, Marc Horowitz, Kevin Lahey, Paul Vixie, Darren Reed,
Dave Carrel, Colin Wood, and John Birrell.
Also, update Port Masters:
Jeremy Cooper and Gordon Ross (sun3x)
1997-09-14 22:11:46 +04:00
|
|
|
Kevin Lahey <kml@NetBSD.ORG>
|
1996-10-09 04:13:36 +04:00
|
|
|
Ted Lemon <mellon@NetBSD.ORG>
|
1996-11-15 07:39:58 +03:00
|
|
|
Mike Long <mikel@NetBSD.ORG>
|
1995-11-29 02:56:58 +03:00
|
|
|
Paul Mackerras <paulus@NetBSD.ORG>
|
1997-10-11 03:47:36 +04:00
|
|
|
Neil J. McRae <neil@NetBSD.ORG>
|
1995-11-29 02:56:58 +03:00
|
|
|
Perry Metzger <perry@NetBSD.ORG>
|
1996-11-15 07:39:58 +03:00
|
|
|
Luke Mewburn <lukem@NetBSD.ORG>
|
1998-10-13 19:22:48 +04:00
|
|
|
Minoura Makoto <minoura@NetBSD.ORG>
|
1996-11-15 07:39:58 +03:00
|
|
|
der Mouse <mouse@NetBSD.ORG>
|
1998-03-12 02:31:26 +03:00
|
|
|
Tohru Nishimura <nisimura@NetBSD.ORG>
|
1998-08-03 16:23:13 +04:00
|
|
|
Greg Oster <oster@NetBSD.ORG>
|
1997-10-11 03:47:36 +04:00
|
|
|
Matthias Pfaller <matthias@NetBSD.ORG>
|
1998-08-21 05:45:14 +04:00
|
|
|
Dante Profeta <dante@NetBSD.ORG>
|
1995-11-29 02:56:58 +03:00
|
|
|
Chris Provenzano <proven@NetBSD.ORG>
|
|
|
|
Waldi Ravens <waldi@moacs.indiv.nl.net>
|
Mass update of Supporting Cast (I need to remember to do this
when I create the accounts!):
Erik Fair, Matt Thomas, Juergen Hannken-Illjes, Matthias Drochner,
Manuel Bouyer, Klaus Klein, Rob Deker, Alistair Crooks, Steve Woodford,
Matthew Jacob, Marc Horowitz, Kevin Lahey, Paul Vixie, Darren Reed,
Dave Carrel, Colin Wood, and John Birrell.
Also, update Port Masters:
Jeremy Cooper and Gordon Ross (sun3x)
1997-09-14 22:11:46 +04:00
|
|
|
Darren Reed <darrenr@NetBSD.ORG>
|
1998-08-21 05:45:14 +04:00
|
|
|
Tim Rightnour <garbled@NetBSD.ORG>
|
1998-09-10 01:44:18 +04:00
|
|
|
Heiko W. Rupp <hwr@NetBSD.ORG>
|
1998-10-13 19:22:48 +04:00
|
|
|
SAITOH Masanobu <msaitoh@NetBSD.ORG>
|
1996-11-15 07:39:58 +03:00
|
|
|
Curt Sampson <cjs@NetBSD.ORG>
|
1997-11-05 09:29:05 +03:00
|
|
|
Wilfredo Sanchez <wsanchez@NetBSD.ORG>
|
1998-08-03 16:23:13 +04:00
|
|
|
Ty Sarna <tsarna@NetBSD.ORG>
|
1998-03-12 02:31:26 +03:00
|
|
|
Matthias Scheler <tron@NetBSD.ORG>
|
1996-08-25 02:05:44 +04:00
|
|
|
Karl Schilke (rAT) <rat@NetBSD.ORG>
|
1998-04-27 07:09:42 +04:00
|
|
|
Tim Shepard <shep@NetBSD.ORG>
|
1998-03-12 02:31:26 +03:00
|
|
|
Chuck Silvers <chs@NetBSD.ORG>
|
1995-12-30 22:17:20 +03:00
|
|
|
Thor Lancelot Simon <tls@NetBSD.ORG>
|
1997-10-11 03:47:36 +04:00
|
|
|
Noriyuki Soda <soda@NetBSD.ORG>
|
1996-11-15 07:39:58 +03:00
|
|
|
Bill Sommerfeld <sommerfeld@NetBSD.ORG>
|
1996-08-25 02:59:10 +04:00
|
|
|
Ignatios Souvatzis <is@NetBSD.ORG>
|
1997-10-25 00:40:41 +04:00
|
|
|
Bill Studenmund <wrstuden@NetBSD.ORG>
|
1996-10-09 04:13:36 +04:00
|
|
|
Kevin Sullivan <sullivan@NetBSD.ORG>
|
1998-08-04 20:39:17 +04:00
|
|
|
Kimmo Suominen <kim@NetBSD.ORG>
|
Mass update of Supporting Cast (I need to remember to do this
when I create the accounts!):
Erik Fair, Matt Thomas, Juergen Hannken-Illjes, Matthias Drochner,
Manuel Bouyer, Klaus Klein, Rob Deker, Alistair Crooks, Steve Woodford,
Matthew Jacob, Marc Horowitz, Kevin Lahey, Paul Vixie, Darren Reed,
Dave Carrel, Colin Wood, and John Birrell.
Also, update Port Masters:
Jeremy Cooper and Gordon Ross (sun3x)
1997-09-14 22:11:46 +04:00
|
|
|
Matt Thomas <matt@NetBSD.ORG>
|
1998-09-10 01:44:18 +04:00
|
|
|
Christoph Toshok <toshok@NetBSD.ORG>
|
1997-11-11 12:38:12 +03:00
|
|
|
Todd Vierling <tv@NetBSD.ORG>
|
Mass update of Supporting Cast (I need to remember to do this
when I create the accounts!):
Erik Fair, Matt Thomas, Juergen Hannken-Illjes, Matthias Drochner,
Manuel Bouyer, Klaus Klein, Rob Deker, Alistair Crooks, Steve Woodford,
Matthew Jacob, Marc Horowitz, Kevin Lahey, Paul Vixie, Darren Reed,
Dave Carrel, Colin Wood, and John Birrell.
Also, update Port Masters:
Jeremy Cooper and Gordon Ross (sun3x)
1997-09-14 22:11:46 +04:00
|
|
|
Paul Vixie <vixie@NetBSD.ORG>
|
1998-03-12 02:31:26 +03:00
|
|
|
Krister Walfridsson <kristerw@NetBSD.ORG>
|
1998-08-03 16:23:13 +04:00
|
|
|
Nathan Williams <nathanw@NetBSD.ORG>
|
Mass update of Supporting Cast (I need to remember to do this
when I create the accounts!):
Erik Fair, Matt Thomas, Juergen Hannken-Illjes, Matthias Drochner,
Manuel Bouyer, Klaus Klein, Rob Deker, Alistair Crooks, Steve Woodford,
Matthew Jacob, Marc Horowitz, Kevin Lahey, Paul Vixie, Darren Reed,
Dave Carrel, Colin Wood, and John Birrell.
Also, update Port Masters:
Jeremy Cooper and Gordon Ross (sun3x)
1997-09-14 22:11:46 +04:00
|
|
|
Colin Wood <ender@NetBSD.ORG>
|
|
|
|
Steve Woodford <scw@NetBSD.ORG>
|
1994-09-17 23:02:58 +04:00
|
|
|
|
1997-12-28 03:59:36 +03:00
|
|
|
|
|
|
|
Dedication:
|
|
|
|
----------
|
|
|
|
|
1998-07-05 18:20:03 +04:00
|
|
|
The current release of NetBSD was dedicated by the release
|
|
|
|
engineering team to the memory of the late Koji Imada, who was
|
|
|
|
killed in a motorcycle accident in August, 1997 at the age of
|
|
|
|
28. A doctoral student in Mathematical Science at Nagoya
|
|
|
|
University, he was a user of NetBSD and a contributor to the
|
|
|
|
project since 1993. Well remembered by his friends, he was also
|
|
|
|
known as a connoisseur of gins, teas, and the motorcycles he
|
|
|
|
loved to ride. His death came as a shock, and he will be greatly
|
|
|
|
missed by all of us. May he rest in peace.
|
1997-12-28 03:59:36 +03:00
|
|
|
|
|
|
|
|
1994-09-17 23:02:58 +04:00
|
|
|
Legal Mumbo-jumbo:
|
|
|
|
----- ----- -----
|
|
|
|
|
|
|
|
The following notices are required to satisfy the license terms of
|
|
|
|
the software that we have mentioned in this document:
|
|
|
|
|
|
|
|
#include "legal.common"
|
|
|
|
|
|
|
|
#include "legal"
|