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

Annotation of www/plus.html, Revision 1.1436

1.1092    jj          1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.14      deraadt     2: <html>
                      3: <head>
1.1384    tj          4: <title>OpenBSD -current Changelog</title>
1.1045    david       5: <meta name="description" content="OpenBSD -current changes">
1.1435    pamela      6: <meta name="copyright" content="This document copyright 1996-2019 by OpenBSD.">
1.1383    deraadt     7: <meta name="viewport" content="width=device-width, initial-scale=1">
                      8: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.1400    tb          9: <link rel="canonical" href="https://www.openbsd.org/plus.html">
1.14      deraadt    10: </head>
                     11:
1.728     horacio    12: <body bgcolor="#ffffff" text="#000000" link="#23238e">
1.14      deraadt    13:
1.1383    deraadt    14: <h2>
                     15: <a href="index.html">
1.1386    tim        16: <font color="#0000ff"><i>Open</i></font><font color="#000084">BSD</font></a>
1.1384    tj         17: <font color="#e00000">-current Changelog</font>
                     18: </h2>
1.863     naddy      19: <hr>
1.14      deraadt    20:
                     21: <p>
1.1216    schwarze   22: This selection is intended to include all important
                     23: and all user-visible changes.
                     24: For a complete record of all changes, please see the "source-changes"
                     25: mailing list, called "OpenBSD CVS"
                     26: in the <a href="mail.html#Archives">archives</a>,
                     27: or use <a href="anoncvs.html#CVS">CVS</a>.
                     28:
                     29: <p>
1.846     deraadt    30: For changes in other releases, click below:<br>
                     31: <a href="plus20.html">2.0</a>,
                     32: <a href="plus21.html">2.1</a>,
                     33: <a href="plus22.html">2.2</a>,
                     34: <a href="plus23.html">2.3</a>,
                     35: <a href="plus24.html">2.4</a>,
                     36: <a href="plus25.html">2.5</a>,
                     37: <a href="plus26.html">2.6</a>,
                     38: <a href="plus27.html">2.7</a>,
                     39: <a href="plus28.html">2.8</a>,
                     40: <a href="plus29.html">2.9</a>,
                     41: <a href="plus30.html">3.0</a>,
                     42: <a href="plus31.html">3.1</a>,
1.868     deraadt    43: <a href="plus32.html">3.2</a>,
1.889     david      44: <a href="plus33.html">3.3</a>,
1.916     david      45: <a href="plus34.html">3.4</a>,
1.935     miod       46: <a href="plus35.html">3.5</a>,
1.941     deraadt    47: <a href="plus36.html">3.6</a>,
1.1118    deraadt    48: <br>
1.963     deraadt    49: <a href="plus37.html">3.7</a>,
1.999     deraadt    50: <a href="plus38.html">3.8</a>,
1.1028    deraadt    51: <a href="plus39.html">3.9</a>,
1.1044    deraadt    52: <a href="plus40.html">4.0</a>,
1.1069    deraadt    53: <a href="plus41.html">4.1</a>,
1.1097    deraadt    54: <a href="plus42.html">4.2</a>,
1.1118    deraadt    55: <a href="plus43.html">4.3</a>,
1.1140    deraadt    56: <a href="plus44.html">4.4</a>,
1.1152    deraadt    57: <a href="plus45.html">4.5</a>,
1.1163    deraadt    58: <a href="plus46.html">4.6</a>,
1.1177    deraadt    59: <a href="plus47.html">4.7</a>,
1.1194    deraadt    60: <a href="plus48.html">4.8</a>,
1.1198    nick       61: <a href="plus49.html">4.9</a>,
1.1212    schwarze   62: <a href="plus50.html">5.0</a>,
1.1242    lum        63: <a href="plus51.html">5.1</a>,
1.1276    deraadt    64: <a href="plus52.html">5.2</a>,
1.1300    brett      65: <a href="plus53.html">5.3</a>,
1.1330    deraadt    66: <br>
                     67: <a href="plus54.html">5.4</a>,
1.1352    brett      68: <a href="plus55.html">5.5</a>,
1.1365    deraadt    69: <a href="plus56.html">5.6</a>,
1.1372    deraadt    70: <a href="plus57.html">5.7</a>,
1.1382    deraadt    71: <a href="plus58.html">5.8</a>,
1.1392    deraadt    72: <a href="plus59.html">5.9</a>,
1.1401    deraadt    73: <a href="plus60.html">6.0</a>,
1.1403    deraadt    74: <a href="plus61.html">6.1</a>,
                     75: <a href="plus62.html">6.2</a>,
