mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +00:00
New release notes: ELF rtld(1) performance improvements, catch up
RELNOTESng with RELNOTES.TXT for nge(4) entries (committed originally by wpaul). MFCs noted: ifconfig(8) slash/CIDR support
This commit is contained in:
parent
b85c313a62
commit
a13a4ac3b8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76498
@ -895,6 +895,26 @@
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
<para>National Semiconductor DP83820 and DP83821 Gigabit Ethernet
|
||||
NICs (&man.nge.4 driver)
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>Addtron AEG320T</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Asante FriendlyNet GigaNIC 1000TA and 1000TPC</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>D-Link DGE-500T</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>SMC EZ Card 1000 (SMC9462TX)</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<para>Sundance Technologies ST201 PCI Fast Ethernet NICs
|
||||
(&man.ste.4; driver)
|
||||
<itemizedlist>
|
||||
|
@ -895,6 +895,26 @@
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
<para>National Semiconductor DP83820 and DP83821 Gigabit Ethernet
|
||||
NICs (&man.nge.4 driver)
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>Addtron AEG320T</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Asante FriendlyNet GigaNIC 1000TA and 1000TPC</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>D-Link DGE-500T</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>SMC EZ Card 1000 (SMC9462TX)</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<para>Sundance Technologies ST201 PCI Fast Ethernet NICs
|
||||
(&man.ste.4; driver)
|
||||
<itemizedlist>
|
||||
|
@ -286,6 +286,13 @@
|
||||
<para>The &man.wx.4; driver now supports the Intel PRO1000-F and
|
||||
PRO1000-T (10/100/1000) adapters. &merged;</para>
|
||||
|
||||
<para>Added the &man.nge.4; driver, which supports 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.</para>
|
||||
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
@ -797,7 +804,7 @@
|
||||
of an interface. &merged;</para>
|
||||
|
||||
<para>&man.ifconfig.8; can now accept addresses in slash/CIDR
|
||||
notation.</para>
|
||||
notation. &merged;</para>
|
||||
|
||||
<para>&man.setproctitle.3; has been moved from
|
||||
<filename>libutil</filename> to
|
||||
@ -1217,6 +1224,9 @@
|
||||
<para>Ukranian language support has been added to the &os;
|
||||
console.</para>
|
||||
|
||||
<para>The performance of the ELF dynamic linker &man.rtld.1; has
|
||||
been improved. &merged;</para>
|
||||
|
||||
<sect3>
|
||||
<title>Contributed Software</title>
|
||||
|
||||
|
@ -286,6 +286,13 @@
|
||||
<para>The &man.wx.4; driver now supports the Intel PRO1000-F and
|
||||
PRO1000-T (10/100/1000) adapters. &merged;</para>
|
||||
|
||||
<para>Added the &man.nge.4; driver, which supports 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.</para>
|
||||
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
@ -797,7 +804,7 @@
|
||||
of an interface. &merged;</para>
|
||||
|
||||
<para>&man.ifconfig.8; can now accept addresses in slash/CIDR
|
||||
notation.</para>
|
||||
notation. &merged;</para>
|
||||
|
||||
<para>&man.setproctitle.3; has been moved from
|
||||
<filename>libutil</filename> to
|
||||
@ -1217,6 +1224,9 @@
|
||||
<para>Ukranian language support has been added to the &os;
|
||||
console.</para>
|
||||
|
||||
<para>The performance of the ELF dynamic linker &man.rtld.1; has
|
||||
been improved. &merged;</para>
|
||||
|
||||
<sect3>
|
||||
<title>Contributed Software</title>
|
||||
|
||||
|
@ -895,6 +895,26 @@
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
<para>National Semiconductor DP83820 and DP83821 Gigabit Ethernet
|
||||
NICs (&man.nge.4 driver)
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>Addtron AEG320T</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Asante FriendlyNet GigaNIC 1000TA and 1000TPC</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>D-Link DGE-500T</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>SMC EZ Card 1000 (SMC9462TX)</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<para>Sundance Technologies ST201 PCI Fast Ethernet NICs
|
||||
(&man.ste.4; driver)
|
||||
<itemizedlist>
|
||||
|
@ -286,6 +286,13 @@
|
||||
<para>The &man.wx.4; driver now supports the Intel PRO1000-F and
|
||||
PRO1000-T (10/100/1000) adapters. &merged;</para>
|
||||
|
||||
<para>Added the &man.nge.4; driver, which supports 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.</para>
|
||||
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
@ -797,7 +804,7 @@
|
||||
of an interface. &merged;</para>
|
||||
|
||||
<para>&man.ifconfig.8; can now accept addresses in slash/CIDR
|
||||
notation.</para>
|
||||
notation. &merged;</para>
|
||||
|
||||
<para>&man.setproctitle.3; has been moved from
|
||||
<filename>libutil</filename> to
|
||||
@ -1217,6 +1224,9 @@
|
||||
<para>Ukranian language support has been added to the &os;
|
||||
console.</para>
|
||||
|
||||
<para>The performance of the ELF dynamic linker &man.rtld.1; has
|
||||
been improved. &merged;</para>
|
||||
|
||||
<sect3>
|
||||
<title>Contributed Software</title>
|
||||
|
||||
|
@ -659,7 +659,7 @@ libreadline has been upgraded to 4.2.
|
||||
The ifconfig(8) command can set the link-layer address of an interface.
|
||||
[MERGED]
|
||||
|
||||
ifconfig(8) can now accept addresses in slash/CIDR notation.
|
||||
ifconfig(8) can now accept addresses in slash/CIDR notation. [MERGED]
|
||||
|
||||
setproctitle(3) has been moved from libutil to libc. [MERGED]
|
||||
|
||||
@ -1102,6 +1102,8 @@ fixes.
|
||||
|
||||
Ukranian language support has been added to the FreeBSD console.
|
||||
|
||||
The performance of the ELF dynamic linker has been improved. [MERGED]
|
||||
|
||||
|
||||
2. Supported Configurations
|
||||
---------------------------
|
||||
|
@ -759,7 +759,7 @@ libreadline has been upgraded to 4.2.
|
||||
The ifconfig(8) command can set the link-layer address of an interface.
|
||||
[MERGED]
|
||||
|
||||
ifconfig(8) can now accept addresses in slash/CIDR notation.
|
||||
ifconfig(8) can now accept addresses in slash/CIDR notation. [MERGED]
|
||||
|
||||
setproctitle(3) has been moved from libutil to libc. [MERGED]
|
||||
|
||||
@ -1197,6 +1197,8 @@ fixes.
|
||||
|
||||
Ukranian language support has been added to the FreeBSD console.
|
||||
|
||||
The performance of the ELF dynamic linker has been improved. [MERGED]
|
||||
|
||||
|
||||
2. Supported Configurations
|
||||
---------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user