1995-09-18 16:53:06 +00:00
|
|
|
RELEASE NOTES
|
2000-03-15 09:01:06 +00:00
|
|
|
FreeBSD Release 5.0-SNAP
|
2000-12-18 22:50:20 +00:00
|
|
|
(i386 Architecture)
|
1995-09-18 16:53:06 +00:00
|
|
|
|
2000-03-15 09:01:06 +00:00
|
|
|
This is a 5.0-CURRENT release SNAPshot of FreeBSD, an active
|
2001-04-13 16:11:20 +00:00
|
|
|
development branch which will produce its first release in late
|
|
|
|
2001. Those features which have also been back-ported to
|
2000-11-29 07:03:36 +00:00
|
|
|
the 4.x-stable branch (the next release for which will be 4.3)
|
2000-02-29 10:54:54 +00:00
|
|
|
are marked [MERGED].
|
1998-10-19 08:49:50 +00:00
|
|
|
|
|
|
|
Any installation failures or crashes should be reported by using the
|
1999-01-21 23:26:34 +00:00
|
|
|
send-pr command (those preferring a Web-based interface can also see
|
2000-10-01 13:30:15 +00:00
|
|
|
http://www.FreeBSD.org/send-pr.html).
|
1996-10-30 18:57:46 +00:00
|
|
|
|
2000-03-15 09:01:06 +00:00
|
|
|
For information about FreeBSD and the layout of the 5.0-RELEASE
|
1998-10-16 02:27:07 +00:00
|
|
|
directory (especially if you're installing from floppies!), see
|
|
|
|
ABOUT.TXT. For installation instructions, see the INSTALL.TXT and
|
|
|
|
HARDWARE.TXT files.
|
1997-04-20 19:39:23 +00:00
|
|
|
|
2000-03-15 09:01:06 +00:00
|
|
|
For the latest of these 5.0-current snapshots, you should always see:
|
1997-10-15 04:37:26 +00:00
|
|
|
|
2000-10-01 13:30:15 +00:00
|
|
|
ftp://current.FreeBSD.org/pub/FreeBSD
|
1997-10-15 04:37:26 +00:00
|
|
|
|
2000-03-25 07:09:48 +00:00
|
|
|
If you wish to get the latest post-4.x-RELEASE technology.
|
1997-10-15 04:37:26 +00:00
|
|
|
|
1998-10-14 08:54:03 +00:00
|
|
|
Table of contents:
|
|
|
|
------------------
|
2000-03-25 07:09:48 +00:00
|
|
|
1. What's new since the 4.0/5.0 branch
|
1998-10-14 08:54:03 +00:00
|
|
|
1.1 KERNEL CHANGES
|
|
|
|
1.2 SECURITY FIXES
|
|
|
|
1.3 USERLAND CHANGES
|
|
|
|
|
|
|
|
2. Supported Configurations
|
|
|
|
2.1 Disk Controllers
|
|
|
|
2.2 Ethernet cards
|
2000-07-19 00:05:59 +00:00
|
|
|
2.3 FDDI
|
|
|
|
2.4 ATM
|
|
|
|
2.5 Misc
|
1998-10-14 08:54:03 +00:00
|
|
|
|
|
|
|
3. Obtaining FreeBSD
|
|
|
|
3.1 FTP/Mail
|
|
|
|
3.2 CDROM
|
|
|
|
|
|
|
|
4. Upgrading from previous releases of FreeBSD
|
|
|
|
|
|
|
|
5. Reporting problems, making suggestions, submitting code
|
2000-07-19 00:05:59 +00:00
|
|
|
|
2001-02-12 18:04:20 +00:00
|
|
|
6. Acknowledgments
|
1996-10-13 01:53:24 +00:00
|
|
|
|
1998-10-14 08:54:03 +00:00
|
|
|
|
2000-03-25 07:09:48 +00:00
|
|
|
1. What's new since the 4.0/5.0 branch
|
1999-01-21 23:26:34 +00:00
|
|
|
--------------------------------------
|
2000-03-15 09:01:06 +00:00
|
|
|
All changes described here are unique to the 5.0 branch unless
|
1998-09-09 03:37:00 +00:00
|
|
|
specifically marked as [MERGED] features.
|
|
|
|
|
2000-02-17 07:59:37 +00:00
|
|
|
|
1998-10-14 08:54:03 +00:00
|
|
|
1.1. KERNEL CHANGES
|
|
|
|
-------------------
|
1998-09-09 03:37:00 +00:00
|
|
|
|
2000-05-06 02:33:44 +00:00
|
|
|
A new event notification facility called kqueue was added to the
|
|
|
|
FreeBSD kernel. This is a new interface which is able to replace
|
|
|
|
poll/select, offering improved performance, as well as the ability
|
|
|
|
to report many different types of events. Support for monitoring
|
|
|
|
changes in sockets, pipes, fifos, and files are present, as well as
|
|
|
|
for signals and processes. [MERGED]
|
|
|
|
|
2000-04-16 20:06:11 +00:00
|
|
|
Support for named extended attributes was added to the FreeBSD kernel.
|
|
|
|
This allows the kernel, and appropriately privileged userland processes,
|
|
|
|
to tag files and directories with attribute data. Extended attributes
|
|
|
|
were added to support the TrustedBSD Project, in particular ACLs,
|
2001-04-03 21:59:48 +00:00
|
|
|
capability data, and mandatory access control labels (see
|
|
|
|
/usr/src/sys/ufs/ufs/README.extattr for details).
|
2000-04-16 20:06:11 +00:00
|
|
|
|
2000-04-20 06:42:39 +00:00
|
|
|
Support for Intel's Wired for Management 2.0 (PXE) was added to
|
|
|
|
the FreeBSD boot loader. Due to API differences, the older PXE
|
2000-07-14 05:47:08 +00:00
|
|
|
versions are not supported. This allow network booting using DHCP. [MERGED]
|
2000-04-20 06:42:39 +00:00
|
|
|
|
2000-04-22 15:36:56 +00:00
|
|
|
POSIX.1b Shared Memory Objects are now supported. The implementation
|
|
|
|
uses regular files, but automatically enables the MAP_NOSYNC flag
|
2000-09-01 16:39:02 +00:00
|
|
|
when they are mmap(2)ed. [MERGED]
|
2000-02-17 07:59:37 +00:00
|
|
|
|
2001-02-12 18:04:20 +00:00
|
|
|
Added support for PCI Ethernet adapters based on the National Semiconductor
|
2000-07-06 06:02:04 +00:00
|
|
|
DP83815 chipset, including the NetGear FA312-TX.
|
|
|
|
|
2000-07-27 23:29:22 +00:00
|
|
|
Due to a licensing change, softupdates have been integrated into the
|
|
|
|
main portion of the kernel source tree. As a consequence, softupdates
|
|
|
|
are now available with the GENERIC kernel. [MERGED]
|
|
|
|
|
2001-05-10 23:38:32 +00:00
|
|
|
When running with softupdates, statfs(2) and df(1) will track the
|
|
|
|
number of blocks and files that are committed to being freed.
|
|
|
|
|
2000-07-27 23:29:22 +00:00
|
|
|
A driver for AGP hardware has been added. [MERGED]
|
|
|
|
|
2001-02-21 21:57:49 +00:00
|
|
|
ipfilter has been updated to 3.4.16. [MERGED]
|
2000-07-27 23:29:22 +00:00
|
|
|
|
|
|
|
Various fixes and improvements to the IPv6 code have been merged in
|
|
|
|
from the KAME project, including significantly-improved IPSEC
|
|
|
|
functionality. [MERGED]
|
|
|
|
|
|
|
|
twe 3ware ATA RAID driver added. [MERGED]
|
|
|
|
|
2001-02-12 17:34:32 +00:00
|
|
|
The tap driver, a virtual Ethernet device driver for bridged
|
Make the following additional entries to RELNOTES.TXT files:
alpha: tap driver, accept_filters, ata support for ATA100,
routed update to 2.22, truncate(1), syslogd(8) -n option, kenv(1),
periodic(8) controlled by periodic.conf, logger(1) support for
remote syslogs.
i386: tap driver, accept_filters, ata support for ATA100,
routed update to 2.22, truncate(1), syslogd(8) -n option, kenv(1),
periodic(8) controlled by periodic.conf, boot98cfg(8),
logger(1) support for remote syslogs.
PR: 20628
Submitted by: bmah@cisco.com (Bruce A. Mah)
Reviewed by: nik
2000-08-23 16:40:34 +00:00
|
|
|
configurations, has been added. [MERGED]
|
|
|
|
|
|
|
|
accept_filters, a kernel feature to reduce overheads when accepting
|
|
|
|
and reading new connections on listening sockets, has been added.
|
|
|
|
[MERGED]
|
|
|
|
|
2000-10-25 21:04:09 +00:00
|
|
|
The ata(4) driver now has support for ATA100 controllers. In
|
|
|
|
addition, it now supports the ServerWorks ROSB4 ATA33 chipset, the CMD
|
|
|
|
648 ATA66 and CMD 649 ATA100 chipsets, and the Cyrix 5530. [MERGED]
|
Make the following additional entries to RELNOTES.TXT files:
alpha: tap driver, accept_filters, ata support for ATA100,
routed update to 2.22, truncate(1), syslogd(8) -n option, kenv(1),
periodic(8) controlled by periodic.conf, logger(1) support for
remote syslogs.
i386: tap driver, accept_filters, ata support for ATA100,
routed update to 2.22, truncate(1), syslogd(8) -n option, kenv(1),
periodic(8) controlled by periodic.conf, boot98cfg(8),
logger(1) support for remote syslogs.
PR: 20628
Submitted by: bmah@cisco.com (Bruce A. Mah)
Reviewed by: nik
2000-08-23 16:40:34 +00:00
|
|
|
|
2001-04-05 18:12:50 +00:00
|
|
|
To provide more flexible configuration, the various options for the
|
|
|
|
ata(4) driver are now boot loader tunables, rather than kernel
|
|
|
|
configure-time options. [MERGED]
|
|
|
|
|
2001-02-12 18:04:20 +00:00
|
|
|
The ata(4) driver now has support for tagged queuing, which is
|
2001-04-05 18:12:50 +00:00
|
|
|
enabled by the hw.ata.tags loader tunable. [MERGED]
|
2000-10-25 21:04:09 +00:00
|
|
|
|
|
|
|
The ata(4) driver now has support for ATA "pseudo" RAID controllers as
|
|
|
|
the Promise Fasttrak and HighPoint HPT370 controllers. [MERGED]
|
2000-09-29 23:12:33 +00:00
|
|
|
|
2000-09-06 17:05:01 +00:00
|
|
|
The ti(4) driver now supports the Alteon AceNIC 1000baseT Gigabit
|
|
|
|
Ethernet and Netgear GA620T 1000baseT Gigabit cards. [MERGED]
|
|
|
|
|
2000-09-07 18:47:55 +00:00
|
|
|
The mly(4) driver, for Mylex PCI to SCSI AccelRAID and eXtremeRAID
|
2000-10-30 18:52:22 +00:00
|
|
|
controllers with firmware 6.x and later, has been added. [MERGED]
|
2000-09-07 18:47:55 +00:00
|
|
|
|
|
|
|
The asr(4) driver, which provides support for the Adaptec SCSI RAID
|
|
|
|
controller family, as well as the DPT SmartRAID V and VI families, has
|
2000-09-29 23:12:33 +00:00
|
|
|
been added. [MERGED]
|
2000-09-07 18:47:55 +00:00
|
|
|
|
2000-09-08 05:58:18 +00:00
|
|
|
SMP support has been largely reworked, incorporating code from BSD/OS
|
2000-10-18 23:45:31 +00:00
|
|
|
5.0. One of the main features of SMPng ("SMP Next Generation") is to
|
|
|
|
allow more processes to run in kernel, without the need for spin locks
|
|
|
|
that can dramatically reduce the efficiency of multiple processors.
|
2001-02-12 17:34:32 +00:00
|
|
|
Interrupt handlers now have contexts associated with them that allow
|
2000-10-18 23:45:31 +00:00
|
|
|
them to be blocked, which reduces the need to lock out interrupts.
|
2000-09-08 05:58:18 +00:00
|
|
|
|
2000-09-08 22:13:53 +00:00
|
|
|
The xl(4) driver now supports the 3Com 3C556 and 3C556B MiniPCI
|
|
|
|
adapters used on some laptops. [MERGED]
|
Make the following additional entries to RELNOTES.TXT files:
alpha: tap driver, accept_filters, ata support for ATA100,
routed update to 2.22, truncate(1), syslogd(8) -n option, kenv(1),
periodic(8) controlled by periodic.conf, logger(1) support for
remote syslogs.
i386: tap driver, accept_filters, ata support for ATA100,
routed update to 2.22, truncate(1), syslogd(8) -n option, kenv(1),
periodic(8) controlled by periodic.conf, boot98cfg(8),
logger(1) support for remote syslogs.
PR: 20628
Submitted by: bmah@cisco.com (Bruce A. Mah)
Reviewed by: nik
2000-08-23 16:40:34 +00:00
|
|
|
|
2000-10-17 20:32:04 +00:00
|
|
|
The kernel and modules have been moved to the directory /boot/kernel,
|
|
|
|
so they can be easily manipulated together. The boot loader has been
|
|
|
|
updated to make this change as seamless as possible.
|
2000-09-10 06:55:27 +00:00
|
|
|
|
2001-02-12 17:34:32 +00:00
|
|
|
A filesystem snapshot capability has been added to FFS. Details can
|
2000-09-10 06:55:27 +00:00
|
|
|
be found in /usr/src/sys/ufs/ffs/README.snapshot.
|
|
|
|
|
2001-03-21 19:16:51 +00:00
|
|
|
Softupdates for FFS have received some bug fixes and enhancements.
|
|
|
|
|
|
|
|
A bug in FFS that could cause superblock corruption on very large
|
|
|
|
filesystems has been corrected. [MERGED]
|
|
|
|
|
2000-09-13 16:00:54 +00:00
|
|
|
Support for the Adaptec FSA family of PCI-SCSI RAID controllers has
|
New release notes: Linksys Fast Ethernet cards and ed(4) driver flags,
new API for hardware volume control, VESA S3 framebuffer driver, logging
of wrong-interface ARP replies sysctl, NFS client bug fixed, BurnProof(TM)
for ATAPI drives, IPFW works with ECN bits, ihfc(4), itjc(4),
<sys/selinfo.h>, pthread_* strong references, unified libgcc, SSH bug
with X11 forwarding fixed, syslogd(8) and LOG_CONSOLE, rpcgen use of
/usr/bin/cpp, rc.syscons, burncd(8) -m and -l, dmesg(a).
MFCs noted: aac(4), OpenSSH 2.3.0.
2001-01-12 23:01:15 +00:00
|
|
|
been added, in the form of the aac(4) driver. [MERGED]
|
2000-09-13 16:00:54 +00:00
|
|
|
|
2000-09-15 20:52:03 +00:00
|
|
|
The ng_mppc(4) and ng_bridge(4) node types have been added to the
|
|
|
|
netgraph subsystem. The ng_ether(4) node is now dynamically loadable.
|
|
|
|
Miscellaneous bug fixes and enhancements have also been made. [MERGED]
|
|
|
|
|
2000-09-29 23:12:33 +00:00
|
|
|
The pcn(4) driver, which supports the AMD PCnet/FAST, PCnet/FAST+,
|
2000-10-05 19:40:19 +00:00
|
|
|
PCnet/FAST III, PCnet/PRO, PCnet/Home, and HomePNA adapters, has been added.
|
|
|
|
Although these cards are already supported by the lnc(4) driver, the pcn
|
|
|
|
driver runs these chips in 32-bit mode and uses the RX alignment feature to
|
2000-09-29 23:12:33 +00:00
|
|
|
achieve zero-copy receive. This driver is also machine-independent,
|
|
|
|
so it will work on both the i386 and alpha platforms. The lnc driver
|
2000-10-03 21:24:07 +00:00
|
|
|
is still needed to support non-PCI cards. [MERGED]
|
2000-09-29 23:12:33 +00:00
|
|
|
|
2001-02-09 23:52:07 +00:00
|
|
|
A bug in the ed(4) driver that could cause panics with very short
|
|
|
|
packets and BPF or bridging active has been fixed. [MERGED]
|
|
|
|
|
2000-09-29 23:12:33 +00:00
|
|
|
The i386 boot loader now has support for a "nullconsole" console type,
|
|
|
|
for use on systems with neither a video console nor a serial
|
|
|
|
port. [MERGED]
|
|
|
|
|
2000-10-06 00:32:13 +00:00
|
|
|
The pcm(4) driver now supports the ESS Solo 1, Maestro-1, Maestro-2,
|
2001-02-05 21:56:58 +00:00
|
|
|
and Maestro-2e; Forte Media fm801, ESS Maestro-2e, and VIA
|
|
|
|
Technologies VT82C686A sound card/chipsets, and has received some
|
2001-04-26 21:33:08 +00:00
|
|
|
other updates. Separate drivers for the SoundBlaster 8 and
|
|
|
|
Soundblaster 16 now replace an older, unified driver. A driver for
|
|
|
|
the CMedia CMI8338/CMI8738 sound chips has been added. A driver for
|
|
|
|
the CS4281 sound chip has been added. A driver for the S3 Sonicvibes
|
|
|
|
chipset has been added. [MERGED]
|
|
|
|
|
|
|
|
A driver for the Advance Logic ALS4000 has been added.
|
2000-10-06 00:32:13 +00:00
|
|
|
|
2001-04-11 16:23:58 +00:00
|
|
|
A driver for the ESS Maestro-3/Allegro has been added, however due to
|
|
|
|
licensing restrictions, it cannot be compiled into the kernel.
|
|
|
|
[MERGED] To use this driver, add the following line to
|
|
|
|
/boot/loader.conf:
|
|
|
|
|
2001-05-17 18:32:18 +00:00
|
|
|
snd_maestro3_load="YES"
|
2001-04-11 16:23:58 +00:00
|
|
|
|
2000-10-06 00:41:15 +00:00
|
|
|
Replace the PQ_*CACHE options with a single PQ_CACHESIZE option to be
|
|
|
|
set to the cache size in kilobytes. The old options are still
|
|
|
|
supported for backwards compatibility. [MERGED]
|
|
|
|
|
2001-02-27 19:25:23 +00:00
|
|
|
The NCPU, NAPIC, NBUS, and NIN kernel configuration options,
|
2001-02-12 17:34:32 +00:00
|
|
|
for configuring SMP kernels, have been removed. NCPU is now set to a
|
2000-10-06 00:41:15 +00:00
|
|
|
maximum of 16, and the other, aforementioned options are now dynamic.
|
|
|
|
[MERGED]
|
|
|
|
|
New release notes: CMI8338/8738, CS4281 sound driver, ISO-9660 Unicode,
ida crashdumps, login exports PAM environment variables, wall -g,
make.conf CPUTYPE, CVS_RSH default now ssh.
Updated release notes: ahc(4) updates, ICMP and TCP RSTs, random(4),
MFCs noted: rc.syscons.
2001-03-01 22:11:00 +00:00
|
|
|
The ahc(4) driver has been updated. Among various improvements are
|
2001-03-13 14:15:16 +00:00
|
|
|
improved compatibility with chips in "RAID Port" mode and systems with
|
2001-03-21 19:04:31 +00:00
|
|
|
AAA and ARO cards installed, as well as performance improvements.
|
|
|
|
Some bugs were also fixed, including a rare hang on Ultra2/U160
|
|
|
|
controllers. [MERGED]
|
2000-10-06 00:41:15 +00:00
|
|
|
|
|
|
|
ACPI support has been merged in from the FreeBSD-ACPI project.
|
|
|
|
|
2000-10-10 15:11:45 +00:00
|
|
|
isdn4bsd has been updated to version 0.96.00
|
|
|
|
|
New release notes: Linksys Fast Ethernet cards and ed(4) driver flags,
new API for hardware volume control, VESA S3 framebuffer driver, logging
of wrong-interface ARP replies sysctl, NFS client bug fixed, BurnProof(TM)
for ATAPI drives, IPFW works with ECN bits, ihfc(4), itjc(4),
<sys/selinfo.h>, pthread_* strong references, unified libgcc, SSH bug
with X11 forwarding fixed, syslogd(8) and LOG_CONSOLE, rpcgen use of
/usr/bin/cpp, rc.syscons, burncd(8) -m and -l, dmesg(a).
MFCs noted: aac(4), OpenSSH 2.3.0.
2001-01-12 23:01:15 +00:00
|
|
|
The ihfc(4) driver for supporting Cologne Chip Designs HFC devices
|
|
|
|
under isdn4bsd has been added.
|
|
|
|
|
|
|
|
The itjc(4) driver for supporting NETjet-S / Teles PCI-TJ under
|
|
|
|
isdn4bsd has been added.
|
|
|
|
|
2001-01-26 13:33:31 +00:00
|
|
|
Experimental support for the Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP
|
|
|
|
ISDN cards has been added to the isic(4) isdn4bsd driver.
|
|
|
|
|
2001-05-25 08:45:10 +00:00
|
|
|
Active CAPI-based ISDN cards manufacured by AVM are now supported
|
|
|
|
using the i4bcapi(4) and the iavc(4) driver. The supported cards
|
|
|
|
are the AVM B1 PCI and AVM B1 ISA Basic Rate cards and the AVM T1
|
|
|
|
Primary Rate cards.
|
|
|
|
|
2000-10-15 11:13:34 +00:00
|
|
|
Support for Fujitsu MB86960A/MB86965A based Ethernet PC-Cards is back.
|
|
|
|
[MERGED]
|
2000-09-10 06:55:27 +00:00
|
|
|
|
2001-01-30 05:02:15 +00:00
|
|
|
devfs(5), which allows entries in the /dev directory to be built
|
|
|
|
automatically and supports more flexible attachment of devices, has
|
2001-05-14 21:58:49 +00:00
|
|
|
been largely reworked. devfs(5) is now enabled by default, and is
|
|
|
|
disabled by the NODEVFS kernel option.
|
2000-10-18 23:45:31 +00:00
|
|
|
|
2000-10-20 19:44:36 +00:00
|
|
|
Preliminary Cardbus support under NEWCARD has been added. This supports
|
|
|
|
TI113X, TI12XX, TI125X, Ricoh 5C46/5C47, Topic 95/97/100 and
|
|
|
|
Cirrus Logic PD683X bridges. 16-bit PC Card support under this is not yet
|
|
|
|
functional.
|
2000-10-18 23:45:31 +00:00
|
|
|
|
2000-10-24 17:59:28 +00:00
|
|
|
Write combining for crashdumps has been implemented. This feature
|
|
|
|
is useful when write caching is disabled on both SCSI and IDE disks,
|
New release notes: Thread supports under Linux emulation on alpha,
an(4)/ancontrol(8) WEP, ng_one2many(4), softupdates bugfixes/
enhancements, OpenSSH agent/X forwarding bug fixed, ssh(1) no longer
SUID root, OpenSSL->0.9.6, binutils->2.10.1, lastlogin(1),
newfs(1) write combining (+MFC), config(8) buffer overflows fixed,
pcm(4) drivers compiled into GENERIC by default.
Other MFCs: Write combining for crash dumps.
Delete a duplicated note on mergemaster(8).
2000-11-23 01:22:59 +00:00
|
|
|
where large memory dumps could take up to an hour to complete. [MERGED]
|
2000-10-24 17:59:28 +00:00
|
|
|
|
2000-10-26 18:32:19 +00:00
|
|
|
The bktr(4) driver has been updated to 2.15. New tuner types have
|
2001-02-12 18:04:20 +00:00
|
|
|
been added, and improvements to the KLD module and to memory
|
2000-10-26 18:32:19 +00:00
|
|
|
allocation have been made. [MERGED]
|
|
|
|
|
|
|
|
The bktr(4) driver has been updated to 2.17. This fixes bugs in devfs
|
|
|
|
when unloading and reloading, and syncs with some NetBSD
|
|
|
|
changes. [MERGED]
|
2000-10-24 17:59:28 +00:00
|
|
|
|
2000-10-31 22:01:32 +00:00
|
|
|
The bktr(4) driver has been updated to 2.18. This adds support for
|
|
|
|
new Hauppauge Model 44xxx WinTV Cards (the ones with no audio mux).
|
|
|
|
|
2000-10-24 22:10:23 +00:00
|
|
|
Extremely large swap areas (>67 GB) no longer panic the system.
|
|
|
|
|
2000-10-25 21:04:09 +00:00
|
|
|
The snc(4) driver for the National Semiconductor DP8393X (SONIC)
|
2001-02-12 18:04:20 +00:00
|
|
|
Ethernet controller. Currently, this driver is only used on the PC-98
|
2000-10-25 21:04:09 +00:00
|
|
|
architecture. [MERGED]
|
|
|
|
|
|
|
|
The ich(4) driver for the Intel 82801AA (ICH) SMBus controller and
|
|
|
|
compatibles has been added. [MERGED]
|
|
|
|
|
|
|
|
The Inode Filesystem (IFS) has been added; more information can be
|
|
|
|
found in /usr/src/sys/ufs/ifs/README.
|
|
|
|
|
2000-11-01 01:27:09 +00:00
|
|
|
The uscanner(4) driver for basic USB scanner support using SANE. See
|
|
|
|
the SANE home page for supported scanners. HP ScanJet 4100C, 5200C
|
|
|
|
and 6300C are known to be working.
|
|
|
|
|
2001-02-12 17:34:32 +00:00
|
|
|
The umodem(4) driver for USB modems. Supported so far is only the
|
2000-11-01 18:03:14 +00:00
|
|
|
3Com 5605 and Metricom Ricochet GS wireless USB modems.
|
2000-10-26 18:32:19 +00:00
|
|
|
|
2001-02-12 17:34:32 +00:00
|
|
|
The ncv, nsp, and stg drivers have been ported from NetBSD/pc98.
|
|
|
|
They supports NCR 53C50 / Workbit Ninja SCSI-3 / TMC 18C30, 18C50
|
2000-12-08 12:52:42 +00:00
|
|
|
based PC-Card/ISA SCSI controllers. [MERGED]
|
2000-10-29 05:58:27 +00:00
|
|
|
|
2000-10-30 21:43:27 +00:00
|
|
|
The cd(4) driver now has support for write operations. This allows
|
|
|
|
writing to DVD-RAM, PD and similar drives that probe as CD devices.
|
|
|
|
Note that change affects only random-access writeable devices, not
|
|
|
|
sequential-only writeable devices such as CD-R drives, which are
|
2001-01-30 16:18:56 +00:00
|
|
|
supported by cdrecord. [MERGED]
|
2000-10-30 21:43:27 +00:00
|
|
|
|
New release notes: CMI8338/8738, CS4281 sound driver, ISO-9660 Unicode,
ida crashdumps, login exports PAM environment variables, wall -g,
make.conf CPUTYPE, CVS_RSH default now ssh.
Updated release notes: ahc(4) updates, ICMP and TCP RSTs, random(4),
MFCs noted: rc.syscons.
2001-03-01 22:11:00 +00:00
|
|
|
The ISO-9660 filesystem now has a hook that supports a loadable
|
|
|
|
character conversion routine. The sysutils/cd9660_unicode port
|
|
|
|
contains a set of common conversions. [MERGED]
|
|
|
|
|
New release notes: Thread supports under Linux emulation on alpha,
an(4)/ancontrol(8) WEP, ng_one2many(4), softupdates bugfixes/
enhancements, OpenSSH agent/X forwarding bug fixed, ssh(1) no longer
SUID root, OpenSSL->0.9.6, binutils->2.10.1, lastlogin(1),
newfs(1) write combining (+MFC), config(8) buffer overflows fixed,
pcm(4) drivers compiled into GENERIC by default.
Other MFCs: Write combining for crash dumps.
Delete a duplicated note on mergemaster(8).
2000-11-23 01:22:59 +00:00
|
|
|
The an(4) driver for Cisco Aironet cards now supports Wired Equivalent
|
2000-12-28 22:11:22 +00:00
|
|
|
Privacy (WEP) encryption, settable via ancontrol(8). [MERGED]
|
New release notes: Thread supports under Linux emulation on alpha,
an(4)/ancontrol(8) WEP, ng_one2many(4), softupdates bugfixes/
enhancements, OpenSSH agent/X forwarding bug fixed, ssh(1) no longer
SUID root, OpenSSL->0.9.6, binutils->2.10.1, lastlogin(1),
newfs(1) write combining (+MFC), config(8) buffer overflows fixed,
pcm(4) drivers compiled into GENERIC by default.
Other MFCs: Write combining for crash dumps.
Delete a duplicated note on mergemaster(8).
2000-11-23 01:22:59 +00:00
|
|
|
|
|
|
|
The pcm(4) audio driver is now compiled into the GENERIC kernel by
|
|
|
|
default.
|
|
|
|
|
2000-12-11 04:50:21 +00:00
|
|
|
The pccard driver and pccardc(8) now support multiple "beep types"
|
|
|
|
upon card insertion and removal. [MERGED]
|
|
|
|
|
2000-12-29 19:34:46 +00:00
|
|
|
The spic(4) driver, which provides access to the jog dial device on
|
|
|
|
some Sony laptops, has been added.
|
|
|
|
|
|
|
|
A new netgraph node type ng_one2many(4) for multiplexing and
|
|
|
|
demultiplexing packets over multiple links has been added. [MERGED]
|
|
|
|
|
New release notes: spic(4), netgrph(4) updates, sbuf(9), el(4) now
a module, Kerberos IV fixes, telnet(1) environment fixes, procfs(4)
security fixes, better sysinstall defaults, gcc->2.96, fsck_ffs SIGINFO,
lpr(1)/lpd(8)/syslogd(8)/logger(1) now IPv6-capable.
2000-12-18 23:15:34 +00:00
|
|
|
A number of cleanups and enhancements have been applied to the PCI
|
|
|
|
subsystem. /usr/share/misc/pci_vendors now contains a vendor/device
|
|
|
|
database, which can be used by pciconf(8).
|
|
|
|
|
|
|
|
netgraph(4) has received some updates.
|
|
|
|
|
|
|
|
sbufs, null-terminated string data structures, and their associated
|
|
|
|
support routines, have been added to the kernel. Details are in
|
|
|
|
sbuf(9).
|
|
|
|
|
|
|
|
The el(4) driver can now be loaded as a module.
|
2000-12-11 04:50:21 +00:00
|
|
|
|
2001-02-12 18:04:20 +00:00
|
|
|
The vinum(4) volume manager has received some bug fixes and enhancements.
|
2000-12-28 22:11:22 +00:00
|
|
|
|
|
|
|
ICMP ECHO and TSTAMP replies are now rate limited. TCP RSTs generated
|
|
|
|
due to packets sent to open and unopen ports are now limited by
|
2001-02-06 10:39:38 +00:00
|
|
|
separate counters. Each rate limiting queue now has its own
|
2000-12-28 22:11:22 +00:00
|
|
|
description.
|
|
|
|
|
New release notes: CMI8338/8738, CS4281 sound driver, ISO-9660 Unicode,
ida crashdumps, login exports PAM environment variables, wall -g,
make.conf CPUTYPE, CVS_RSH default now ssh.
Updated release notes: ahc(4) updates, ICMP and TCP RSTs, random(4),
MFCs noted: rc.syscons.
2001-03-01 22:11:00 +00:00
|
|
|
ICMP UNREACH_FILTER_PROHIB messages can now RST TCP connections in the
|
|
|
|
SYN_SENT state if the correct sequence numbers are sent back, as
|
|
|
|
controlled by the net.inet.tcp.icmp_may_rst sysctl. [MERGED]
|
2000-12-28 22:11:22 +00:00
|
|
|
|
2001-02-27 15:04:50 +00:00
|
|
|
TCP has received some bug fixes for its delayed ACK behavior. [MERGED]
|
|
|
|
|
2001-03-02 23:02:10 +00:00
|
|
|
TCP now supports the NewReno modification to the TCP Fast Recovery
|
|
|
|
algorithm. This behavior can be controlled via the
|
|
|
|
net.inet.tcp.newreno sysctl variable. [MERGED]
|
|
|
|
|
|
|
|
TCP now uses a more aggressive timeout for initial SYN segments; this
|
|
|
|
allows initial connection attempts to be dropped much faster. [MERGED]
|
|
|
|
|
2001-04-24 22:47:34 +00:00
|
|
|
The TCP_COMPAT_42 kernel option has been removed.
|
|
|
|
|
2001-03-02 23:02:10 +00:00
|
|
|
A new sysctl net.inet.ip.check_interface, which is on by default,
|
|
|
|
causes IP to verify that an incoming packet arrives on an interface
|
|
|
|
that has an address matching the packet's destination address. [MERGED]
|
|
|
|
|
2000-12-28 22:11:22 +00:00
|
|
|
PECOFF (WIN32 Execution file format) support has been added.
|
|
|
|
|
|
|
|
kernfs(5) is obsolete and has been retired.
|
|
|
|
|
2001-01-03 20:03:53 +00:00
|
|
|
md(4), the memory disk device, has had the functionality of vn(4)
|
|
|
|
incorporated into it. md(4) devices can now be configured by
|
2001-03-29 17:11:58 +00:00
|
|
|
mdconfig(8). vn(4) has been removed.
|
2001-01-03 20:03:53 +00:00
|
|
|
|
|
|
|
The ray(4) driver, which supports the Webgear Aviator wireless network
|
|
|
|
cards, has been committed. The operation of ray(4) interfaces can be
|
|
|
|
modified by raycontrol(8). [MERGED]
|
|
|
|
|
2001-01-18 19:25:40 +00:00
|
|
|
Linksys Fast Ethernet PCCARD cards supported by the ed(4) driver now
|
New release notes: Linksys Fast Ethernet cards and ed(4) driver flags,
new API for hardware volume control, VESA S3 framebuffer driver, logging
of wrong-interface ARP replies sysctl, NFS client bug fixed, BurnProof(TM)
for ATAPI drives, IPFW works with ECN bits, ihfc(4), itjc(4),
<sys/selinfo.h>, pthread_* strong references, unified libgcc, SSH bug
with X11 forwarding fixed, syslogd(8) and LOG_CONSOLE, rpcgen use of
/usr/bin/cpp, rc.syscons, burncd(8) -m and -l, dmesg(a).
MFCs noted: aac(4), OpenSSH 2.3.0.
2001-01-12 23:01:15 +00:00
|
|
|
require the addition of flag 0x80000 to their config line in
|
|
|
|
pccard.conf(5). This flag is not optional. These Linksys cards will
|
2001-01-18 19:25:40 +00:00
|
|
|
not be recognized without it. [MERGED]
|
New release notes: Linksys Fast Ethernet cards and ed(4) driver flags,
new API for hardware volume control, VESA S3 framebuffer driver, logging
of wrong-interface ARP replies sysctl, NFS client bug fixed, BurnProof(TM)
for ATAPI drives, IPFW works with ECN bits, ihfc(4), itjc(4),
<sys/selinfo.h>, pthread_* strong references, unified libgcc, SSH bug
with X11 forwarding fixed, syslogd(8) and LOG_CONSOLE, rpcgen use of
/usr/bin/cpp, rc.syscons, burncd(8) -m and -l, dmesg(a).
MFCs noted: aac(4), OpenSSH 2.3.0.
2001-01-12 23:01:15 +00:00
|
|
|
|
|
|
|
A new API has been added for sound cards with hardware volume
|
|
|
|
control.
|
|
|
|
|
|
|
|
The VESA S3 linear framebuffer driver has been added.
|
|
|
|
|
|
|
|
A new sysctl 'net.link.ether.inet.log_arp_wrong_iface' to controls the
|
2001-02-13 22:36:00 +00:00
|
|
|
suppression of logging when ARP replies arrive on the wrong
|
New release notes: Linksys Fast Ethernet cards and ed(4) driver flags,
new API for hardware volume control, VESA S3 framebuffer driver, logging
of wrong-interface ARP replies sysctl, NFS client bug fixed, BurnProof(TM)
for ATAPI drives, IPFW works with ECN bits, ihfc(4), itjc(4),
<sys/selinfo.h>, pthread_* strong references, unified libgcc, SSH bug
with X11 forwarding fixed, syslogd(8) and LOG_CONSOLE, rpcgen use of
/usr/bin/cpp, rc.syscons, burncd(8) -m and -l, dmesg(a).
MFCs noted: aac(4), OpenSSH 2.3.0.
2001-01-12 23:01:15 +00:00
|
|
|
interface. [MERGED]
|
|
|
|
|
|
|
|
A bug in the NFS client that caused bogus access times with
|
|
|
|
O_EXCL|O_CREAT opens was fixed. [MERGED]
|
|
|
|
|
2001-04-24 22:47:34 +00:00
|
|
|
Client-side NFS locks have been implemented.
|
|
|
|
|
2001-01-18 17:25:34 +00:00
|
|
|
Support for the 80386 processor has been removed from the GENERIC
|
|
|
|
kernel, as this code seriously pessimizes performance on other ia32
|
|
|
|
processors.
|
|
|
|
|
|
|
|
The I386_CPU kernel option to support the 80386 processor is now mutually
|
|
|
|
exclusive with support for other ia32 processors; this should slightly
|
|
|
|
improve performance on the 80386 due to the elimination of runtime
|
|
|
|
processor type checks.
|
|
|
|
|
|
|
|
Custom kernels that will run on the 80386 can still be built by changing
|
|
|
|
the cpu options in the kernel configuration file to only include I386_CPU.
|
New release notes: Linksys Fast Ethernet cards and ed(4) driver flags,
new API for hardware volume control, VESA S3 framebuffer driver, logging
of wrong-interface ARP replies sysctl, NFS client bug fixed, BurnProof(TM)
for ATAPI drives, IPFW works with ECN bits, ihfc(4), itjc(4),
<sys/selinfo.h>, pthread_* strong references, unified libgcc, SSH bug
with X11 forwarding fixed, syslogd(8) and LOG_CONSOLE, rpcgen use of
/usr/bin/cpp, rc.syscons, burncd(8) -m and -l, dmesg(a).
MFCs noted: aac(4), OpenSSH 2.3.0.
2001-01-12 23:01:15 +00:00
|
|
|
|
2001-01-18 19:25:40 +00:00
|
|
|
Condition variables have now been implemented in the FreeBSD kernel.
|
|
|
|
See condvar(9) for more details.
|
|
|
|
|
2001-01-26 19:06:00 +00:00
|
|
|
The "make buildkernel" target now gets the name of the
|
|
|
|
configuration(s) to build from the KERNCONF variable, not KERNEL. It
|
|
|
|
is no longer required, in some cases, for a "buildworld" to precede a
|
|
|
|
"buildkernel". (The buildworld is still required when upgrading across
|
|
|
|
major releases, across binutil upgrades and when config changes
|
|
|
|
version.)
|
|
|
|
|
2001-02-13 22:36:00 +00:00
|
|
|
bridge(4) and dummynet(4) have received some enhancements and bug fixes.
|
2001-01-30 16:18:56 +00:00
|
|
|
|
2001-02-21 21:57:49 +00:00
|
|
|
ipfw(8) has a new feature ("me") that allows for packet matching on
|
|
|
|
interfaces with dynamically-changing IP addresses. [MERGED]
|
2001-02-13 19:27:39 +00:00
|
|
|
|
|
|
|
The isp(4) driver has been updated. [MERGED]
|
|
|
|
|
2001-04-05 18:12:50 +00:00
|
|
|
The isp(4) driver now supports target mode for Qlogic SCSI cards,
|
|
|
|
including Ultra2 and Ultra3 and dual bus cards.
|
|
|
|
|
New release notes: CMI8338/8738, CS4281 sound driver, ISO-9660 Unicode,
ida crashdumps, login exports PAM environment variables, wall -g,
make.conf CPUTYPE, CVS_RSH default now ssh.
Updated release notes: ahc(4) updates, ICMP and TCP RSTs, random(4),
MFCs noted: rc.syscons.
2001-03-01 22:11:00 +00:00
|
|
|
The ida disk driver now has crashdump support. [MERGED]
|
|
|
|
|
|
|
|
The random(4) device has been rewritten to use the Yarrow algorithm.
|
|
|
|
It harvests entropy from a variety of interrupt sources, including the
|
|
|
|
console devices, Ethernet and point-to-point network interfaces, and
|
|
|
|
mass-storage devices. Entropy from the random(4) device is now
|
|
|
|
periodically saved to files in /var/db/entropy.
|
|
|
|
|
2001-03-20 23:41:44 +00:00
|
|
|
The fxp(4) driver now requires a "device miibus" entry in the kernel
|
2001-05-14 21:58:49 +00:00
|
|
|
configuration file. [MERGED]
|
2001-03-20 23:41:44 +00:00
|
|
|
|
2001-03-21 19:04:31 +00:00
|
|
|
A new NFS hash function (based on the Fowler/Noll/Vo hash algorithm)
|
|
|
|
has been implemented to improve NFS performance by increasing the
|
|
|
|
efficiency of the nfsnode hash tables. [MERGED]
|
|
|
|
|
|
|
|
The syscons(4) driver now supports keyboard-controlled pasting, by
|
|
|
|
default bound to Shift-Insert.
|
|
|
|
|
2001-03-27 21:17:18 +00:00
|
|
|
Support for file system Access Control Lists (ACLs) has been
|
|
|
|
introduced, allowing more fine-grained control of discretionary access
|
|
|
|
control on files and directories. This support was integrated from
|
2001-04-03 21:59:48 +00:00
|
|
|
the TrustedBSD Project. More details can be found in
|
|
|
|
/usr/src/sys/ufs/ufs/README.acls.
|
2001-03-27 21:17:18 +00:00
|
|
|
|
2001-03-29 17:11:58 +00:00
|
|
|
The CAM error recovery code has been updated.
|
|
|
|
|
2001-04-10 17:06:50 +00:00
|
|
|
The directory layout preference algorithm for FFS has been changed to
|
|
|
|
improve its speed on large filesystems.
|
|
|
|
|
2001-04-13 16:11:20 +00:00
|
|
|
The wx(4) driver now supports the Intel PRO1000-F and PRO1000-T
|
2001-04-27 22:25:15 +00:00
|
|
|
(10/100/1000) adapters. [MERGED]
|
2001-04-13 16:11:20 +00:00
|
|
|
|
2001-04-24 22:47:34 +00:00
|
|
|
The labpc(4) driver has been removed due to bitrot.
|
|
|
|
|
|
|
|
A new kernel option, "options REGRESSION", enables interfaces and
|
|
|
|
functionality intended for use during correctness and regression
|
|
|
|
testing.
|
|
|
|
|
2001-04-26 20:57:25 +00:00
|
|
|
smbfs (CIFS) support in kernel has been added.
|
|
|
|
|
2001-05-11 19:56:39 +00:00
|
|
|
Added support for PCI Gigabit Ethernet adapters based on the National
|
|
|
|
Semiconductor DP83820 and DP83821 gigabit ethernet controller chips,
|
|
|
|
including the D-Link DGE-500T, SMC EZ Card 1000 (SMC9462TX),
|
|
|
|
Asante FriendlyNet GigaNIC 1000TA and 1000TPC and Addtron AEG320T.
|
2000-10-24 17:59:28 +00:00
|
|
|
|
2001-05-17 18:32:18 +00:00
|
|
|
The USER_LDT kernel option is now activated by default.
|
|
|
|
|
2001-05-18 00:14:21 +00:00
|
|
|
A new ddb command "show pcpu" lists some of the per-CPU data.
|
|
|
|
|
|
|
|
A new digi(4) driver has been added to support PCI Xr-based and ISA
|
|
|
|
Xem Digiboard cards. A new digictl program is (mainly) used to
|
|
|
|
re-initialise cards that have external port modules attached such as
|
|
|
|
the PC/Xem.
|
|
|
|
|
2001-05-17 18:32:18 +00:00
|
|
|
|
1998-10-14 08:54:03 +00:00
|
|
|
1.2. SECURITY FIXES
|
|
|
|
-------------------
|
1999-09-04 17:37:02 +00:00
|
|
|
|
2000-10-06 18:17:03 +00:00
|
|
|
sysinstall(8) now allows the user to select one of three "security
|
|
|
|
profiles" at install-time. These profiles enable different levels of
|
|
|
|
system security by enabling or disabling various system services in
|
|
|
|
rc.conf(5) on new installs. [MERGED]
|
|
|
|
|
2001-01-26 20:24:39 +00:00
|
|
|
A bug in which malformed ELF executable images can hang the system has
|
|
|
|
been fixed (see security advisory FreeBSD-SA-00:41). [MERGED]
|
|
|
|
|
2000-11-13 05:19:22 +00:00
|
|
|
A security hole in Linux emulation was fixed (see security advisory
|
|
|
|
FreeBSD-SA-00:42). [MERGED]
|
|
|
|
|
2000-10-04 17:47:01 +00:00
|
|
|
rlogind(8), rshd(8), and fingerd(8) are now disabled by default in
|
|
|
|
/etc/inetd.conf. This only affects new installations. [MERGED]
|
|
|
|
|
2000-10-06 22:15:06 +00:00
|
|
|
String-handling library calls in many programs were fixed to reduce the
|
2000-10-06 22:07:09 +00:00
|
|
|
possibility of buffer overflow-related exploits. [MERGED]
|
|
|
|
|
2001-02-12 17:34:32 +00:00
|
|
|
TCP now uses stronger randomness in choosing its initial sequence
|
2000-10-06 22:07:09 +00:00
|
|
|
numbers (see security advisory FreeBSD-SA-00:52). [MERGED]
|
|
|
|
|
2000-11-13 05:19:22 +00:00
|
|
|
Several buffer overflows in tcpdump(1) were corrected (see security
|
|
|
|
advisory FreeBSD-SA-00:61). [MERGED]
|
|
|
|
|
|
|
|
A security hole in top(1) was corrected (see security advisory
|
|
|
|
FreeBSD-SA-00:62). [MERGED]
|
|
|
|
|
|
|
|
A potential security hole caused by an off-by-one-error in
|
|
|
|
gethostbyname(3) has been fixed (see security advisory
|
|
|
|
FreeBSD-SA-00:63). [MERGED]
|
|
|
|
|
2000-11-17 17:48:40 +00:00
|
|
|
A potential buffer overflow in the ncurses(3X) library, which could
|
|
|
|
cause arbitrary code to be run from within systat(1), has been corrected
|
|
|
|
(see security advisory FreeBSD-SA-00:68). [MERGED]
|
|
|
|
|
|
|
|
A vulnerability in telnetd(8) that could cause it to consume large
|
|
|
|
amounts of server resources has been fixed (see security advisory
|
|
|
|
FreeBSD-SA-00:69). [MERGED]
|
|
|
|
|
|
|
|
The "nat deny_incoming" command in ppp(8) now works correctly (see
|
|
|
|
security advisory FreeBSD-SA-00:70). [MERGED]
|
|
|
|
|
2001-01-26 20:24:39 +00:00
|
|
|
A vulnerability in csh(1)/tcsh(1) temporary files that could allow
|
2001-02-12 18:04:20 +00:00
|
|
|
overwriting of arbitrary user-writable files has been closed (see
|
2001-01-26 20:24:39 +00:00
|
|
|
security advisory FreeBSD-SA-00:76). [MERGED]
|
New release notes: Thread supports under Linux emulation on alpha,
an(4)/ancontrol(8) WEP, ng_one2many(4), softupdates bugfixes/
enhancements, OpenSSH agent/X forwarding bug fixed, ssh(1) no longer
SUID root, OpenSSL->0.9.6, binutils->2.10.1, lastlogin(1),
newfs(1) write combining (+MFC), config(8) buffer overflows fixed,
pcm(4) drivers compiled into GENERIC by default.
Other MFCs: Write combining for crash dumps.
Delete a duplicated note on mergemaster(8).
2000-11-23 01:22:59 +00:00
|
|
|
|
|
|
|
The ssh(1) binary is no longer SUID root by default.
|
|
|
|
|
New release notes: spic(4), netgrph(4) updates, sbuf(9), el(4) now
a module, Kerberos IV fixes, telnet(1) environment fixes, procfs(4)
security fixes, better sysinstall defaults, gcc->2.96, fsck_ffs SIGINFO,
lpr(1)/lpd(8)/syslogd(8)/logger(1) now IPv6-capable.
2000-12-18 23:15:34 +00:00
|
|
|
Some fixes were applied to the Kerberos IV implementation related to
|
|
|
|
environment variables, a possible buffer overrun, and overwriting
|
|
|
|
ticket files. [MERGED]
|
|
|
|
|
|
|
|
telnet(1) now does a better job of sanitizing its environment. [MERGED]
|
|
|
|
|
|
|
|
Several vulnerabilities in procfs(4) were fixed (see security advisory
|
2001-01-26 20:24:39 +00:00
|
|
|
FreeBSD-SA-00:77). [MERGED]
|
|
|
|
|
|
|
|
A bug in OpenSSH in which a server was unable to disable ssh-agent or
|
2001-02-12 17:34:32 +00:00
|
|
|
X11 forwarding was fixed (see security advisory FreeBSD-SA-01:01).
|
2001-01-26 20:24:39 +00:00
|
|
|
[MERGED]
|
|
|
|
|
|
|
|
A bug in ipfw(8) and ipfw6(8) in which inbound TCP segments could
|
|
|
|
incorrectly be treated as being part of an "established" connection
|
|
|
|
has been fixed (see security advisory FreeBSD-SA-01:08). [MERGED]
|
|
|
|
|
|
|
|
A bug in crontab(8) that could allow users to read any file on the
|
|
|
|
system in valid crontab(5) syntax has been fixed (see security
|
|
|
|
advisory FreeBSD-SA-01:09). [MERGED]
|
New release notes: spic(4), netgrph(4) updates, sbuf(9), el(4) now
a module, Kerberos IV fixes, telnet(1) environment fixes, procfs(4)
security fixes, better sysinstall defaults, gcc->2.96, fsck_ffs SIGINFO,
lpr(1)/lpd(8)/syslogd(8)/logger(1) now IPv6-capable.
2000-12-18 23:15:34 +00:00
|
|
|
|
2001-01-29 23:54:48 +00:00
|
|
|
A vulnerability in inetd(8) that could allow read-access to the
|
|
|
|
initial 16 bytes of wheel-accessible files has been fixed (see
|
|
|
|
security advisory FreeBSD-SA-01:11). [MERGED]
|
|
|
|
|
|
|
|
A bug in periodic(8) that used insecure temporary files has been
|
|
|
|
corrected (see security advisory FreeBSD-SA-01:12). [MERGED]
|
|
|
|
|
|
|
|
A bug in sort(1) in which an attacker might be able to cause it to
|
|
|
|
abort processing has been fixed (see security advisory
|
|
|
|
FreeBSD-SA-01:13). [MERGED]
|
|
|
|
|
|
|
|
To fix a remotely-exploitable buffer overflow, BIND has been updated
|
2001-02-02 17:02:05 +00:00
|
|
|
to 8.2.3 (see security advisory FreeBSD-SA-01:18). [MERGED]
|
2001-01-29 23:54:48 +00:00
|
|
|
|
2001-02-13 19:27:39 +00:00
|
|
|
OpenSSH now has code to prevent (instead of just mitigating through
|
|
|
|
connection limits) an attack that can lead to guessing the server key
|
|
|
|
(not host key) by regenerating the server key when an RSA failure is
|
|
|
|
detected (see security advisory FreeBSD-SA-01:24). [MERGED]
|
|
|
|
|
2001-02-21 21:57:49 +00:00
|
|
|
A number of programs have had output formatting strings corrected so
|
|
|
|
as to reduce the risk of vulnerabilities. [MERGED]
|
|
|
|
|
|
|
|
A number of programs that use temporary files now do so more
|
|
|
|
securely. [MERGED]
|
|
|
|
|
2001-02-27 15:04:50 +00:00
|
|
|
A bug in ICMP that could cause an attacker to disrupt TCP and UDP
|
|
|
|
"sessions" has been corrected. [MERGED]
|
|
|
|
|
2001-04-17 17:42:46 +00:00
|
|
|
A bug in timed(8), which caused it to crash if sent certain malformed
|
2001-03-19 20:23:53 +00:00
|
|
|
packets, has been corrected (see security advisory
|
|
|
|
FreeBSD-SA-01:28). [MERGED]
|
|
|
|
|
2001-04-17 17:42:46 +00:00
|
|
|
A bug in rwhod(8), which caused it to crash if sent certain malformed
|
2001-03-19 20:23:53 +00:00
|
|
|
packets, has been corrected (see security advisory
|
|
|
|
FreeBSD-SA-01:29). [MERGED]
|
|
|
|
|
2001-03-26 18:04:53 +00:00
|
|
|
A security hole in FreeBSD's FFS and EXT2FS implementations, which
|
|
|
|
allowed a race condition that could cause users to have unauthorized
|
|
|
|
access to data, has been fixed (see security advisory
|
|
|
|
FreeBSD-SA-01:30). [MERGED]
|
|
|
|
|
2001-04-13 16:11:20 +00:00
|
|
|
A remotely-exploitable vulnerability in ntpd(8) has been closed (see
|
|
|
|
security advisory FreeBSD-SA-01:31). [MERGED]
|
2001-04-05 01:36:39 +00:00
|
|
|
|
2001-04-17 19:22:07 +00:00
|
|
|
A security hole in IPFilter's fragment cache has been closed (see
|
|
|
|
security advisory FreeBSD-SA-01:32). [MERGED]
|
|
|
|
|
|
|
|
Buffer overflows in glob(3), which could cause arbitrary code to be
|
|
|
|
run on an FTP server, have been closed. In addition, to prevent some
|
|
|
|
forms of DOS attacks, glob(3) now allows specification of a limit on
|
|
|
|
the number of pathname matches it will return. ftpd(8) now uses this
|
|
|
|
feature (see security advisory FreeBSD-SA-01:33). [MERGED]
|
|
|
|
|
2001-04-18 22:48:04 +00:00
|
|
|
Initial sequence numbers in TCP are more thoroughly randomized, using
|
2001-05-02 21:47:36 +00:00
|
|
|
an algorithm obtained from OpenBSD (see security advisory
|
|
|
|
FreeBSD-SA-01:39). [MERGED]
|
2001-04-08 04:28:39 +00:00
|
|
|
|
2000-02-17 07:59:37 +00:00
|
|
|
|
1998-10-14 08:54:03 +00:00
|
|
|
1.3. USERLAND CHANGES
|
|
|
|
---------------------
|
1997-08-29 23:28:44 +00:00
|
|
|
|
2000-07-15 13:08:23 +00:00
|
|
|
cdcontrol(1) now supports a "cdid" command, which calculates and
|
|
|
|
displays the CD serial number, using the same algorithm used by the CDDB
|
2000-07-19 16:05:37 +00:00
|
|
|
database. [MERGED]
|
2000-07-15 13:08:23 +00:00
|
|
|
|
2000-05-16 17:13:59 +00:00
|
|
|
mtree(8) now includes support for a file listing pathnames to be excluded
|
|
|
|
when creating and verifying prototypes. This makes it easier to use
|
|
|
|
mtree as a part of an intrusion-detection system. [MERGED]
|
2000-03-10 18:59:03 +00:00
|
|
|
|
2000-11-29 07:03:36 +00:00
|
|
|
OpenSSL has been upgraded to 0.9.6. [MERGED]
|
2000-06-09 08:19:44 +00:00
|
|
|
|
2001-02-21 21:57:49 +00:00
|
|
|
OpenSSL now has support for machine-dependent ASM optimizations,
|
2001-03-19 20:23:53 +00:00
|
|
|
activated by the new MACHINE_CPU Makefile variable. [MERGED]
|
2001-02-21 21:57:49 +00:00
|
|
|
|
2000-07-14 05:47:08 +00:00
|
|
|
The OPIE one-time-password suite has been updated to 2.32. [MERGED]
|
2000-06-09 08:19:44 +00:00
|
|
|
|
|
|
|
OpenSSH has been upgraded to 2.1.0, which provides support for the
|
|
|
|
SSH2 protocol, including DSA keys. Therefore, OpenSSH users in the US
|
|
|
|
no longer need to rely on the restrictively-licensed RSAREF toolkit
|
|
|
|
which is required to handle RSA keys. OpenSSH 2.1 interoperates well
|
|
|
|
with other SSH2 clients and servers, including the ssh2 port. See
|
2000-07-14 05:47:08 +00:00
|
|
|
http://www.openssh.com for more details. [MERGED]
|
2000-06-09 08:19:44 +00:00
|
|
|
|
|
|
|
OpenSSH can now authenticate using OPIE passwords in SSH1 mode.
|
2000-07-14 05:47:08 +00:00
|
|
|
Support is not yet available in SSH2 mode. [MERGED]
|
|
|
|
|
2000-09-11 18:18:57 +00:00
|
|
|
OpenSSH has been upgraded to 2.2.0. ssh-add(1) and ssh-agent(1) can now
|
|
|
|
handle DSA keys. An sftp server interoperable with ssh.com clients
|
|
|
|
and others has been added. scp(1) can now handle files >2GB.
|
|
|
|
Interoperability with other ssh2 clients/servers has been improved. A
|
|
|
|
new feature to limit the number of outstanding unauthenticated ssh
|
2000-10-30 21:43:27 +00:00
|
|
|
connections in sshd has been added. [MERGED]
|
2000-09-11 18:18:57 +00:00
|
|
|
|
2000-12-11 04:50:21 +00:00
|
|
|
OpenSSH has been upgraded to 2.3.0. This version adds support for the
|
New release notes: Linksys Fast Ethernet cards and ed(4) driver flags,
new API for hardware volume control, VESA S3 framebuffer driver, logging
of wrong-interface ARP replies sysctl, NFS client bug fixed, BurnProof(TM)
for ATAPI drives, IPFW works with ECN bits, ihfc(4), itjc(4),
<sys/selinfo.h>, pthread_* strong references, unified libgcc, SSH bug
with X11 forwarding fixed, syslogd(8) and LOG_CONSOLE, rpcgen use of
/usr/bin/cpp, rc.syscons, burncd(8) -m and -l, dmesg(a).
MFCs noted: aac(4), OpenSSH 2.3.0.
2001-01-12 23:01:15 +00:00
|
|
|
Rijndael encryption algorithm. [MERGED]
|
2000-12-11 04:50:21 +00:00
|
|
|
|
|
|
|
PAM support for OpenSSH has been added.
|
|
|
|
|
New release notes: Linksys Fast Ethernet cards and ed(4) driver flags,
new API for hardware volume control, VESA S3 framebuffer driver, logging
of wrong-interface ARP replies sysctl, NFS client bug fixed, BurnProof(TM)
for ATAPI drives, IPFW works with ECN bits, ihfc(4), itjc(4),
<sys/selinfo.h>, pthread_* strong references, unified libgcc, SSH bug
with X11 forwarding fixed, syslogd(8) and LOG_CONSOLE, rpcgen use of
/usr/bin/cpp, rc.syscons, burncd(8) -m and -l, dmesg(a).
MFCs noted: aac(4), OpenSSH 2.3.0.
2001-01-12 23:01:15 +00:00
|
|
|
A long-standing bug in SSH, which sometimes resulted in a dropped
|
|
|
|
session when an X11-forwarded client was closed, was fixed.
|
|
|
|
|
2001-03-20 06:08:45 +00:00
|
|
|
Kerberos compatability has been added to OpenSSH. [MERGED]
|
|
|
|
|
2001-03-22 02:40:50 +00:00
|
|
|
OpenSSH has been modified to be more resistant to traffic analysis by
|
|
|
|
requiring that "non-echoed" characters are still echoed back in a null
|
|
|
|
packet, as well as by padding passwords sent so as not to hint at
|
|
|
|
password lengths. [MERGED]
|
|
|
|
|
2001-05-04 20:06:44 +00:00
|
|
|
OpenSSH now has a "VersionAddendum" configuration setting for sshd(8)
|
|
|
|
to allow changing the part of the OpenSSH version string after the
|
|
|
|
main version number.
|
|
|
|
|
|
|
|
OpenSSH has been updated to version 2.9, which adds two new programs,
|
|
|
|
sftp(1) and ssh-keyscan(1). Among the various enhancements: The
|
|
|
|
default protocol is now v2, rekeying of existing SSH sessions is now
|
|
|
|
supported, and an experimental SOCKS4 proxy has been added to the
|
|
|
|
ssh(1) client.
|
|
|
|
|
2000-07-14 05:47:08 +00:00
|
|
|
Support for USB devices was added to the GENERIC kernel and to the
|
|
|
|
installation programs to support USB devices out of the box. Note that
|
|
|
|
an AT keyboard must still be used during the initial install, but it
|
|
|
|
should work fine afterwards. [MERGED]
|
|
|
|
|
|
|
|
The entire i386 bootstrap was revamped to support automatic detection and
|
|
|
|
use of the Enhanced Disk Drive BIOS extensions to support booting beyond
|
|
|
|
the 1023rd cylinder. As part of this change, the FreeBSD boot manager
|
|
|
|
(boot0) was increased from 1 sector in size (512 bytes), to 2 sectors in
|
|
|
|
length (1024 bytes). As a result, several userland changes were made to
|
|
|
|
cope with MBR boot loaders of varying sizes. [MERGED]
|
2000-03-08 09:04:06 +00:00
|
|
|
|
2000-07-19 00:05:59 +00:00
|
|
|
The csh(1) shell has been replaced by tcsh(1), although it can still
|
2001-03-19 20:23:53 +00:00
|
|
|
be run as csh(1). tcsh has been updated to version 6.10. [MERGED]
|
2000-07-19 00:05:59 +00:00
|
|
|
|
|
|
|
The more(1) command has been replaced by less(1), although it can still
|
|
|
|
be run as more(1). [MERGED]
|
|
|
|
|
|
|
|
ls(1) can produce colorized listings with the -G flag (and appropriate
|
|
|
|
terminal support). [MERGED]
|
|
|
|
|
2000-07-27 23:29:22 +00:00
|
|
|
libalias(3) and natd(8) now support RFC 2391 (Load Sharing using IP
|
|
|
|
Network Address Translation), as well as new translation options.
|
|
|
|
[MERGED]
|
|
|
|
|
|
|
|
FreeBSD can now be installed over an IPv6-only network. [MERGED]
|
|
|
|
|
2001-02-28 01:51:13 +00:00
|
|
|
sendmail upgraded from version 8.9.3 to version 8.11.3. Important changes
|
2000-08-12 22:39:25 +00:00
|
|
|
include: new default file locations (see
|
|
|
|
/usr/src/contrib/sendmail/cf/README); newaliases is limited to root and
|
2000-10-10 18:17:29 +00:00
|
|
|
trusted users; STARTTLS encryption; and the MSA port (587) is turned on by
|
|
|
|
default. See /usr/src/contrib/sendmail/RELEASE_NOTES for more
|
|
|
|
information. [MERGED]
|
|
|
|
|
|
|
|
mail.local(8) is no longer installed as a set-user-id binary. If you are
|
|
|
|
using a /etc/mail/sendmail.cf from the default sendmail.cf included with
|
|
|
|
FreeBSD any time after 3.1.0, you are fine. If you are using a
|
|
|
|
hand-configured sendmail.cf and mail.local for delivery, check to make sure
|
|
|
|
the F=S flag is set on the Mlocal line. Those with .mc files who need to
|
|
|
|
add the flag can do so by adding the following line to their your .mc file
|
|
|
|
and regenerating the sendmail.cf file:
|
|
|
|
MODIFY_MAILER_FLAGS(`LOCAL', `+S')dnl
|
2000-10-19 21:54:37 +00:00
|
|
|
Note that FEATURE(`local_lmtp') already does this. [MERGED]
|
2000-10-10 18:17:29 +00:00
|
|
|
|
2000-10-19 21:54:37 +00:00
|
|
|
The default /etc/mail/sendmail.cf disables the SMTP EXPN and VRFY
|
|
|
|
commands. [MERGED]
|
2000-10-10 18:17:29 +00:00
|
|
|
|
2000-10-19 21:54:37 +00:00
|
|
|
vacation(1) has been updated to use the version included with
|
|
|
|
sendmail. [MERGED]
|
2000-10-10 18:17:29 +00:00
|
|
|
|
|
|
|
The sendmail(8) configuration building tools are installed in
|
2000-10-19 21:54:37 +00:00
|
|
|
/usr/share/sendmail/cf/. [MERGED]
|
2000-08-12 22:39:25 +00:00
|
|
|
|
2001-02-28 01:49:57 +00:00
|
|
|
New make.conf options: SENDMAIL_MC and SENDMAIL_ADDITIONAL_MC. See
|
|
|
|
/etc/defaults/make.conf for more information. [MERGED]
|
|
|
|
|
|
|
|
The Makefile in /etc/mail now supports: the new SENDMAIL_MC make.conf
|
|
|
|
option; the ability to build .cf files from .mc files; generalized map
|
|
|
|
rebuilding; rebuilding the aliases file; and the ability to stop, start,
|
|
|
|
and restart sendmail. [MERGED]
|
|
|
|
|
2001-02-21 21:57:49 +00:00
|
|
|
sysinstall(8) now properly preserves /etc/mail during a binary
|
|
|
|
upgrade. [MERGED]
|
|
|
|
|
2000-08-15 18:05:05 +00:00
|
|
|
awk has been upgraded from gawk-3.0.4 to gawk-3.0.6. This fixes a number
|
2001-01-24 17:58:17 +00:00
|
|
|
of non-critical bugs and includes a few performance tweaks. [MERGED]
|
2000-08-15 18:05:05 +00:00
|
|
|
|
2000-09-01 16:39:02 +00:00
|
|
|
routed(8) has been updated to version 2.22. [MERGED]
|
Make the following additional entries to RELNOTES.TXT files:
alpha: tap driver, accept_filters, ata support for ATA100,
routed update to 2.22, truncate(1), syslogd(8) -n option, kenv(1),
periodic(8) controlled by periodic.conf, logger(1) support for
remote syslogs.
i386: tap driver, accept_filters, ata support for ATA100,
routed update to 2.22, truncate(1), syslogd(8) -n option, kenv(1),
periodic(8) controlled by periodic.conf, boot98cfg(8),
logger(1) support for remote syslogs.
PR: 20628
Submitted by: bmah@cisco.com (Bruce A. Mah)
Reviewed by: nik
2000-08-23 16:40:34 +00:00
|
|
|
|
|
|
|
The truncate(1) utility, which truncates or extends the length
|
|
|
|
of files, has been added. [MERGED]
|
|
|
|
|
|
|
|
syslogd(8) can take a -n option to disable DNS queries for every
|
|
|
|
request. [MERGED]
|
|
|
|
|
2001-02-12 17:34:32 +00:00
|
|
|
kenv(1), a command to dump the kernel environment, has been added.
|
Make the following additional entries to RELNOTES.TXT files:
alpha: tap driver, accept_filters, ata support for ATA100,
routed update to 2.22, truncate(1), syslogd(8) -n option, kenv(1),
periodic(8) controlled by periodic.conf, logger(1) support for
remote syslogs.
i386: tap driver, accept_filters, ata support for ATA100,
routed update to 2.22, truncate(1), syslogd(8) -n option, kenv(1),
periodic(8) controlled by periodic.conf, boot98cfg(8),
logger(1) support for remote syslogs.
PR: 20628
Submitted by: bmah@cisco.com (Bruce A. Mah)
Reviewed by: nik
2000-08-23 16:40:34 +00:00
|
|
|
[MERGED]
|
|
|
|
|
2000-09-06 20:19:30 +00:00
|
|
|
The behavior of periodic(8) is now controlled by /etc/defaults/periodic.conf
|
Make the following additional entries to RELNOTES.TXT files:
alpha: tap driver, accept_filters, ata support for ATA100,
routed update to 2.22, truncate(1), syslogd(8) -n option, kenv(1),
periodic(8) controlled by periodic.conf, logger(1) support for
remote syslogs.
i386: tap driver, accept_filters, ata support for ATA100,
routed update to 2.22, truncate(1), syslogd(8) -n option, kenv(1),
periodic(8) controlled by periodic.conf, boot98cfg(8),
logger(1) support for remote syslogs.
PR: 20628
Submitted by: bmah@cisco.com (Bruce A. Mah)
Reviewed by: nik
2000-08-23 16:40:34 +00:00
|
|
|
and /etc/periodic.conf. [MERGED]
|
|
|
|
|
|
|
|
boot98cfg(8), a PC-98 boot manager installation and configuration
|
2000-09-11 15:08:21 +00:00
|
|
|
utility, has been added. [MERGED]
|
Make the following additional entries to RELNOTES.TXT files:
alpha: tap driver, accept_filters, ata support for ATA100,
routed update to 2.22, truncate(1), syslogd(8) -n option, kenv(1),
periodic(8) controlled by periodic.conf, logger(1) support for
remote syslogs.
i386: tap driver, accept_filters, ata support for ATA100,
routed update to 2.22, truncate(1), syslogd(8) -n option, kenv(1),
periodic(8) controlled by periodic.conf, boot98cfg(8),
logger(1) support for remote syslogs.
PR: 20628
Submitted by: bmah@cisco.com (Bruce A. Mah)
Reviewed by: nik
2000-08-23 16:40:34 +00:00
|
|
|
|
|
|
|
logger(1) can now send messages directly to a remote syslog. [MERGED]
|
|
|
|
|
2000-08-22 12:39:52 +00:00
|
|
|
GDB now supports hardware watchpoints (using the kernel's debug register
|
|
|
|
support that has been introduced in FreeBSD 4.0). [MERGED]
|
|
|
|
|
2000-09-11 15:08:21 +00:00
|
|
|
which(1) is now a C program, rather than a Perl script.
|
|
|
|
|
|
|
|
killall(1) is now a C program, rather than a Perl script. As a
|
|
|
|
result, killall's -m option now uses the regular expression syntax of
|
|
|
|
regex(3), rather than that of perl(1). [MERGED]
|
2000-09-01 18:40:32 +00:00
|
|
|
|
2000-12-28 22:11:22 +00:00
|
|
|
killall(1) now allows non-root users to kill SUID root processes that
|
|
|
|
they started.
|
|
|
|
|
2000-09-01 18:40:32 +00:00
|
|
|
finger(1) now has the ability to support fingering aliases, via the
|
|
|
|
finger.conf(5) file. [MERGED]
|
|
|
|
|
New release notes: Linksys Fast Ethernet cards and ed(4) driver flags,
new API for hardware volume control, VESA S3 framebuffer driver, logging
of wrong-interface ARP replies sysctl, NFS client bug fixed, BurnProof(TM)
for ATAPI drives, IPFW works with ECN bits, ihfc(4), itjc(4),
<sys/selinfo.h>, pthread_* strong references, unified libgcc, SSH bug
with X11 forwarding fixed, syslogd(8) and LOG_CONSOLE, rpcgen use of
/usr/bin/cpp, rc.syscons, burncd(8) -m and -l, dmesg(a).
MFCs noted: aac(4), OpenSSH 2.3.0.
2001-01-12 23:01:15 +00:00
|
|
|
finger(1) now has support for a .pubkey file.
|
2001-01-03 20:03:53 +00:00
|
|
|
|
2000-09-06 19:36:39 +00:00
|
|
|
nsswitch support has been merged from NetBSD. By creating an
|
2001-02-12 17:34:32 +00:00
|
|
|
nsswitch.conf(5) file, FreeBSD can be configured so that various
|
|
|
|
databases such as passwd(5) and group(5) can be looked up using flat
|
2000-09-08 05:58:18 +00:00
|
|
|
files, NIS, or Hesiod. The old hosts.conf(5) file is no longer used.
|
2000-09-06 19:36:39 +00:00
|
|
|
|
2000-09-07 21:28:01 +00:00
|
|
|
sshd X11Forwarding is now turned on by default on server (any risk is
|
|
|
|
to the client, where it is already disabled by default).
|
|
|
|
|
|
|
|
RSA Security has waived all patent rights to the RSA algorithm (two
|
|
|
|
weeks before the patent was due to expire). As a result, the native
|
|
|
|
OpenSSL implementation of the RSA algorithm is now activated by
|
|
|
|
default, and the rsaref port and librsaUSA are no longer
|
|
|
|
required for USA residents. [MERGED]
|
|
|
|
|
2000-11-13 05:19:22 +00:00
|
|
|
sshd is now enabled by default on new installs. [MERGED]
|
2000-09-07 21:28:01 +00:00
|
|
|
|
2000-09-08 05:58:18 +00:00
|
|
|
perl has been updated to version 5.6.0.
|
|
|
|
|
2000-11-29 07:03:36 +00:00
|
|
|
Binutils have been upgraded to 2.10.1. [MERGED]
|
2000-09-11 18:18:57 +00:00
|
|
|
|
2001-04-11 16:23:58 +00:00
|
|
|
libreadline has been upgraded to 4.2.
|
2000-09-11 18:18:57 +00:00
|
|
|
|
2001-02-12 17:34:32 +00:00
|
|
|
The ifconfig(8) command can set the link-layer address of an interface.
|
2000-09-11 18:18:57 +00:00
|
|
|
[MERGED]
|
|
|
|
|
2001-05-12 04:19:26 +00:00
|
|
|
ifconfig(8) can now accept addresses in slash/CIDR notation. [MERGED]
|
2001-05-10 23:38:32 +00:00
|
|
|
|
2000-09-29 23:12:33 +00:00
|
|
|
setproctitle(3) has been moved from libutil to libc. [MERGED]
|
|
|
|
|
|
|
|
chio(1) now has the ability to specify elements by volume tag instead
|
|
|
|
of by their physical location as well as the ability to return an
|
2000-10-30 21:43:27 +00:00
|
|
|
element to its previous location. [MERGED]
|
2000-09-29 23:12:33 +00:00
|
|
|
|
|
|
|
sed(1) now takes a -E option for extended regular expression
|
|
|
|
support. [MERGED]
|
|
|
|
|
2001-01-13 01:53:23 +00:00
|
|
|
ln(1) now takes an -i option to request user confirmation before
|
2000-09-29 23:12:33 +00:00
|
|
|
overwriting an existing file. [MERGED]
|
|
|
|
|
2001-04-26 21:33:08 +00:00
|
|
|
ln(1) now takes a -h option to avoid following a target that is a
|
2001-05-10 23:38:32 +00:00
|
|
|
link, with a -n option for compatability with other implementations. [MERGED]
|
2001-04-26 21:33:08 +00:00
|
|
|
|
2000-09-29 23:12:33 +00:00
|
|
|
Version numbers of installed packages have a new (backward-compatible)
|
|
|
|
syntax, which supports the "PORTREVISION" and "PORTEPOCH" variables in
|
|
|
|
ports collection makefiles. These changes help keep track of changes
|
|
|
|
in the ports collection entries such as security patches or
|
|
|
|
FreeBSD-specific updates, which aren't reflected in the original,
|
|
|
|
third-party software distributions. pkg_version(1) can now compare
|
|
|
|
these new-style version numbers. [MERGED]
|
|
|
|
|
2001-04-03 21:59:48 +00:00
|
|
|
CVS has been updated to 1.11. [MERGED]
|
2000-10-02 16:08:58 +00:00
|
|
|
|
2001-04-03 21:59:48 +00:00
|
|
|
libpcap has been updated to 0.6.2.
|
|
|
|
|
|
|
|
tcpdump has been updated to 3.6.2.
|
2000-10-06 00:41:15 +00:00
|
|
|
|
2001-02-12 18:04:20 +00:00
|
|
|
User-land ppp(8) has received a number of updates and bug fixes. [MERGED]
|
2000-10-06 00:41:15 +00:00
|
|
|
|
2000-10-10 22:31:55 +00:00
|
|
|
To improve performance and disk utilization, the "ports skeletons" in
|
|
|
|
the FreeBSD Ports Collection have been restructured. Installed ports
|
|
|
|
and packages should not be affected. [MERGED]
|
|
|
|
|
|
|
|
make(1) has gained the :C/// (regexp substitution), :L (lowercase),
|
|
|
|
and :U (uppercase) variable modifiers. These were added to reduce the
|
2000-10-24 17:59:28 +00:00
|
|
|
differences between the FreeBSD and OpenBSD/NetBSD make programs. [MERGED]
|
2000-10-10 22:31:55 +00:00
|
|
|
|
2001-03-22 02:40:50 +00:00
|
|
|
Bugs in make(1), among which include broken null suffix behavior, bad
|
|
|
|
assumptions about current directory permissions, and potential buffer
|
|
|
|
overflows, have been fixed. [MERGED]
|
|
|
|
|
2000-10-13 14:31:01 +00:00
|
|
|
fsck wrappers have been imported; this feature provides infrastructure
|
|
|
|
for fsck(8) to work on different types of filesystems (analogous to
|
|
|
|
mount(8) and mount_*(8)).
|
|
|
|
|
2001-04-02 21:26:49 +00:00
|
|
|
The behavior of fsck(8) when dealing with various passes (a la
|
|
|
|
/etc/fstab) has been modified to accomodate multiple-disk filesystems.
|
|
|
|
|
2001-05-18 00:14:21 +00:00
|
|
|
ncurses has been updated to ncurses-5.2-20010512.
|
2000-10-13 14:31:01 +00:00
|
|
|
|
2001-02-21 21:57:49 +00:00
|
|
|
gperf has been updated to 2.7.2. [MERGED]
|
2000-10-13 14:31:01 +00:00
|
|
|
|
2000-10-24 17:59:28 +00:00
|
|
|
style.perl.7, a style guide for Perl code in the FreeBSD base system,
|
|
|
|
has been added.
|
|
|
|
|
2000-10-30 21:43:27 +00:00
|
|
|
The ISC library from the BIND distribution is now built as
|
|
|
|
libisc. [MERGED]
|
2000-10-25 21:04:09 +00:00
|
|
|
|
|
|
|
The "in use" percentage metric displayed by netstat(1) now really
|
|
|
|
reflects the percentage of network mbufs used. [MERGED]
|
|
|
|
|
2001-03-26 18:04:53 +00:00
|
|
|
netstat(1) now has a -W flag that tells it not to truncate addresses,
|
|
|
|
even if they're too long for the column they're printed in. [MERGED]
|
|
|
|
|
|
|
|
netstat(1) now keeps track of input and output packets on a
|
|
|
|
per-address basis for each interface. [MERGED]
|
|
|
|
|
|
|
|
sockstat(1) now has -c and -l flags for listing connected and
|
|
|
|
listening sockets, respectively. [MERGED]
|
|
|
|
|
2000-10-30 21:43:27 +00:00
|
|
|
mergemaster(8) has gained some new features, has been cleaned up
|
|
|
|
somewhat, and is now more cross-platform friendly.
|
|
|
|
|
2001-03-21 19:16:51 +00:00
|
|
|
mergemaster(8) now sources an /etc/mergemaster.rc file and also
|
|
|
|
prompts the user to run recommended commands (such as "newaliases") as
|
|
|
|
needed. [MERGED]
|
|
|
|
|
2000-10-31 22:01:32 +00:00
|
|
|
The compiler chain now uses the FSF-supplied C/C++ runtime
|
2001-02-06 12:05:58 +00:00
|
|
|
initialization code. This change brings about better compatibility
|
2000-10-31 22:01:32 +00:00
|
|
|
with code generated from the various egcs and gcc ports, as well as
|
|
|
|
the stock public FSF source. [MERGED]
|
|
|
|
|
2000-11-10 18:01:57 +00:00
|
|
|
The threads library has gained some signal handling changes, bug
|
|
|
|
fixes, and performance enhancements (including zero system call thread
|
|
|
|
switching). gdb(1) thread support has been updated to match these
|
|
|
|
changes. [MERGED]
|
|
|
|
|
|
|
|
chflags(1) has moved from /usr/bin to /bin.
|
|
|
|
|
|
|
|
Use of the CSMG_* macros no longer require inclusion of <sys/param.h>.
|
|
|
|
|
2000-11-13 05:19:22 +00:00
|
|
|
IP Filter is now supported by the rc.conf(5) boot-time configuration
|
|
|
|
and initialization. [MERGED]
|
|
|
|
|
New release notes: Thread supports under Linux emulation on alpha,
an(4)/ancontrol(8) WEP, ng_one2many(4), softupdates bugfixes/
enhancements, OpenSSH agent/X forwarding bug fixed, ssh(1) no longer
SUID root, OpenSSL->0.9.6, binutils->2.10.1, lastlogin(1),
newfs(1) write combining (+MFC), config(8) buffer overflows fixed,
pcm(4) drivers compiled into GENERIC by default.
Other MFCs: Write combining for crash dumps.
Delete a duplicated note on mergemaster(8).
2000-11-23 01:22:59 +00:00
|
|
|
The lastlogin(1) utility, which prints the last login time of each
|
2001-03-19 20:23:53 +00:00
|
|
|
user, has been imported from NetBSD. [MERGED]
|
New release notes: Thread supports under Linux emulation on alpha,
an(4)/ancontrol(8) WEP, ng_one2many(4), softupdates bugfixes/
enhancements, OpenSSH agent/X forwarding bug fixed, ssh(1) no longer
SUID root, OpenSSL->0.9.6, binutils->2.10.1, lastlogin(1),
newfs(1) write combining (+MFC), config(8) buffer overflows fixed,
pcm(4) drivers compiled into GENERIC by default.
Other MFCs: Write combining for crash dumps.
Delete a duplicated note on mergemaster(8).
2000-11-23 01:22:59 +00:00
|
|
|
|
2001-04-02 21:26:49 +00:00
|
|
|
newfs(8) now implements write combining, which can make creation of
|
New release notes: Thread supports under Linux emulation on alpha,
an(4)/ancontrol(8) WEP, ng_one2many(4), softupdates bugfixes/
enhancements, OpenSSH agent/X forwarding bug fixed, ssh(1) no longer
SUID root, OpenSSL->0.9.6, binutils->2.10.1, lastlogin(1),
newfs(1) write combining (+MFC), config(8) buffer overflows fixed,
pcm(4) drivers compiled into GENERIC by default.
Other MFCs: Write combining for crash dumps.
Delete a duplicated note on mergemaster(8).
2000-11-23 01:22:59 +00:00
|
|
|
new filesystems up to seven times faster. [MERGED]
|
|
|
|
|
2001-04-02 21:26:49 +00:00
|
|
|
newfs(8) now takes a -U option to enable softupdates on a new filesystem.
|
|
|
|
|
2001-04-03 21:59:48 +00:00
|
|
|
The default number of cylinders per group in newfs(8) is now 22, up from 16.
|
|
|
|
|
New release notes: Thread supports under Linux emulation on alpha,
an(4)/ancontrol(8) WEP, ng_one2many(4), softupdates bugfixes/
enhancements, OpenSSH agent/X forwarding bug fixed, ssh(1) no longer
SUID root, OpenSSL->0.9.6, binutils->2.10.1, lastlogin(1),
newfs(1) write combining (+MFC), config(8) buffer overflows fixed,
pcm(4) drivers compiled into GENERIC by default.
Other MFCs: Write combining for crash dumps.
Delete a duplicated note on mergemaster(8).
2000-11-23 01:22:59 +00:00
|
|
|
A number of buffer overflows in config(8) have been fixed. [MERGED]
|
|
|
|
|
2000-11-29 07:03:36 +00:00
|
|
|
pwd(1) can now double as realpath(1), a program to resolve pathnames
|
2001-01-24 17:58:17 +00:00
|
|
|
to their underlying physical paths. [MERGED]
|
2000-11-29 07:03:36 +00:00
|
|
|
|
2001-04-26 20:57:25 +00:00
|
|
|
file(1) has been contribify-ed, and updated to version 3.35.
|
2000-11-29 07:03:36 +00:00
|
|
|
|
|
|
|
stty(1) now has support for an "erase2" control character, so that
|
2001-03-20 06:08:45 +00:00
|
|
|
both "delete" and "backspace" can be used to erase characters. [MERGED]
|
2000-11-29 07:03:36 +00:00
|
|
|
|
2000-12-11 04:50:21 +00:00
|
|
|
The ibcs2(8), linux(8), osf1(8), and svr4(8) scripts, whose sole
|
|
|
|
purpose was to load emulation kernel modules, have been removed. The
|
|
|
|
kernel module system will automatically load them as needed to fulfill
|
|
|
|
dependencies.
|
|
|
|
|
|
|
|
top(1) will now use the full width of its tty.
|
|
|
|
|
|
|
|
groff(1) and its related utilities have been updated to FSF version
|
2001-04-17 19:22:07 +00:00
|
|
|
1.17. This import brings in a new mdoc(7) macro package, which
|
2001-04-26 20:57:25 +00:00
|
|
|
removes many of the limitations of its predecessor. [MERGED]
|
2000-12-11 04:50:21 +00:00
|
|
|
|
|
|
|
growfs(8), a utility for growing FFS filesystems, has been added.
|
|
|
|
ffsinfo(8), a utility for dump all the meta-information of an existing
|
|
|
|
filesystem, has also been added.
|
|
|
|
|
|
|
|
indent(1) has gained some new formatting options. [MERGED]
|
|
|
|
|
New release notes: spic(4), netgrph(4) updates, sbuf(9), el(4) now
a module, Kerberos IV fixes, telnet(1) environment fixes, procfs(4)
security fixes, better sysinstall defaults, gcc->2.96, fsck_ffs SIGINFO,
lpr(1)/lpd(8)/syslogd(8)/logger(1) now IPv6-capable.
2000-12-18 23:15:34 +00:00
|
|
|
sysinstall now uses some more intuitive defaults thanks to some new
|
|
|
|
dialog support functions. [MERGED]
|
|
|
|
|
2001-02-09 23:52:07 +00:00
|
|
|
The default root partition in sysinstall is now 100MB on the i386 and
|
2001-04-08 04:28:39 +00:00
|
|
|
120MB on the alpha.
|
2001-02-09 23:52:07 +00:00
|
|
|
|
2001-04-11 16:23:58 +00:00
|
|
|
gcc has been updated to 2.95.3. [MERGED]
|
New release notes: spic(4), netgrph(4) updates, sbuf(9), el(4) now
a module, Kerberos IV fixes, telnet(1) environment fixes, procfs(4)
security fixes, better sysinstall defaults, gcc->2.96, fsck_ffs SIGINFO,
lpr(1)/lpd(8)/syslogd(8)/logger(1) now IPv6-capable.
2000-12-18 23:15:34 +00:00
|
|
|
|
|
|
|
Shortly after the receipt of a SIGINFO signal (normally control-T from
|
|
|
|
the controlling tty), fsck_ffs will now output a line indicating the
|
|
|
|
current phase number and progress information relevant to the current
|
2001-01-24 17:58:17 +00:00
|
|
|
phase. [MERGED]
|
New release notes: spic(4), netgrph(4) updates, sbuf(9), el(4) now
a module, Kerberos IV fixes, telnet(1) environment fixes, procfs(4)
security fixes, better sysinstall defaults, gcc->2.96, fsck_ffs SIGINFO,
lpr(1)/lpd(8)/syslogd(8)/logger(1) now IPv6-capable.
2000-12-18 23:15:34 +00:00
|
|
|
|
2001-04-26 20:57:25 +00:00
|
|
|
fsck(8) and fsck_ffs(8) now support background filesystem checks to
|
|
|
|
mounted FFS filesystems with the -B option (softupdates must be
|
|
|
|
enabled on these filesystems). The -F flag now determines whether a
|
|
|
|
specified filesystem needs foreground checking.
|
|
|
|
|
|
|
|
fsck(8) now has support for foreground (-F) and background (-B)
|
|
|
|
checks. Traditionally, fsck(8) is invoked before the filesystems are
|
|
|
|
mounted and all checks are done to completion at that time. If
|
|
|
|
background checking is available, fsck(8) is invoked twice. It is
|
|
|
|
first invoked at the traditional time, before the filesystems are
|
|
|
|
mounted, with the -F flag to do checking on all the filesystems that
|
|
|
|
cannot do background checking. It is then invoked a second time,
|
|
|
|
after the system has completed going multiuser, with the -B flag to do
|
|
|
|
checking on all the filesystems that can do background checking.
|
|
|
|
Unlike the foreground checking, the background checking is started
|
|
|
|
asynchonously so that other system activity can proceed even on the
|
|
|
|
filesystems that are being checked.
|
2001-03-22 02:40:50 +00:00
|
|
|
|
New release notes: spic(4), netgrph(4) updates, sbuf(9), el(4) now
a module, Kerberos IV fixes, telnet(1) environment fixes, procfs(4)
security fixes, better sysinstall defaults, gcc->2.96, fsck_ffs SIGINFO,
lpr(1)/lpd(8)/syslogd(8)/logger(1) now IPv6-capable.
2000-12-18 23:15:34 +00:00
|
|
|
Catching up with most other network utilities in the base system,
|
2001-02-21 21:57:49 +00:00
|
|
|
lpr(1), lpd(8), syslogd(8), and logger(1) are now all IPv6-capable.
|
|
|
|
[MERGED]
|
New release notes: spic(4), netgrph(4) updates, sbuf(9), el(4) now
a module, Kerberos IV fixes, telnet(1) environment fixes, procfs(4)
security fixes, better sysinstall defaults, gcc->2.96, fsck_ffs SIGINFO,
lpr(1)/lpd(8)/syslogd(8)/logger(1) now IPv6-capable.
2000-12-18 23:15:34 +00:00
|
|
|
|
2000-12-28 22:11:22 +00:00
|
|
|
libdisk can now do install-time configuration of the i386 boot0 boot
|
|
|
|
loader. [MERGED]
|
|
|
|
|
|
|
|
rm(1) -v now displays the entire pathname of a file being
|
|
|
|
removed. [MERGED]
|
|
|
|
|
|
|
|
lpr(1), lpq(1), and lpd(8) have received a few minor
|
|
|
|
enhancements. [MERGED]
|
|
|
|
|
2000-12-29 19:34:46 +00:00
|
|
|
pkg_update(1), a utility to update installed packages and update their
|
2001-03-19 20:23:53 +00:00
|
|
|
dependencies, has been added. [MERGED]
|
2000-12-29 19:34:46 +00:00
|
|
|
|
2001-02-09 23:52:07 +00:00
|
|
|
pkg_info(1) now supports globbing against names of installed packages.
|
|
|
|
The -G option disables this behavior, and the -x option causes regular
|
2001-02-27 15:04:50 +00:00
|
|
|
expression matching instead of shell globbing. [MERGED]
|
2001-02-09 23:52:07 +00:00
|
|
|
|
2001-01-03 20:03:53 +00:00
|
|
|
If the first argument fo ancontrol(8) or wicontrol(8) doesn't start
|
|
|
|
with a "-", it is assumed to be an interface.
|
|
|
|
|
|
|
|
rdist(1) has been retired.
|
|
|
|
|
2001-03-19 20:23:53 +00:00
|
|
|
Kerberos IV has been updated to 1.0.5. [MERGED]
|
|
|
|
|
|
|
|
Heimdal has been updated to 0.3e. [MERGED]
|
2001-01-03 20:03:53 +00:00
|
|
|
|
|
|
|
ppp(8) has gained the tcpmssfixup option, which adjusts outgoing TCP
|
|
|
|
SYN packets so that the maximum receive segment size is no larger than
|
|
|
|
allowed by the interface MTU.
|
|
|
|
|
2001-01-03 23:43:33 +00:00
|
|
|
libcrypt and libdescrypt have been unified to provide a configurable
|
2001-01-03 20:44:11 +00:00
|
|
|
password authentication hash library. Both the md5 and des hash methods
|
|
|
|
are provided unless the des hash is specifically compiled out.
|
|
|
|
|
|
|
|
passwd(1) and pw(8) now select the passwd hash algorithm at run time. See
|
|
|
|
the "passwd_format" attribute in /etc/login.conf.
|
|
|
|
|
New release notes: Linksys Fast Ethernet cards and ed(4) driver flags,
new API for hardware volume control, VESA S3 framebuffer driver, logging
of wrong-interface ARP replies sysctl, NFS client bug fixed, BurnProof(TM)
for ATAPI drives, IPFW works with ECN bits, ihfc(4), itjc(4),
<sys/selinfo.h>, pthread_* strong references, unified libgcc, SSH bug
with X11 forwarding fixed, syslogd(8) and LOG_CONSOLE, rpcgen use of
/usr/bin/cpp, rc.syscons, burncd(8) -m and -l, dmesg(a).
MFCs noted: aac(4), OpenSSH 2.3.0.
2001-01-12 23:01:15 +00:00
|
|
|
In preparation for meeting SUSv2/POSIX <sys/select.h> requirements,
|
|
|
|
'struct selinfo' and related functions have been moved to
|
|
|
|
<sys/selinfo.h>.
|
|
|
|
|
2001-01-24 17:58:17 +00:00
|
|
|
gcc now uses a unified libgcc rather than a separate one for threaded
|
|
|
|
and non-threaded programs. /usr/lib/libgcc_r.a can be removed. [MERGED]
|
New release notes: Linksys Fast Ethernet cards and ed(4) driver flags,
new API for hardware volume control, VESA S3 framebuffer driver, logging
of wrong-interface ARP replies sysctl, NFS client bug fixed, BurnProof(TM)
for ATAPI drives, IPFW works with ECN bits, ihfc(4), itjc(4),
<sys/selinfo.h>, pthread_* strong references, unified libgcc, SSH bug
with X11 forwarding fixed, syslogd(8) and LOG_CONSOLE, rpcgen use of
/usr/bin/cpp, rc.syscons, burncd(8) -m and -l, dmesg(a).
MFCs noted: aac(4), OpenSSH 2.3.0.
2001-01-12 23:01:15 +00:00
|
|
|
|
2001-01-18 19:25:40 +00:00
|
|
|
syslogd(8) now supports a "LOG_CONSOLE" facility (disabled by
|
|
|
|
default), which can be used to log /dev/console output. [MERGED]
|
New release notes: Linksys Fast Ethernet cards and ed(4) driver flags,
new API for hardware volume control, VESA S3 framebuffer driver, logging
of wrong-interface ARP replies sysctl, NFS client bug fixed, BurnProof(TM)
for ATAPI drives, IPFW works with ECN bits, ihfc(4), itjc(4),
<sys/selinfo.h>, pthread_* strong references, unified libgcc, SSH bug
with X11 forwarding fixed, syslogd(8) and LOG_CONSOLE, rpcgen use of
/usr/bin/cpp, rc.syscons, burncd(8) -m and -l, dmesg(a).
MFCs noted: aac(4), OpenSSH 2.3.0.
2001-01-12 23:01:15 +00:00
|
|
|
|
|
|
|
rpcgen now uses /usr/bin/cpp (as on NetBSD), not /usr/libexec/cpp.
|
|
|
|
|
|
|
|
Boot-time syscons configuration was moved to a machine-independent
|
New release notes: CMI8338/8738, CS4281 sound driver, ISO-9660 Unicode,
ida crashdumps, login exports PAM environment variables, wall -g,
make.conf CPUTYPE, CVS_RSH default now ssh.
Updated release notes: ahc(4) updates, ICMP and TCP RSTs, random(4),
MFCs noted: rc.syscons.
2001-03-01 22:11:00 +00:00
|
|
|
rc.syscons. [MERGED]
|
New release notes: Linksys Fast Ethernet cards and ed(4) driver flags,
new API for hardware volume control, VESA S3 framebuffer driver, logging
of wrong-interface ARP replies sysctl, NFS client bug fixed, BurnProof(TM)
for ATAPI drives, IPFW works with ECN bits, ihfc(4), itjc(4),
<sys/selinfo.h>, pthread_* strong references, unified libgcc, SSH bug
with X11 forwarding fixed, syslogd(8) and LOG_CONSOLE, rpcgen use of
/usr/bin/cpp, rc.syscons, burncd(8) -m and -l, dmesg(a).
MFCs noted: aac(4), OpenSSH 2.3.0.
2001-01-12 23:01:15 +00:00
|
|
|
|
|
|
|
burncd(8) now supports a -m option for multisession mode (the default
|
|
|
|
behavior now is to close disks as single-session). A -l option to
|
|
|
|
take a list of image files from a filename was also added; '-' can be
|
2001-02-27 15:04:50 +00:00
|
|
|
used as a filename for stdin. [MERGED]
|
New release notes: Linksys Fast Ethernet cards and ed(4) driver flags,
new API for hardware volume control, VESA S3 framebuffer driver, logging
of wrong-interface ARP replies sysctl, NFS client bug fixed, BurnProof(TM)
for ATAPI drives, IPFW works with ECN bits, ihfc(4), itjc(4),
<sys/selinfo.h>, pthread_* strong references, unified libgcc, SSH bug
with X11 forwarding fixed, syslogd(8) and LOG_CONSOLE, rpcgen use of
/usr/bin/cpp, rc.syscons, burncd(8) -m and -l, dmesg(a).
MFCs noted: aac(4), OpenSSH 2.3.0.
2001-01-12 23:01:15 +00:00
|
|
|
|
|
|
|
dmesg(8) now has a -a option to show the entire message buffer,
|
|
|
|
including syslog records and /dev/console output. [MERGED]
|
|
|
|
|
2001-01-24 17:58:17 +00:00
|
|
|
In /etc/ssh/sshd_config, the ConnectionsPerPeriod parameter has been
|
|
|
|
deprecated in favor of MaxStartups. [MERGED]
|
2001-01-18 19:25:40 +00:00
|
|
|
|
|
|
|
cdcontrol(1) now uses the CDROM environment variable to pick a default
|
|
|
|
device. [MERGED]
|
|
|
|
|
|
|
|
sysctl(8) now supports a -N option to print out variable names only.
|
|
|
|
|
|
|
|
All packages and ports now contain an "origin" directive, which makes
|
|
|
|
it easier for programs like pkg_version(1) to determine the directory
|
|
|
|
from which a package was built. [MERGED]
|
|
|
|
|
|
|
|
sysinstall(8) now lives in /usr/sbin, which simplifies the installation
|
|
|
|
process. The sysinstall(8) manpage is also installed in a more
|
|
|
|
consistent fashion now.
|
|
|
|
|
2001-01-24 17:58:17 +00:00
|
|
|
config(8) is now better about converting various warnings that should
|
|
|
|
have been errors into actual fatal errors with an exit code. This
|
2001-02-12 18:04:20 +00:00
|
|
|
ensures that that 'make buildkernel' doesn't quietly ignore them and
|
2001-01-24 17:58:17 +00:00
|
|
|
build a bogus kernel without a human to read the errors. [MERGED]
|
|
|
|
|
2001-02-21 21:57:49 +00:00
|
|
|
pkg_create(1) and pkg_add(1) can now work with packages that have
|
|
|
|
been compressed using bzip2(1). pkg_add(1) will use the
|
|
|
|
PACKAGEROOT environment variable to determine a mirror site for new
|
|
|
|
packages. [MERGED]
|
2001-02-05 21:56:58 +00:00
|
|
|
|
|
|
|
pkg_info(1) can now accept a -g flag for verifying an installed
|
|
|
|
package against its recorded checksums (to see if it's been modified
|
|
|
|
post-installation). Naturally, this mechanism is only as secure as
|
|
|
|
the contents of /var/db/pkg if it's to be used for auditing
|
|
|
|
purposes. [MERGED]
|
2001-01-26 19:06:00 +00:00
|
|
|
|
2001-04-03 21:59:48 +00:00
|
|
|
pkg_version(1) now has a version number comparison routine that
|
|
|
|
corresponds to the Porters Handbook. It also has a -t option for
|
2001-04-10 17:06:50 +00:00
|
|
|
testing address comparisons. [MERGED]
|
2001-04-03 21:59:48 +00:00
|
|
|
|
2001-01-30 05:02:15 +00:00
|
|
|
libc is now thread-safe by default; libc_r contains only thread functions.
|
|
|
|
|
2001-02-05 22:06:33 +00:00
|
|
|
find(1) now takes the -empty flag, which returns true if a file or
|
|
|
|
directory is empty. [MERGED]
|
2001-01-30 16:18:56 +00:00
|
|
|
|
2001-02-27 15:04:50 +00:00
|
|
|
find(1) now takes the -iname and -ipath primaries for case-insensitive
|
|
|
|
matches, and the -regexp and -iregexp primaries for regular-expression
|
|
|
|
matches. The -E flag now enables extended regular
|
|
|
|
expressions. [MERGED]
|
|
|
|
|
2001-05-04 20:06:44 +00:00
|
|
|
find(1) now has the -anewer, -cnewer, -mnewer, -okdir, and
|
2001-05-10 23:38:32 +00:00
|
|
|
-newer[acm][acmt] primaries for comparisons of file timestamps. [MERGED]
|
2001-05-04 20:06:44 +00:00
|
|
|
|
2001-01-30 16:18:56 +00:00
|
|
|
tftpd(8) now takes the -c and -C options, which allow the server to
|
2001-02-05 21:56:58 +00:00
|
|
|
chroot(2) based on the IP address of the connecting client. tftp(1)
|
2001-03-19 20:23:53 +00:00
|
|
|
and tftpd(8) can now transfer files larger than 65535 blocks. [MERGED]
|
2001-01-30 16:18:56 +00:00
|
|
|
|
|
|
|
vidcontrol(1) now accepts a -g parameter to select custom text
|
2001-02-09 23:52:07 +00:00
|
|
|
geometry in the VESA_800x600 raster text mode. [MERGED]
|
2001-01-30 16:18:56 +00:00
|
|
|
|
|
|
|
ldconfig(8) now checks directory ownerships and permissions for
|
|
|
|
greater security; these checks can be disabled with the -i
|
|
|
|
flag. [MERGED]
|
|
|
|
|
2001-02-09 23:52:07 +00:00
|
|
|
The rfork_thread(3) library call has been added as a helper function
|
|
|
|
to rfork(2). Using this function should avoid the need to implement
|
|
|
|
complex stack swap code. [MERGED]
|
|
|
|
|
2001-02-13 19:27:39 +00:00
|
|
|
Significant additions have been made to internationalization support;
|
2001-02-13 21:15:48 +00:00
|
|
|
FreeBSD now has complete locale support for the LC_MONETARY,
|
2001-02-13 19:27:39 +00:00
|
|
|
LC_NUMERIC, and LC_MESSAGES categories. A number of applications have
|
|
|
|
been updated to take advantage of this support.
|
|
|
|
|
2001-02-13 21:15:48 +00:00
|
|
|
A compat4x distribution has been added for compatibility with FreeBSD
|
2001-02-13 19:27:39 +00:00
|
|
|
4-STABLE.
|
|
|
|
|
|
|
|
The compat3x distribution has been updated to include libraries
|
|
|
|
present in FreeBSD 3.5.1-RELEASE. [MERGED]
|
|
|
|
|
2001-02-21 21:57:49 +00:00
|
|
|
savecore(8) now supports a -k option to prevent clearing a crash dump
|
|
|
|
after saving it. It also attempts to avoid writing large stretches of
|
2001-03-19 20:23:53 +00:00
|
|
|
zeros to crash dump files to save space and time. [MERGED]
|
2001-02-21 21:57:49 +00:00
|
|
|
|
|
|
|
When requested to delete multiple packages, pkg_delete(1) will now
|
|
|
|
attempt to remove them in dependency order rather than the order
|
|
|
|
specified on the command line. [MERGED]
|
|
|
|
|
2001-02-27 15:04:50 +00:00
|
|
|
pkg_delete(1) now can perform glob/regexp matching of package names.
|
|
|
|
In addition, it supports the -a option for removing all packages and
|
2001-03-19 20:23:53 +00:00
|
|
|
the -i option for rm(1)-style interactive confirmation. [MERGED]
|
2001-02-27 15:04:50 +00:00
|
|
|
|
2001-02-27 19:25:23 +00:00
|
|
|
tar(1) now supports the TAR_RSH variable, principally to enable the
|
2001-02-27 15:04:50 +00:00
|
|
|
use of ssh(1) as a transport. [MERGED]
|
|
|
|
|
|
|
|
disklabel(8) now supports partition sizes expressed in kilobytes,
|
2001-03-19 20:23:53 +00:00
|
|
|
megabytes, or gigabytes, in addition to sectors. [MERGED]
|
2001-02-27 15:04:50 +00:00
|
|
|
|
|
|
|
The pseudo-random number generator implemented by rand(3) has been
|
|
|
|
improved to provide less biased results.
|
|
|
|
|
New release notes: CMI8338/8738, CS4281 sound driver, ISO-9660 Unicode,
ida crashdumps, login exports PAM environment variables, wall -g,
make.conf CPUTYPE, CVS_RSH default now ssh.
Updated release notes: ahc(4) updates, ICMP and TCP RSTs, random(4),
MFCs noted: rc.syscons.
2001-03-01 22:11:00 +00:00
|
|
|
login(1) now exports environment variables set by PAM
|
|
|
|
modules. [MERGED]
|
|
|
|
|
2001-03-29 17:11:58 +00:00
|
|
|
PAM support has been added for account management and sessions.
|
|
|
|
|
2001-05-04 20:06:44 +00:00
|
|
|
Linux PAM has been updated to 0.75.
|
|
|
|
|
2001-05-14 21:58:49 +00:00
|
|
|
The following PAM modules have been added: pam_krb5, pam_nologin,
|
|
|
|
pam_rootok, pam_wheel.
|
|
|
|
|
New release notes: CMI8338/8738, CS4281 sound driver, ISO-9660 Unicode,
ida crashdumps, login exports PAM environment variables, wall -g,
make.conf CPUTYPE, CVS_RSH default now ssh.
Updated release notes: ahc(4) updates, ICMP and TCP RSTs, random(4),
MFCs noted: rc.syscons.
2001-03-01 22:11:00 +00:00
|
|
|
wall(1) now supports a -g flag to write a message to all users of a
|
|
|
|
given group.
|
|
|
|
|
|
|
|
The new CPUTYPE make.conf variable controls the compilation of
|
|
|
|
processor-specific optimizations in various pieces of code such as
|
2001-03-19 20:23:53 +00:00
|
|
|
OpenSSL. [MERGED]
|
New release notes: CMI8338/8738, CS4281 sound driver, ISO-9660 Unicode,
ida crashdumps, login exports PAM environment variables, wall -g,
make.conf CPUTYPE, CVS_RSH default now ssh.
Updated release notes: ahc(4) updates, ICMP and TCP RSTs, random(4),
MFCs noted: rc.syscons.
2001-03-01 22:11:00 +00:00
|
|
|
|
|
|
|
The default value for the CVS_RSH variable (used by cvs(1)) is now
|
2001-03-19 20:23:53 +00:00
|
|
|
ssh, rather than rsh. [MERGED]
|
New release notes: CMI8338/8738, CS4281 sound driver, ISO-9660 Unicode,
ida crashdumps, login exports PAM environment variables, wall -g,
make.conf CPUTYPE, CVS_RSH default now ssh.
Updated release notes: ahc(4) updates, ICMP and TCP RSTs, random(4),
MFCs noted: rc.syscons.
2001-03-01 22:11:00 +00:00
|
|
|
|
2001-03-19 20:23:53 +00:00
|
|
|
bc has been updated from 1.04 to 1.06. [MERGED]
|
2001-03-02 23:02:10 +00:00
|
|
|
|
|
|
|
ipfstat(8) now supports the -t option to turn on a top(1)-like
|
|
|
|
display. [MERGED]
|
|
|
|
|
2001-03-19 20:23:53 +00:00
|
|
|
pkg_sign(1) and pkg_check(1) have been added to digitally sign and
|
|
|
|
verify the signatures on binary package files. [MERGED]
|
|
|
|
|
|
|
|
/usr/src/share/examples/BSD_daemon/ now contains a scalable Beastie
|
|
|
|
graphic. [MERGED]
|
|
|
|
|
2001-03-20 06:08:45 +00:00
|
|
|
dump(8) now supports inheritance of the "nodump" flag down a
|
|
|
|
hierarchy. [MERGED]
|
|
|
|
|
|
|
|
The ISC DHCP client has been updated to 2.0pl5. [MERGED]
|
|
|
|
|
|
|
|
split(1) now has the ability to split a file longer than 2GB. [MERGED]
|
|
|
|
|
2001-04-18 22:48:04 +00:00
|
|
|
tail(1) now has the ability to work on files longer than 2GB. [MERGED]
|
2001-03-29 17:11:58 +00:00
|
|
|
|
2001-03-20 06:08:45 +00:00
|
|
|
units(1) has received some updates and bugfixes. [MERGED]
|
|
|
|
|
|
|
|
As part of an ongoing process, many manual pages were improved, both
|
|
|
|
in terms of their formatting markup and in their content. [MERGED]
|
|
|
|
|
2001-03-20 23:41:44 +00:00
|
|
|
pkg_create(1) now records dependencies in dependency order rather than
|
|
|
|
in the order specified on the command line. This improves the
|
|
|
|
functioning of "pkg_add -r". [MERGED]
|
|
|
|
|
|
|
|
"lprm -" now works for remote printer queues. [MERGED]
|
|
|
|
|
|
|
|
ftpd(8) now supports a -r flag for read-only mode and a -E flag to
|
|
|
|
disable EPSV. It also has some fixes to reduce information leakage
|
|
|
|
and the ability to specify compile-time port ranges. [MERGED]
|
|
|
|
|
2001-04-26 20:57:25 +00:00
|
|
|
ping(8) now supports a -m option to set the TTL of outgoing
|
|
|
|
packets. [MERGED]
|
2001-03-21 19:04:31 +00:00
|
|
|
|
2001-03-22 02:40:50 +00:00
|
|
|
A version of Transport Independent RPC (TI-RPC) has been imported.
|
|
|
|
|
|
|
|
rpcbind(8) has replaced portmap(8).
|
|
|
|
|
|
|
|
NFS now works over IPv6.
|
|
|
|
|
|
|
|
lockd has been imported from NetBSD.
|
|
|
|
|
|
|
|
rc(8) now has an framework for handling dependencies between
|
|
|
|
rc.conf(5) variables. [MERGED]
|
|
|
|
|
2001-05-10 23:38:32 +00:00
|
|
|
rc(8) now deletes all non-directory files in /var/run and
|
|
|
|
/var/spool/lock at boot time.
|
|
|
|
|
2001-03-27 21:17:18 +00:00
|
|
|
The setfacl(1) and getfacl(1) commands have been added to manage
|
|
|
|
file system Access Control Lists.
|
|
|
|
|
2001-03-28 11:50:15 +00:00
|
|
|
ee(1) editor has been updated to 1.4.2.
|
|
|
|
|
2001-03-29 17:11:58 +00:00
|
|
|
The default TCP port range used by libfetch for passive FTP retrievals
|
2001-04-05 01:36:39 +00:00
|
|
|
has changed; this affects the behavior of fetch(1), which has gained the
|
2001-03-29 17:11:58 +00:00
|
|
|
-U option to restore the old behavior. [MERGED]
|
|
|
|
|
|
|
|
atacontrol(8) has been added to control various aspects of the ata(4)
|
|
|
|
driver.
|
|
|
|
|
2001-04-02 21:26:49 +00:00
|
|
|
libcrypt now has support for Blowfish password hashing.
|
|
|
|
|
2001-04-08 04:28:39 +00:00
|
|
|
The functions from libposix1e have been integrated into libc.
|
|
|
|
|
2001-04-10 17:06:50 +00:00
|
|
|
GNATS has been updated to 3.113. [MERGED]
|
|
|
|
|
|
|
|
BSDPAN, a collection of modules that provides tighter integration of
|
|
|
|
Perl into the FreeBSD Ports Collection, has been added.
|
|
|
|
|
2001-04-11 16:23:58 +00:00
|
|
|
vidcontrol(1) now allows the user to omit the font size specification
|
|
|
|
when loading a font, and has some better error-handling.
|
|
|
|
|
2001-04-21 05:34:06 +00:00
|
|
|
ip6fw(8) now has the ability to use a preprocessor and use the -q (quiet)
|
2001-04-21 06:13:03 +00:00
|
|
|
flag when reading from a file. [MERGED]
|
2001-04-21 05:34:06 +00:00
|
|
|
|
2001-04-24 22:47:34 +00:00
|
|
|
devinfo, a simple tool to print the device tree and resource usage by
|
|
|
|
devices, has been added.
|
|
|
|
|
2001-04-26 20:57:25 +00:00
|
|
|
fmtcheck(3), a function for checking consistency of format string
|
|
|
|
arguments, has been added.
|
|
|
|
|
2001-05-04 20:06:44 +00:00
|
|
|
nl(1), a line numbering filter program, has been added.
|
|
|
|
|
2001-05-10 23:38:32 +00:00
|
|
|
c89(1) has been converted from a shell script to a binary executable,
|
|
|
|
fixing some minor bugs.
|
|
|
|
|
|
|
|
pax(1) has received a number of enhancements, including cpio(1)
|
|
|
|
functionality, tar compatability enhancements, and a number of bug
|
|
|
|
fixes.
|
|
|
|
|
|
|
|
Ukranian language support has been added to the FreeBSD console.
|
|
|
|
|
2001-05-12 04:19:26 +00:00
|
|
|
The performance of the ELF dynamic linker has been improved. [MERGED]
|
|
|
|
|
2001-05-14 21:58:49 +00:00
|
|
|
fdread(1), a program to read data from floppy disks, has been added.
|
|
|
|
It is designed to provide a means of recovering at least some data
|
|
|
|
from bad media, and to obviate for a complex invocation of dd(1).
|
|
|
|
|
2001-05-18 00:14:21 +00:00
|
|
|
xargs(1) now supports a -J replstr option that allows the user to tell
|
|
|
|
xargs to insert the data read from standard input at a specific point
|
|
|
|
in the command line arguments rather than at the end.
|
|
|
|
|
|
|
|
apmd(8) now supports monitoring of the battery state via the
|
|
|
|
apm_battery configuration directive.
|
|
|
|
|
|
|
|
telnet(1) now does autologin and encryption by default; a new -y
|
|
|
|
option turns off encryption.
|
|
|
|
|
|
|
|
The Forth Inspired Command Language used in the boot loader has been
|
|
|
|
updated to 2.05.
|
|
|
|
|
2000-08-12 22:39:25 +00:00
|
|
|
|
1997-02-01 01:08:35 +00:00
|
|
|
2. Supported Configurations
|
1995-09-18 16:53:06 +00:00
|
|
|
---------------------------
|
2000-03-25 07:09:48 +00:00
|
|
|
|
1999-12-02 10:01:06 +00:00
|
|
|
FreeBSD currently runs on a wide variety of ISA, VLB, EISA, MCA and PCI
|
|
|
|
bus based PC's, ranging from 386sx to Pentium class machines (though the
|
1995-09-18 16:53:06 +00:00
|
|
|
386sx is not recommended). Support for generic IDE or ESDI drive
|
|
|
|
configurations, various SCSI controller, network and serial cards is
|
|
|
|
also provided.
|
|
|
|
|
1996-11-14 14:50:29 +00:00
|
|
|
What follows is a list of all peripherals currently known to work with
|
|
|
|
FreeBSD. Other configurations may also work, we have simply not as yet
|
|
|
|
received confirmation of this.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1997-02-01 01:08:35 +00:00
|
|
|
2.1. Disk Controllers
|
1995-09-18 16:53:06 +00:00
|
|
|
---------------------
|
|
|
|
IDE
|
|
|
|
ATA
|
|
|
|
|
1997-01-23 07:44:57 +00:00
|
|
|
Adaptec 1535 ISA SCSI controllers
|
1995-09-18 16:53:06 +00:00
|
|
|
Adaptec 154x series ISA SCSI controllers
|
1999-12-02 10:01:06 +00:00
|
|
|
Adaptec 164x series MCA SCSI controllers
|
1995-09-18 16:53:06 +00:00
|
|
|
Adaptec 174x series EISA SCSI controller in standard and enhanced mode.
|
1999-01-19 22:24:06 +00:00
|
|
|
Adaptec 274X/284X/2920C/294x/2950/3940/3950 (Narrow/Wide/Twin) series
|
1998-10-15 21:28:59 +00:00
|
|
|
EISA/VLB/PCI SCSI controllers.
|
1999-01-19 22:24:06 +00:00
|
|
|
Adaptec AIC7850, AIC7860, AIC7880, AIC789x, on-board SCSI controllers.
|
1999-12-02 08:25:53 +00:00
|
|
|
Adaptec 1510 series ISA SCSI controllers (not for bootable devices)
|
|
|
|
Adaptec 152x series ISA SCSI controllers
|
|
|
|
Adaptec AIC-6260 and AIC-6360 based boards, which includes the AHA-152x
|
|
|
|
and SoundBlaster SCSI cards.
|
1996-11-27 01:44:57 +00:00
|
|
|
|
2001-03-20 06:08:45 +00:00
|
|
|
Adaptec 2100S, 2400A, 3200S, and 3400S SCSI RAID controllers.
|
2000-09-07 18:47:55 +00:00
|
|
|
|
2000-09-13 16:00:54 +00:00
|
|
|
Adaptec FSA family RAID controllers:
|
|
|
|
Adaptec AAC-2622
|
|
|
|
Adaptec AAC-364
|
|
|
|
Adaptec AAC-3642
|
|
|
|
Dell PERC 2/QC
|
|
|
|
Dell PERC 2/Si
|
|
|
|
Dell PERC 3/Di
|
|
|
|
Dell PERC 3/QC
|
|
|
|
Dell PERC 3/Si
|
|
|
|
HP NetRAID-4M
|
|
|
|
|
1998-10-15 21:28:59 +00:00
|
|
|
AdvanSys SCSI controllers (all models).
|
1998-09-16 05:15:37 +00:00
|
|
|
|
1999-01-19 22:24:06 +00:00
|
|
|
BusLogic MultiMaster controllers:
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1999-01-19 22:24:06 +00:00
|
|
|
[ Please note that BusLogic/Mylex "Flashpoint" adapters are NOT yet supported ]
|
1998-10-15 21:28:59 +00:00
|
|
|
|
1999-01-19 22:24:06 +00:00
|
|
|
BusLogic MultiMaster "W" Series Host Adapters:
|
|
|
|
BT-948, BT-958, BT-958D
|
|
|
|
BusLogic MultiMaster "C" Series Host Adapters:
|
|
|
|
BT-946C, BT-956C, BT-956CD, BT-445C, BT-747C, BT-757C, BT-757CD, BT-545C,
|
|
|
|
BT-540CF
|
|
|
|
BusLogic MultiMaster "S" Series Host Adapters:
|
|
|
|
BT-445S, BT-747S, BT-747D, BT-757S, BT-757D, BT-545S, BT-542D, BT-742A,
|
|
|
|
BT-542B
|
|
|
|
BusLogic MultiMaster "A" Series Host Adapters:
|
|
|
|
BT-742A, BT-542B
|
|
|
|
|
|
|
|
AMI FastDisk controllers that are true BusLogic MultiMaster clones are also
|
|
|
|
supported.
|
|
|
|
|
1999-12-02 10:01:06 +00:00
|
|
|
The Buslogic/Bustek BT-640 and Storage Dimensions SDC3211B and SDC3211F
|
|
|
|
Microchannel (MCA) bus adapters are also supported.
|
|
|
|
|
1999-01-19 22:24:06 +00:00
|
|
|
DPT SmartCACHE Plus, SmartCACHE III, SmartRAID III, SmartCACHE IV and
|
2000-09-07 18:47:55 +00:00
|
|
|
SmartRAID IV SCSI/RAID controllers.
|
|
|
|
|
|
|
|
DPT SmartRAID V and VI SCSI RAID controllers:
|
|
|
|
PM1554, PM2554, PM2654, PM2865, PM2754, PM3755, PM3757
|
1999-01-19 22:24:06 +00:00
|
|
|
|
2000-06-10 19:41:34 +00:00
|
|
|
AMI MegaRAID Express and Enterprise family RAID controllers:
|
2000-12-30 20:11:55 +00:00
|
|
|
MegaRAID Series 418
|
|
|
|
MegaRAID Enterprise 1200 (Series 428)
|
|
|
|
MegaRAID Enterprise 1300 (Series 434)
|
|
|
|
MegaRAID Enterprise 1400 (Series 438)
|
|
|
|
MegaRAID Enterprise 1500 (Series 467)
|
|
|
|
MegaRAID Enterprise 1600 (Series 471)
|
|
|
|
MegaRAID Elite 1500 (Series 467)
|
|
|
|
MegaRAID Elite 1600 (Series 493)
|
|
|
|
MegaRAID Express 100 (Series 466WS)
|
|
|
|
MegaRAID Express 200 (Series 466)
|
|
|
|
MegaRAID Express 300 (Series 490)
|
|
|
|
MegaRAID Express 500 (Series 475)
|
2000-06-10 19:41:34 +00:00
|
|
|
Dell PERC
|
|
|
|
Dell PERC 2/SC
|
|
|
|
Dell PERC 2/DC
|
2001-04-14 16:43:14 +00:00
|
|
|
Dell PERC 3/DCL
|
2000-12-30 20:11:55 +00:00
|
|
|
HP NetRAID-1si
|
|
|
|
HP NetRAID-3si
|
|
|
|
HP Embedded NetRAID
|
|
|
|
Booting from these controllers is supported.
|
2000-06-10 19:41:34 +00:00
|
|
|
|
2001-02-12 17:34:32 +00:00
|
|
|
Mylex DAC960 and DAC1100 RAID controllers with 2.x, 3.x, 4.x and 5.x
|
2000-06-10 19:41:34 +00:00
|
|
|
firmware:
|
|
|
|
DAC960P
|
|
|
|
DAC960PD
|
|
|
|
DAC960PDU
|
|
|
|
DAC960PL
|
|
|
|
DAC960PJ
|
|
|
|
DAC960PG
|
|
|
|
AcceleRAID 150
|
|
|
|
AcceleRAID 250
|
|
|
|
eXtremeRAID 1100
|
2001-02-12 17:34:32 +00:00
|
|
|
Booting from these controllers is supported. EISA adapters are not
|
2000-06-10 19:41:34 +00:00
|
|
|
supported.
|
|
|
|
|
2000-09-07 18:47:55 +00:00
|
|
|
Mylex PCI to SCSI RAID controllers with 6.x firmware:
|
|
|
|
AcceleRAID 160
|
|
|
|
AcceleRAID 170
|
|
|
|
AcceleRAID 352
|
|
|
|
eXtremeRAID 2000
|
|
|
|
eXtremeRAID 3000
|
2001-02-12 17:34:32 +00:00
|
|
|
Compatible Mylex controllers not listed should work, but have not been
|
2000-09-07 18:47:55 +00:00
|
|
|
verified.
|
|
|
|
|
2001-04-18 22:48:04 +00:00
|
|
|
3ware Escalade ATA RAID controllers. All members of the 5000,
|
|
|
|
6000, and 7000 series are supported.
|
2000-08-08 18:54:57 +00:00
|
|
|
|
1999-01-19 22:24:06 +00:00
|
|
|
SymBios (formerly NCR) 53C810, 53C810a, 53C815, 53C820, 53C825a,
|
|
|
|
53C860, 53C875, 53C875j, 53C885, 53C895 and 53C896 PCI SCSI controllers:
|
1998-10-15 21:20:33 +00:00
|
|
|
ASUS SC-200
|
|
|
|
Data Technology DTC3130 (all variants)
|
1999-02-11 14:00:14 +00:00
|
|
|
Diamond FirePort (all)
|
1998-10-15 21:20:33 +00:00
|
|
|
NCR cards (all)
|
|
|
|
Symbios cards (all)
|
|
|
|
Tekram DC390W, 390U and 390F
|
|
|
|
Tyan S1365
|
1996-11-15 07:02:08 +00:00
|
|
|
|
2000-10-29 05:58:27 +00:00
|
|
|
NCR 53C500 based PC-Card SCSI host adapters:
|
|
|
|
IO DATA PCSC-DV
|
|
|
|
KME KXLC002(TAXAN ICD-400PN, etc.), KXLC004
|
|
|
|
Macnica Miracle SCSI-II mPS110
|
|
|
|
Media Intelligent MSC-110, MSC-200
|
|
|
|
NEC PC-9801N-J03R
|
|
|
|
New Media Corporation BASICS SCSI
|
|
|
|
Qlogic Fast SCSI
|
|
|
|
RATOC REX-9530, REX-5572 (as SCSI only)
|
2001-02-12 17:34:32 +00:00
|
|
|
|
2000-10-29 05:58:27 +00:00
|
|
|
TMC 18C30, 18C50 based ISA/PC-Card SCSI host adapters:
|
|
|
|
Future Domain SCSI2GO
|
|
|
|
IBM SCSI PCMCIA Card
|
|
|
|
ICM PSC-2401 SCSI
|
|
|
|
Melco IFC-SC
|
|
|
|
RATOC REX-5536, REX-5536AM, REX-5536M, REX-9836A
|
1995-09-18 16:53:06 +00:00
|
|
|
|
2001-04-05 18:12:50 +00:00
|
|
|
Qlogic Controllers and variants:
|
|
|
|
Qlogic 1020, 1040 SCSI and Ultra SCSI host adapters
|
|
|
|
Qlogic 1240 dual Ultra SCSI controllers
|
|
|
|
Qlogic 1080 Ultra2 LVD and 1280 Dual Ultra2 LVD controllers
|
|
|
|
Qlogic 12160 Ultra3 LVD controllers
|
|
|
|
Qlogic 2100 and Qlogic 2200 Fibre Channel SCSI controllers
|
|
|
|
Performance Technology SBS440 ISP1000 variants
|
|
|
|
Performance Technology SBS450 ISP1040 variants
|
|
|
|
Performance Technology SBS470 ISP2100 variants
|
|
|
|
Antares Microsystems P-0033 ISP2100 variants
|
1998-09-16 05:15:37 +00:00
|
|
|
|
1995-09-18 16:53:06 +00:00
|
|
|
DTC 3290 EISA SCSI controller in 1542 emulation mode.
|
|
|
|
|
2000-10-29 05:58:27 +00:00
|
|
|
Workbit Ninja SCSI-3 based PC-Card SCSI host adapters:
|
|
|
|
Alpha-Data AD-PCS201
|
|
|
|
IO DATA CBSC16
|
|
|
|
|
1995-09-18 16:53:06 +00:00
|
|
|
With all supported SCSI controllers, full support is provided for
|
1998-10-15 21:28:59 +00:00
|
|
|
SCSI-I & SCSI-II peripherals, including hard disks, optical disks,
|
|
|
|
tape drives (including DAT and 8mm Exabyte), medium changers, processor
|
|
|
|
target devices and CDROM drives. WORM devices that support CDROM commands
|
|
|
|
are supported for read-only access by the CDROM driver. WORM/CD-R/CD-RW
|
|
|
|
writing support is provided by cdrecord, which is in the ports tree.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
The following CD-ROM type systems are supported at this time:
|
1995-12-07 10:34:59 +00:00
|
|
|
(cd) SCSI interface (also includes ProAudio Spectrum and
|
|
|
|
SoundBlaster SCSI)
|
|
|
|
(matcd) Matsushita/Panasonic (Creative SoundBlaster) proprietary
|
|
|
|
interface (562/563 models)
|
|
|
|
(scd) Sony proprietary interface (all models)
|
1999-01-26 10:18:52 +00:00
|
|
|
(acd) ATAPI IDE interface
|
1997-05-04 16:26:53 +00:00
|
|
|
|
1998-10-15 21:28:59 +00:00
|
|
|
The following drivers were supported under the old SCSI subsystem, but are
|
|
|
|
NOT YET supported under the new CAM SCSI subsystem:
|
|
|
|
|
2001-02-12 17:34:32 +00:00
|
|
|
NCR5380/NCR53400 ("ProAudio Spectrum") SCSI controller.
|
1998-10-15 21:28:59 +00:00
|
|
|
|
|
|
|
UltraStor 14F, 24F and 34F SCSI controllers.
|
|
|
|
|
|
|
|
Seagate ST01/02 SCSI controllers.
|
|
|
|
|
|
|
|
Future Domain 8xx/950 series SCSI controllers.
|
|
|
|
|
|
|
|
WD7000 SCSI controller.
|
1997-05-04 16:26:53 +00:00
|
|
|
|
2001-02-12 17:34:32 +00:00
|
|
|
[ Note: There is work-in-progress to port the UltraStor driver to
|
|
|
|
the new CAM SCSI framework, but no estimates on when or if it will
|
1999-12-02 08:25:53 +00:00
|
|
|
be completed. ]
|
1998-10-15 21:28:59 +00:00
|
|
|
|
|
|
|
Unmaintained drivers, they might or might not work for your hardware:
|
|
|
|
|
1997-10-18 11:20:02 +00:00
|
|
|
(mcd) Mitsumi proprietary CD-ROM interface (all models)
|
|
|
|
|
2000-02-17 07:59:37 +00:00
|
|
|
|
1997-02-01 01:08:35 +00:00
|
|
|
2.2. Ethernet cards
|
1995-09-18 16:53:06 +00:00
|
|
|
-------------------
|
1999-09-04 08:54:14 +00:00
|
|
|
|
2000-07-19 00:05:59 +00:00
|
|
|
Adaptec Duralink PCI Fast Ethernet adapters based on the Adaptec
|
|
|
|
AIC-6915 Fast Ethernet controller chip, including the following:
|
1999-09-04 08:54:14 +00:00
|
|
|
ANA-62011 64-bit single port 10/100baseTX adapter
|
|
|
|
ANA-62022 64-bit dual port 10/100baseTX adapter
|
|
|
|
ANA-62044 64-bit quad port 10/100baseTX adapter
|
|
|
|
ANA-69011 32-bit single port 10/100baseTX adapter
|
|
|
|
ANA-62020 64-bit single port 100baseFX adapter
|
|
|
|
|
1995-09-18 16:53:06 +00:00
|
|
|
Allied-Telesis AT1700 and RE2000 cards
|
1996-11-15 07:06:58 +00:00
|
|
|
|
2000-07-19 00:05:59 +00:00
|
|
|
Alteon Networks PCI Gigabit Ethernet NICs based on the Tigon 1 and Tigon 2
|
1999-04-06 17:08:31 +00:00
|
|
|
chipsets, including the following:
|
|
|
|
Alteon AceNIC (Tigon 1 and 2)
|
|
|
|
3Com 3c985-SX (Tigon 1 and 2)
|
|
|
|
Netgear GA620 (Tigon 2)
|
|
|
|
Silicon Graphics Gigabit Ethernet
|
|
|
|
DEC/Compaq EtherWORKS 1000
|
|
|
|
NEC Gigabit Ethernet
|
2001-03-29 00:23:17 +00:00
|
|
|
Farallon PN9000SX
|
2001-03-29 00:25:58 +00:00
|
|
|
Asante PCI 1000BASE-SX Gigabit Ethernet Adapter
|
2001-03-29 00:23:17 +00:00
|
|
|
Asante GigaNIX1000T Gigabit Ethernet Adapter
|
1999-04-06 17:08:31 +00:00
|
|
|
|
1996-11-15 07:06:58 +00:00
|
|
|
AMD PCnet/PCI (79c970 & 53c974 or 79c974)
|
2000-10-05 19:40:19 +00:00
|
|
|
AMD PCnet/FAST, PCnet/FAST+, PCnet/FAST III, PCnet/PRO,
|
|
|
|
PCnet/Home, and HomePNA.
|
1996-11-15 07:06:58 +00:00
|
|
|
|
2000-07-19 00:05:59 +00:00
|
|
|
SMC Elite 16 WD8013 Ethernet interface, and most other WD8003E,
|
1995-09-18 16:53:06 +00:00
|
|
|
WD8003EBT, WD8003W, WD8013W, WD8003S, WD8003SBT and WD8013EBT
|
1998-01-22 07:23:44 +00:00
|
|
|
based clones. SMC Elite Ultra. SMC Etherpower II.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
2000-07-19 00:05:59 +00:00
|
|
|
RealTek 8129/8139 Fast Ethernet NICs including the following:
|
1998-10-18 16:24:34 +00:00
|
|
|
Allied Telesyn AT2550
|
An early Christmas present: add driver support for a whole bunch of
PCI fast ethernet adapters, plus man pages.
if_pn.c: Netgear FA310TX model D1, LinkSys LNE100TX, Matrox FastNIC 10/100,
various other PNIC devices
if_mx.c: NDC Communications SOHOware SFA100 (Macronix 98713A), various
other boards based on the Macronix 98713, 98713A, 98715, 98715A
and 98725 chips
if_vr.c: D-Link DFE530-TX, other boards based on the VIA Rhine and
Rhine II chips (note: the D-Link and certain other cards
that actually use a Rhine II chip still return the PCI
device ID of the Rhine I. I don't know why, and it doesn't
really matter since the driver treats both chips the same
anyway.)
if_wb.c: Trendware TE100-PCIE and various other cards based on the
Winbond W89C840F chip (the Trendware card is identical to
the sample boards Winbond sent me, so who knows how many
clones there are running around)
All drivers include support for ifmedia, BPF and hardware multicast
filtering.
Also updated GENERIC, LINT, RELNOTES.TXT, userconfig and
sysinstall device list.
I also have a driver for the ASIX AX88140A in the works.
1998-12-04 18:01:24 +00:00
|
|
|
Allied Telesyn AT2500TX
|
1998-10-18 16:24:34 +00:00
|
|
|
Genius GF100TXR (RTL8139)
|
|
|
|
NDC Communications NE100TX-E
|
|
|
|
OvisLink LEF-8129TX
|
|
|
|
OvisLink LEF-8139TX
|
|
|
|
Netronix Inc. EA-1210 NetEther 10/100
|
|
|
|
KTX-9130TX 10/100 Fast Ethernet
|
2000-12-11 04:50:21 +00:00
|
|
|
Accton "Cheetah" EN1207D (MPX 5030/5038; RealTek 8139 clone)
|
1998-12-24 18:52:47 +00:00
|
|
|
SMC EZ Card 10/100 PCI 1211-TX
|
An early Christmas present: add driver support for a whole bunch of
PCI fast ethernet adapters, plus man pages.
if_pn.c: Netgear FA310TX model D1, LinkSys LNE100TX, Matrox FastNIC 10/100,
various other PNIC devices
if_mx.c: NDC Communications SOHOware SFA100 (Macronix 98713A), various
other boards based on the Macronix 98713, 98713A, 98715, 98715A
and 98725 chips
if_vr.c: D-Link DFE530-TX, other boards based on the VIA Rhine and
Rhine II chips (note: the D-Link and certain other cards
that actually use a Rhine II chip still return the PCI
device ID of the Rhine I. I don't know why, and it doesn't
really matter since the driver treats both chips the same
anyway.)
if_wb.c: Trendware TE100-PCIE and various other cards based on the
Winbond W89C840F chip (the Trendware card is identical to
the sample boards Winbond sent me, so who knows how many
clones there are running around)
All drivers include support for ifmedia, BPF and hardware multicast
filtering.
Also updated GENERIC, LINT, RELNOTES.TXT, userconfig and
sysinstall device list.
I also have a driver for the ASIX AX88140A in the works.
1998-12-04 18:01:24 +00:00
|
|
|
|
2000-07-19 00:05:59 +00:00
|
|
|
Lite-On 82c168/82c169 PNIC Fast Ethernet NICs including the following:
|
An early Christmas present: add driver support for a whole bunch of
PCI fast ethernet adapters, plus man pages.
if_pn.c: Netgear FA310TX model D1, LinkSys LNE100TX, Matrox FastNIC 10/100,
various other PNIC devices
if_mx.c: NDC Communications SOHOware SFA100 (Macronix 98713A), various
other boards based on the Macronix 98713, 98713A, 98715, 98715A
and 98725 chips
if_vr.c: D-Link DFE530-TX, other boards based on the VIA Rhine and
Rhine II chips (note: the D-Link and certain other cards
that actually use a Rhine II chip still return the PCI
device ID of the Rhine I. I don't know why, and it doesn't
really matter since the driver treats both chips the same
anyway.)
if_wb.c: Trendware TE100-PCIE and various other cards based on the
Winbond W89C840F chip (the Trendware card is identical to
the sample boards Winbond sent me, so who knows how many
clones there are running around)
All drivers include support for ifmedia, BPF and hardware multicast
filtering.
Also updated GENERIC, LINT, RELNOTES.TXT, userconfig and
sysinstall device list.
I also have a driver for the ASIX AX88140A in the works.
1998-12-04 18:01:24 +00:00
|
|
|
LinkSys EtherFast LNE100TX
|
|
|
|
NetGear FA310-TX Rev. D1
|
|
|
|
Matrox FastNIC 10/100
|
1999-09-04 08:54:14 +00:00
|
|
|
Kingston KNE110TX
|
An early Christmas present: add driver support for a whole bunch of
PCI fast ethernet adapters, plus man pages.
if_pn.c: Netgear FA310TX model D1, LinkSys LNE100TX, Matrox FastNIC 10/100,
various other PNIC devices
if_mx.c: NDC Communications SOHOware SFA100 (Macronix 98713A), various
other boards based on the Macronix 98713, 98713A, 98715, 98715A
and 98725 chips
if_vr.c: D-Link DFE530-TX, other boards based on the VIA Rhine and
Rhine II chips (note: the D-Link and certain other cards
that actually use a Rhine II chip still return the PCI
device ID of the Rhine I. I don't know why, and it doesn't
really matter since the driver treats both chips the same
anyway.)
if_wb.c: Trendware TE100-PCIE and various other cards based on the
Winbond W89C840F chip (the Trendware card is identical to
the sample boards Winbond sent me, so who knows how many
clones there are running around)
All drivers include support for ifmedia, BPF and hardware multicast
filtering.
Also updated GENERIC, LINT, RELNOTES.TXT, userconfig and
sysinstall device list.
I also have a driver for the ASIX AX88140A in the works.
1998-12-04 18:01:24 +00:00
|
|
|
|
2000-07-19 00:05:59 +00:00
|
|
|
Macronix 98713, 98713A, 98715, 98715A and 98725 Fast Ethernet NICs
|
2001-04-14 16:43:14 +00:00
|
|
|
Accton EN1217 (98715A)
|
|
|
|
Adico AE310TX (98715A)
|
|
|
|
Compex RL100-TX
|
An early Christmas present: add driver support for a whole bunch of
PCI fast ethernet adapters, plus man pages.
if_pn.c: Netgear FA310TX model D1, LinkSys LNE100TX, Matrox FastNIC 10/100,
various other PNIC devices
if_mx.c: NDC Communications SOHOware SFA100 (Macronix 98713A), various
other boards based on the Macronix 98713, 98713A, 98715, 98715A
and 98725 chips
if_vr.c: D-Link DFE530-TX, other boards based on the VIA Rhine and
Rhine II chips (note: the D-Link and certain other cards
that actually use a Rhine II chip still return the PCI
device ID of the Rhine I. I don't know why, and it doesn't
really matter since the driver treats both chips the same
anyway.)
if_wb.c: Trendware TE100-PCIE and various other cards based on the
Winbond W89C840F chip (the Trendware card is identical to
the sample boards Winbond sent me, so who knows how many
clones there are running around)
All drivers include support for ifmedia, BPF and hardware multicast
filtering.
Also updated GENERIC, LINT, RELNOTES.TXT, userconfig and
sysinstall device list.
I also have a driver for the ASIX AX88140A in the works.
1998-12-04 18:01:24 +00:00
|
|
|
CNet Pro120A (98713 or 98713A)
|
|
|
|
CNet Pro120B (98715)
|
2001-04-14 16:43:14 +00:00
|
|
|
NDC Communications SFA100A (98713A)
|
Add driver support (and man page) for PCI fast ethernet cards based
on the ASIX AX88140A chip. Update /sys/conf/files, RELNOTES.TXT,
/sys/i388/i386/userconfig.c, sysinstall/devices.c, GENERIC and LINT
accordingly.
For now, the only board that I know of that uses this chip is the
Alfa Inc. GFC2204. (Its predecessor, the GFC2202, was a DEC tulip card.)
Thanks again to Ulf for obtaining the board for me. If anyone runs
across another, please feel free to update the man page and/or the
release notes. (The same applies for the other drivers.)
FreeBSD should now have support for all of the DEC tulip workalike
chipsets currently on the market (Macronix, Lite-On, Winbond, ASIX).
And unless I'm mistaken, it should also have support for all PCI fast
ethernet chipsets in general (except maybe the SMC FEAST chip, which
nobody seems to ever use, including SMC). Now if only we could convince
3Com, Intel or whoever to cough up some documentation for gigabit
ethernet hardware.
Also updated RELNOTEX.TXT to mention that the SVEC PN102TX is supported
by the Macronix driver (assuming you actually have an SVEC PN102TX with
a Macronix chip on it; I tried to order a PN102TX once and got a box
labeled 'Hawking Technology PN102TX' that had a VIA Rhine board inside
it).
1999-01-09 18:12:08 +00:00
|
|
|
SVEC PN102TX (98713)
|
An early Christmas present: add driver support for a whole bunch of
PCI fast ethernet adapters, plus man pages.
if_pn.c: Netgear FA310TX model D1, LinkSys LNE100TX, Matrox FastNIC 10/100,
various other PNIC devices
if_mx.c: NDC Communications SOHOware SFA100 (Macronix 98713A), various
other boards based on the Macronix 98713, 98713A, 98715, 98715A
and 98725 chips
if_vr.c: D-Link DFE530-TX, other boards based on the VIA Rhine and
Rhine II chips (note: the D-Link and certain other cards
that actually use a Rhine II chip still return the PCI
device ID of the Rhine I. I don't know why, and it doesn't
really matter since the driver treats both chips the same
anyway.)
if_wb.c: Trendware TE100-PCIE and various other cards based on the
Winbond W89C840F chip (the Trendware card is identical to
the sample boards Winbond sent me, so who knows how many
clones there are running around)
All drivers include support for ifmedia, BPF and hardware multicast
filtering.
Also updated GENERIC, LINT, RELNOTES.TXT, userconfig and
sysinstall device list.
I also have a driver for the ASIX AX88140A in the works.
1998-12-04 18:01:24 +00:00
|
|
|
|
2000-07-19 00:05:59 +00:00
|
|
|
Macronix/Lite-On PNIC II LC82C115 Fast Ethernet NICs including the following:
|
1999-09-04 08:54:14 +00:00
|
|
|
LinkSys EtherFast LNE100TX Version 2
|
|
|
|
|
2000-07-19 00:05:59 +00:00
|
|
|
Winbond W89C840F Fast Ethernet NICs including the following:
|
An early Christmas present: add driver support for a whole bunch of
PCI fast ethernet adapters, plus man pages.
if_pn.c: Netgear FA310TX model D1, LinkSys LNE100TX, Matrox FastNIC 10/100,
various other PNIC devices
if_mx.c: NDC Communications SOHOware SFA100 (Macronix 98713A), various
other boards based on the Macronix 98713, 98713A, 98715, 98715A
and 98725 chips
if_vr.c: D-Link DFE530-TX, other boards based on the VIA Rhine and
Rhine II chips (note: the D-Link and certain other cards
that actually use a Rhine II chip still return the PCI
device ID of the Rhine I. I don't know why, and it doesn't
really matter since the driver treats both chips the same
anyway.)
if_wb.c: Trendware TE100-PCIE and various other cards based on the
Winbond W89C840F chip (the Trendware card is identical to
the sample boards Winbond sent me, so who knows how many
clones there are running around)
All drivers include support for ifmedia, BPF and hardware multicast
filtering.
Also updated GENERIC, LINT, RELNOTES.TXT, userconfig and
sysinstall device list.
I also have a driver for the ASIX AX88140A in the works.
1998-12-04 18:01:24 +00:00
|
|
|
Trendware TE100-PCIE
|
|
|
|
|
2000-07-19 00:05:59 +00:00
|
|
|
VIA Technologies VT3043 "Rhine I" and VT86C100A "Rhine II" Fast Ethernet
|
An early Christmas present: add driver support for a whole bunch of
PCI fast ethernet adapters, plus man pages.
if_pn.c: Netgear FA310TX model D1, LinkSys LNE100TX, Matrox FastNIC 10/100,
various other PNIC devices
if_mx.c: NDC Communications SOHOware SFA100 (Macronix 98713A), various
other boards based on the Macronix 98713, 98713A, 98715, 98715A
and 98725 chips
if_vr.c: D-Link DFE530-TX, other boards based on the VIA Rhine and
Rhine II chips (note: the D-Link and certain other cards
that actually use a Rhine II chip still return the PCI
device ID of the Rhine I. I don't know why, and it doesn't
really matter since the driver treats both chips the same
anyway.)
if_wb.c: Trendware TE100-PCIE and various other cards based on the
Winbond W89C840F chip (the Trendware card is identical to
the sample boards Winbond sent me, so who knows how many
clones there are running around)
All drivers include support for ifmedia, BPF and hardware multicast
filtering.
Also updated GENERIC, LINT, RELNOTES.TXT, userconfig and
sysinstall device list.
I also have a driver for the ASIX AX88140A in the works.
1998-12-04 18:01:24 +00:00
|
|
|
NICs including the following:
|
|
|
|
Hawking Technologies PN102TX
|
1999-09-04 08:54:14 +00:00
|
|
|
D-Link DFE-530TX
|
1999-09-22 19:46:14 +00:00
|
|
|
AOpen/Acer ALN-320
|
1999-09-04 08:54:14 +00:00
|
|
|
|
2000-07-19 00:05:59 +00:00
|
|
|
Silicon Integrated Systems SiS 900 and SiS 7016 PCI Fast Ethernet NICs
|
1999-09-05 21:01:03 +00:00
|
|
|
|
2000-07-19 00:05:59 +00:00
|
|
|
National Semiconductor DP83815 Fast Ethernet NICs including the following:
|
2001-05-11 19:56:39 +00:00
|
|
|
NetGear FA311-TX
|
2000-07-06 06:02:04 +00:00
|
|
|
NetGear FA312-TX
|
|
|
|
|
2001-05-11 19:56:39 +00:00
|
|
|
National Semiconductor DP83820 and DP83821 Gigabit Ethernet NICs including
|
|
|
|
the following:
|
|
|
|
D-Link DGE-500T
|
|
|
|
SMC EZ Card 1000 (SMC9462TX)
|
|
|
|
Asante FriendlyNet GigaNIC 1000TA and 1000TPC
|
|
|
|
Addtron AEG320T
|
|
|
|
|
2000-07-19 00:05:59 +00:00
|
|
|
Sundance Technologies ST201 PCI Fast Ethernet NICs including
|
1999-09-04 08:54:14 +00:00
|
|
|
the following:
|
|
|
|
D-Link DFE-550TX
|
|
|
|
|
2000-07-19 00:05:59 +00:00
|
|
|
SysKonnect SK-984x PCI Gigabit Ethernet cards including the following:
|
1999-09-04 08:54:14 +00:00
|
|
|
SK-9841 1000baseLX single mode fiber, single port
|
2001-04-30 16:06:46 +00:00
|
|
|
SK-9842 1000baseLX single mode fiber, dual port
|
|
|
|
SK-9843 1000baseSX multimode fiber, single port
|
1999-09-04 08:54:14 +00:00
|
|
|
SK-9844 1000baseSX multimode fiber, dual port
|
2001-04-30 16:06:46 +00:00
|
|
|
SK-9821 1000baseT copper, single port
|
|
|
|
SK-9822 1000baseT copper, dual port
|
1998-10-18 16:24:34 +00:00
|
|
|
|
1998-07-14 02:14:13 +00:00
|
|
|
Texas Instruments ThunderLAN PCI NICs, including the following:
|
1998-10-14 08:54:03 +00:00
|
|
|
Compaq Netelligent 10, 10/100, 10/100 Proliant, 10/100 Dual-Port
|
|
|
|
Compaq Netelligent 10/100 TX Embedded UTP, 10 T PCI UTP/Coax, 10/100 TX UTP
|
|
|
|
Compaq NetFlex 3P, 3P Integrated, 3P w/ BNC
|
|
|
|
Olicom OC-2135/2138, OC-2325, OC-2326 10/100 TX UTP
|
1999-01-29 16:25:20 +00:00
|
|
|
Racore 8165 10/100baseTX
|
|
|
|
Racore 8148 10baseT/100baseTX/100baseFX multi-personality
|
1998-07-14 02:14:13 +00:00
|
|
|
|
2000-07-19 00:05:59 +00:00
|
|
|
ADMtek Inc. AL981-based PCI Fast Ethernet NICs
|
|
|
|
ADMtek Inc. AN985-based PCI Fast Ethernet NICs
|
|
|
|
ADMtek Inc. AN986-based USB Ethernet NICs including the following:
|
This commit adds device driver support for the ADMtek AN986 Pegasus
USB ethernet chip. Adapters that use this chip include the LinkSys
USB100TX. There are a few others, but I'm not certain of their
availability in the U.S. I used an ADMtek eval board for development.
Note that while the ADMtek chip is a 100Mbps device, you can't really
get 100Mbps speeds over USB. Regardless, this driver uses miibus to
allow speed and duplex mode selection as well as autonegotiation.
Building and kldloading the driver as a module is also supported.
Note that in order to make this driver work, I had to make what some
may consider an ugly hack to sys/dev/usb/usbdi.c. The usbd_transfer()
function will use tsleep() for synchronous transfers that don't complete
right away. This is a problem since there are times when we need to
do sync transfers from an interrupt context (i.e. when reading registers
from the MAC via the control endpoint), where tsleep() us a no-no.
My hack allows the driver to have the code poll for transfer completion
subject to the xfer->timeout timeout rather that calling tsleep().
This hack is controlled by a quirk entry and is only enabled for the
ADMtek device.
Now, I'm sure there are a few of you out there ready to jump on me
and suggest some other approach that doesn't involve a busy wait. The
only solution that might work is to handle the interrupts in a kernel
thread, where you may have something resembling a process context that
makes it okay to tsleep(). This is lovely, except we don't have any
mechanism like that now, and I'm not about to implement such a thing
myself since it's beyond the scope of driver development. (Translation:
I'll be damned if I know how to do it.) If FreeBSD ever aquires such
a mechanism, I'll be glad to revisit the driver to take advantage of
it. In the meantime, I settled for what I perceived to be the solution
that involved the least amount of code changes. In general, the hit
is pretty light.
Also note that my only USB test box has a UHCI controller: I haven't
I don't have a machine with an OHCI controller available.
Highlights:
- Updated usb_quirks.* to add UQ_NO_TSLEEP quirk for ADMtek part.
- Updated usbdevs and regenerated generated files
- Updated HARDWARE.TXT and RELNOTES.TXT files
- Updated sysinstall/device.c and userconfig.c
- Updated kernel configs -- device aue0 is commented out by default
- Updated /sys/conf/files
- Added new kld module directory
1999-12-28 02:01:18 +00:00
|
|
|
LinkSys USB100TX
|
|
|
|
Billionton USB100
|
2000-10-30 19:09:50 +00:00
|
|
|
Melco Inc. LUA-TX
|
Add the vendor and device IDs for a whole bunch of additional USB
ethernet adapters that are supported by the aue and kue drivers.
There are actually a couple more out there from Accton, Asante and
EXP Computer, however I was not able to find any Windows device
drivers for these on their servers, and hence could not harvest
their vendor/device ID info. If somebody has one of these things
and can look in the .inf file that comes with the Windows driver,
I'd appreciate knowing what it says for 'VID' and 'PID.'
Additional adapters include: the D-Link DSB-650 and DSB-650TX, the
SMC 2102USB, 2104USB and 2202USB, the ATen UC10T, and the Netgear EA101.
These are all mentioned in the man pages, relnotes and LINT.
Also correct the date in the kue(4) man page. I wrote this thing
on Jan, 4 2000, not 1999.
2000-01-07 22:18:49 +00:00
|
|
|
D-Link DSB-650TX
|
|
|
|
SMC 2202USB
|
1999-09-04 08:54:14 +00:00
|
|
|
|
2000-07-19 00:05:59 +00:00
|
|
|
CATC USB-EL1210A-based USB Ethernet NICs including the following:
|
2000-01-14 03:14:49 +00:00
|
|
|
CATC Netmate
|
|
|
|
CATC Netmate II
|
|
|
|
Belkin F5U111
|
|
|
|
|
2000-07-19 00:05:59 +00:00
|
|
|
Kawasaki LSI KU5KUSB101B-based USB Ethernet NICs including
|
2000-01-05 04:27:24 +00:00
|
|
|
the following:
|
|
|
|
LinkSys USB10T
|
|
|
|
Entrega NET-USB-E45
|
|
|
|
Peracom USB Ethernet Adapter
|
|
|
|
3Com 3c19250
|
|
|
|
ADS Technologies USB-10BT
|
Add the vendor and device IDs for a whole bunch of additional USB
ethernet adapters that are supported by the aue and kue drivers.
There are actually a couple more out there from Accton, Asante and
EXP Computer, however I was not able to find any Windows device
drivers for these on their servers, and hence could not harvest
their vendor/device ID info. If somebody has one of these things
and can look in the .inf file that comes with the Windows driver,
I'd appreciate knowing what it says for 'VID' and 'PID.'
Additional adapters include: the D-Link DSB-650 and DSB-650TX, the
SMC 2102USB, 2104USB and 2202USB, the ATen UC10T, and the Netgear EA101.
These are all mentioned in the man pages, relnotes and LINT.
Also correct the date in the kue(4) man page. I wrote this thing
on Jan, 4 2000, not 1999.
2000-01-07 22:18:49 +00:00
|
|
|
ATen UC10T
|
|
|
|
Netgear EA101
|
|
|
|
D-Link DSB-650
|
|
|
|
SMC 2102USB
|
|
|
|
SMC 2104USB
|
2000-01-14 03:14:49 +00:00
|
|
|
Corega USB-T
|
2000-01-05 04:27:24 +00:00
|
|
|
|
Add driver support (and man page) for PCI fast ethernet cards based
on the ASIX AX88140A chip. Update /sys/conf/files, RELNOTES.TXT,
/sys/i388/i386/userconfig.c, sysinstall/devices.c, GENERIC and LINT
accordingly.
For now, the only board that I know of that uses this chip is the
Alfa Inc. GFC2204. (Its predecessor, the GFC2202, was a DEC tulip card.)
Thanks again to Ulf for obtaining the board for me. If anyone runs
across another, please feel free to update the man page and/or the
release notes. (The same applies for the other drivers.)
FreeBSD should now have support for all of the DEC tulip workalike
chipsets currently on the market (Macronix, Lite-On, Winbond, ASIX).
And unless I'm mistaken, it should also have support for all PCI fast
ethernet chipsets in general (except maybe the SMC FEAST chip, which
nobody seems to ever use, including SMC). Now if only we could convince
3Com, Intel or whoever to cough up some documentation for gigabit
ethernet hardware.
Also updated RELNOTEX.TXT to mention that the SVEC PN102TX is supported
by the Macronix driver (assuming you actually have an SVEC PN102TX with
a Macronix chip on it; I tried to order a PN102TX once and got a box
labeled 'Hawking Technology PN102TX' that had a VIA Rhine board inside
it).
1999-01-09 18:12:08 +00:00
|
|
|
ASIX Electronics AX88140A PCI NICs, including the following:
|
|
|
|
Alfa Inc. GFC2204
|
1999-01-18 17:26:01 +00:00
|
|
|
CNet Pro110B
|
Add driver support (and man page) for PCI fast ethernet cards based
on the ASIX AX88140A chip. Update /sys/conf/files, RELNOTES.TXT,
/sys/i388/i386/userconfig.c, sysinstall/devices.c, GENERIC and LINT
accordingly.
For now, the only board that I know of that uses this chip is the
Alfa Inc. GFC2204. (Its predecessor, the GFC2202, was a DEC tulip card.)
Thanks again to Ulf for obtaining the board for me. If anyone runs
across another, please feel free to update the man page and/or the
release notes. (The same applies for the other drivers.)
FreeBSD should now have support for all of the DEC tulip workalike
chipsets currently on the market (Macronix, Lite-On, Winbond, ASIX).
And unless I'm mistaken, it should also have support for all PCI fast
ethernet chipsets in general (except maybe the SMC FEAST chip, which
nobody seems to ever use, including SMC). Now if only we could convince
3Com, Intel or whoever to cough up some documentation for gigabit
ethernet hardware.
Also updated RELNOTEX.TXT to mention that the SVEC PN102TX is supported
by the Macronix driver (assuming you actually have an SVEC PN102TX with
a Macronix chip on it; I tried to order a PN102TX once and got a box
labeled 'Hawking Technology PN102TX' that had a VIA Rhine board inside
it).
1999-01-09 18:12:08 +00:00
|
|
|
|
1996-07-05 01:24:41 +00:00
|
|
|
DEC DC21040, DC21041, or DC21140 based NICs (SMC Etherpower 8432T, DE245, etc)
|
1996-11-15 07:06:58 +00:00
|
|
|
|
2001-04-14 16:43:14 +00:00
|
|
|
DEC/Intel 21143 based Fast Ethernet NICs, including the following:
|
|
|
|
DEC DE500-BA
|
|
|
|
Compaq Presario 7900 series built-in Ethernet
|
|
|
|
D-Link DFE-570TX
|
|
|
|
Kingston KNE100TX
|
|
|
|
LinkSys EtherFast 10/100 Instant GigaDrive built-in Ethernet
|
|
|
|
|
2000-07-19 00:05:59 +00:00
|
|
|
Davicom DM9100 and DM9102 PCI Fast Ethernet NICs, including the
|
1999-09-06 06:14:30 +00:00
|
|
|
following:
|
|
|
|
Jaton Corporation XpressNet
|
|
|
|
|
2000-10-15 11:13:34 +00:00
|
|
|
Fujitsu MB86960A/MB86965A, including the following:
|
|
|
|
CONTEC C-NET(PC)C Ethernet
|
|
|
|
Eiger Labs EPX-10BT
|
|
|
|
Fujitsu FMV-J182, FMV-J182A, MBH10302, MBH10303 Ethernet PCMCIA
|
|
|
|
Fujitsu Towa LA501 Ethernet
|
|
|
|
HITACHI HT-4840-11
|
|
|
|
NextCom J Link NC5310
|
|
|
|
RATOC REX-5588, REX-9822, REX-4886, REX-R280
|
|
|
|
TDK LAK-CD021, LAK-CD021A, LAK-CD021BX
|
1996-11-15 07:06:58 +00:00
|
|
|
|
1996-12-26 21:24:00 +00:00
|
|
|
HP PC Lan+ cards (model numbers: 27247B and 27252A).
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1998-10-04 06:58:56 +00:00
|
|
|
Intel EtherExpress 16
|
1997-03-02 14:20:23 +00:00
|
|
|
Intel EtherExpress Pro/10
|
1996-04-25 19:04:45 +00:00
|
|
|
Intel EtherExpress Pro/100B PCI Fast Ethernet
|
2000-01-18 22:00:26 +00:00
|
|
|
Intel InBusiness 10/100 PCI Network Adapter
|
1999-11-09 06:58:02 +00:00
|
|
|
Intel PRO/100+ Management Adapter
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
Isolan AT 4141-0 (16 bit)
|
|
|
|
Isolink 4110 (8 bit)
|
|
|
|
|
2000-07-19 00:05:59 +00:00
|
|
|
Novell NE1000, NE2000, and NE2100 Ethernet interface.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1999-05-06 19:24:45 +00:00
|
|
|
PCI network cards emulating the NE2000: RealTek 8029, NetVin 5000,
|
|
|
|
Winbond W89C940, Surecom NE-34, VIA VT86C926.
|
|
|
|
|
1995-09-18 16:53:06 +00:00
|
|
|
3Com 3C501 cards
|
|
|
|
|
|
|
|
3Com 3C503 Etherlink II
|
|
|
|
|
|
|
|
3Com 3c505 Etherlink/+
|
|
|
|
|
|
|
|
3Com 3C507 Etherlink 16/TP
|
|
|
|
|
2001-02-12 17:34:32 +00:00
|
|
|
3Com 3C509, 3C529 (MCA), 3C579,
|
2000-03-10 18:59:03 +00:00
|
|
|
3C589/589B/589C/589D/589E/XE589ET/574TX/574B (PC-card/PCMCIA),
|
2000-09-08 22:13:53 +00:00
|
|
|
3C590/592/595/900/905/905B/905C PCI,
|
|
|
|
3C556/556B MiniPCI,
|
2000-11-13 03:08:33 +00:00
|
|
|
3C575TX/575B/XFE575BT/575C/656/656B/656C Cardbus,
|
1999-09-04 08:54:14 +00:00
|
|
|
and EISA (Fast) Etherlink III / (Fast) Etherlink XL
|
|
|
|
|
|
|
|
3Com 3c980/3c980B Fast Etherlink XL server adapter
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1999-09-04 08:54:14 +00:00
|
|
|
3Com 3cSOHO100-TX OfficeConnect adapter
|
Add driver support (and man page) for PCI fast ethernet cards based
on the ASIX AX88140A chip. Update /sys/conf/files, RELNOTES.TXT,
/sys/i388/i386/userconfig.c, sysinstall/devices.c, GENERIC and LINT
accordingly.
For now, the only board that I know of that uses this chip is the
Alfa Inc. GFC2204. (Its predecessor, the GFC2202, was a DEC tulip card.)
Thanks again to Ulf for obtaining the board for me. If anyone runs
across another, please feel free to update the man page and/or the
release notes. (The same applies for the other drivers.)
FreeBSD should now have support for all of the DEC tulip workalike
chipsets currently on the market (Macronix, Lite-On, Winbond, ASIX).
And unless I'm mistaken, it should also have support for all PCI fast
ethernet chipsets in general (except maybe the SMC FEAST chip, which
nobody seems to ever use, including SMC). Now if only we could convince
3Com, Intel or whoever to cough up some documentation for gigabit
ethernet hardware.
Also updated RELNOTEX.TXT to mention that the SVEC PN102TX is supported
by the Macronix driver (assuming you actually have an SVEC PN102TX with
a Macronix chip on it; I tried to order a PN102TX once and got a box
labeled 'Hawking Technology PN102TX' that had a VIA Rhine board inside
it).
1999-01-09 18:12:08 +00:00
|
|
|
|
1998-10-04 06:58:56 +00:00
|
|
|
Crystal Semiconductor CS89x0-based NICs, including:
|
1998-10-14 08:54:03 +00:00
|
|
|
IBM Etherjet ISA
|
1998-10-04 06:58:56 +00:00
|
|
|
|
2000-03-10 18:59:03 +00:00
|
|
|
NE2000 compatible PC-Card (PCMCIA) Ethernet/FastEthernet cards,
|
|
|
|
including the following:
|
|
|
|
AR-P500 Ethernet card
|
|
|
|
Accton EN2212/EN2216/UE2216(OEM)
|
|
|
|
Allied Telesis CentreCOM LA100-PCM_V2
|
|
|
|
AmbiCom 10BaseT card
|
|
|
|
BayNetworks NETGEAR FA410TXC Fast Ethernet
|
|
|
|
CNet BC40 adapter
|
2001-01-03 08:42:08 +00:00
|
|
|
COREGA Ether PCC-T/EtherII PCC-T/FEther PCC-TXF/PCC-TXD
|
2000-03-10 18:59:03 +00:00
|
|
|
Compex Net-A adapter
|
|
|
|
CyQ've ELA-010
|
|
|
|
D-Link DE-650/660
|
|
|
|
Danpex EN-6200P2
|
2000-12-26 00:59:34 +00:00
|
|
|
ELECOM Laneed LD-CDL/TX
|
2001-03-12 13:11:17 +00:00
|
|
|
IO DATA PCLATE,PCET/TX-R
|
2000-03-10 18:59:03 +00:00
|
|
|
IBM Creditcard Ethernet I/II
|
|
|
|
IC-CARD Ethernet/IC-CARD+ Ethernet
|
2000-11-21 07:01:24 +00:00
|
|
|
Linksys EC2T/PCMPC100,EtherFast 10/100 PC Card (PCMPC100 V2)
|
2001-01-14 08:40:20 +00:00
|
|
|
Melco LPC-T/LPC2-T/LPC2-CLT/LPC2-TX/LPC3-TX/LPC3-CLX
|
2000-03-10 18:59:03 +00:00
|
|
|
NDC Ethernet Instant-Link
|
|
|
|
National Semiconductor InfoMover NE4100
|
|
|
|
Network Everywhere Ethernet 10BaseT PC Card
|
|
|
|
Planex FNW-3600-T
|
|
|
|
Socket LP-E
|
|
|
|
Surecom EtherPerfect EP-427
|
2000-10-22 02:57:48 +00:00
|
|
|
TDK LAK-CD031,Grey Cell GCS2000 Ethernet Card
|
2000-03-10 18:59:03 +00:00
|
|
|
Telecom Device SuperSocket RE450T
|
|
|
|
|
|
|
|
Megahertz X-Jack Ethernet PC-Card CC-10BT
|
2000-02-17 07:59:37 +00:00
|
|
|
|
2000-10-20 19:44:36 +00:00
|
|
|
Xircom X3201 (Cardbus) based Ethernet cards,
|
|
|
|
including the following:
|
|
|
|
IBM EtherJet Cardbus Adapter
|
|
|
|
Intel PRO/100 Mobile Cardbus (versions that uses the X3201 chipset)
|
|
|
|
Xircom Cardbus Realport
|
|
|
|
Xircom Cardbus Ethernet 10/100
|
|
|
|
Xircom Cardbus Ethernet II 10/100
|
|
|
|
|
2000-10-25 15:20:10 +00:00
|
|
|
Xircom CreditCard adapters(16bit) and workalikes
|
|
|
|
Accton EN2226/Fast EtherCard (16-bit verison)
|
|
|
|
Compaq Netelligent 10/100 PC Card
|
|
|
|
Intel EtherExpress PRO/100 Mobile Adapter (16-bit verison)
|
2000-11-10 12:35:26 +00:00
|
|
|
Xircom 10/100 Network PC Card adapter.
|
2000-10-25 15:20:10 +00:00
|
|
|
Xircom Realport card + modem(Ethernet part)
|
|
|
|
Xircom CreditCard Ethernet 10/100
|
|
|
|
Xircom CreditCard 10Base-T "CreditCard Ethernet Adaptor IIps" (PS-CE2-10)
|
|
|
|
Xircom CreditCard Ethernet 10/100 + modem (Ethernet part)
|
|
|
|
|
2000-10-25 21:04:09 +00:00
|
|
|
National Semiconductor DP8393X (SONIC) Ethernet cards
|
|
|
|
NEC PC-9801-83, -84, -103, and -104
|
|
|
|
NEC PC-9801N-25 and -J02R
|
|
|
|
|
2000-10-25 15:20:10 +00:00
|
|
|
|
2000-07-19 00:05:59 +00:00
|
|
|
2.3. FDDI
|
|
|
|
---------
|
|
|
|
|
|
|
|
DEC FDDI (DEFPA/DEFEA) NICs
|
|
|
|
|
|
|
|
|
|
|
|
2.4. ATM
|
|
|
|
--------
|
(this is an extract from src/share/examples/atm/README)
===================================
HARP | Host ATM Research Platform
===================================
HARP 3
What is this stuff?
-------------------
The Advanced Networking Group (ANG) at the Minnesota Supercomputer Center,
Inc. (MSCI), as part of its work on the MAGIC Gigabit Testbed, developed
the Host ATM Research Platform (HARP) software, which allows IP hosts to
communicate over ATM networks using standard protocols. It is intended to
be a high-quality platform for IP/ATM research.
HARP provides a way for IP hosts to connect to ATM networks. It supports
standard methods of communication using IP over ATM. A host's standard IP
software sends and receives datagrams via a HARP ATM interface. HARP provides
functionality similar to (and typically replaces) vendor-provided ATM device
driver software.
HARP includes full source code, making it possible for researchers to
experiment with different approaches to running IP over ATM. HARP is
self-contained; it requires no other licenses or commercial software packages.
HARP implements support for the IETF Classical IP model for using IP over ATM
networks, including:
o IETF ATMARP address resolution client
o IETF ATMARP address resolution server
o IETF SCSP/ATMARP server
o UNI 3.1 and 3.0 signalling protocols
o Fore Systems's SPANS signalling protocol
What's supported
----------------
The following are supported by HARP 3:
o ATM Host Interfaces
- FORE Systems, Inc. SBA-200 and SBA-200E ATM SBus Adapters
- FORE Systems, Inc. PCA-200E ATM PCI Adapters
- Efficient Networks, Inc. ENI-155p ATM PCI Adapters
o ATM Signalling Protocols
- The ATM Forum UNI 3.1 signalling protocol
- The ATM Forum UNI 3.0 signalling protocol
- The ATM Forum ILMI address registration
- FORE Systems's proprietary SPANS signalling protocol
- Permanent Virtual Channels (PVCs)
o IETF "Classical IP and ARP over ATM" model
- RFC 1483, "Multiprotocol Encapsulation over ATM Adaptation Layer 5"
- RFC 1577, "Classical IP and ARP over ATM"
- RFC 1626, "Default IP MTU for use over ATM AAL5"
- RFC 1755, "ATM Signaling Support for IP over ATM"
- RFC 2225, "Classical IP and ARP over ATM"
- RFC 2334, "Server Cache Synchronization Protocol (SCSP)"
- Internet Draft draft-ietf-ion-scsp-atmarp-00.txt,
"A Distributed ATMARP Service Using SCSP"
o ATM Sockets interface
- The file atm-sockets.txt contains further information
What's not supported
--------------------
The following major features of the above list are not currently supported:
o UNI point-to-multipoint support
o Driver support for Traffic Control/Quality of Service
o SPANS multicast and MPP support
o SPANS signalling using Efficient adapters
This software was developed under the sponsorship of the Defense Advanced
Research Projects Agency (DARPA).
Reviewed (lightly) by: phk
Submitted by: Network Computing Services, Inc.
1998-09-15 11:44:44 +00:00
|
|
|
|
|
|
|
o ATM Host Interfaces
|
|
|
|
- FORE Systems, Inc. PCA-200E ATM PCI Adapters
|
|
|
|
- Efficient Networks, Inc. ENI-155p ATM PCI Adapters
|
|
|
|
|
2001-02-25 22:26:37 +00:00
|
|
|
o ATM Signaling Protocols
|
2001-02-12 18:04:20 +00:00
|
|
|
- The ATM Forum UNI 3.1 signaling protocol
|
|
|
|
- The ATM Forum UNI 3.0 signaling protocol
|
(this is an extract from src/share/examples/atm/README)
===================================
HARP | Host ATM Research Platform
===================================
HARP 3
What is this stuff?
-------------------
The Advanced Networking Group (ANG) at the Minnesota Supercomputer Center,
Inc. (MSCI), as part of its work on the MAGIC Gigabit Testbed, developed
the Host ATM Research Platform (HARP) software, which allows IP hosts to
communicate over ATM networks using standard protocols. It is intended to
be a high-quality platform for IP/ATM research.
HARP provides a way for IP hosts to connect to ATM networks. It supports
standard methods of communication using IP over ATM. A host's standard IP
software sends and receives datagrams via a HARP ATM interface. HARP provides
functionality similar to (and typically replaces) vendor-provided ATM device
driver software.
HARP includes full source code, making it possible for researchers to
experiment with different approaches to running IP over ATM. HARP is
self-contained; it requires no other licenses or commercial software packages.
HARP implements support for the IETF Classical IP model for using IP over ATM
networks, including:
o IETF ATMARP address resolution client
o IETF ATMARP address resolution server
o IETF SCSP/ATMARP server
o UNI 3.1 and 3.0 signalling protocols
o Fore Systems's SPANS signalling protocol
What's supported
----------------
The following are supported by HARP 3:
o ATM Host Interfaces
- FORE Systems, Inc. SBA-200 and SBA-200E ATM SBus Adapters
- FORE Systems, Inc. PCA-200E ATM PCI Adapters
- Efficient Networks, Inc. ENI-155p ATM PCI Adapters
o ATM Signalling Protocols
- The ATM Forum UNI 3.1 signalling protocol
- The ATM Forum UNI 3.0 signalling protocol
- The ATM Forum ILMI address registration
- FORE Systems's proprietary SPANS signalling protocol
- Permanent Virtual Channels (PVCs)
o IETF "Classical IP and ARP over ATM" model
- RFC 1483, "Multiprotocol Encapsulation over ATM Adaptation Layer 5"
- RFC 1577, "Classical IP and ARP over ATM"
- RFC 1626, "Default IP MTU for use over ATM AAL5"
- RFC 1755, "ATM Signaling Support for IP over ATM"
- RFC 2225, "Classical IP and ARP over ATM"
- RFC 2334, "Server Cache Synchronization Protocol (SCSP)"
- Internet Draft draft-ietf-ion-scsp-atmarp-00.txt,
"A Distributed ATMARP Service Using SCSP"
o ATM Sockets interface
- The file atm-sockets.txt contains further information
What's not supported
--------------------
The following major features of the above list are not currently supported:
o UNI point-to-multipoint support
o Driver support for Traffic Control/Quality of Service
o SPANS multicast and MPP support
o SPANS signalling using Efficient adapters
This software was developed under the sponsorship of the Defense Advanced
Research Projects Agency (DARPA).
Reviewed (lightly) by: phk
Submitted by: Network Computing Services, Inc.
1998-09-15 11:44:44 +00:00
|
|
|
- The ATM Forum ILMI address registration
|
2001-02-12 18:04:20 +00:00
|
|
|
- FORE Systems' proprietary SPANS signaling protocol
|
(this is an extract from src/share/examples/atm/README)
===================================
HARP | Host ATM Research Platform
===================================
HARP 3
What is this stuff?
-------------------
The Advanced Networking Group (ANG) at the Minnesota Supercomputer Center,
Inc. (MSCI), as part of its work on the MAGIC Gigabit Testbed, developed
the Host ATM Research Platform (HARP) software, which allows IP hosts to
communicate over ATM networks using standard protocols. It is intended to
be a high-quality platform for IP/ATM research.
HARP provides a way for IP hosts to connect to ATM networks. It supports
standard methods of communication using IP over ATM. A host's standard IP
software sends and receives datagrams via a HARP ATM interface. HARP provides
functionality similar to (and typically replaces) vendor-provided ATM device
driver software.
HARP includes full source code, making it possible for researchers to
experiment with different approaches to running IP over ATM. HARP is
self-contained; it requires no other licenses or commercial software packages.
HARP implements support for the IETF Classical IP model for using IP over ATM
networks, including:
o IETF ATMARP address resolution client
o IETF ATMARP address resolution server
o IETF SCSP/ATMARP server
o UNI 3.1 and 3.0 signalling protocols
o Fore Systems's SPANS signalling protocol
What's supported
----------------
The following are supported by HARP 3:
o ATM Host Interfaces
- FORE Systems, Inc. SBA-200 and SBA-200E ATM SBus Adapters
- FORE Systems, Inc. PCA-200E ATM PCI Adapters
- Efficient Networks, Inc. ENI-155p ATM PCI Adapters
o ATM Signalling Protocols
- The ATM Forum UNI 3.1 signalling protocol
- The ATM Forum UNI 3.0 signalling protocol
- The ATM Forum ILMI address registration
- FORE Systems's proprietary SPANS signalling protocol
- Permanent Virtual Channels (PVCs)
o IETF "Classical IP and ARP over ATM" model
- RFC 1483, "Multiprotocol Encapsulation over ATM Adaptation Layer 5"
- RFC 1577, "Classical IP and ARP over ATM"
- RFC 1626, "Default IP MTU for use over ATM AAL5"
- RFC 1755, "ATM Signaling Support for IP over ATM"
- RFC 2225, "Classical IP and ARP over ATM"
- RFC 2334, "Server Cache Synchronization Protocol (SCSP)"
- Internet Draft draft-ietf-ion-scsp-atmarp-00.txt,
"A Distributed ATMARP Service Using SCSP"
o ATM Sockets interface
- The file atm-sockets.txt contains further information
What's not supported
--------------------
The following major features of the above list are not currently supported:
o UNI point-to-multipoint support
o Driver support for Traffic Control/Quality of Service
o SPANS multicast and MPP support
o SPANS signalling using Efficient adapters
This software was developed under the sponsorship of the Defense Advanced
Research Projects Agency (DARPA).
Reviewed (lightly) by: phk
Submitted by: Network Computing Services, Inc.
1998-09-15 11:44:44 +00:00
|
|
|
- Permanent Virtual Channels (PVCs)
|
|
|
|
|
|
|
|
o IETF "Classical IP and ARP over ATM" model
|
|
|
|
- RFC 1483, "Multiprotocol Encapsulation over ATM Adaptation Layer 5"
|
|
|
|
- RFC 1577, "Classical IP and ARP over ATM"
|
|
|
|
- RFC 1626, "Default IP MTU for use over ATM AAL5"
|
|
|
|
- RFC 1755, "ATM Signaling Support for IP over ATM"
|
|
|
|
- RFC 2225, "Classical IP and ARP over ATM"
|
|
|
|
- RFC 2334, "Server Cache Synchronization Protocol (SCSP)"
|
|
|
|
- Internet Draft draft-ietf-ion-scsp-atmarp-00.txt,
|
|
|
|
"A Distributed ATMARP Service Using SCSP"
|
|
|
|
|
|
|
|
o ATM Sockets interface
|
|
|
|
|
2000-02-17 07:59:37 +00:00
|
|
|
|
2000-07-19 00:05:59 +00:00
|
|
|
2.5. Misc
|
1995-09-18 16:53:06 +00:00
|
|
|
---------
|
|
|
|
|
|
|
|
AST 4 port serial card using shared IRQ.
|
|
|
|
|
|
|
|
ARNET 8 port serial card using shared IRQ.
|
1996-04-25 19:04:45 +00:00
|
|
|
ARNET (now Digiboard) Sync 570/i high-speed serial.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1996-11-15 18:44:02 +00:00
|
|
|
Boca BB1004 4-Port serial card (Modems NOT supported)
|
|
|
|
Boca IOAT66 6-Port serial card (Modems supported)
|
|
|
|
Boca BB1008 8-Port serial card (Modems NOT supported)
|
|
|
|
Boca BB2016 16-Port serial card (Modems supported)
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1997-10-09 09:11:40 +00:00
|
|
|
Comtrol Rocketport card.
|
|
|
|
|
1995-09-18 16:53:06 +00:00
|
|
|
Cyclades Cyclom-y Serial Board.
|
|
|
|
|
|
|
|
STB 4 port card using shared IRQ.
|
|
|
|
|
|
|
|
SDL Communications Riscom/8 Serial Board.
|
1996-10-30 18:57:46 +00:00
|
|
|
SDL Communications RISCom/N2 and N2pci high-speed sync serial boards.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1996-11-14 14:51:16 +00:00
|
|
|
Stallion multiport serial boards: EasyIO, EasyConnection 8/32 & 8/64,
|
|
|
|
ONboard 4/16 and Brumby.
|
|
|
|
|
1999-03-08 23:41:12 +00:00
|
|
|
Specialix SI/XIO/SX ISA, EISA and PCI serial expansion cards/modules.
|
|
|
|
|
2001-04-26 21:33:08 +00:00
|
|
|
Advance Asound 100, 110 and Logic ALS120, ALS4000
|
2001-04-13 16:11:20 +00:00
|
|
|
C-Media CMI-8x38
|
2000-10-06 00:32:13 +00:00
|
|
|
Crystal Semiconductor CS461x/462x/428x
|
2001-04-13 16:11:20 +00:00
|
|
|
Crystal Semiconductor CS4281
|
2000-10-06 00:32:13 +00:00
|
|
|
ENSONIQ AudioPCI ES1370/1371
|
|
|
|
ESS ES1868, ES1869, ES1879 and ES1888
|
|
|
|
ESS Maestro-1, Maestro-2, and Maestro-2E
|
2001-02-05 21:56:58 +00:00
|
|
|
ESS Maestro-3/Allegro
|
2000-10-06 00:32:13 +00:00
|
|
|
ForteMedia fm801
|
|
|
|
Gravis UltraSound MAX/PnP
|
|
|
|
MSS/WSS Compatible DSPs
|
|
|
|
NeoMagic 256AV/ZX
|
|
|
|
OPTi 931/82C931
|
2001-04-26 21:33:08 +00:00
|
|
|
S3 Sonicvibes
|
2000-10-06 00:32:13 +00:00
|
|
|
SoundBlaster, Soundblaster Pro, Soundblaster AWE-32, Soundblaster AWE-64
|
|
|
|
Trident 4DWave DX/NX
|
|
|
|
VIA Technologies VT82C686A
|
|
|
|
Yamaha DS1 and DS1e
|
|
|
|
(newpcm driver)
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1996-11-14 14:50:29 +00:00
|
|
|
Connectix QuickCam
|
|
|
|
Matrox Meteor Video frame grabber
|
|
|
|
Creative Labs Video Spigot frame grabber
|
|
|
|
Cortex1 frame grabber
|
1997-05-09 07:45:37 +00:00
|
|
|
Hauppauge Wincast/TV boards (PCI)
|
|
|
|
STB TV PCI
|
|
|
|
Intel Smart Video Recorder III
|
1999-05-06 19:24:45 +00:00
|
|
|
Various Frame grabbers based on Brooktree Bt848 / Bt878 chip.
|
1997-05-09 07:45:37 +00:00
|
|
|
|
1997-10-18 11:20:02 +00:00
|
|
|
HP4020, HP6020, Philips CDD2000/CDD2660 and Plasmon CD-R drives.
|
1996-11-14 14:50:29 +00:00
|
|
|
|
|
|
|
PS/2 mice
|
|
|
|
|
|
|
|
Standard PC Joystick
|
|
|
|
|
|
|
|
X-10 power controllers
|
|
|
|
|
|
|
|
GPIB and Transputer drivers.
|
|
|
|
|
|
|
|
Genius and Mustek hand scanners.
|
|
|
|
|
(this is an extract from src/share/examples/atm/README)
===================================
HARP | Host ATM Research Platform
===================================
HARP 3
What is this stuff?
-------------------
The Advanced Networking Group (ANG) at the Minnesota Supercomputer Center,
Inc. (MSCI), as part of its work on the MAGIC Gigabit Testbed, developed
the Host ATM Research Platform (HARP) software, which allows IP hosts to
communicate over ATM networks using standard protocols. It is intended to
be a high-quality platform for IP/ATM research.
HARP provides a way for IP hosts to connect to ATM networks. It supports
standard methods of communication using IP over ATM. A host's standard IP
software sends and receives datagrams via a HARP ATM interface. HARP provides
functionality similar to (and typically replaces) vendor-provided ATM device
driver software.
HARP includes full source code, making it possible for researchers to
experiment with different approaches to running IP over ATM. HARP is
self-contained; it requires no other licenses or commercial software packages.
HARP implements support for the IETF Classical IP model for using IP over ATM
networks, including:
o IETF ATMARP address resolution client
o IETF ATMARP address resolution server
o IETF SCSP/ATMARP server
o UNI 3.1 and 3.0 signalling protocols
o Fore Systems's SPANS signalling protocol
What's supported
----------------
The following are supported by HARP 3:
o ATM Host Interfaces
- FORE Systems, Inc. SBA-200 and SBA-200E ATM SBus Adapters
- FORE Systems, Inc. PCA-200E ATM PCI Adapters
- Efficient Networks, Inc. ENI-155p ATM PCI Adapters
o ATM Signalling Protocols
- The ATM Forum UNI 3.1 signalling protocol
- The ATM Forum UNI 3.0 signalling protocol
- The ATM Forum ILMI address registration
- FORE Systems's proprietary SPANS signalling protocol
- Permanent Virtual Channels (PVCs)
o IETF "Classical IP and ARP over ATM" model
- RFC 1483, "Multiprotocol Encapsulation over ATM Adaptation Layer 5"
- RFC 1577, "Classical IP and ARP over ATM"
- RFC 1626, "Default IP MTU for use over ATM AAL5"
- RFC 1755, "ATM Signaling Support for IP over ATM"
- RFC 2225, "Classical IP and ARP over ATM"
- RFC 2334, "Server Cache Synchronization Protocol (SCSP)"
- Internet Draft draft-ietf-ion-scsp-atmarp-00.txt,
"A Distributed ATMARP Service Using SCSP"
o ATM Sockets interface
- The file atm-sockets.txt contains further information
What's not supported
--------------------
The following major features of the above list are not currently supported:
o UNI point-to-multipoint support
o Driver support for Traffic Control/Quality of Service
o SPANS multicast and MPP support
o SPANS signalling using Efficient adapters
This software was developed under the sponsorship of the Defense Advanced
Research Projects Agency (DARPA).
Reviewed (lightly) by: phk
Submitted by: Network Computing Services, Inc.
1998-09-15 11:44:44 +00:00
|
|
|
Xilinx XC6200 based reconfigurable hardware cards compatible with
|
|
|
|
the HOT1 from Virtual Computers (www.vcc.com)
|
1996-11-14 14:50:29 +00:00
|
|
|
|
(this is an extract from src/share/examples/atm/README)
===================================
HARP | Host ATM Research Platform
===================================
HARP 3
What is this stuff?
-------------------
The Advanced Networking Group (ANG) at the Minnesota Supercomputer Center,
Inc. (MSCI), as part of its work on the MAGIC Gigabit Testbed, developed
the Host ATM Research Platform (HARP) software, which allows IP hosts to
communicate over ATM networks using standard protocols. It is intended to
be a high-quality platform for IP/ATM research.
HARP provides a way for IP hosts to connect to ATM networks. It supports
standard methods of communication using IP over ATM. A host's standard IP
software sends and receives datagrams via a HARP ATM interface. HARP provides
functionality similar to (and typically replaces) vendor-provided ATM device
driver software.
HARP includes full source code, making it possible for researchers to
experiment with different approaches to running IP over ATM. HARP is
self-contained; it requires no other licenses or commercial software packages.
HARP implements support for the IETF Classical IP model for using IP over ATM
networks, including:
o IETF ATMARP address resolution client
o IETF ATMARP address resolution server
o IETF SCSP/ATMARP server
o UNI 3.1 and 3.0 signalling protocols
o Fore Systems's SPANS signalling protocol
What's supported
----------------
The following are supported by HARP 3:
o ATM Host Interfaces
- FORE Systems, Inc. SBA-200 and SBA-200E ATM SBus Adapters
- FORE Systems, Inc. PCA-200E ATM PCI Adapters
- Efficient Networks, Inc. ENI-155p ATM PCI Adapters
o ATM Signalling Protocols
- The ATM Forum UNI 3.1 signalling protocol
- The ATM Forum UNI 3.0 signalling protocol
- The ATM Forum ILMI address registration
- FORE Systems's proprietary SPANS signalling protocol
- Permanent Virtual Channels (PVCs)
o IETF "Classical IP and ARP over ATM" model
- RFC 1483, "Multiprotocol Encapsulation over ATM Adaptation Layer 5"
- RFC 1577, "Classical IP and ARP over ATM"
- RFC 1626, "Default IP MTU for use over ATM AAL5"
- RFC 1755, "ATM Signaling Support for IP over ATM"
- RFC 2225, "Classical IP and ARP over ATM"
- RFC 2334, "Server Cache Synchronization Protocol (SCSP)"
- Internet Draft draft-ietf-ion-scsp-atmarp-00.txt,
"A Distributed ATMARP Service Using SCSP"
o ATM Sockets interface
- The file atm-sockets.txt contains further information
What's not supported
--------------------
The following major features of the above list are not currently supported:
o UNI point-to-multipoint support
o Driver support for Traffic Control/Quality of Service
o SPANS multicast and MPP support
o SPANS signalling using Efficient adapters
This software was developed under the sponsorship of the Defense Advanced
Research Projects Agency (DARPA).
Reviewed (lightly) by: phk
Submitted by: Network Computing Services, Inc.
1998-09-15 11:44:44 +00:00
|
|
|
Support for Dave Mills experimental Loran-C receiver.
|
1995-12-07 10:34:59 +00:00
|
|
|
|
1999-09-04 08:54:14 +00:00
|
|
|
Lucent Technologies WaveLAN/IEEE 802.11 PCMCIA and ISA standard speed
|
|
|
|
(2Mbps) and turbo speed (6Mbps) wireless network adapters and workalikes
|
2000-10-10 14:27:30 +00:00
|
|
|
NCR WaveLAN/IEEE 802.11
|
2001-05-10 23:38:32 +00:00
|
|
|
3COM 3crwe737A AirConnect Wireless LAN PC Card
|
|
|
|
Addtron AWA100
|
2000-10-10 14:27:30 +00:00
|
|
|
Cabletron RoamAbout 802.11 DS
|
2000-10-22 02:57:48 +00:00
|
|
|
Compaq WL100
|
2001-03-07 13:30:44 +00:00
|
|
|
Corega KK Wireless LAN PCC-11, PCCA-11
|
2000-10-22 02:57:48 +00:00
|
|
|
Laneed Wireless card
|
2000-10-10 14:27:30 +00:00
|
|
|
ELECOM Air@Hawk/LD-WL11/PCC
|
|
|
|
Farallon Skyline 11Mbps Wireless
|
2000-10-22 02:57:48 +00:00
|
|
|
ICOM SL-1100
|
2001-03-07 00:58:52 +00:00
|
|
|
IO Data WN-B11/PCM
|
2000-10-10 14:27:30 +00:00
|
|
|
Melco Airconnect WLI-PCM-L11
|
2001-03-07 13:30:44 +00:00
|
|
|
NEC Wireless Card CMZ-RT-WP, PC-WL/11C, PK-WL001
|
2000-10-10 14:27:30 +00:00
|
|
|
PLANEX GeoWave/GW-NS110
|
2000-10-22 02:57:48 +00:00
|
|
|
TDK LAK-CD011WL
|
2000-10-10 14:27:30 +00:00
|
|
|
Note: the ISA versions of these adapters are actually PCMCIA cards
|
|
|
|
combined with an ISA to PCMCIA bridge card, so both kinds of devices
|
|
|
|
work with the same driver.
|
1999-09-04 08:54:14 +00:00
|
|
|
|
2000-01-14 20:41:03 +00:00
|
|
|
Aironet 4500/4800 series 802.11 wireless adapters. The PCMCIA,
|
|
|
|
PCI and ISA adapters are all supported.
|
2000-09-28 10:23:17 +00:00
|
|
|
Cisco Systems Aironet 340 Series (includes 340, 341, and 342 models)
|
|
|
|
11Mbps 802.11 wireless NIC
|
2000-01-14 20:41:03 +00:00
|
|
|
|
2001-01-03 20:03:53 +00:00
|
|
|
Webgear Aviator 2.4GHz wireless adapters.
|
|
|
|
|
2000-10-10 15:11:45 +00:00
|
|
|
AcerISDN P10 ISA PnP (experimental)
|
|
|
|
Asuscom ISDNlink 128K ISA
|
|
|
|
AVM A1
|
|
|
|
AVM Fritz!Card classic
|
|
|
|
AVM Fritz!Card PnP
|
|
|
|
AVM Fritz!Card PCI
|
|
|
|
Creatix ISDN-S0
|
2001-02-12 17:34:32 +00:00
|
|
|
Creatix ISDN-S0 P&P
|
2000-10-10 15:11:45 +00:00
|
|
|
Dr. Neuhaus Niccy Go@ and compatibles
|
|
|
|
Dynalink IS64PH
|
|
|
|
ELSA PCC-16
|
|
|
|
ELSA QuickStep 1000pro ISA
|
|
|
|
ELSA MicroLink ISDN/PCI
|
|
|
|
ELSA QuickStep 1000pro PCI
|
|
|
|
ITK ix1 Micro ( < V.3, non-PnP version )
|
|
|
|
Sedlbauer Win Speed
|
|
|
|
Siemens I-Surf 2.0
|
|
|
|
TELEINT ISDN SPEED No.1 (experimental)
|
|
|
|
Teles S0/8
|
|
|
|
Teles S0/16
|
|
|
|
Teles S0/16.3
|
|
|
|
Teles S0/16.3 PnP
|
|
|
|
Teles 16.3c ISA PnP (experimental)
|
|
|
|
USRobotics Sportster ISDN TA intern
|
|
|
|
Winbond W6692 based PCI cards
|
|
|
|
|
2000-10-22 02:57:48 +00:00
|
|
|
Toshiba Mobile HDD MEHDD20A (Type II)
|
|
|
|
|
2001-03-22 02:40:50 +00:00
|
|
|
Panasonic Flash ATA BN-040ABP3
|
|
|
|
|
|
|
|
Hewlett Packard M820e (CD-writer)
|
|
|
|
|
2000-10-22 02:57:48 +00:00
|
|
|
FAX-Modem/PC-Card
|
2000-11-10 12:38:21 +00:00
|
|
|
Melco IGM-PCM56K/IGM-PCM56KH
|
2000-11-10 12:43:49 +00:00
|
|
|
Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD terminal)
|
2000-10-22 02:57:48 +00:00
|
|
|
|
2001-02-12 18:04:20 +00:00
|
|
|
PHS Data Communication Card/PC-Card
|
2000-11-13 03:14:18 +00:00
|
|
|
NTT DoCoMo P-in Comp@ct
|
2000-10-22 02:57:48 +00:00
|
|
|
Panasonic KX-PH405
|
2000-11-13 03:14:18 +00:00
|
|
|
SII MC-P200
|
2000-10-22 02:57:48 +00:00
|
|
|
|
2000-02-17 07:59:37 +00:00
|
|
|
|
1997-02-01 01:08:35 +00:00
|
|
|
3. Obtaining FreeBSD
|
1995-09-18 16:53:06 +00:00
|
|
|
--------------------
|
|
|
|
|
|
|
|
You may obtain FreeBSD in a variety of ways:
|
|
|
|
|
2000-02-17 07:59:37 +00:00
|
|
|
|
1997-02-01 01:08:35 +00:00
|
|
|
3.1. FTP/Mail
|
|
|
|
-------------
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
You can ftp FreeBSD and any or all of its optional packages from
|
2000-10-01 13:30:15 +00:00
|
|
|
`ftp.FreeBSD.org' - the official FreeBSD release site.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
For other locations that mirror the FreeBSD software see the file
|
1995-12-07 10:34:59 +00:00
|
|
|
MIRROR.SITES. Please ftp the distribution from the site closest (in
|
|
|
|
networking terms) to you. Additional mirror sites are always welcome!
|
2001-02-12 17:34:32 +00:00
|
|
|
Contact freebsd-admin@FreeBSD.org for more details if you'd like to
|
1997-03-14 05:23:23 +00:00
|
|
|
become an official mirror site.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1996-12-26 21:53:11 +00:00
|
|
|
If you do not have access to the Internet and electronic mail is your
|
1995-09-18 16:53:06 +00:00
|
|
|
only recourse, then you may still fetch the files by sending mail to
|
1997-05-14 07:12:57 +00:00
|
|
|
`ftpmail@ftpmail.vix.com' - putting the keyword "help" in your message
|
1995-12-07 10:34:59 +00:00
|
|
|
to get more information on how to fetch files using this mechanism.
|
|
|
|
Please do note, however, that this will end up sending many *tens of
|
|
|
|
megabytes* through the mail and should only be employed as an absolute
|
|
|
|
LAST resort!
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
|
1997-02-01 01:08:35 +00:00
|
|
|
3.2. CDROM
|
|
|
|
----------
|
1995-09-18 16:53:06 +00:00
|
|
|
|
2000-10-02 00:46:25 +00:00
|
|
|
FreeBSD 4.x-RELEASE and 3.x-RELEASE CDs may be ordered on CDROM from:
|
1995-09-18 16:53:06 +00:00
|
|
|
|
2000-11-20 23:20:35 +00:00
|
|
|
BSDi / Walnut Creek CDROM
|
1995-09-18 16:53:06 +00:00
|
|
|
4041 Pike Lane, Suite D
|
|
|
|
Concord CA 94520
|
2000-11-20 23:20:35 +00:00
|
|
|
USA
|
|
|
|
+1-800-786-9907, +1-925-674-0783, +1-925-674-0821 (FAX)
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1996-12-26 21:53:11 +00:00
|
|
|
Or via the Internet from orders@cdrom.com or http://www.cdrom.com.
|
1996-11-13 12:35:17 +00:00
|
|
|
Their current catalog can be obtained via ftp from:
|
1997-08-29 23:28:44 +00:00
|
|
|
|
|
|
|
ftp://ftp.cdrom.com/cdrom/catalog
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1996-04-25 19:04:45 +00:00
|
|
|
Cost per -RELEASE CD is $39.95 or $24.95 with a FreeBSD subscription.
|
1998-09-09 03:37:00 +00:00
|
|
|
FreeBSD SNAPshot CDs, when available, are $39.95 or $14.95 with a
|
|
|
|
FreeBSD-SNAP subscription (-RELEASE and -SNAP subscriptions are entirely
|
|
|
|
separate). With a subscription, you will automatically receive updates as
|
|
|
|
they are released. Your credit card will be billed when each disk is
|
|
|
|
shipped and you may cancel your subscription at any time without further
|
|
|
|
obligation.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1995-12-07 10:34:59 +00:00
|
|
|
Shipping (per order not per disc) is $5 in the US, Canada or Mexico
|
|
|
|
and $9.00 overseas. They accept Visa, Mastercard, Discover, American
|
|
|
|
Express or checks in U.S. Dollars and ship COD within the United
|
|
|
|
States. California residents please add 8.25% sales tax.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
Should you be dissatisfied for any reason, the CD comes with an
|
|
|
|
unconditional return policy.
|
|
|
|
|
|
|
|
|
1998-10-14 08:54:03 +00:00
|
|
|
4. Upgrading from previous releases of FreeBSD
|
|
|
|
----------------------------------------------
|
|
|
|
|
|
|
|
If you're upgrading from a previous release of FreeBSD, most likely
|
2000-07-19 00:05:59 +00:00
|
|
|
it's 3.0 and there may be some issues affecting you, depending
|
1999-01-21 23:26:34 +00:00
|
|
|
of course on your chosen method of upgrading. There are two popular
|
|
|
|
ways of upgrading FreeBSD distributions:
|
1998-10-14 08:54:03 +00:00
|
|
|
|
|
|
|
o Using sources, via /usr/src
|
|
|
|
o Using sysinstall's (binary) upgrade option.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
2000-07-19 00:05:59 +00:00
|
|
|
Please read the UPGRADE.TXT file for more information, preferably
|
|
|
|
before beginning an upgrade.
|
1998-10-14 08:54:03 +00:00
|
|
|
|
|
|
|
|
|
|
|
5. Reporting problems, making suggestions, submitting code.
|
|
|
|
-----------------------------------------------------------
|
1995-09-18 16:53:06 +00:00
|
|
|
Your suggestions, bug reports and contributions of code are always
|
|
|
|
valued - please do not hesitate to report any problems you may find
|
1995-12-07 10:34:59 +00:00
|
|
|
(preferably with a fix attached, if you can!).
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
The preferred method to submit bug reports from a machine with
|
1996-12-26 21:53:11 +00:00
|
|
|
Internet mail connectivity is to use the send-pr command or use the CGI
|
2000-10-01 13:30:15 +00:00
|
|
|
script at http://www.FreeBSD.org/send-pr.html. Bug reports
|
1995-09-18 16:53:06 +00:00
|
|
|
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
|
1995-12-07 10:34:59 +00:00
|
|
|
as possible. Bugs filed in this way are also visible on our WEB site
|
|
|
|
in the support section and are therefore valuable both as bug reports
|
|
|
|
and as "signposts" for other users concerning potential problems to
|
|
|
|
watch out for.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
If, for some reason, you are unable to use the send-pr command to
|
|
|
|
submit a bug report, you can try to send it to:
|
|
|
|
|
1997-03-14 05:10:47 +00:00
|
|
|
freebsd-bugs@FreeBSD.org
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1996-12-26 21:24:00 +00:00
|
|
|
Note that send-pr itself is a shell script that should be easy to move
|
|
|
|
even onto a totally different system. We much prefer if you could use
|
|
|
|
this interface, since it make it easier to keep track of the problem
|
|
|
|
reports. However, before submitting, please try to make sure whether
|
|
|
|
the problem might have already been fixed since.
|
|
|
|
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1997-08-29 23:28:44 +00:00
|
|
|
Otherwise, for any questions or tech support issues, please send mail to:
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1997-03-14 05:10:47 +00:00
|
|
|
freebsd-questions@FreeBSD.org
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1995-12-07 10:34:59 +00:00
|
|
|
|
2000-07-19 00:05:59 +00:00
|
|
|
If you're tracking the -current development efforts, you should
|
|
|
|
definitely join the -current mailing list, in order to keep abreast
|
|
|
|
of recent developments and changes that may affect the way you
|
|
|
|
use and maintain the system:
|
|
|
|
|
|
|
|
freebsd-current@FreeBSD.org
|
|
|
|
|
|
|
|
|
1995-09-18 16:53:06 +00:00
|
|
|
Additionally, being a volunteer effort, we are always happy to have
|
1995-12-07 10:34:59 +00:00
|
|
|
extra hands willing to help - there are already far more desired
|
|
|
|
enhancements than we'll ever be able to manage by ourselves! To
|
|
|
|
contact us on technical matters, or with offers of help, please send
|
|
|
|
mail to:
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1997-03-14 05:10:47 +00:00
|
|
|
freebsd-hackers@FreeBSD.org
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1995-12-07 10:34:59 +00:00
|
|
|
|
|
|
|
Please note that these mailing lists can experience *significant*
|
|
|
|
amounts of traffic and if you have slow or expensive mail access and
|
|
|
|
are only interested in keeping up with significant FreeBSD events, you
|
|
|
|
may find it preferable to subscribe instead to:
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1997-03-14 05:10:47 +00:00
|
|
|
freebsd-announce@FreeBSD.org
|
1995-09-18 16:53:06 +00:00
|
|
|
|
|
|
|
|
1997-03-14 05:10:47 +00:00
|
|
|
All of the mailing lists can be freely joined by anyone wishing
|
1995-09-18 16:53:06 +00:00
|
|
|
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!
|
|
|
|
|
|
|
|
|
2001-02-12 18:04:20 +00:00
|
|
|
6. Acknowledgments
|
|
|
|
------------------
|
1995-09-18 16:53:06 +00:00
|
|
|
|
2000-11-21 14:31:10 +00:00
|
|
|
FreeBSD represents the cumulative work of many hundreds, if not
|
|
|
|
thousands, of individuals from around the world who have worked very
|
1997-02-01 01:08:35 +00:00
|
|
|
hard to bring you this release. For a complete list of FreeBSD
|
|
|
|
project staffers, please see:
|
1996-04-25 19:04:45 +00:00
|
|
|
|
2000-10-01 13:30:15 +00:00
|
|
|
http://www.FreeBSD.org/handbook/staff.html
|
1997-02-01 01:08:35 +00:00
|
|
|
|
|
|
|
or, if you've loaded the doc distribution:
|
|
|
|
|
|
|
|
file:/usr/share/doc/handbook/staff.html
|
1996-04-25 19:04:45 +00:00
|
|
|
|
2001-03-27 22:06:37 +00:00
|
|
|
Special thanks also go to the many thousands of FreeBSD users and testers
|
|
|
|
all over the world, without whom this release simply would not have been
|
|
|
|
possible.
|
1995-09-18 16:53:06 +00:00
|
|
|
|
1997-02-01 01:08:35 +00:00
|
|
|
The FreeBSD Project
|
2000-10-06 18:17:03 +00:00
|
|
|
|
|
|
|
$FreeBSD$
|