1994-11-05 08:11:22 +00:00
|
|
|
|
RELEASE NOTES
|
|
|
|
|
FreeBSD
|
|
|
|
|
Release 2.0
|
|
|
|
|
|
|
|
|
|
1. Technical overview
|
|
|
|
|
---------------------
|
|
|
|
|
|
|
|
|
|
FreeBSD is a freely available, full source 4.4 BSD Lite based release
|
|
|
|
|
for Intel i386/i486/Pentium (or compatable) based PC's. It is based
|
|
|
|
|
primarily on software from U.C. Berkeley's CSRG group, with some
|
|
|
|
|
enhancements from NetBSD, 386BSD, and the Free Software Foundation.
|
|
|
|
|
|
1994-11-10 03:51:18 +00:00
|
|
|
|
Since our first release of FreeBSD 1.0 some 18 months ago, FreeBSD
|
1994-11-05 08:11:22 +00:00
|
|
|
|
has changed almost entirely. A new port from the Berkeley 4.4 code
|
1994-11-10 03:51:18 +00:00
|
|
|
|
base was done, which brought the legal status of the system out of the
|
|
|
|
|
shadows with the blessing of Novell (new owners of USL and UNIX). The
|
1994-11-05 08:11:22 +00:00
|
|
|
|
port to 4.4 has also brought in a host of new features, filesystems
|
1994-11-10 03:51:18 +00:00
|
|
|
|
and enhanced driver support. With our new unencumbered code base, we
|
|
|
|
|
have every reason to hope that we'll be able to release quality
|
|
|
|
|
operating systems without further legal encumbrance for some time to
|
|
|
|
|
come!
|
1994-11-05 08:11:22 +00:00
|
|
|
|
|
|
|
|
|
FreeBSD 2.0 represents the culmination of almost 2 years of work and
|
1994-11-07 10:35:55 +00:00
|
|
|
|
many thousands of man hours put in by an international development team.
|
1994-11-05 08:11:22 +00:00
|
|
|
|
We hope you enjoy it!
|
|
|
|
|
|
|
|
|
|
Many packages have also been upgraded or added, such as XFree86 3.1,
|
|
|
|
|
xview 3.2, elm, nntp, mh, InterViews and dozens of other miscellaneous
|
|
|
|
|
utilities have been ported and are now available as add-ons. See the
|
1994-11-10 03:51:18 +00:00
|
|
|
|
ports collection (or the package collection) for a complete summary.
|
1994-11-05 08:11:22 +00:00
|
|
|
|
|
1994-11-10 03:51:18 +00:00
|
|
|
|
For a list of contributors, please see the file "CONTRIB.FreeBSD",
|
|
|
|
|
which should be bundled with your bindist distribution.
|
1994-11-05 08:11:22 +00:00
|
|
|
|
|
|
|
|
|
Also see the new "REGISTER.FreeBSD" file for information on registering
|
|
|
|
|
with the "Free BSD user counter". We've also provided a list of who's
|
|
|
|
|
responsible for what (so that you may query them directly) in the
|
|
|
|
|
"ROSTER.FreeBSD" file; use of this file is encouraged to ensure faster
|
1994-11-10 03:51:18 +00:00
|
|
|
|
resolution of any problems you may have!
|
1994-11-05 08:11:22 +00:00
|
|
|
|
|
|
|
|
|
The core of FreeBSD does not contain DES code which would inhibit its
|
|
|
|
|
being exported outside the United States. There is an add-on package
|
|
|
|
|
to the core distribution, for use only in the United States, that
|
|
|
|
|
contains the programs that normally use DES. The auxilliary packages
|
1994-11-09 02:51:21 +00:00
|
|
|
|
provided separately can be used by anyone. A freely (from outside the
|
|
|
|
|
U.S.) exportable European distribution of DES for our non U.S. users also
|
|
|
|
|
exists and is described in the FreeBSD FAQ.
|
1994-11-05 08:11:22 +00:00
|
|
|
|
|
1994-11-10 03:51:18 +00:00
|
|
|
|
If password security for FreeBSD is all you need, and you have no requirement
|
|
|
|
|
for copying encrypted passwords from different hosts (Suns, DEC machines, etc)
|
|
|
|
|
into FreeBSD password entries, then FreeBSD's MD5 based security may be
|
|
|
|
|
all you require! We feel that our default security model is more than
|
|
|
|
|
a match for DES, and without any messy export issues to deal with. If you're
|
|
|
|
|
outside (or even inside) the U.S., give it a try!
|
|
|
|
|
|
|
|
|
|
|
1994-11-08 03:33:13 +00:00
|
|
|
|
1.1 What's new in 2.0?
|
|
|
|
|
----------------------
|
|
|
|
|
|
|
|
|
|
4.4 Lite
|
|
|
|
|
--------
|
|
|
|
|
As previously stated, this release is based entirely on CSRG's
|
|
|
|
|
latest (and last) BSD release - 4.4 Lite. This features as number
|
|
|
|
|
of improvements over 4.2BSD (Net/2), not least of which are:
|
|
|
|
|
|
|
|
|
|
o Legal approval of Novell & U.C. Berkeley. After the settlement
|
|
|
|
|
of the longstanding lawsuit between USL/UCB/Novell/BSDI, all
|
|
|
|
|
parties were (strongly) encouraged to move to 4.4 Lite in order
|
|
|
|
|
to avoid future legal entanglements. The fact that we've now done
|
|
|
|
|
so should make this release much more attractive to potential
|
|
|
|
|
commercial users.
|
|
|
|
|
|
|
|
|
|
o Many new filesystem types, such as stackable filesystems, union
|
|
|
|
|
filesystems, "portals", kernfs, a simple log-structured filesystem, a
|
|
|
|
|
new version of NFS (NQNFS), etc. While some of these new filesystems
|
|
|
|
|
are also rather unpolished and will require significant additional
|
|
|
|
|
work to be truly robust, they're a good start.
|
|
|
|
|
|
|
|
|
|
o 64bit offsets, allowing filesystems of up to 2^63 bytes in size.
|
|
|
|
|
|
|
|
|
|
o Further work towards full POSIX compliance.
|
|
|
|
|
|
|
|
|
|
IP multicast support
|
|
|
|
|
--------------------
|
|
|
|
|
The IP multicast support has been upgraded from the woefully ancient
|
|
|
|
|
1.x code in 4.4-Lite to the most current and up-to-date 3.3 release
|
|
|
|
|
from Steve D. and Ajit. The non-forwarding code is known to work (for
|
|
|
|
|
some limited test cases). The multicast forwarder and user-mode
|
|
|
|
|
multicast routing process are known to compile, but have not been
|
|
|
|
|
significantly tested (hopefully this will happen before 2.0 release).
|
|
|
|
|
|
|
|
|
|
Owner: wollman
|
|
|
|
|
Sources involved: sys/netinet, usr.sbin/mrouted
|
|
|
|
|
|
|
|
|
|
Loadable Kernel Modules
|
|
|
|
|
-----------------------
|
|
|
|
|
David Greenman incorporated NetBSD's port of Terry Lambert's loadable
|
|
|
|
|
kernel module support. Garrett Wollman wrote the support for loadable
|
|
|
|
|
file systems, and S<>ren Schmidt did the same for loadable execution
|
|
|
|
|
classes.
|
|
|
|
|
|
|
|
|
|
Owner: core
|
|
|
|
|
Sources involved: sys/kern, sbin/modload, sbin/modunload,
|
|
|
|
|
usr.bin/modstat
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Loadable filesystems
|
|
|
|
|
--------------------
|
|
|
|
|
Most filesystems are now dynamically loadable on demand, with the
|
|
|
|
|
exception of the UFS family (FFS, LFS, and MFS). With the exception
|
|
|
|
|
of NFS, all such filestystems can be unloaded when all references are
|
|
|
|
|
unmounted. To support this functionality, the getvfsbyname(3)
|
|
|
|
|
family of functions has been added to the C library and the lsvfs(1)
|
|
|
|
|
command provides the same information at the shell level. Be aware of
|
|
|
|
|
the following current restrictions:
|
|
|
|
|
|
|
|
|
|
- /usr/bin may not reside on a dynamically loaded filesystem.
|
|
|
|
|
- There must be a writable /tmp directory available
|
|
|
|
|
before filesystems are loaded (moving / to the top of your
|
|
|
|
|
/etc/fstab file will accomplish this).
|
|
|
|
|
- Some of the more esoteric filesystems simply don't work when loaded
|
|
|
|
|
dynamically (though they often don't work "static", either.)
|
|
|
|
|
|
|
|
|
|
Owner: wollman
|
|
|
|
|
Sources involved: sys/*fs, lkm/*fs, usr.bin/lsvfs, lib/libc/gen
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
S/Key
|
|
|
|
|
-----
|
1994-11-09 02:51:21 +00:00
|
|
|
|
Since version 1.1.5, FreeBSD has supported the S/Key one time password
|
|
|
|
|
scheme. The version used is derived from the logdaemon package of Wietse
|
|
|
|
|
Venema.
|
1994-11-08 03:33:13 +00:00
|
|
|
|
Some of the features new in 2.0 are:
|
|
|
|
|
- New access control table format to impose the use of S/Keys
|
|
|
|
|
based on: hostname, ip address, port, username, group id.
|
|
|
|
|
- S/Key support can be disabled by not having the access control
|
|
|
|
|
table.
|
|
|
|
|
The second item explains the absence of skey.access in the installed /etc.
|
|
|
|
|
To enable S/Key support, create a file skey.access in /etc and fill it
|
|
|
|
|
according to your needs. See also skey.access(5) and the example in
|
|
|
|
|
/usr/share/examples/etc/skey.access.
|
|
|
|
|
|
|
|
|
|
Owner: pst, guido
|
|
|
|
|
Sources involved: lib/libskey, usr.bin/key* (plus patches to others)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TCP/IP over parallel (printer) port
|
|
|
|
|
-----------------------------------
|
|
|
|
|
You can now run TCP/IP over a standard LapLink(tm) cable, if both ends
|
|
|
|
|
have a interrupt-driven printerport. The interface is named "lp0"
|
|
|
|
|
where '0' is the same as the lpt# unit number. This is not compatible
|
|
|
|
|
with PLIP. If you run NFS, try setting MTU to 9180, otherwise leave
|
|
|
|
|
it at 1500 unless you have a good reason to change it. Speed varies
|
|
|
|
|
with the CPU-type, with up to 70 kbyte/sec having been seen and 50
|
|
|
|
|
kbyte/sec being the norm.
|
|
|
|
|
|
|
|
|
|
Owner: phk
|
|
|
|
|
Sources involved: isa/lpt.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ProAudioSpectrum SCSI-driver
|
|
|
|
|
----------------------------
|
|
|
|
|
If you have a PAS board with a CD-ROM, and the MS-DOS driver is called
|
|
|
|
|
TSLCDR.SYS, then the "pas" driver should work on your card. You can
|
|
|
|
|
attach disks, cdroms and tapes, but due to the nature of the hardware
|
|
|
|
|
involved, the transfer rate is limited to < 690 kbyte/sec. For CD-ROM
|
|
|
|
|
use, this is generally more than enough.
|
|
|
|
|
|
|
|
|
|
Owner: phk
|
|
|
|
|
Sources involved: isa/pas.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Gzip'ed binaries
|
|
|
|
|
----------------
|
|
|
|
|
We have an experimental implementation for direct execution of gzip'ed
|
|
|
|
|
binaries in this release. When enabled, it allows you to simply gzip
|
|
|
|
|
your binaries, remove the '.gz' extension and make the file
|
|
|
|
|
executable. There is a big speed and memory consumption penalty for
|
|
|
|
|
doing this, but for laptop users it may be worthwhile. The maximum
|
|
|
|
|
savings are generally around 10 Mb of disk space.
|
|
|
|
|
|
|
|
|
|
Owner: phk
|
|
|
|
|
Sources involved: kern/imgact_gzip.c kern/inflate.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Diskless booting
|
|
|
|
|
----------------
|
|
|
|
|
Diskless booting it in 2.0 and much improved since 1.1.5. The boot-program
|
|
|
|
|
is in src/sys/i386/boot/netboot, and can be run from a MSDOS system or
|
|
|
|
|
burned into an EPROM. Local swapping is possible. Presently WD, SMC and
|
|
|
|
|
Novell cards are supported.
|
|
|
|
|
|
|
|
|
|
Owner: Martin Renters & phk
|
|
|
|
|
Sources involved: i386/boot/netboot, sys/nfs/nfs_vfsops.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Device configuration database
|
|
|
|
|
-----------------------------
|
|
|
|
|
The kernel now keeps better track of which device drivers are active and
|
|
|
|
|
where the devices are attached; this information is made available to
|
|
|
|
|
user programs via the new sysctl(3) management interface. Current
|
|
|
|
|
applications include lsdev(8), which lists the currently configured
|
|
|
|
|
devices. In the future, we expect to use this code to automatically
|
|
|
|
|
generate a configuration file for you at installation time.
|
|
|
|
|
|
|
|
|
|
Owner: wollman
|
|
|
|
|
Sources involved: sys/i386, sys/scsi, sys/kern/kern_devconf.c,
|
|
|
|
|
sys/sys/devconf.h, usr.sbin/lsdev
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Kernel management interface
|
|
|
|
|
---------------------------
|
|
|
|
|
With 4.4-Lite, we now have a better management interface for the endless
|
|
|
|
|
series of kernel variables and parameters which were previously manipulated
|
|
|
|
|
by reading and writing /dev/kmem. Many programs have been rewritten to
|
|
|
|
|
use this interface, although many old-style programs still remain. Some
|
|
|
|
|
variables which were never accessible before are now available through
|
|
|
|
|
the sysctl(1) program. In addition to the standard 4.4BSD MIB variables,
|
|
|
|
|
we have added support for YP/NIS domains (kern.domainname), controlling
|
|
|
|
|
the update daemon (kern.update), retrieving the OS release date
|
|
|
|
|
(kern.osreldate), determining the name of the booted kernel (kern.bootfile),
|
|
|
|
|
and checking for hardware floating-point support (hw.floatingpoint).
|
|
|
|
|
We have also added support to make management queries of devices and
|
|
|
|
|
filesystems.
|
|
|
|
|
|
|
|
|
|
Owner: core
|
|
|
|
|
Sources involved: sys, usr.bin/sysctl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
iBCS2 support
|
|
|
|
|
-------------
|
|
|
|
|
FreeBSD now supports running iBCS2 compatible binaries (currently
|
|
|
|
|
SCO UNIX 3.2.2 & 3.2.4 and ISC 2.2 COFF format are supported).
|
|
|
|
|
The iBCS2 emulator is in its early stages, but it is functional, we
|
|
|
|
|
havn't been able to do exhaustive testing (lack of commercial apps),
|
|
|
|
|
but allmost all of SCO's 3.2.2 binaries are working, so is an old
|
|
|
|
|
INFORMIX-2.10 for SCO. Further testing is nessesary to complete this
|
|
|
|
|
project. There is also work under way for ELF & XOUT loaders, and
|
|
|
|
|
most of the svr4 syscall wrappers have been written.
|
|
|
|
|
|
|
|
|
|
Owner: Soren Schmidt (sos) & Sean Eric Fagan (sef)
|
|
|
|
|
Sources involved: sys/i386/ibcs2/* + misc kernel changes.
|
|
|
|
|
|
1994-11-05 08:11:22 +00:00
|
|
|
|
|
|
|
|
|
2. Supported Configurations
|
|
|
|
|
---------------------------
|
|
|
|
|
|
|
|
|
|
FreeBSD currently runs on a wide variety of ISA, EISA and PCI bus based
|
|
|
|
|
PC's, ranging from 386sx to Pentium class machines (though the 386sx is
|
|
|
|
|
not recommended). Support for generic IDE or ESDI drive configurations,
|
|
|
|
|
various SCSI controller, network and serial cards is also provided.
|
|
|
|
|
|
|
|
|
|
Following is a list of all currently known disk controllers and
|
|
|
|
|
ethernet cards known to work with FreeBSD. Other configurations may
|
|
|
|
|
very well work, and we have simply not received any indication of
|
|
|
|
|
this.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2.1. Disk Controllers
|
|
|
|
|
|
|
|
|
|
WD1003 (any generic MFM/RLL)
|
|
|
|
|
WD1007 (any generic IDE/ESDI)
|
|
|
|
|
|
1994-11-09 23:26:57 +00:00
|
|
|
|
Adaptec 152x series ISA SCSI controllers
|
1994-11-05 08:11:22 +00:00
|
|
|
|
Adaptec 154x series ISA SCSI controllers
|
|
|
|
|
Adaptec 174x series EISA SCSI controller in standard and enhanced mode.
|
|
|
|
|
|
|
|
|
|
[Note that Buslogic was formerly known as "Bustec"]
|
|
|
|
|
Buslogic 545S & 545c
|
|
|
|
|
Buslogic 445S/445c VLB SCSI controller
|
|
|
|
|
Buslogic 742A, 747S, 747c EISA SCSI controller.
|
|
|
|
|
Buslogic 946c PCI SCSI controller
|
|
|
|
|
|
|
|
|
|
NCR 53C810 PCI SCSI controller.
|
|
|
|
|
|
|
|
|
|
DTC 3290 EISA SCSI controller in 1542 emulation mode.
|
|
|
|
|
|
|
|
|
|
Ultra Store 14F, 24F and 34F SCSI controllers.
|
|
|
|
|
|
|
|
|
|
Seagate ST01/02 SCSI controllers.
|
|
|
|
|
|
|
|
|
|
Future Domain 8xx/950 series SCSI controllers.
|
|
|
|
|
|
|
|
|
|
With all supported SCSI controllers, full support is provided for
|
|
|
|
|
SCSI-I & SCSI-II peripherals, including Disks, tape drives (including
|
|
|
|
|
DAT) and CD ROM drives. Note: This and the mcd driver (Mitsumi CDROM
|
|
|
|
|
interface card) is the only way a CD ROM drive may be currently
|
|
|
|
|
attached to a FreeBSD system; we do not support SoundBlaster CDROM
|
|
|
|
|
interface, or other "non-SCSI" adapters. The ProAudio Spectrum
|
|
|
|
|
SCSI and SoundBlaster SCSI controllers are supported.
|
|
|
|
|
|
|
|
|
|
Some controllers have limitations with the way they deal with >16MB of
|
|
|
|
|
memory, due to the fact that the ISA bus only has a DMA address space
|
|
|
|
|
of 24 bits. If you do your arithmetic, you'll see that this makes it
|
|
|
|
|
impossible to do direct DMA to any address >16MB. This limitation is
|
|
|
|
|
even true of some EISA controllers (which are normally 32 bit) when
|
|
|
|
|
they're configured to emulate an ISA card, which they then do in *all*
|
|
|
|
|
respects. This problem is avoided entirely by IDE controllers (which
|
|
|
|
|
do not use DMA), true EISA controllers (like the UltraStor or Adaptec
|
|
|
|
|
1742A) and most VLB (local bus) controllers. In the cases where it's
|
|
|
|
|
necessary, the system will use "bounce buffers" to to talk to the
|
|
|
|
|
controller so that you can still use more than 16Mb of memory without
|
|
|
|
|
difficulty.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2.2. Ethernet cards
|
|
|
|
|
|
|
|
|
|
SMC Elite 16 WD8013 ethernet interface, and most other WD8003E,
|
|
|
|
|
WD8003EBT, WD8003W, WD8013W, WD8003S, WD8003SBT and WD8013EBT
|
|
|
|
|
based clones. SMC Elite Ultra is also supported.
|
|
|
|
|
|
|
|
|
|
Isolan AT 4141-0 (16 bit)
|
|
|
|
|
Isolink 4110 (8 bit)
|
|
|
|
|
|
|
|
|
|
Novell NE1000, NE2000, and NE2100 ethernet interface.
|
|
|
|
|
|
|
|
|
|
3Com 3C503 Etherlink II
|
|
|
|
|
|
|
|
|
|
3Com 3C509 Ethernet cards
|
|
|
|
|
|
|
|
|
|
Toshiba ethernet cards
|
|
|
|
|
|
|
|
|
|
PCMCIA ethernet cards from IBM and National Semiconductor are also
|
|
|
|
|
supported.
|
|
|
|
|
|
|
|
|
|
2.3. Misc
|
|
|
|
|
|
|
|
|
|
AST 4 port serial card using shared IRQ.
|
|
|
|
|
|
|
|
|
|
ARNET 8 port serial card using shared IRQ.
|
|
|
|
|
|
|
|
|
|
BOCA ATIO66 6 port serial card using shared IRQ.
|
|
|
|
|
|
|
|
|
|
STB 4 port card using shared IRQ.
|
|
|
|
|
|
|
|
|
|
Mitsumi (all models) CDROM interface and drive.
|
|
|
|
|
|
|
|
|
|
Soundblaster SCSI and ProAudio Spectrum SCSI CDROM interface and drive.
|
|
|
|
|
|
|
|
|
|
Adlib, Soundblaster, Soundblaster Pro, ProAudioSpectrum, Gravis UltraSound
|
|
|
|
|
and Roland MPU-401 sound cards.
|
|
|
|
|
|
|
|
|
|
FreeBSD currently does NOT support IBM's microchannel (MCA) bus, but
|
|
|
|
|
support is apparently close to materializing. Details will be posted
|
|
|
|
|
as the situation develops.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3. Obtaining FreeBSD.
|
|
|
|
|
---------------------
|
|
|
|
|
|
|
|
|
|
You may obtain FreeBSD in a variety of ways:
|
|
|
|
|
|
|
|
|
|
1. FTP/Mail
|
|
|
|
|
|
|
|
|
|
You can ftp FreeBSD and any or all of its optional packages from
|
|
|
|
|
`freebsd.cdrom.com' - the offical FreeBSD release site.
|
|
|
|
|
|
|
|
|
|
For other locations that mirror the FreeBSD software see the file
|
|
|
|
|
MIRROR.SITES. Please ftp the distribution from the nearest site
|
|
|
|
|
to you netwise.
|
|
|
|
|
|
|
|
|
|
If you do not have access to the internet and electronic mail is your
|
|
|
|
|
only recourse, then you may still fetch the files by sending mail to
|
|
|
|
|
`ftpmail@decwrl.dec.com' - putting the keyword "help" in your message
|
|
|
|
|
to get more information on how to fetch files from freebsd.cdrom.com.
|
|
|
|
|
Note: This approach will end up sending many *tens of megabytes*
|
|
|
|
|
through the mail, and should only be employed as an absolute LAST
|
|
|
|
|
resort!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2. CDROM
|
|
|
|
|
|
|
|
|
|
FreeBSD 2.0 may be ordered on CDROM from:
|
|
|
|
|
|
|
|
|
|
Walnut Creek CDROM
|
|
|
|
|
4041 Pike Lane, Suite D
|
|
|
|
|
Concord CA 94520
|
|
|
|
|
1-800-786-9907, +1-510-674-0783, +1-510-674-0821 (fax)
|
|
|
|
|
|
|
|
|
|
Or via the internet from orders@cdrom.com. There current catalog can
|
|
|
|
|
be obtained via ftp as ftp.cdrom.com:/cdrom/catalog.
|
|
|
|
|
|
|
|
|
|
Cost is $39.95. Shipping (per order not per disc) is $5 in the US, Canada,
|
|
|
|
|
or Mexico and $10.00 overseas. They accept Visa, Mastercard, American
|
|
|
|
|
Express, and ship COD to the United States. California residents please
|
|
|
|
|
add 8.25% sales tax.
|
|
|
|
|
|
|
|
|
|
Should you be dissatisfied for any reason, the CD comes with an
|
|
|
|
|
unconditional return policy.
|
|
|
|
|
|
|
|
|
|
Note that Walnut Creek CDROM does NOT provide technical support for FreeBSD,
|
|
|
|
|
you need to contact the FreeBSD team for that. Please see section 4 for
|
|
|
|
|
more information.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4. Reporting problems, making suggestions, submitting code.
|
|
|
|
|
-----------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
Your suggestions, bug reports and contributions of code are always
|
|
|
|
|
valued - please do not hesitate to report any problems you may find
|
|
|
|
|
(preferably with a fix attached if you can!).
|
|
|
|
|
|
|
|
|
|
The prefered method to submit bug reports from a machine with internet
|
|
|
|
|
mail connectivity is to use the sendbug command. Bug reports will be
|
|
|
|
|
dutifully filed by our faithful bugfiler program and you can be sure
|
|
|
|
|
that we'll do our best to respond to all reported bugs as soon as
|
|
|
|
|
possible.
|
|
|
|
|
|
|
|
|
|
If, for some reason, you are unable to use the sendbug command to
|
|
|
|
|
submit a bug report, you can try to send it to:
|
|
|
|
|
|
|
|
|
|
bugs@FreeBSD.org
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Otherwise, for any questions or suggestions, please send mail to:
|
|
|
|
|
|
|
|
|
|
questions@FreeBSD.org
|
|
|
|
|
|
|
|
|
|
Additionally, being a volunteer effort, we are always happy to have
|
|
|
|
|
extra hands willing to help - there are already far more enhancements
|
|
|
|
|
to be done than we can ever manage to do by ourselves! To contact us
|
|
|
|
|
on technical matters, or with offers of help, you may send mail to:
|
|
|
|
|
|
|
|
|
|
hackers@FreeBSD.org
|
|
|
|
|
|
|
|
|
|
Since these mailing lists can experience significant amounts of
|
|
|
|
|
traffic, if you've got slow or expensive mail access and you're
|
|
|
|
|
only interested in keeping up with significant FreeBSD events, you may
|
|
|
|
|
find it preferable to subscribe to:
|
|
|
|
|
|
|
|
|
|
announce@FreeBSD.org
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
All but the FreeBSD-bugs groups can be freely joined by anyone wishing
|
|
|
|
|
to do so. Send mail to MajorDomo@FreeBSD.org and include the keyword
|
|
|
|
|
`help' on a line by itself somewhere in the body of the message. This
|
|
|
|
|
will give you more information on joining the various lists, accessing
|
|
|
|
|
archives, etc. There are a number of mailing lists targeted at
|
|
|
|
|
special interest groups not mentioned here, so send mail to majordomo
|
|
|
|
|
and ask about them!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5. Acknowledgements
|
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
|
|
FreeBSD represents the cumulative work of many dozens, if not
|
|
|
|
|
hundreds, of individuals from around the world who have worked very
|
|
|
|
|
hard to bring you this release. It would be very difficult, if not
|
|
|
|
|
impossible, to enumerate everyone who's contributed to FreeBSD, but
|
|
|
|
|
nonetheless we shall try (in alphabetical order, of course). If your
|
|
|
|
|
name is not mentioned, please be assured that its omission is entirely
|
|
|
|
|
accidental.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The Computer Systems Research Group (CSRG), U.C. Berkeley.
|
|
|
|
|
|
|
|
|
|
Bill Jolitz, for his extensive work with 386BSD.
|
|
|
|
|
|
|
|
|
|
The FreeBSD "core" team:
|
|
|
|
|
|
|
|
|
|
Andrew A. Chernov
|
|
|
|
|
John Dyson
|
|
|
|
|
Bruce Evans
|
|
|
|
|
David Greenman
|
|
|
|
|
Rodney W. Grimes
|
|
|
|
|
Jordan K. Hubbard
|
|
|
|
|
Poul-Henning Kamp
|
|
|
|
|
Rich Murphey
|
|
|
|
|
Gary Palmer
|
|
|
|
|
Geoff Rehmet
|
|
|
|
|
Paul Richards
|
1994-11-08 20:17:45 +00:00
|
|
|
|
Soren Schmidt
|
1994-11-05 08:11:22 +00:00
|
|
|
|
Andreas Schulz
|
|
|
|
|
Jack Vogel
|
|
|
|
|
Garrett A. Wollman
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Special mention to:
|
|
|
|
|
|
|
|
|
|
Robert Bruce and Jack Velte of Walnut Creek CDROM, without
|
|
|
|
|
whose help (and continuing support) this release would never
|
|
|
|
|
have been possible.
|
|
|
|
|
|
|
|
|
|
Dermot McDonnell for his donation of a Toshiba XM3401B CDROM
|
|
|
|
|
drive.
|
|
|
|
|
|
|
|
|
|
The NetBSD group for their frequent assistance and commentary.
|
|
|
|
|
|
|
|
|
|
Additional FreeBSD helpers and beta testers:
|
|
|
|
|
|
|
|
|
|
J.T. Conklin Julian Elischer
|
|
|
|
|
Sean Eric Fagan Jeffrey Hsu
|
|
|
|
|
Terry Lambert L Jonas Olsson
|
|
|
|
|
Chris Provenzano Dave Rivers
|
|
|
|
|
Guido van Rooij Steven Wallace
|
|
|
|
|
Atsushi Murai Scott Mace
|
|
|
|
|
Andrew Moore Nate Williams
|
|
|
|
|
|
|
|
|
|
And everyone at Montana State University for their initial support.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to everyone, especially those not mentioned, and we sincerely
|
|
|
|
|
hope you enjoy this release of FreeBSD!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The FreeBSD Core Team
|
|
|
|
|
|
1994-11-10 03:51:18 +00:00
|
|
|
|
$Id: RELNOTES.FreeBSD,v 1.6 1994/11/09 23:26:57 jkh Exp $
|