1.1406    deraadt    76: <a href="plus63.html">6.3</a>,
1.1435    pamela     77: <a href="plus64.html">6.4</a>,
                     78: <a href="plus65.html">6.5</a>.
1.422     deraadt    79: <br>
1.186     deraadt    80:
                     81: <p>
1.1435    pamela     82: <h3><font color="#0000e0">Changes made between OpenBSD 6.5 and -current</font></h3>
1.847     deraadt    83: <p>
1.1316    brett      84:
1.422     deraadt    85: <ul>
1.1436  ! pamela     86: <!-- 2019/04/21 -->
        !            87: <li>Set <a href="https://man.openbsd.org/vlan">vlan(4)</a> to use if_vinput instead of if_input, bypassing ifiqs and improving vlan input speeds.
        !            88: <li>Added if_vinput so pseudo (ethernet) interfaces can bypass ifiqs, running interface input handlers directly rather than queuing the packets for a nettq to run and improving performance.
        !            89: <li>Disabled <a href="https://man.openbsd.org/OpenBSD-6.4/mobileip">mobileip(4)</a>.
        !            90: <li>Added support for rxprio to <a href="https://man.openbsd.org/gre">gre(4)</a>.
        !            91: <li>Implemented the <a href="https://man.openbsd.org/roff">roff(7)</a> .break request, preventing infinite loops.
        !            92: <li>Built <a href="https://man.openbsd.org/clang">clang(1)</a> on powerpc.
        !            93: <li>Used IPL_TTY to prevent 'locking against myself' panics for drm/i915.
        !            94: <li>Fixed crashes seen with the 'intel' X driver with the new <a href="https://man.openbsd.org/inteldrm">inteldrm(4)</a> kernel driver by fixing rbtree_postorder_for_each_entry_safe() implementation.
        !            95: <li>Fixed unreliable 'ifconfig mode' with some wireless drivers by interpreting ENETRESET from ifm_change() as success in ifmedia_ioctl().
        !            96: <!-- 2019/04/20 -->
        !            97: <li>Added stdio <a href="https://man.openbsd.org/pledge">pledge(2)</a> to <a href="https://man.openbsd.org/nl">nl(1)</a> after opening a file but before doing operations.
        !            98: <li>Completed conversion of <a href="https://man.openbsd.org/rdsetroot">rdsetroot(8)</a> to -lelf on alpha.
        !            99: <li>Adjusted dma-range bufcache to 80% from 20%, to learn the downsides of this change based on user reports.
        !           100: <li>Avoided an underflow in the rip6 delivered counter in <a href="https://man.openbsd.org/netstat">netstat(1)</a>.
        !           101: <li>Fixed <a href="https://man.openbsd.org/netstat">netstat(1)</a> statistics so 'netstat -s -f inet6 -p rip6' correctly copies out rip6counters, not ip6counters.
        !           102: <!-- 2019/04/19 -->
        !           103: <li>Adapted radeon_detach_kms() to struct drm_device being split from drm softc. Avoids uvm_fault() when firmware is missing and <a href="https://man.openbsd.org/radeondrm">radeondrm(4)</a> is forcibly detached.
        !           104: <li>Added a subsystem lock for vfs_lockf.c, allowing calling lf_advlock() and lf_purgelocks() without the kernel lock.
        !           105: <li>Implemented factored-out txprio and rxprio checks.
        !           106: <li>Implemented rxprio in <a href="https://man.openbsd.org/mpw">mpw(4)</a>, <a href="https://man.openbsd.org/mpe">mpe(4)</a> and <a href="https://man.openbsd.org/mpip">mpip(4)</a>. Added rxprio support to <a href="https://man.openbsd.org/etherip">etherip(4)</a> and <a href="https://man.openbsd.org/bpe">bpe(4)</a>.
        !           107: <!-- 2019/04/18 -->
        !           108: <li>Added support to <a href="https://man.openbsd.org/ifconfig">ifconfig(8)</a> for getting and setting rxprio, finishing support for RFC 2983. Implemented configuring rxprio in <a href="https://man.openbsd.org/vlan">vlan(4)</a>.
        !           109: <li>Modified <a href="https://man.openbsd.org/pfctl">pfctl(8)</a> to always check for namespace collisions on table commands.
        !           110: <li>Fixed <a href="https://man.openbsd.org/pfctl">pfctl(8)</a> table definition parsing as unprivileged user, printing a brief notice if -v was given to help find duplicate definitions by hand.
        !           111: <li>Modified <a href="https://man.openbsd.org/sshd">sshd(8)</a> -T to assume any attribute not provided by -C does not match, allowing it to work when <a href="https://man.openbsd.org/sshd_config">sshd_config(5)</a> contains a Match directive with or without -C.
        !           112: <!-- 2019/04/17 -->
        !           113: <li>Released OpenSSH 8.0.
        !           114: <li>Switched powerpc to big PIC to allow <a href="https://man.openbsd.org/clang">clang(1)</a> to build libc++abi and libc++.
        !           115: <!-- 2019/04/16 -->
        !           116: <li>Used txprio to control the use of exp as a priority field for <a href="https://man.openbsd.org/mpw">mpw(4)</a>, <a href="https://man.openbsd.org/mpip">mpip(4)</a> and <a href="https://man.openbsd.org/mpe">mpe(4)</a>. Intermediate LSPs can use the exp field to manage prioritization of encapsulated traffic.
        !           117: <li>Prevented attaching drivers to devices for which a driver was attached early with simplebus on armv7 and arm64.
        !           118: <li>Adjusted <a href="https://man.openbsd.org/myx">myx(4)</a> i2c reads to read only one byte at a time, increasing reliability.
        !           119: <li>Fixed sff page reads for <a href="https://man.openbsd.org/myx">myx(4)</a> devices on little endian architectures.
        !           120: <li>Rewrote <a href="https://man.openbsd.org/rdsetroot">rdsetroot(8)</a> using <a href="https://man.openbsd.org/libelf">libelf(3)</a>.
        !           121: <!-- 2019/04/15 -->
        !           122: <li>Imported xf86-video-amdgpu 19.0.1 for amd64 and i386.
        !           123: <li>Implemented tx mitigation by calling the hardware transmit routine per several packets rather than for individual packets. Defers calls to the transmit routine to a network taskq, or until a backlog of packets has built up.
        !           124: <li>Introduced 'pfctl -FR' to reset <a href="https://man.openbsd.org/pfctl">pfctl(8)</a> settings to defaults.
        !           125: <li>Removed old -vlan and -vlandev code from <a href="https://man.openbsd.org/ifconfig">ifconfig(8)</a>, using these instead as aliases for -vnetid and -parent.
        !           126: <!-- 2019/04/14 -->
        !           127: <li>Added basic support to <a href="https://man.openbsd.org/ifconfig">ifconfig(8)</a> to display xfp and qsfp+ information.
        !           128: <li>Implemented SIOCGIFSFFPAGE to allow <a href="https://man.openbsd.org/ifconfig">ifconfig(8)</a> to get transceiver information from <a href="https://man.openbsd.org/myx">myx(4)</a> devices.
        !           129: <li>Applied <a href="https://man.openbsd.org/strvis">strvis(3)</a> to strings from USB devices in <a href="https://man.openbsd.org/usbdevs">usbdevs(8)</a>.
        !           130: <li>Removed the potential for double-frees in copied cipher data by zeroing and freeing following EVP_CIPHER_CTX_copy() in <a href="https://man.openbsd.org/evp">evp(3)</a>. Used <a href="https://man.openbsd.org/calloc">calloc(3)</a> when allocating cipher_data to avoid use of uninitialized memory.
        !           131: <li>Updated shared drm code, <a href="https://man.openbsd.org/inteldrm">inteldrm(4)</a> and <a href="https://man.openbsd.org/radeondrm">radeondrm(4)</a> to linux 4.19.34. This adds support for Intel Broxton/Apollo Lake, Amber Lake, Gemini Lake, Coffee Lake, Whiskey Lake, Cannon Lake and Ice Lake hardware.
        !           132: <li>Stopped using <a href="https://man.openbsd.org/splnet">splnet(9)</a> when running the network stack now that it is using the NET_LOCK for protection, reducing latency spikes.
        !           133: <!-- 2019/04/13 -->
        !           134: <li>Increased information displayed for -v and -vv options for <a href="https://man.openbsd.org/tcpdump">tcpdump(8)</a> during md5 authentication.
        !           135: <li>Added missing compatibles for newer Linux kernel bindings to <a href="https://man.openbsd.org/mvpinctrl">mvpinctrl(4)</a>.
        !           136: <li>Fixed a leak in SSL_dup_CA_list() in <a href="https://man.openbsd.org/man3/ssl.3">ssl(3)</a>.
1.1164    deraadt   137: </ul>
1.422     deraadt   138: <p>
1.203     deraadt   139:
1.14      deraadt   140: </body>
1.1328    deraadt   141: </html>