[BACK]Return to plus.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/plus.html between version 1.1427 and 1.1428

version 1.1427, 2019/03/30 04:13:05 version 1.1428, 2019/04/01 03:16:40
Line 607 
Line 607 
 <!-- 2019/01/08 -->  <!-- 2019/01/08 -->
 <li>Disabled ret-protector and retpoline protections in the <a href="https://man.openbsd.org/clang">clang(1)</a> compiler to regain build performance.  <li>Disabled ret-protector and retpoline protections in the <a href="https://man.openbsd.org/clang">clang(1)</a> compiler to regain build performance.
 <li>Adjusted <a href=https://man.openbsd.org/httpd>httpd(8)</a> to start when TLS is configured but keys and certificates are not yet present.  <li>Adjusted <a href=https://man.openbsd.org/httpd>httpd(8)</a> to start when TLS is configured but keys and certificates are not yet present.
 <!-- 11/14/2018 -->  <!-- 2018/11/14 -->
 <li>Plugged a memory leak in host()'s error code path in <a href="https://man.openbsd.org/bgpd">bgpd(8)</a>.  <li>Plugged a memory leak in host()'s error code path in <a href="https://man.openbsd.org/bgpd">bgpd(8)</a>.
 <li>Used the txprio setting to populate the tos in keepalive packets.  <li>Used the txprio setting to populate the tos in keepalive packets.
 <!-- 11/13/2018 -->  <!-- 2018/11/13 -->
 <li>Modified <a href="https://man.openbsd.org/snmpd">snmpd(8)</a> to use <a href="https://man.openbsd.org/unveil">unveil(2)</a> despite inability to use <a href="https://man.openbsd.org/pledge">pledge(2)</a>, closing an attack vector.  <li>Modified <a href="https://man.openbsd.org/snmpd">snmpd(8)</a> to use <a href="https://man.openbsd.org/unveil">unveil(2)</a> despite inability to use <a href="https://man.openbsd.org/pledge">pledge(2)</a>, closing an attack vector.
 <li>Added txprio support to <a href="https://man.openbsd.org/gre">gre(4)</a>, <a href="https://man.openbsd.org/mgre">mgre(4)</a>, <a href="https://man.openbsd.org/egre">egre(4)</a>, <a href="https://man.openbsd.org/nvgre">nvgre(4)</a> and <a href="https://man.openbsd.org/eoip">eoip(4)</a>.  <li>Added txprio support to <a href="https://man.openbsd.org/gre">gre(4)</a>, <a href="https://man.openbsd.org/mgre">mgre(4)</a>, <a href="https://man.openbsd.org/egre">egre(4)</a>, <a href="https://man.openbsd.org/nvgre">nvgre(4)</a> and <a href="https://man.openbsd.org/eoip">eoip(4)</a>.
 <!-- 11/12/2018 -->  <!-- 2018/11/12 -->
 <li>Added support for txprio settings on interfaces with <a href="https://man.openbsd.org/ifconfig">ifconfig(8)</a>. This adds a txprio argument with a setting which can be changed to 'payload,' 'packet' or a number between 0 and 7.  <li>Added support for txprio settings on interfaces with <a href="https://man.openbsd.org/ifconfig">ifconfig(8)</a>. This adds a txprio argument with a setting which can be changed to 'payload,' 'packet' or a number between 0 and 7.
 <li>Modified <a href="https://man.openbsd.org/dhclient">dhclient(8)</a> to restart when an SSID change is noted in RTM_80211INFO, ensuring that the correct lease is discovered or renewed and the lease file is properly updated.  <li>Modified <a href="https://man.openbsd.org/dhclient">dhclient(8)</a> to restart when an SSID change is noted in RTM_80211INFO, ensuring that the correct lease is discovered or renewed and the lease file is properly updated.
 <li>Added the new routing socket message RTM_80211INFO to provide details of 802.11 interface state changes and added support to <a href="https://man.openbsd.org/route">route(8)</a>.  <li>Added the new routing socket message RTM_80211INFO to provide details of 802.11 interface state changes and added support to <a href="https://man.openbsd.org/route">route(8)</a>.
 <li>Added a mechanism for managing asyncronous IO signal registrations.  <li>Added a mechanism for managing asyncronous IO signal registrations.
 <li>Set the hardmtu on ethernet encapsulated interfaces so the MTU can be raised above 1500.  <li>Set the hardmtu on ethernet encapsulated interfaces so the MTU can be raised above 1500.
 <li>Limited the number of interface units to the number of device minors, preventing the creation of <a href="https://man.openbsd.org/tap">tap(4)</a> and <a href="https://man.openbsd.org/tun">tun(4)</a> devices which can't be opened from userland because of the limit on the number of dev_t minor numbers.  <li>Limited the number of interface units to the number of device minors, preventing the creation of <a href="https://man.openbsd.org/tap">tap(4)</a> and <a href="https://man.openbsd.org/tun">tun(4)</a> devices which can't be opened from userland because of the limit on the number of dev_t minor numbers.
 <!-- 11/11/2018 -->  <!-- 2018/11/11 -->
 <li>Built <a href="https://man.openbsd.org/clang">clang(1)</a> on mips64.  <li>Built <a href="https://man.openbsd.org/clang">clang(1)</a> on mips64.
 <li>Changed the proc message formatting API in <a href="https://man.openbsd.org/smtpd">smtpd(8)</a> to accept NULL as a valid string.  <li>Changed the proc message formatting API in <a href="https://man.openbsd.org/smtpd">smtpd(8)</a> to accept NULL as a valid string.
 <li>Adjusted <a href="https://man.openbsd.org/ripd">ripd(8)</a> to accept 'interface ifX' without parameters.  <li>Adjusted <a href="https://man.openbsd.org/ripd">ripd(8)</a> to accept 'interface ifX' without parameters.
 <li>Added implementation of the SM3 hashing function within <a href="https://man.openbsd.org/crypto">crypto(3)</a>. The SM2/SM3/SM4 algorithms are mandatory for legal use of cryptography within China.  <li>Added implementation of the SM3 hashing function within <a href="https://man.openbsd.org/crypto">crypto(3)</a>. The SM2/SM3/SM4 algorithms are mandatory for legal use of cryptography within China.
 <li>Added automatic threading initialization for <a href="https://man.openbsd.org/crypto">crypto(3)</a>.  <li>Added automatic threading initialization for <a href="https://man.openbsd.org/crypto">crypto(3)</a>.
 <li>Fixed <a href="https://man.openbsd.org/ssl">ssl(8)</a> to free the server TLS transcript in case session reuse has failed.  <li>Fixed <a href="https://man.openbsd.org/ssl">ssl(8)</a> to free the server TLS transcript in case session reuse has failed.
 <!-- 11/10/2018 -->  <!-- 2018/11/10 -->
 <li>Enabled the -D option for <a href="https://man.openbsd.org/ping6">ping6(8)</a>.  <li>Enabled the -D option for <a href="https://man.openbsd.org/ping6">ping6(8)</a>.
 <li>Fixed the vnetid range in <a href="https://man.openbsd.org/ifconfig">ifconfig(8)</a>. 0 and 4095 are reserved IDs per 802.1Q and <a href="https://man.openbsd.org/vlan">vlan(4)</a>.  <li>Fixed the vnetid range in <a href="https://man.openbsd.org/ifconfig">ifconfig(8)</a>. 0 and 4095 are reserved IDs per 802.1Q and <a href="https://man.openbsd.org/vlan">vlan(4)</a>.
 <li>Added support to <a href="https://man.openbsd.org/ping">ping(8)</a> and <a href="https://man.openbsd.org/traceroute">traceroute(8)</a> for setting the traffic class on IPv6 packets.  <li>Added support to <a href="https://man.openbsd.org/ping">ping(8)</a> and <a href="https://man.openbsd.org/traceroute">traceroute(8)</a> for setting the traffic class on IPv6 packets.
 <!-- 11/09/2018 -->  <!-- 2018/11/09 -->
 <li>Reduced needed <a href="https://man.openbsd.org/pledge">pledge(2)</a> use further in <a href="https://man.openbsd.org/tcpdump">tcpdump(8)</a>.  <li>Reduced needed <a href="https://man.openbsd.org/pledge">pledge(2)</a> use further in <a href="https://man.openbsd.org/tcpdump">tcpdump(8)</a>.
 <li>Removed <a href="https://man.openbsd.org/man5/ethers.5">ethers(5)</a> YP support from libc, allowing more effective use of <a href="https://man.openbsd.org/pledge">pledge(2)</a> in some programs.  <li>Removed <a href="https://man.openbsd.org/man5/ethers.5">ethers(5)</a> YP support from libc, allowing more effective use of <a href="https://man.openbsd.org/pledge">pledge(2)</a> in some programs.
 <li>Modified <a href="https://man.openbsd.org/nc">nc(1)</a> to report to stderr in verbose mode when the listen system call has finished, allowing writing of race-free scripts as server status can be checked.  <li>Modified <a href="https://man.openbsd.org/nc">nc(1)</a> to report to stderr in verbose mode when the listen system call has finished, allowing writing of race-free scripts as server status can be checked.

Legend:
Removed from v.1.1427  
changed lines
  Added in v.1.1428