Note the addition of pthread read/write locks and expansion of ipfw's

byte/packet counters to 64 bits.
This commit is contained in:
Alexander Langer 1998-09-12 13:53:10 +00:00
parent 3d4672e7c0
commit dc5af0d5d4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39097

View file

@ -175,6 +175,8 @@ o EISA Shared interrupts are now supported, working with the framework
o Support for the Comtrol Rocketport card.
o IPFW's packet and byte counters have been expanded from 32 to 64 bits.
o New Plug and Play (PnP) support that allows you to (re)configure PnP
devices. Also support modems being detected by the PnP part and
automatically attached.
@ -301,6 +303,9 @@ Protocol (rfc1990), PPP Callback (with CBCP extensions) and client
side DNS negotiation. Refer to the README.changes file in the source
directory for details of possible configuration conflicts.
Pthread read/write locks as defined by the Single UNIX Specification,
Version 2, have been added to the POSIX threads library, libc_r.
2. Supported Configurations
---------------------------