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

Annotation of www/67.html, Revision 1.53

1.1       benno       1: <!doctype html>
                      2: <html lang=en id=release>
                      3: <meta charset=utf-8>
                      4:
                      5: <title>OpenBSD 6.7</title>
                      6: <meta name="description" content="OpenBSD 6.7">
                      7: <meta name="viewport" content="width=device-width, initial-scale=1">
                      8: <link rel="stylesheet" type="text/css" href="openbsd.css">
                      9: <link rel="canonical" href="https://www.openbsd.org/67.html">
                     10:
                     11: <h2 id=OpenBSD>
                     12: <a href="index.html">
                     13: <i>Open</i><b>BSD</b></a>
                     14: 6.7
                     15: </h2>
                     16:
                     17: <table>
                     18: <tr>
                     19: <td>
                     20: <a href="images/xxx.gif"><!-- XXX -->
1.16      deraadt    21: <img width="227" height="343" src="images/xxx-s.gif" alt="XXX image alt tag"></a>
1.1       benno      22: <td>
                     23: Released May 19, 2020<br><!-- XXX -->
                     24: Copyright 1997-2020, Theo de Raadt.<br>
                     25: <br>
                     26: <br>
1.11      job        27: Artwork by Jonni Phillips.
1.1       benno      28: <br>
                     29: <ul>
                     30: <li>See the information on <a href="ftp.html">the FTP page</a> for
                     31:     a list of mirror machines.
                     32: <li>Go to the <code class=reldir>pub/OpenBSD/6.7/</code> directory on
                     33:     one of the mirror sites.
                     34: <li>Have a look at <a href="errata67.html">the 6.7 errata page</a> for a list
                     35:     of bugs and workarounds.
                     36: <li>See a <a href="plus67.html">detailed log of changes</a> between the
                     37:     6.6 and 6.7 releases.
                     38: <p>
                     39: <li><a href="https://man.openbsd.org/signify.1">signify(1)</a>
                     40:     pubkeys for this release:<p>
                     41:
                     42: <table class=signify>
                     43: <tr><td>
                     44: openbsd-67-base.pub:
                     45: <td>
                     46: <a href="https://ftp.openbsd.org/pub/OpenBSD/6.7/openbsd-67-base.pub">
                     47: RWRmkIA877Io3oCILSZoJGhAswifJbFK4r18ICoia+3c0PfwANueolNj</a>
                     48: <tr><td>
                     49: openbsd-67-fw.pub:
                     50: <td>
                     51: RWSOSlsdN/fgAY1SvEyFdbTkouV2cIsUBXdJhEIhRscq8TT3bz9iOYRL
                     52: <tr><td>
                     53: openbsd-67-pkg.pub:
                     54: <td>
                     55: RWTR60UGd2MbnaRg+upZbbBYO00ZhHJehXy7tH2ORHvCjGcDH2pZpsxv
                     56: <tr><td>
                     57: openbsd-67-syspatch.pub:
                     58: <td>
                     59: RWTLqtfkjXfBADZEVkBDwSU0EAhy45nb5ovn1xHtQmD3DcqUWe+CouTL
                     60: </table>
                     61: </ul>
                     62: <p>
                     63: All applicable copyrights and credits are in the src.tar.gz,
                     64: sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the
                     65: files fetched via <code>ports.tar.gz</code>.
                     66: </table>
                     67:
                     68: <hr>
                     69:
                     70: <section id=new>
                     71: <h3>What's New</h3>
                     72: <p>
                     73: This is a partial list of new features and systems included in OpenBSD 6.7.
                     74: For a comprehensive list, see the <a href="plus67.html">changelog</a> leading
                     75: to 6.7.
                     76:
                     77: <ul>
                     78:
                     79: <li>General improvements and bugfixes:
                     80:   <ul>
                     81:     <li>Reduced the minimum allowed number of chunks in a CONCAT
                     82:        volume from 2 to 1, increasing the number of volumes which can be
                     83:        created on a single disk with <a
                     84:        href="https://man.openbsd.org/bioctl">bioctl(8)</a> from 7 to 15. This
                     85:        can be used to create more partitions than previously.
                     86:     <li>Rewrote the <a href="https://man.openbsd.org/cron">cron(8)</a>
                     87:        flag-parsing code to be getopt-like, allowing tight formations like
                     88:        -ns and flag repetition. Renamed the "options" field in <a
                     89:        href="https://man.openbsd.org/crontab">crontab(5)</a> to "flags".
                     90:     <li>Added <a
                     91:        href="https://man.openbsd.org/man5/crontab.5">crontab(5)</a> -s flag
                     92:        to the command field, indicating that only a single instance of the
                     93:        job should run concurrently.
                     94:     <li>Added <a href="https://man.openbsd.org/cron">cron(8)</a>
                     95:        support for random values using the ~ operator.
                     96:     <li>Allowed <a href="https://man.openbsd.org/cwm">cwm(1)</a>
                     97:        configuration of window size based on percentage of the master window
                     98:        during horizontal and vertical tiling actions.
                     99:     <li>Allowed use of window-htile and window-vtile with the "empty"
                    100:        group clients in <a href="https://man.openbsd.org/cwm">cwm(1)</a>.
                    101:     <li>Switched powerpc to a machine-independent mplock implementation,
                    102:        allowing use of <a href="https://man.openbsd.org/witness">
                    103:        witness(4)</a>.
                    104:     <li>Added <a href="https://man.openbsd.org/acpi">acpi(4)</a>
                    105:        support for the _CCA method, indicating whether DMA is cache-coherent.
                    106:     <li>Switched the default compiler on powerpc to clang.
                    107:     <li>Bumped <a href="https://man.openbsd.org/nvme">nvme(4)</a> max
                    108:        physio() i/o size to 128K.
                    109:     <li>Blocked <a href="https://man.openbsd.org/apmd">apmd(8)</a>
                    110:        autoaction for 60 seconds after resume, preventing spurious
                    111:        suspend/resume cycles.
                    112:     <li>Checked battery life against autoaction level on power change
                    113:        events in <a href="https://man.openbsd.org/apmd">apmd(8)</a>, making
                    114:        -z/-Z work with <a
                    115:        href="https://man.openbsd.org/acpibat">acpibat(4)</a>.
                    116:     <li>Prevented a kernel hang when no unlocked ffs_softdep worklist
                    117:        items could be processed.
                    118:     <li>Stopped counting pages mapped as PROT_NONE against the
                    119:        RLIMIT_DATA limit, helping code which reserves large chunks of address
                    120:        space but populates it sparsely.
                    121:     <li>Added the $REQUEST_SCHEME variable to <a
                    122:        href="https://man.openbsd.org/httpd.conf">httpd.conf(5)</a>, allowing
                    123:        preservation of the original connection type (http or https) for
                    124:        redirect locations
                    125:     <li>Implemented "strip" option in <a
                    126:        href="https://man.openbsd.org/httpd.conf">httpd.conf(5)</a> for
                    127:        fastcgi to be able to have multiple chroots under /var/www for FastCGI
                    128:        servers.
                    129:     <li>Changed <a href="https://man.openbsd.org/httpd">httpd(8)</a>
                    130:        to send a 408 response when a timeout happens while headers are being
                    131:        received, but close the connection if no request is received.
                    132:     <li>Updated en_US.UTF-8.src to Unicode 12.1.
1.19      deraadt   133:     <li>Added a new __tmpfd system call which creates a new, unnamed file in
                    134:        /tmp, intended for shm/fd passing, but in programs that may otherwise
                    135:        lack filesystem access (due to restrictions imposed by
                    136:        <a href="https://man.openbsd.org/unveil.2">unveil(2)</a> or
                    137:        <a href="https://man.openbsd.org/pledge.2">pledge(2)</a>).
1.1       benno     138:     <li>Imported <a href="https://man.openbsd.org/dt">dt(4)</a>, a
                    139:        driver and framework for Dynamic Profiling, and an accompanying bug
                    140:        tracer that speaks the <a href="https://man.openbsd.org/bt">bt(5)</a>
                    141:        language.
                    142:     <li>Added a human-readable mode (-h) to <a
                    143:        href="https://man.openbsd.org/systat">systat(1)</a>.
                    144:     <li>Implemented scrolling in <a
                    145:        href="https://man.openbsd.org/top">top(1)</a> using the 9 and 0 keys.
                    146:     <li>Added <a
                    147:        href="https://man.openbsd.org/timeout_set_flags">timeout_set_flags(9)</a>
                    148:        and TIMEOUT_INITIALIZER_FLAGS(9) to the timeout API, allowing the
                    149:        caller to initialize timeouts with arbitrary flags.
                    150:     <li>Introduced TIMEOUT_SCHEDULED flag and tos_scheduled statistic
                    151:        to <a href="https://man.openbsd.org/timeout.9">timeout(9)</a>.
                    152:     <li>Switched to tickless backend in <a
                    153:        href="https://man.openbsd.org/timeout.9">timeout(9)</a>, adding new
                    154:        interface <a
                    155:        href="https://man.openbsd.org/timeout_at_ts">timeout_at_ts(9)</a> to
                    156:        avoid backwardly compatible behavior.
                    157:     <li>Added the system clock interface <a
                    158:        href="https://man.openbsd.org/nanoboottime">nanoboottime(9)</a>,
                    159:        returning the UTC time at which the system booted in seconds and
                    160:        nanoseconds.
                    161:     <li>Introduced efficient page freeing in reverse order from uvm,
                    162:        greatly improving cases of massive page freeing.
                    163:     <li>Added uvm_objfree to uvm to efficiently free all pages from a
                    164:        uvm object, used in the buffer cache for considerable speedup when
                    165:        freeing pages.
                    166:     <li>Modified buffer cache to use individual uvm_objs per buffer to
                    167:        speed page lookups.
                    168:     <li>Speed up <a href="https://man.openbsd.org/sort">sort(1)</a> by
                    169:        not performing a top-level sort when -c is used with a -k field.
                    170:     <li>Modified -z mode verification in <a
                    171:        href="https://man.openbsd.org/signify">signify(1)</a> to save the
                    172:        header and output it, so signify -zV >saved.tgz will keep the
                    173:        signature for later checks.
                    174:     <li>Enabled DNSSEC validation in <a
                    175:        href="https://man.openbsd.org/unbound">unbound(8)</a> by default.
                    176:     <li><a href="https://man.openbsd.org/ntpd">ntpd(8)</a> now does
                    177:        constraint validation against 9.9.9.9 and 2620:fe::fe by default.
1.44      krw       178:     <li>Fixed <a href="https://man.openbsd.org/arp.4">arp(4)</a>
                    179:        issues created by <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>
                    180:        modifying existing routes.
                    181:     <li>Fixed <a href="https://man.openbsd.org/resolv.conf.5">route.conf(5)</a>
                    182:        handling by <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>
                    183:        when an interface loses link.
                    184:     <li>Restored previous <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>
                    185:        behaviour of rejecting leases that lack a subnet mask.
                    186:     <li>Enabled <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>
                    187:        to configure <a href="https://man.openbsd.org/carp.4">carp(4)</a>
                    188:        interfaces.
                    189:     <li>Fixed <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>
                    190:        releasing leases without a server identifier.
                    191:     <li>Improved <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>
                    192:        NAK handling in various corner cases.
                    193:     <li>Fixed <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>
                    194:        endlessly sending REQUEST messages when an ACK is never received.
1.45      krw       195:     <li>Prevented
                    196:        <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a>
                    197:        from referencing freed memory when releasing a lease with
                    198:        an unusually long uid.
                    199:     <li>Corrected parsing of classless static default route "0/0" in
                    200:        <a href="https://man.openbsd.org/dhcpd.conf.5">dhcpd.conf(5)</a>.
1.46      krw       201:     <li>Increased to 15 the number of
                    202:        <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>
                    203:        CONCAT volumes that can be created on a single disk.
                    204:     <li>Fixed
                    205:        <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>
                    206:        CRYPTO volumes on 4K-sector disks.
1.1       benno     207:   </ul>
                    208:
                    209: <!-- FFS2 -->
1.6       benno     210: <li>The FFS2 filesystem, which uses 64bit timestamps and block numbers
                    211:        is now the default for new installs on nearly all architectures:
1.1       benno     212:   <ul>
                    213:     <li>Enabled ffs2 in sgi bootblocks and ramdisks.
                    214:     <li>Made ffs2 the default filesystem type on installs except for landisk, luna88k and sgi.
                    215:     <li>Changed the sparc64 bootblocks to be able to read from ffs1, ffs2 and softraid, and enabled the ffs2 option for both floppies.
                    216:     <li>Enabled FFS2 on the landisk ramdisk.
                    217:     <li>Taught i386 boot(8), cdboot(8) and pxeboot(8) about ffs2.
                    218:     <li>Taught macppc boot(8) about ffs2.
                    219:     <li>Taught sparc64 boot(8) (but not the sparc64 bootblocks) about ffs2.
                    220:     <li>Allowed hppa <a href="https://man.openbsd.org/man8/hppa/boot.8">boot(8)</a>  to read from an ffs2 filesystem.
                    221:     <li>Allowed alpha boot(8) to read from an ffs2 filesystem and adapted its custom installboot to deal with ffs2. Also fixed the partition read code to deal with offsets greater than 2G.
                    222:     <li>Adapted <a href="https://man.openbsd.org/biosboot">biosboot(8)</a> so that it can read <a href="https://man.openbsd.org/boot.8">boot(8)</a> from an ffs2 filesystem.
                    223:     <li>Allowed amd64 <a href="https://man.openbsd.org/man8/amd64/boot.8">boot(8)</a> to read from an ffs2 filesystem. Enabled ffs2 for floppy.
                    224:     <li>Allowed loongson boot(8) to read from an ffs2 filesystem.
                    225:     <li>Allowed arm64 and armv7 efiboot(8) to read from an ffs2 filesystem.
                    226:   </ul>
                    227:
1.36      mpi       228: <li>SMP-Improvements:
1.1       benno     229:   <ul>
1.36      mpi       230:     <li>
1.37      anton     231:     <a href="https://man.openbsd.org/__thrsleep">__thrsleep(2)</a>,
                    232:     <a href="https://man.openbsd.org/__thrwakeup">__thrwakeup(2)</a>,
1.36      mpi       233:     <a href="https://man.openbsd.org/close">close(2)</a>,
                    234:     <a href="https://man.openbsd.org/closefrom">closefrom(2)</a>,
                    235:     <a href="https://man.openbsd.org/dup">dup(2)</a>,
                    236:     <a href="https://man.openbsd.org/dup2">dup2(2)</a>,
                    237:     <a href="https://man.openbsd.org/dup3">dup3(2)</a>,
                    238:     <a href="https://man.openbsd.org/flock">flock(2)</a>,
1.37      anton     239:     <a href="https://man.openbsd.org/fcntl">fcntl(2)</a>,
1.36      mpi       240:     <a href="https://man.openbsd.org/kqueue">kqueue(2)</a>,
1.37      anton     241:     <a href="https://man.openbsd.org/pipe">pipe(2)</a>,
                    242:     <a href="https://man.openbsd.org/pipe2">pipe2(2)</a> and
1.36      mpi       243:     <a href="https://man.openbsd.org/nanosleep">nanosleep(2)</a>
                    244:     are run without KERNEL_LOCK.
                    245:     <li>The generic part of <a href="https://man.openbsd.org/ioctl">ioctl(2)</a>
                    246:     is run without KERNEL_LOCK.
                    247:     <li>Reworked AMD smt/core/package detection, helping prevent cores being
                    248:     misidentified as threads.
                    249:     <li>Avoided false positives in
                    250:     <a href="https://man.openbsd.org/witness">witness(4)</a> when detecting
                    251:     lock order reversals by using separate rwlock initializations for
                    252:     userland and kernel maps.
1.1       benno     253:     <li>Allowed sleeping inside kqueue event filters.
1.36      mpi       254:     <li>Made <a href="https://man.openbsd.org/vmx">vmx(4)</a> transmit MP-safe.
1.1       benno     255:   </ul>
                    256:
                    257: <li>Improved hardware support, including:
                    258:   <ul>
                    259:     <li>Improvements in the <a href="https://man.openbsd.org/em">em(4)</a> driver.
                    260:     <li>Added <a href="https://man.openbsd.org/dsxrtc">dsxrtc(4)</a>,
                    261:        a driver for the Maxim DS3231/DS3232 I2C RTC.
                    262:     <li>Added <a href="https://man.openbsd.org/ure">ure(4)</a> support
                    263:        for Lenovo OneLine Plus Dock Ethernet.
                    264:     <li>Improved <a href="https://man.openbsd.org/ucom">ucom(4)</a> to
                    265:        fix firmware upload on some microcontroller boards using DTR and RTS
                    266:        as signaling lines to reset the device and enter the bootloader.
                    267:     <li>Added a PCI attachment driver for <a
                    268:        href="https://man.openbsd.org/com">com(4)</a> to support memory-mapped
                    269:        PCI devices which are part of a Low Power Subsystem (LPSS).
                    270:     <li>Implemented microsecond resolution using <a
                    271:        href="https://man.openbsd.org/microuptime">microuptime(9)</a> to avoid
                    272:        a hard hang when starting X on Intel Cherry Trail Atom processors.
                    273:     <li>Added support for X553 controllers to <a
                    274:        href="https://man.openbsd.org/ix">ix(4)</a>.
                    275:     <li>Added <a href="https://man.openbsd.org/usb">usb(4)</a> device
                    276:        support for an AMD hub on the APU2 and a Synaptics vendor id and two
                    277:        fingerprint readers.
                    278:     <li>Prevented buffer overflows with <a
                    279:        href="https://man.openbsd.org/uthum">uthum(4)</a> by not assuming the
                    280:        report length given by the hardware is necessarily smaller than the
                    281:        length of the on-stack buffer.
                    282:     <li>Added <a href="https://man.openbsd.org/rge">rge(4)</a>, a driver
                    283:        for the Realtek 8125 PCI Express 2.5Gb Ethernet devices.
                    284:     <li>Fixed cursor issues and suspend/resume on <a
1.51      kettenis  285:        href="https://man.openbsd.org/amdgpu">amdgpu(4)</a> and
                    286:        <a href="https://man.openbsd.org/radeondrm">radeondrm(4)</a>.
1.1       benno     287:     <li>Fixed support for additional I2C busses in <a
                    288:        href="https://man.openbsd.org/piixpm">piixpm(4)</a> for older SB800
                    289:        SMBus controllers. Prevented sensors from attaching four times on old
                    290:        AMD machines.
                    291:     <li>Invalidated the <a
                    292:        href="https://man.openbsd.org/knote">knote(9)</a> list of <a
                    293:        href="https://man.openbsd.org/uhid">uhid(4)</a> after device detach,
                    294:        preventing a crash that can happen when kqueue still holds references
                    295:        to knotes pointing to the device.
                    296:     <li>Prevented a use-after-free causing crashes with <a
                    297:        href="https://man.openbsd.org/uhidev">uhidev(4)</a> devices.
                    298:
                    299:     <li>Prevented <a href="https://man.openbsd.org/mcx">mcx(4)</a>
                    300:        interface lockups due to completion queue overflow.
1.51      kettenis  301:     <li>Fixed brightness keys on various laptops with AMD graphics.
                    302:     <li>Fixed brightness controls on machines where the
1.1       benno     303:        initial brightness values are returned out of range.
                    304:     <li>Set the default brightness level on attachment for <a
                    305:        href="https://man.openbsd.org/pwmbl">pwmbl(4)</a>.
                    306:     <li>Fixed <a
                    307:        href="https://man.openbsd.org/acpivout">acpivout(4)</a> screen
                    308:        brightness adjustment through function keys, better supporting
                    309:        machines using exponential brightness scaling.
                    310:     <li>Changed <a
                    311:        href="https://man.openbsd.org/acpivout">acpivout(4)</a> to increment
                    312:        and decrement screen brightness based only on brightness level changes
                    313:        of 5% or higher.
                    314:     <li>Fixed Etron EJ168 USB 3.0 Host Controllers via USB 2 devices.
                    315:     <li>Added support for the SIERRA MC7700 to <a
                    316:        href="https://man.openbsd.org/umsm">umsm(4)</a> UMTS and LTE modem device.
                    317:     <li>Fixed RAID volume WWIDs for <a
                    318:        href="https://man.openbsd.org/mpii">mpii(4)</a> LSI controllers on
                    319:        sparc64, allowing <a
                    320:        href="https://man.openbsd.org/autoconf">autoconf(9)</a> to identify
                    321:        the volume as the root device and boot off hardware RAID.
                    322:     <li>Populated logical disk port WWNs with their RAID volume's WWID
                    323:        in <a href="https://man.openbsd.org/mpii">mpii(4)</a>.
                    324:     <li>Added <a href="https://man.openbsd.org/fido">fido(4)</a>, an
                    325:        HID driver for FIDO/U2F security keys.
                    326:     <li>Added parsing of DDR4 and LPDDDR3/4 SPD memories to <a
                    327:        href="https://man.openbsd.org/spdmem">spdmem(4)</a>.
                    328:     <li>Added support to <a
                    329:        href="https://man.openbsd.org/lm">lm(4)</a> for NCT6775F, NCT5104D,
                    330:        NCT6779D and NCT679[1235]D sensors.
                    331:     <li>Updated <a href="https://man.openbsd.org/piixpm">piixpm(4)</a>
                    332:        to support newer AMD chips like Hudson-2 and KERNCZ and implemented
                    333:        multi-bus support for SB800, Hudson-2 and KERNCZ.
                    334:     <li>Extended the expected SPD types to include DDR4 and low-power DDR3/DDR4.
                    335:     <li>Enabled full use of jumbo frames on <a
                    336:        href="https://man.openbsd.org/bnx">bnx(4)</a> devices.
                    337:     <li>Fixed <a href="https://man.openbsd.org/scsi">scsi(8)</a>
                    338:        softraid crypto volumes on 4K-sector disks.
                    339:     <li>Faked disk info to match expected boot disk when EFI
                    340:        bootloader has been received via TFTP, fixing a hang during HP
                    341:        Elitebook UEFI boot.
1.40      schwarze  342:     <li>Implemented a hexdump command in the bootloader, helping to
                    343:        inspect the memory layout created by the firmware and useful for UEFI
                    344:        debugging.
1.1       benno     345:     <li>Improved <a href="https://man.openbsd.org/ksmn">ksmn(4)</a>
                    346:        temperature conversion precision.
                    347:     <li>Added a quirk to handle Apollo Lake, Gemini Lake and 100
                    348:        Series Intel SD/MMC <a href="https://man.openbsd.org/sdhc">sdhc(4)</a>
                    349:        controllers which should not have voltages set to 0V.
                    350:     <li>Prevented a local user from causing the system to hang by
                    351:        reading specific registers when Intel Gen8/Gen9 graphics hardware is
                    352:        in a low power state.
                    353:     <li>Prevented writes to memory allowed by the Intel Gen9 graphics hardware.
                    354:     <li>Added support for buttons 2 and 3 to <a
                    355:        href="https://man.openbsd.org/imt">imt(4)</a>.
                    356:     <li>Added <a href="https://man.openbsd.org/ogx">ogx(4)</a>, a
                    357:        driver for the OCTEON III network processor.
                    358:     <li>Fixed endian swapping in <a
                    359:        href="https://man.openbsd.org/xhci">xhci(4)</a>, allowing it to work
                    360:        again on octeon and other big endian architectures.
                    361:     <li>Implemented the "parallel boot" feature on compatible sparc64 firmware.
1.7       stsp      362:     <li>Introduced <a href="https://man.openbsd.org/iwx">iwx(4)</a>, a
                    363:        driver for Intel AX200 WiFi devices.
                    364:     <li>Added <a href="https://man.openbsd.org/iwm">iwm(4)</a> support
                    365:        for Intel 9260 and 9560 wifi devices.
1.8       stsp      366:     <li>Updated firmware for all devices supported by the
                    367:        <a href="https://man.openbsd.org/iwm">iwm(4)</a> driver.
1.7       stsp      368:     <li>Fixed <a href="https://man.openbsd.org/iwm">iwm(4)</a> support
1.8       stsp      369:        for Intel 3168 wifi devices.
1.7       stsp      370:     <li>Added support for the tp-link tl-wn823n to the <a
                    371:        href="https://man.openbsd.org/urtwn">urtwn(4)</a> driver.
1.24      stsp      372:     <li>The <a href="https://man.openbsd.org/athn">athn(4)</a> driver
                    373:        now offloads CCMP (WPA2) encryption and decryption to hardware.
1.40      schwarze  374:     <li>Prevented an overflow due to <a
                    375:        href="https://man.openbsd.org/xen">xen(4)</a> failing to release the
                    376:        interrupt source when unmasking the interrupt.
1.47      krw       377:     <li>Fixed <a href="https://man.openbsd.org/usb.4">usb(4)</a>
                    378:        handling USB 2.0 devices on various USB 3.0 controllers.
                    379:     <li>Fixed <a href="https://man.openbsd.org/usb.4">usb(4)</a>
                    380:        handling of controllers that STALL to indicate a short read.
                    381:     <li>Fixed <a href="https://man.openbsd.org/xhci.4">xhci(4)</a>
                    382:        handling of i/o's that are exact multiples of the max packet size.
1.49      krw       383:     <li>Bumped <a href="https://man.openbsd.org/nvme.4">nvme(4)</a>
                    384:        maximum physio i/o size to 128K.
                    385:     <li>Fixed probing of modern <a href="https://man.openbsd.org/scsi.4">scsi(4)</a>
                    386:        devices to ignore the SYNC and WIDE flags used by parallel SCSI.
1.1       benno     387:   </ul>
                    388:
                    389: <li>Removed hardware support
                    390:   <ul>
1.13      benno     391:        <li>Removed the rtfps(4) driver, a multiplexing serial communications interface for IBM RT PC boards
1.1       benno     392:        <li>Removed the dpt(4) driver for DPT EATA SCSI RAID.
1.13      benno     393:        <li>Removed gpr(4), a driver for GemPlus GPR400 PCMCIA smartcard readers.
1.49      krw       394:        <li>Removed mesh(4), a driver for old world Apple Power Macintosh SCSI cards.
1.1       benno     395:   </ul>
                    396:
                    397: <li>Improvements in audio drivers and the
                    398:        <a href="https://man.openbsd.org/sndio">sndio(7)</a> framework:
                    399:   <ul>
                    400:     <li>Introduced the <a
1.48      ratchov   401:        href="https://man.openbsd.org/sioctl_open">sioctl_open(3)</a>
                    402:        API to manipulate audio controls exposed by <a
                    403:        href="https://man.openbsd.org/sndiod">sndiod(8)</a>.
                    404:     <li>Modified <a
                    405:        href="https://man.openbsd.org/sndiod">sndiod(8)</a> to
                    406:        use and expose hardware volume controls if available.
                    407:     <li>Modified all ports manipulating audio controls to use <a
                    408:        href="https://man.openbsd.org/sndio">sndio(7)</a> instead of the
                    409:        kernel <a href="https://man.openbsd.org/mixer">mixer(4)</a> interface.
                    410:     <li>Introduced the <a
1.1       benno     411:        href="https://man.openbsd.org/sndioctl">sndioctl(1)</a> utility to
1.48      ratchov   412:        manipulate audio controls exposed by <a
1.1       benno     413:        href="https://man.openbsd.org/sndiod">sndiod(8)</a>.
1.48      ratchov   414:     <li>Exposed the first 4 <a
                    415:        href="https://man.openbsd.org/audio">audio(4)</a> devices
                    416:        and the first 8 <a
                    417:        href="https://man.openbsd.org/midi">midi(4)</a> devices through <a
                    418:        href="https://man.openbsd.org/sndiod">sndiod(8)</a> by default.
1.1       benno     419:     <li>Disabled access for regular users to /dev/audio* and
1.48      ratchov   420:        /dev/rmidi*, for improved security.
1.1       benno     421:     <li>Modified <a
                    422:        href="https://man.openbsd.org/mixerctl">mixerctl(1)</a> to use
1.48      ratchov   423:        /dev/audioctl* instead of /dev/mixer*.
                    424:     <li>Removed /dev/mixer*
1.50      ratchov   425:     <li>Fixed support for <a
                    426:        href="https://man.openbsd.org/uaudio">uaudio(4)</a>
                    427:        devices with different recording and playback rate sets.
1.48      ratchov   428:     <li>Fixed volume control of many <a
                    429:        href="https://man.openbsd.org/uaudio">uaudio(4)</a>
                    430:        devices.
1.1       benno     431:     <li>Fixed channel duplication (-j option) in <a
                    432:        href="https://man.openbsd.org/sndiod">sndiod(8)</a>.
                    433:     <li>Allowed <a href="https://man.openbsd.org/rc.d">rc.d(8)</a>
                    434:        script to reload <a
                    435:        href="https://man.openbsd.org/sndiod">sndiod(8)</a>.
                    436:     <li>Added an <a
                    437:        href="https://man.openbsd.org/azalia">azalia(4)</a> quirk for the
                    438:        ALC285 on the X1C7 to avoid a clicking noise on the headphone output.
                    439:     <li>Disabled MSI for the AMD Hudson2 <a
                    440:        href="https://man.openbsd.org/azalia">azalia(4)</a> HDA to fix random lock ups.
                    441:   </ul>
                    442:
1.12      benno     443: <li>A large number of drivers were written to improve <a href="https://www.openbsd.org/arm64.html">arm64</a>
                    444: and <a href="https://www.openbsd.org/armv7.html">armv7</a> hardware support, including:
1.1       benno     445:   <ul>
                    446:     <li>Better hardware support for the i.MX8MM platform.
1.51      kettenis  447:     <li>Support for the Raspberry Pi 4 on arm64.
                    448:     <li>Better support for the Raspbery Pi 3 on arm64.
                    449:     <li>Proper support for the Raspberry Pi 2 and 3 on armv7.
1.20      benno     450:     <li>Better support for Rockchip based systems, especially the Pinebook Pro.
                    451:     <li>Switched USB to use non-coherent buffers for data transfers, dramatically improving performance on some ARM SoCs where the USB controller is not coherent with the caches.
1.51      kettenis  452:     <li>Allowed switching to framebuffer "glass" console on armv7 in the bootloader, mirroring previous changes to arm64.
1.20      benno     453:     <li>Corrected cache flush operations on arm64 which were being incorrectly treated as write operations. This fixes a bug where cache flushing caused Firefox to abort.
                    454:     <li>Added the capability for armv7 boot from another block device than the one from which efiboot was loaded.
                    455:     <li>Enabled <a href="https://man.openbsd.org/umt">umt(4)</a> (USB HID multitouch touchpad devices) on arm64.
                    456:     <br><br>
                    457:     Specifically the following device drivers were added or fixed:
1.1       benno     458:     <li>Added <a href="https://man.openbsd.org/bcmbsc">bcmbsc(4)</a>, a driver for the Broadcom Serial Control (BSC) controller.
                    459:     <li>Added <a href="https://man.openbsd.org/bcmgpio">bcmgpio(4)</a>, a driver for the Broadcom BCM283x GPIO controller.
                    460:     <li>Added <a href="https://man.openbsd.org/bcmsdhost">bcmsdhost(4)</a>, a driver for the Broadcom "sdhost" SD controller found on the Raspberry Pi.
                    461:     <li>Added <a href="https://man.openbsd.org/bcmdmac">bcmdmac(4)</a>, a driver for the DMA controller found on BCM283x SoCs.
                    462:     <li>Added support for the additional <a href="https://man.openbsd.org/sdhc">sdhc(4)</a> controller found on the Raspberry Pi.
                    463:     <li>Added quirks for the <a href="https://man.openbsd.org/sdhc">sdhc(4)</a> controller on the Raspberry Pi, providing microSD card or WiFi support depending on the firmware configuration.
                    464:     <li>Added support for hardware with <a href="https://man.openbsd.org/sdhc">sdhc(4)</a> controllers on busses only supporting 32-bit access.
                    465:     <li>Added <a href="https://man.openbsd.org/bcmirng">bcmirng(4)</a>, a driver for the RNG200 random number generator found on the Raspberry Pi 4.
                    466:     <li>Added <a href="https://man.openbsd.org/bcmclock">bcmclock(4)</a>, a driver for the BCM283X CPRMAN clock controller.
                    467:     <li>Added <a href="https://man.openbsd.org/bcmmbox">bcmmbox(4)</a>, a driver for the VideoCore messagebox interface on BCM283X.
                    468:     <li>Added <a href="https://man.openbsd.org/bcmpcie">bcmpcie(4)</a>, a driver for the PCIe controller found on the Raspberry Pi 4.
                    469:     <li>Added <a href="https://man.openbsd.org/bse">bse(4)</a>, a driver for the Broadcom GENET v5 network interface found on the Raspberry Pi 4.
                    470:     <li>Added <a href="https://man.openbsd.org/brgphy">brgphy(4)</a> support for the Broadcom BCM54210E.
1.20      benno     471:     <li>Added support for the Armada 3720 CPU clock to <a href="https://man.openbsd.org/mvclock">mvclock(4)</a>.
1.51      kettenis  472:     <li>Fixed address filter in <a href="https://man.openbsd.org/mvneta">mvneta(4)</a>.
1.1       benno     473:     <li>Added <a href="https://man.openbsd.org/omcm">omcm(4)</a>, <a href="https://man.openbsd.org/omclock">omclock(4)</a> and <a href="https://man.openbsd.org/omsysc">omsysc(4)</a> drivers that support the new bus structure used in current mainline Linux device trees.
1.20      benno     474:     <li>Added <a href="https://man.openbsd.org/omrng">omrng(4)</a>, a driver for the random number generator found on TI OMAP SoCs.
1.1       benno     475:     <li>Fixed the MAC address on Pandaboard-ES by increasing <a href="https://man.openbsd.org/smsc">smsc(4)</a> buffer size used to fetch device tree properties.
                    476:     <li>Added support for additional Allwinner A80 clocks and resets in <a href="https://man.openbsd.org/sxiccmu">sxiccmu(4)</a>.
                    477:     <li>Fixed <a href="https://man.openbsd.org/amlpciephy">amlpciephy(4)</a> USB3 support when USB has not been initialized by U-Boot.
                    478:     <li>Added clock support for i.MX8MM.
1.20      benno     479:     <li>Fixed CPU frequency scaling support on the Librem5 Devkit.
                    480:     <li>Added <a href="https://man.openbsd.org/imxpwm">imxpwm(4)</a>, a driver for the PWM controller found on various NXP i.MX SoCs.
                    481:     <li>Added support for reading the i.MX8MM temperature sensors to <a href="https://man.openbsd.org/imxtmu">imxtmu(4)</a>.
1.1       benno     482:     <li>Added <a href="https://man.openbsd.org/bdpmic">bdpmic(4)</a>, a driver for the ROHM BD71837 and BD71847 Power Management IC.
                    483:     <li>Allowed <a href="https://man.openbsd.org/ipmi">ipmi(4)</a> to attach using mmio.
1.20      benno     484:     <li>Added <a href="https://man.openbsd.org/rkrng">rkrng(4)</a>, a driver for the random number generator found on various Rockchip SoCs.
1.51      kettenis  485:     <li>Added glass console support to <a href="https://man.openbsd.org/rkdrm">rkdrm(4)</a> in Rockchip SoCs, including kernel modesetting support.
1.20      benno     486:     <li>Added <a href="https://man.openbsd.org/rkdrm">rkdrm(4)</a>, a driver providing kernel mode setting (KMS) functionality for the graphics hardware integrated on Rockchip SoCs.
1.1       benno     487:     <li>Added <a href="https://man.openbsd.org/rkdwhdmi">rkdwhdmi(4)</a>, a driver for the HDMI transmitter found on the Rockchip RK3399 SoC.
1.51      kettenis  488:     <li>Added <a href="https://man.openbsd.org/rkanxdp">rkanxdp(4)</a>, a driver for the Analogix Display Port controller on the RK3399.
1.20      benno     489:     <li>Added <a href="https://man.openbsd.org/rkvop">rkvop(4)</a>, a driver for the RK3399's Video Output Processors.
                    490:     <li>Added <a href="https://man.openbsd.org/rkpwm">rkpwm(4)</a>, a driver for the RK3399's PWM controller.
                    491:     <li>Added <a href="https://man.openbsd.org/rkemmcphy">rkemmcphy(4)</a>, a driver for the RK3399's eMMC PHY.
                    492:     <li>Added support for gen2 negotiation to <a href="https://man.openbsd.org/rkpcie">rkpcie(4)</a> and enabled gen2 link state training when the dtb is configured with max-link-speed = 2.
                    493:     <li>Enabled backlight control use on the Pinebook Pro via <a href="https://man.openbsd.org/wsconsctl">wsconsctl(8)</a>.
1.1       benno     494:     <li>Fixed the Pinebook Pro's trackpad by ensuring only hid_input items are accepted when walking the HID descriptor.
                    495:     <li>Fixed <a href="https://man.openbsd.org/pwmbl">pwmbl(4)</a> attachment on the Pinebook Pro.
1.51      kettenis  496:     <li>Added <a href="https://man.openbsd.org/simplepanel">simplepanel(4)</a>, a driver for simple display panels such as the one found on the Pinebook Pro.
1.1       benno     497:     <li>Recognized BCM4345 rev 9 as shipped with the Pinebook Pro as an AMPAK AP6256 module in <a href="https://man.openbsd.org/bwfm">bwfm(4)</a>.
                    498:     <li>Improved <a href="https://man.openbsd.org/bwfm">bwfm(4)</a> on the Pinebook Pro by acking SDIO interrupts earlier on <a href="https://man.openbsd.org/dwmmc">dwmmc(4)</a>.
                    499:     <li>Added <a href="https://man.openbsd.org/amltemp">amltemp(4)</a>, a driver for the temperature sensors on various Amlogic SoCs.
                    500:     <li>Added <a href="https://man.openbsd.org/pwmfan">pwmfan(4)</a>, a driver for PWM-regulated fans.
                    501:   </ul>
                    502:
                    503: <li>IEEE 802.11 wireless stack improvements and bugfixes:
                    504:   <ul>
1.17      stsp      505:     <li>Stop connecting to any available unencrypted wifi networks when an
                    506:        interface is marked up. This behavior must now be explicitly enabled
                    507:        with <code><a href="https://man.openbsd.org/ifconfig">ifconfig(8)</a> join
                    508:        ""</code>.
                    509:     <li>A background scan is now triggered when root runs the <a
                    510:        href="https://man.openbsd.org/ifconfig">ifconfig(8)</a> scan command.
                    511:        This updates the list of cached APs displayed by the scan command and
                    512:        forces a search for a better AP to roam to.
1.23      stsp      513:     <li>Add <code>nwflag nomimo</code> which can be set with <a
                    514:        href="https://man.openbsd.org/ifconfig">ifconfig(8)</a> to work
                    515:        around packet loss in 11n mode if the wireless network device has
                    516:        unused antenna connectors.
1.17      stsp      517:     <li>Increased the net80211 node cache size to allow more APs to be viewed during scans.
                    518:     <li>Fixed the <a
                    519:        href="https://man.openbsd.org/ifconfig">ifconfig(8)</a> "media:" line
                    520:        displayed during and after a background scan in 11n mode.
                    521:     <li>Made background scans less frequent if they keep choosing the same AP.
                    522:     <li>Fix kernel crashes in net802111 hostap mode due to mbuf corruption
                    523:        which occurred if a relatively long SSID was configured.
1.14      stsp      524:     <li>Added support for active scanning to <a
1.1       benno     525:        href="https://man.openbsd.org/bwfm">bwfm(4)</a>.
1.14      stsp      526:     <li>Fix <a href="https://man.openbsd.org/bwfm">bwfm(4)</a> behavior which
                    527:        could trigger the ifq pressure drop mechanism under moderate load.
1.1       benno     528:     <li>Improved error handling for <a
                    529:        href="https://man.openbsd.org/bwfm">bwfm(4)</a> connection attempts.
1.14      stsp      530:     <li>Improved automatic switching between wifi networks by lowering the priority
                    531:        of networks in the <a
                    532:        href="https://man.openbsd.org/ifconfig">ifconfig(8)</a> join list which
                    533:        fail to connect.
1.27      stsp      534:     <li>Avoid repeated switching between APs in areas where APs
1.17      stsp      535:        are tuned for low transmit range.
1.1       benno     536:     <li>Raised net80211's "beacon miss" threshold to avoid frequent
1.14      stsp      537:        reconnects under conditions which cause loss of beacons.
1.17      stsp      538:     <li>Reduced stalls on packet loss in 11n mode by improving net80211 handling
                    539:        of the Rx block ack sequence number window and queue.
                    540:     <li>Fixed a bug where outstanding frames on the <a
                    541:        href="https://man.openbsd.org/iwn">iwn(4)</a> aggregation queue
                    542:        interfered with roaming to another AP.
                    543:     <li>Fixed a race condition in <a
                    544:        href="https://man.openbsd.org/iwm">iwm(4)</a> Rx interrupt handling.
                    545:     <li>Implemented a workaround for missing Tx completion interrupts
                    546:        in <a href="https://man.openbsd.org/iwm">iwm(4)</a> which could lead
                    547:        to failures when roaming to another AP.
                    548:     <li>Re-enabled firmware-based Tx retries at lower rates for <a
                    549:        href="https://man.openbsd.org/iwm">iwm(4)</a>, reducing packet loss.
                    550:     <li>Fixed automatic Tx rate control issues in <a
                    551:        href="https://man.openbsd.org/iwm">iwn(4)</a>, and <a
                    552:        href="https://man.openbsd.org/iwm">iwm(4)</a>.
1.25      stsp      553:     <li>Fixed a use-after-free that caused a kernel crash during <a
                    554:        href="https://man.openbsd.org/zyd">zyd(4)</a> device detach.
1.1       benno     555:   </ul>
                    556:
                    557: <li>Generic network stack improvements and bugfixes:
                    558:   <ul>
                    559:
                    560:     <li>Fixed a panic when using <a href="https://man.openbsd.org/pppac">
                    561:        pppac(4)</a> without <a href="https://man.openbsd.org/pipex">pipex(4)</a>.
                    562:     <li>Fixed a "route contains no arp information" bug where a kernel routing
                    563:        table entry was incorrectly deleted upon insertion of a new entry.
                    564:     <li>Stopped processing packets under non-exclusive netlock, preventing
                    565:        concurrency in the socket layer.
                    566:     <li>Prevented data corruption on UDP receive socket buffers by grabbing the
                    567:        exclusive NET_LOCK() in the softnet thread.
                    568:     <li>Fixed a kernel crash due to unlimited recursion caused by
                    569:        local outbound UDP broadcast/multicast packets sent by a spliced
                    570:        socket.
                    571:     <li>Added IPv6 support to <a href="https://man.openbsd.org/umb">umb(4)</a>.
                    572:     <li>Added support for very old firmware umsm devices with <a
                    573:        href="https://man.openbsd.org/umsm">umsm(4)</a> rather than <a
                    574:        href="https://man.openbsd.org/umb">umb(4)</a>.
                    575:     <li>Added <a href="https://man.openbsd.org/pppac">pppac(4)</a>
                    576:        code for a dedicated PPP Access Concentrator interface and switched <a
                    577:        href="https://man.openbsd.org/npppd.conf">npppd.conf(5)</a> to use <a
                    578:        href="https://man.openbsd.org/pppac">pppac(4)</a> instead of <a
                    579:        href="https://man.openbsd.org/tun">tun(4)</a>.
                    580:     <li>Added a check when IP forwarding is disabled to ensure packet
                    581:        destination address matches interface address.
                    582:     <li>Fixed kernel crash in pf_ioctl with WITH_PF_LOCK and NET_TASKQ > 1.
                    583:     <li>Ensured proper kernel stack alignment on mips64, fixing a
                    584:        panic on octeon related to <a
                    585:        href="https://man.openbsd.org/pppoe">pppoe(4)</a>.
                    586:     <li>Added <a href="https://man.openbsd.org/rge">rge(4)</a>, a new
                    587:        driver for Realtek 8125 PCI Express 2.5Gb ethernet devices.
                    588:     <li>Repaired the "set delay" option for <a
                    589:        href="https://man.openbsd.org/pf">pf(4)</a> to function as specified
                    590:        in <a href="https://man.openbsd.org/pf.conf">pf.conf(5)</a>.
                    591:     <li>Prevented non-root users from using <a
                    592:        href="https://man.openbsd.org/ioctl">ioctl(2)</a> to alter the address
                    593:        of a network interface.
                    594:     <li>Prevented non-root users from setting the parameters of <a
                    595:        href="https://man.openbsd.org/pppoe">pppoe(4)</a> interfaces.
                    596:     <li>Removed mobileip(4).
                    597:     <li>Stopped checking whether the IPv6 source address of a neighbor
                    598:        advertisement is from a neighbor's address, not required in accordance
                    599:        with RFC 4861.
                    600:
                    601:   </ul>
                    602:
                    603: <li>Installer improvements:
                    604:   <ul>
                    605:     <li>Simplified <a
                    606:        href="https://man.openbsd.org/sysupgrade">sysupgrade(8)</a> directory
                    607:        check and creation (/home/_syspatch). It can now be a symlink.
                    608:     <li>Printed the URL when <a
                    609:        href="https://man.openbsd.org/sysupgrade">sysupgrade(8)</a> fetches
                    610:        new sets.
                    611:     <li>Added an opportunistic run of <a
                    612:        href="https://man.openbsd.org/fw_update">fw_update(1)</a> to <a
                    613:        href="https://man.openbsd.org/sysupgrade">sysupgrade(8)</a> before
                    614:        rebooting to run the upgrade.
                    615:   </ul>
                    616:
                    617: <li>Security improvements:
                    618:   <ul>
                    619:     <li><a href="https://man.openbsd.org/unveil.2">unveil(2)</a> is
1.6       benno     620:       now used in 82 userland programs to redact filesystem access.
1.1       benno     621:     <li>Used <a href="https://man.openbsd.org/unveil">unveil(2)</a> to
                    622:        reduce filesystem access in <a
                    623:        href="https://man.openbsd.org/vmstat">vmstat(8)</a>, <a
                    624:        href="https://man.openbsd.org/iostat">iostat(8)</a> and <a
                    625:        href="https://man.openbsd.org/systat">systat(1)</a>.
                    626:
                    627: <!-- dig -->
                    628:     <li>Extracted <a href="https://man.openbsd.org/dig">dig(1)</a>, <a
                    629:        href="https://man.openbsd.org/host">host(1)</a> and <a
                    630:        href="https://man.openbsd.org/nslookup">nslookup(1)</a> from the
                    631:        bind(8) source code, cleanup the source code by removing not needed
                    632:        features and auditing it. The kernel API accessible to these
                    633:        programs is now restricted through <a
                    634:        href="https://man.openbsd.org/pledge">pledge(2)</a>.
1.2       deraadt   635:     <li>System calls may now only be performed from selected code regions:
                    636:        the main program, <a href="https://man.openbsd.org/ld.so">ld.so(1)</a>,
                    637:        libc.so and the signal trampoline. A new system call
                    638:        <a href="https://man.openbsd.org/msyscall">msyscall(2)</a> indicates
1.5       deraadt   639:        the libc range, and activates the locking.  This change hardens
1.2       deraadt   640:        against some attack methods.
1.1       benno     641:     <li>Prevented stack trace saving from inspecting untrusted data on
                    642:        amd64, arm64 and i386.
                    643:     <li>Used lfence in place of stac/clac on pre-SMAP CPUs to protect
                    644:        against Load-Value-Injection attacks against the kernel.
                    645:     <li>Prevented a panic due to missing <a
                    646:        href="https://man.openbsd.org/sysctl">sysctl(2)</a> input validation.
                    647:     <li>Injected failure to fetch entropy with an rdrand() timeout as
                    648:        an entropic event, along with an additional rdtsc measuring the vmexit
                    649:        latency.
                    650:     <li>Enforced that <a href="https://man.openbsd.org/ksh">ksh(1)</a>
                    651:        TMOUT is an integer literal to prevent command execution from the
                    652:        environment at shell initialization time.
                    653:     <li>Ensured the first 2MB page of the amd64 kernel is correctly
                    654:        mapped read-only in the direct map.
1.51      kettenis  655:     <li>Addressed an armv7/arm64 speculative execution issue by changing the
                    656:        system call ABI to skip two instructions and inserting a barrier
1.1       benno     657:        after each system call.
                    658:     <li>Fixed arm64 speculative execution of instructions after ERET,
                    659:        which had led to spectre-like effects on some processors.
                    660:     <li>Tightened permissions for USB device nodes.
                    661:     <li>Ensured that <a
                    662:        href="https://man.openbsd.org/ld.so">ld.so(1)</a> removed the
                    663:        LD_LIBRARY_PATH environment variable for set-user-ID and set-group-ID
                    664:        executables in low memory conditions.
                    665:     <li>Added support for RSA-PSS to <a
                    666:        href="https://man.openbsd.org/crypto">crypto(3)</a>.
                    667:     <li>Added retguard for octeon/mips64.
                    668:
                    669:     <li>The following security bugs were addressed:
                    670:       <ul>
                    671:        <li>Reset the login class each time through the loop when using -L
                    672:            (loop) mode with <a href="https://man.openbsd.org/su">su(1)</a>. Fixes
                    673:            CVE-2019-19519.
                    674:        <li>Fixed insufficient username validation performed by libc's
                    675:            authentication privilege separation layer and added additional
                    676:            validation points, further validating in <a
                    677:            href="https://man.openbsd.org/login">login(1)</a> and <a
                    678:            href="https://man.openbsd.org/su">su(1)</a>.
                    679:        <li>Prevented escalation to the auth group in <a
                    680:            href="https://man.openbsd.org/xlock">xlock(1)</a> through path-related
                    681:            environment variables and disabled mesa and opengl functionality.
                    682:       </ul>
                    683:   </ul>
                    684:
                    685: <li>Routing daemons and other userland network improvements:
                    686:   <ul>
                    687: <!-- bgpd -->
                    688:     <li>Store both IPv4 and IPv6 addresses with local-address in <a
                    689:        href="https://man.openbsd.org/bgpd">bgpd(8)</a>, allowing
                    690:        configuration of both an IPv4 and IPv6 local-address on a group with
                    691:        correct binding of neighbors. Introduced 'no local-address' to reset a
                    692:        previously-set local address back to zero. This helps to reduce
                    693:        repetition in the configuration.
                    694:     <li>Aggregated duplicate <a
                    695:        href="https://man.openbsd.org/bgpd">bgpd(8)</a> roa table
                    696:        prefix/source-as combos as a single entry with the longest maxlen
                    697:        length.
                    698:     <li>Extended <a href="https://man.openbsd.org/bgpctl">bgpctl(8)</a>
                    699:        'show neighbor' to include the received and set prefix count, as well
                    700:        as the max-prefix out limit if set.
                    701:     <li>Implemented <a
                    702:        href="https://man.openbsd.org/bgpd.conf">bgpd.conf(5)</a>
                    703:        <code>max-prefix NUM out</code> to limit the number of announced
                    704:        prefixes, avoiding leaks of full tables to upstreams and peers.
                    705:     <li>Began marking stale prefixes in the Adj-RIB-out during
                    706:        graceful reload of <a href="https://man.openbsd.org/bgpd">bgpd(8)</a>
                    707:        and fixed prefix_withdraw to check the correct prefix flags before
                    708:        removing a prefix from the update or withdraw tree.
                    709:     <li>Fixed a bug with the fatal <a
                    710:        href="https://man.openbsd.org/bgpd">bgpd(8)</a> non-existing prefix
                    711:        call to ensure the missing prefix is inserted into the prefix tree.
                    712:     <li>Fixed <a href="https://man.openbsd.org/bgpd">bgpd(8)</a>
                    713:        crashes where the nexthop_runners tail queue was corrupted.
                    714: <!-- OSPF -->
                    715:     <li>Allowed configuration of the <a
                    716:        href="https://man.openbsd.org/ospfd">ospfd(8)</a> interface setting
                    717:        "type p2p" to be configured globally or per area.
                    718:     <li>Added point-to-point <a
                    719:        href="https://man.openbsd.org/ospf6d">ospf6d(8)</a> support for
                    720:        broadcast interfaces.
1.39      tobhe     721: <!-- other daemons -->
1.1       benno     722:     <li>Reduced temporary address valid lifetime to 2 days in <a
                    723:        href="https://man.openbsd.org/slaacd">slaacd(8)</a>.
                    724:     <li>Validated authentication lengths in <a
                    725:        href="https://man.openbsd.org/ripd">ripd(8)</a> before use to prevent
                    726:        crashes.
                    727:     <li>Fixed empty response packages sent out by <a
                    728:        href="https://man.openbsd.org/ripd">ripd(8)</a> when entries are
                    729:        skipped due to split-horizon simple.
                    730:     <li>Correctly parse "0/0" as the default route when specifying
                    731:        the classless-[ms-]static-routes options in <a
                    732:        href="https://man.openbsd.org/dhcpd.conf">dhcpd.conf(5)</a>.
                    733:     <li>Allowed <a
                    734:        href="https://man.openbsd.org/dhclient">dhclient(8)</a> configuration
                    735:        of <a href="https://man.openbsd.org/carp">carp(4)</a> interfaces.
                    736:     <li>Rejected leases in <a
                    737:        href="https://man.openbsd.org/dhclient">dhclient(8)</a> not providing
                    738:        a subnet mask for the address being provided.
                    739:     <li>Constrained and corrected the routes being deleted when
                    740:        applying a new lease in <a
                    741:        href="https://man.openbsd.org/dhclient">dhclient(8)</a> and corrected
                    742:        route comparison. This corrects a network failure with "arpresolve:
                    743:        ... route contains no information".
                    744:     <li>Made <a href="https://man.openbsd.org/slaacd">slaacd(8)</a>
                    745:        honor the rdomain in which it runs when configuring the default route.
                    746:     <li>Withdrew all proposals on <a
                    747:        href="https://man.openbsd.org/slaacd">slaacd(8)</a> startup to prevent
                    748:        indefinite retention of nameservers on interfaces no longer flagged
                    749:        for autoconf.
                    750:     <li>Modified <a href="https://man.openbsd.org/ldpd">ldpd(8)</a> to
                    751:        lookup the adjacency by LSR id as well as source IP address, as the
                    752:        remote peer may change its LSR id.
                    753:
                    754: <!-- other programs -->
                    755:     <li>Added support for printing RFC 2332 NBMA Next Hop Resolution Protocol
                    756:        (NHRP) to <a href="https://man.openbsd.org/tcpdump">tcpdump(8)</a>.
                    757:     <li>Added <a href="https://man.openbsd.org/tcpdump">tcpdump(8)</a>
                    758:        support for printing RFC 8300 Network Service Header (NSH).
                    759:     <li>Added <a href="https://man.openbsd.org/tcpdump">tcpdump(8)</a>
                    760:        support for VXLAN-GPE.
                    761:     <li>Fixed a <a href="https://man.openbsd.org/tcpdump">tcpdump(8)</a>
                    762:        crash when printing the contents of a malformed packet where the
                    763:        packet length was smaller than the size of the usbpcap header.
                    764:
                    765:     <li>Rewrote dhcpv6 parsing in <a
                    766:        href="https://man.openbsd.org/tcpdump">tcpdump(8)</a> to match the
                    767:        RFC, correctly handling dhcpv6 messages.
                    768:     <li>Accept netmask for IPv6 in <a
                    769:        href="https://man.openbsd.org/ifconfig">ifconfig(8)</a> instead of
                    770:        ignoring it and using only the prefixlen argument.
                    771:
                    772:     <li>Fixed <a href="https://man.openbsd.org/snmp">snmp(1)</a> agent
                    773:        address parsing to allow IPv6 addresses to be used based on format,
                    774:        allow those without brackets to skip the port if it results in a
                    775:        nonsensical address (allowing use of ::1), and try to connect to the
                    776:        address immediately.
                    777:     <li>Implemented a df subcommand for <a
                    778:        href="https://man.openbsd.org/snmp">snmp(1)</a> which outputs disk and
                    779:        memory information in a <a href="https://man.openbsd.org/df">df(1)</a>
                    780:        format.
                    781:     <li>Implemented a -Cs option in <a
                    782:        href="https://man.openbsd.org/snmp">snmp(1)</a> for snmp walk and
                    783:        bulkwalk, allowing subsections of a tree to be skipped.
1.10      benno     784:     <li>Introduced option filter-pf-addresses to <a
                    785:        href="https://man.openbsd.org/snmpd.conf">snmpd.conf(5)</a>, allowing
                    786:        the OPENBSD-PF-MIB::pfTblAddrTable tree to be filtered out when many
                    787:        prefixes are stored in pf tables, reducing CPU usage during bulk
                    788:        walks.
1.1       benno     789:
                    790:     <li>Added retries and timeouts for test packets to <a
                    791:        href="https://man.openbsd.org/radiusctl">radiusctl(8)</a>.
                    792:
                    793:
                    794:     <li>Corrected http auth combined with proxy auth in <a
                    795:        href="https://man.openbsd.org/ftp">ftp(1)</a>.
                    796:     <li>Corrected <a href="https://man.openbsd.org/ftp">ftp(1)</a>
                    797:        access to an https server with user/password through the "http_proxy"
                    798:        environment variable.
                    799:     <li>Fixed <a href="https://man.openbsd.org/ftp">ftp(1)</a>
                    800:        tls_handshake() usage, which would break ftp if an handshake wasn't
                    801:        successfully completed in one try.
                    802:     <li>Prevented <a href="https://man.openbsd.org/ftp">ftp(1)</a>
                    803:        from following remote redirects to local files.
                    804:     <li>Implemented HTTP/1.1 in <a href="https://man.openbsd.org/ftp">ftp(1)</a>.
                    805:     <li>Added new -N name option to <a
                    806:        href="https://man.openbsd.org/ftp">ftp(1)</a>, allowing calling
                    807:        scripts to change the progname and produce better error messages.
                    808:
                    809:     <li>Allowed <a href="https://man.openbsd.org/pfctl">pfctl(8)</a>
                    810:        to recursively flush rules and tables.
                    811:     <li>Ensured rdr-to with loopback destination will work even when
                    812:        IP forwarding is disabled.
                    813:
                    814: <!-- rpki-client -->
                    815:
                    816:     <li>Enabled <a
                    817:        href="https://man.openbsd.org/rpki-client">rpki-client(8)</a>, a free,
                    818:        easy-to-use implementation of the Resource Public Key Infrastructure
                    819:        (RPKI) for Relying Parties (RP) to facilitate validation of the Route
                    820:        Origin of a BGP announcement. The program queries the RPKI repository
                    821:        system and outputs Validated ROA Payloads in the configuration format
                    822:        of OpenBGPD, BIRD, and also as CSV or JSON objects for consumption by
                    823:        other routing stacks.
                    824:     <li>Modified root's <a
                    825:        href="https://man.openbsd.org/crontab">crontab(1)</a> to run <a
                    826:        href="https://man.openbsd.org/rpki-client">rpki-client(8)</a> and
                    827:        reload <a href="https://man.openbsd.org/bgpd">bgpd(8)</a>
                    828:        configuration, enabling RPKI ROA filtering.
                    829:     <li>Stopped hardcoding the cache directory for <a
                    830:        href="https://man.openbsd.org/rpki-client">rpki-client(8)</a>. Cache
                    831:        and output directory will use defaults for root users and must be
                    832:        specified by non-root users.
                    833:     <li>Made <a
                    834:        href="https://man.openbsd.org/rpki-client">rpki-client(8)</a> use
                    835:        with the existing cache and not exit if rsync(1) exits non-zero.
                    836:     <li>Fixed <a
                    837:        href="https://man.openbsd.org/rpki-client">rpki-client(8)</a> -j
                    838:        option, which had not been producing any output.
                    839:     <li>Generated three different BIRD outputs with <a
                    840:        href="https://man.openbsd.org/rpki-client">rpki-client(8)</a> -B: v1
                    841:        with IPv4 and IPv6 routes, and v2.
                    842:     <li>Rewrote the time validity check for mtfs in <a
                    843:        href="https://man.openbsd.org/rpki-client">rpki-client(8)</a> to
                    844:        correctly account for the timezone.
                    845:     <li>Added <a
                    846:        href="https://man.openbsd.org/rpki-client">rpki-client(8)</a> output
                    847:        formats for bird and CSV.
1.41      florian   848:   </ul>
1.1       benno     849:
1.41      florian   850: <li><a href="https://man.openbsd.org/unwind">unwind(8)</a> improvements:
                    851:   <ul>
1.1       benno     852:     <li>Implemented <a
                    853:        href="https://man.openbsd.org/unwindctl">unwindctl(8)</a> status
                    854:        memory to show cache memory usage.
                    855:     <li>Allowed forcing specific domains to be resolved by specific
                    856:        resolvers in <a
                    857:        href="https://man.openbsd.org/unwind.conf">unwind.conf(5)</a>,
                    858:        handling typical split-horizon setups.
                    859:     <li>Measured performance of resolving strategies in <a
                    860:        href="https://man.openbsd.org/unwind">unwind(8)</a>, sorting them and
1.41      florian   861:         choosing the next best strategy when one fails.
                    862:         Performance data decays over time.
                    863:     <li>Switched captive portal detection from HTTP probing to DNS probing in <a
1.1       benno     864:        href="https://man.openbsd.org/unwind">unwind(8)</a>.
                    865:     <li>Implemented DNS proposals in <a
                    866:        href="https://man.openbsd.org/unwind">unwind(8)</a> to learn
                    867:        nameservers from network autoconfiguration daemons.
                    868:     <li>Added opportunistic DoT support to <a
                    869:        href="https://man.openbsd.org/unwind">unwind(8)</a>.
                    870:     <li>Added an ASR resolver type to <a
                    871:        href="https://man.openbsd.org/unwind">unwind(8)</a>, using the libc
1.41      florian   872:         asynchronous resolver directly with DHCP-provided nameservers to work
                    873:         around broken middle boxes.
1.39      tobhe     874:   </ul>
                    875:
                    876: <li><a href="https://man.openbsd.org/ipsec">ipsec(4)</a> improvements and
                    877:     bugfixes:
                    878:   <ul>
                    879:     <li>Added support for automatically moving traffic between
                    880:        rdomains on <a href="https://man.openbsd.org/ipsec">ipsec(4)</a>
                    881:        encryption or decryption, reducing the attack surface for network
                    882:        sidechannel attacks.
                    883:     <li>Added <a href="https://man.openbsd.org/iked">iked(8)</a>
                    884:        support for switching rdomain on <a
                    885:        href="https://man.openbsd.org/ipsec">ipsec(4)</a>
                    886:        encryption/decryption, configurable per policy with the new
                    887:        'rdomain' option in <a
                    888:        href="https://man.openbsd.org/iked.conf">iked.conf(5)</a>.
                    889:     <li>Changed the default ipsec level set by <a
                    890:        href="https://man.openbsd.org/iked">iked(8)</a> and <a
                    891:        href="https://man.openbsd.org/isakmpd">isakmpd(8)</a> to
                    892:        IPSEC_LEVEL_REQUIRE. Unencrypted packets matching incoming
                    893:        ipsec flows are no longer accepted by default.
                    894:     <li>Added curve25519, ecp256, ecp384, ecp521, modp3072 and modp4096 to
                    895:        the default Diffie-Hellman group configuration for IKE SAs in
                    896:        <a href="https://man.openbsd.org/iked">iked(8)</a>.
                    897:     <li>Removed support for the insecure EC2N Diffie-Hellman groups in <a
                    898:        href="https://man.openbsd.org/iked">iked(8)</a>.
                    899:     <li>Changed the default authentication method in <a
                    900:        href="https://man.openbsd.org/iked">iked(8)</a> to
                    901:        generic signature authentication (RFC 7427).
                    902:     <li>Added ESN configuration options for ikesa in <a
                    903:        href="https://man.openbsd.org/iked.conf">iked.conf(5)</a>.
                    904:     <li>Added transport mode for child SAs to <a
                    905:        href="https://man.openbsd.org/iked">iked(8)</a>.
                    906:     <li>Added active probing for lost connection in <a
                    907:        href="https://man.openbsd.org/iked">iked(8)</a> resulting in a
                    908:        faster connection reset.
                    909:     <li>Added a -p command line option to <a
                    910:        href="https://man.openbsd.org/iked">iked(8)</a> allow configuration
                    911:        of a non-standard UDP encapsulation port.
                    912:     <li>Added support for multiple x509 extensions and multiple
                    913:        subjectAltName fields in certificates used with <a
                    914:        href="https://man.openbsd.org/iked">iked(8)</a>.
                    915:     <li>Added support for certificates with uppercase subjectAltNames
                    916:        in <a href="https://man.openbsd.org/iked">iked(8)</a>.
                    917:     <li>Removed automatically installed <a
                    918:        href="https://man.openbsd.org/ipsec">ipsec(4)</a> flow blocking
                    919:        unencrypted IPv6 traffic in <a
                    920:        href="https://man.openbsd.org/iked">iked(8)</a>.
                    921:     <li>Reduced size of IKE_AUTH message by eliminating duplicate traffic
                    922:        selectors in <a href="https://man.openbsd.org/iked">iked(8)</a>.
                    923:     <li>Added an <a
                    924:        href="https://man.openbsd.org/ikectl">ikectl(8)</a> "show sa"
                    925:        command to print information about the state of negotiated IKE SAs,
                    926:        their child SAs and the resulting IPsec flows.
                    927:     <li>Added an <a
                    928:        href="https://man.openbsd.org/ikectl">ikectl(8)</a> "reset id"
                    929:        command to reset all SAs from policies with matching destination IDs.
                    930:     <li>Added support for UDP encapsulation in manual SAs set up with <a
                    931:        href="https://man.openbsd.org/ipsec.conf">ipsec.conf(5)</a>.
                    932:     <li>Fixed an <a href="https://man.openbsd.org/iked">iked(8)</a>
                    933:        bug that lead to connection loss after simultaneous rekeying.
                    934:     <li>Fixed an <a href="https://man.openbsd.org/iked">iked(8)</a>
                    935:        public key leak in the CA process for ASN-DN IDs.
                    936:     <li>Fixed  a bug that lead to a lost EAP ID after rekeying in <a
                    937:        href="https://man.openbsd.org/iked">iked(8)</a>.
                    938:     <li>Fixed EAP user database corruption resulting from use of the <a
                    939:        href="https://man.openbsd.org/ikectl">ikectl(8)</a> reload command.
                    940:     <li>Corrected <a href="https://man.openbsd.org/iked">iked(8)</a>
                    941:        calculation of IPv6 address leases from small address pools.
                    942:     <li>Fixed several bugs that could lead to <a
                    943:        href="https://man.openbsd.org/iked">iked(8)</a> selecting a false policy
                    944:        for incoming requests, resulting in a failed handshake.
                    945:     <li>Fixed a bug that broke PSK authentication against Strongswan.
                    946:     <li>Enabled UDP-encapsulation in Child SAs if <a
                    947:        href="https://man.openbsd.org/iked">iked(8)</a> was started with -t.
                    948:     <li>Fixed <a href="https://man.openbsd.org/isakmpd">isakmpd(8)</a>
                    949:        IKE pcap file creation.
1.1       benno     950:   </ul>
                    951:
1.35      nicm      952: <li><a href="https://man.openbsd.org/tmux">tmux(1)</a> improvements and bug fixes:
1.1       benno     953:   <ul>
                    954:     <li>Indicated the marked pane in <a
                    955:        href="https://man.openbsd.org/tmux">tmux(1)</a> choose mode in
                    956:        reverse, and added keys to set (m) and clear it (M), and to jump to
                    957:        the starting pane (H).
                    958:     <li>Allowed <a href="https://man.openbsd.org/tmux">tmux(1)</a>
                    959:        main-pane-width and height to be specified as percentages.
                    960:     <li>Added a -f filter argument to the <a
                    961:        href="https://man.openbsd.org/tmux">tmux(1)</a> list commands like
                    962:        choose-tree.
                    963:     <li>Added an -s flag to <a
                    964:        href="https://man.openbsd.org/tmux">tmux(1)</a> copy-mode to specify a
                    965:        different pane for the source content.
                    966:     <li>Added a -T flag to <a
                    967:        href="https://man.openbsd.org/tmux">tmux(1)</a> resize-pane to trim
                    968:        lines below the cursor.
                    969:     <li>Added support for <a
                    970:        href="https://man.openbsd.org/tmux">tmux(1)</a> overlay popup boxes,
                    971:        created with the display-popup command.
                    972:     <li>Added a <a href="https://man.openbsd.org/tmux">tmux(1)</a> -d
                    973:        flag to run-shell to wait for delay before running the command (or
                    974:        delay with no command).
                    975:     <li>Added a <a href="https://man.openbsd.org/tmux">tmux(1)</a>
                    976:        copy-mode -H flag to hide the position marker in the top right.
                    977:     <li>Added <a href="https://man.openbsd.org/tmux">tmux(1)</a> C-g
                    978:        to cancel command prompt with <a
                    979:        href="https://man.openbsd.org/vi">vi(1)</a> keys as well as emacs, and
                    980:        q in command mode.
                    981:     <li>Modified <a href="https://man.openbsd.org/tmux">tmux(1)</a> -S
                    982:        server socket to be created with umask 177 rather than 117.
                    983:     <li>Introduced a <a
                    984:        href="https://man.openbsd.org/tmux">tmux(1)</a> selection_active
                    985:        format for when the selection is present but not moving with the
                    986:        cursor.
                    987:     <li>Added -a to the list-keys command in <a
                    988:        href="https://man.openbsd.org/tmux">tmux(1)</a> to also list keys
                    989:        without notes with -N.
                    990:     <li>Added <a href="https://man.openbsd.org/tmux">tmux(1)</a> support
                    991:        for adding a note to a key binding with bind-key -N and using this to
                    992:        add descriptions to the default key binding. Using list-keys -N shows
                    993:        key bindings with notes. Changed the default ? binding to show a
                    994:        readable summary of keys.
                    995:     <li>Added -Z to the default <a
                    996:        href="https://man.openbsd.org/tmux">tmux(1)</a> switch-client command
                    997:        in tree mode.
                    998:     <li>Prevented read-only <a
                    999:        href="https://man.openbsd.org/tmux">tmux(1)</a> clients from limiting
1.35      nicm     1000:        the size of other clients.
1.1       benno    1001:     <li>Added support for regex searches in <a
                   1002:        href="https://man.openbsd.org/tmux">tmux(1)</a> copy mode.
                   1003:     <li>Modified <a href="https://man.openbsd.org/tmux">tmux(1)</a>
                   1004:        source-file to allow reading from stdin.
                   1005:     <li>Added a <a href="https://man.openbsd.org/tmux">tmux(1)</a> p
                   1006:        format modifier for padding to width.
                   1007:     <li>Added -f for full size to join-pane in <a
                   1008:        href="https://man.openbsd.org/tmux">tmux(1)</a>.
                   1009:     <li>Changed <a href="https://man.openbsd.org/tmux">tmux(1)</a>
                   1010:        new-session -A to attach to the best existing session when a session
                   1011:        name is not specified, rather than creating a new session.
                   1012:     <li>Added an option to <a
                   1013:        href="https://man.openbsd.org/tmux">tmux(1)</a> to set the key sent by
                   1014:        backspace for systems using ^H.
                   1015:     <li>Added -F flag to <a
                   1016:        href="https://man.openbsd.org/tmux">tmux(1)</a> send-keys to expand
                   1017:        formats in search-backward and forward copy mode commands.
                   1018:     <li>Added support for percentage sizes to <a
                   1019:        href="https://man.openbsd.org/tmux">tmux(1)</a> resize-pane ("-x 10%")
                   1020:        and changed split-window and join-pane -l to accept similar
                   1021:        percentages, deprecating the -p option.
                   1022:   </ul>
                   1023:
                   1024: <li>VMM/VMD improvements
                   1025:   <ul>
                   1026:     <li>Added <a href="https://man.openbsd.org/vmm">vmm(4)</a> IOCTL
                   1027:        handler to set the access protections of the ept.
                   1028:     <li>Added a check in <a
                   1029:        href="https://man.openbsd.org/vmm">vmm(4)</a> for <a
                   1030:        href="https://man.openbsd.org/pvclock">pvclock(4)</a> struct crossing
                   1031:        of page boundaries, which could potentially corrupt host memory.
                   1032:     <li>Tightened rdmsr on svm in <a href="https://man.openbsd.org/vmm">vmm(4)</a>.
                   1033:     <li>Fixed an issue where a <a
                   1034:        href="https://man.openbsd.org/vmm">vmm(4)</a> guest could write to
                   1035:        host memory by passing bogus addresses in <a
                   1036:        href="https://man.openbsd.org/pvclock">pvclock(4)</a>.
                   1037:     <li>Run <a href="https://man.openbsd.org/cu">cu(1)</a> in
                   1038:        restricted mode using -r in <a
                   1039:        href="https://man.openbsd.org/vmctl">vmctl(8)</a> and <a
                   1040:        href="https://man.openbsd.org/ldomctl">ldomctl(8)</a>.
                   1041:     <li>Started virtual machines defined in <a
                   1042:        href="https://man.openbsd.org/vm.conf">vm.conf(5)</a> in a staggered
                   1043:        fashion, helping prevent overload of the host and improper tsc
                   1044:        calibration in guests.
                   1045:     <li>Provided proper concurrency control when pausing a vm in <a
                   1046:        href="https://man.openbsd.org/vmd">vmd(8)</a>.
                   1047:     <li>Fixed a panic when tearing down vms with <a
                   1048:        href="https://man.openbsd.org/vmm">vmm(4)</a>.
                   1049:   </ul>
                   1050:
                   1051:
                   1052: <li>ldom/sparc64 virtualization improvements
                   1053:   <ul>
                   1054:     <li>Added support for devaliases for vnet in <a
                   1055:        href="https://man.openbsd.org/ldom.conf">ldom.conf(5)</a>.
                   1056:     <li>Implemented <a
                   1057:        href="https://man.openbsd.org/ldomctl">ldomctl(8)</a> "panic -c" to
                   1058:        panic a guest domain (and enter <a
                   1059:        href="https://man.openbsd.org/ddb">ddb(4)</a>).
                   1060:     <li>Implemented "start -c" in <a
                   1061:        href="https://man.openbsd.org/ldomctl">ldomctl(8)</a> to automatically
                   1062:        connect to the console.
                   1063:     <li>Introduced a -n option to <a
                   1064:        href="https://man.openbsd.org/ldomctl">ldomctl(8)</a> to validate the
                   1065:        configuration file and exit.
                   1066:     <li>Added a create-vdisk command to <a
                   1067:        href="https://man.openbsd.org/ldomctl">ldomctl(8)</a> analogous to
                   1068:        amd64's <a href="https://man.openbsd.org/vmctl">vmctl(8)</a> create.
                   1069:     <li>Added the "console" command to <a
                   1070:        href="https://man.openbsd.org/ldomctl">ldomctl(8)</a> which executes
                   1071:        <a href="https://man.openbsd.org/cu">cu(1)</a> on the domain's
                   1072:        console.
                   1073:     <li>Printed guest domain <a
                   1074:        href="https://man.openbsd.org/vcctty">vcctty(4)</a> devices in status
                   1075:        output in <a href="https://man.openbsd.org/ldomctl">ldomctl(8)</a>.
                   1076:     <li>Added list-io command to <a
                   1077:        href="https://man.openbsd.org/ldomctl">ldomctl(8)</a>, listing the
                   1078:        available PCIe devices to be used with the iodevice parameter in <a
                   1079:        href="https://man.openbsd.org/ldom.conf">ldom.conf(5)</a>.
                   1080:   </ul>
                   1081:
                   1082: <li>OpenSMTPD 6.7.0
                   1083:   <ul>
                   1084:     <li>New Features
                   1085:       <ul>
                   1086:
                   1087:        <li>Allowed use of the <a
                   1088:            href="https://man.openbsd.org/smtpd">smtpd(8)</a> session username in
                   1089:            built-in filters when available.
                   1090:        <li>Introduced a bypass keyword to <a
                   1091:            href="https://man.openbsd.org/smtpd">smtpd(8)</a> so that built-in
                   1092:            filters can bypass processing when a condition is met.
                   1093:        <li>Allowed use of 'auth' as an origin in <a
                   1094:            href="https://man.openbsd.org/smtpd.conf">smtpd.conf(5)</a>.
                   1095:        <li>Allowed use of mail-from and rctp-to as for and from parameters
                   1096:            in <a href="https://man.openbsd.org/smtpd.conf">smtpd.conf(5)</a>.
                   1097:        <li>Stored <a href="https://man.openbsd.org/smtp">smtp(1)</a> session
                   1098:            usernames in an envelope, allowing the ruleset to match specific users
                   1099:            or mailing addresses.
                   1100:
                   1101:
                   1102:       </ul>
                   1103:     <li>Bug fixes
                   1104:       <ul>
                   1105:        <li>Ensured legacy <a href="https://man.openbsd.org/ssl">ssl(8)</a>
                   1106:            session ID is persistent during a client TLS session, fixing an issue
                   1107:            using TLSv1.3 with smtp.mail.yahoo.com.
                   1108:        <li>Fixed security vulnerabilities in <a
                   1109:            href="https://man.openbsd.org/smtpd">smtpd(8)</a>. Corrected an
                   1110:            out-of-bounds read in smtpd allowing an attacker to inject arbitrary
                   1111:            commands into the envelope file to be executed as root, and ensured
                   1112:            privilege revocation in <a
                   1113:            href="https://man.openbsd.org/smtpctl">smtpctl(8)</a> to prevent
                   1114:            arbitrary commands from being run with the _smtpq group.
                   1115:        <li>Allowed <a
                   1116:            href="https://man.openbsd.org/mail.local">mail.local(8)</a> to be run
                   1117:            as non-root, opening a pipe to <a
                   1118:            href="https://man.openbsd.org/lockspool">lockspool(1)</a> for file
                   1119:            locking.
                   1120:        <li>Fixed a security vulnerability in <a
                   1121:            href="https://man.openbsd.org/smtpd">smtpd(8)</a> which could lead to
                   1122:            a privilege escalation on mbox deliveries and unprivileged code
                   1123:            execution on lmtp deliveries.
                   1124:        <li>Added support for CIDR in a: spf atoms in <a
                   1125:            href="https://man.openbsd.org/smtpd">smtpd(8)</a>.
                   1126:        <li>Fixed a possible crash in <a
                   1127:            href="https://man.openbsd.org/smtpd">smtpd(8)</a> when combining "from
                   1128:            rdns" with nested virtual aliases under a particular configuration.
                   1129:
                   1130:       </ul>
                   1131:     <li>Experimental Features
                   1132:       <ul>
                   1133:        <li>...
                   1134:       </ul>
                   1135:   </ul>
                   1136:
1.28      beck     1137: <li>LibreSSL 3.1.1
1.34      inoguchi 1138:   <ul>
1.43      jsing    1139:     <li>New Features
1.29      beck     1140:     <ul>
1.34      inoguchi 1141:        <li>Completed initial TLS 1.3 implementation with a completely new state
1.29      beck     1142:            machine and record layer. TLS 1.3 is now enabled by default for the
                   1143:            client side, with the server side to be enabled in a future release.
                   1144:            Note that the OpenSSL TLS 1.3 API is not yet visible/available.
1.43      jsing    1145:        <li>Improved cipher suite handling to automatically include TLSv1.3
                   1146:             cipher suites when they are not explicitly referred to in the
                   1147:             cipher string.
1.34      inoguchi 1148:        <li>Provided TLSv1.3 cipher suite aliases to match the names used
                   1149:            in RFC 8446.
1.43      jsing    1150:        <li>Added cms subcommand to openssl(1).
                   1151:        <li>Added -addext option to openssl(1) req subcommand.
                   1152:        <li>Added -groups option to openssl(1) s_server subcommand.
                   1153:        <li>Added TLSv1.3 extension types to openssl(1) -tlsextdebug.
                   1154:     </ul>
                   1155:
                   1156:     <li>API and Documentation Enhancements
                   1157:     <ul>
1.34      inoguchi 1158:        <li>Added RSA-PSS and RSA-OAEP methods from OpenSSL 1.1.1.
                   1159:        <li>Ported Cryptographic Message Syntax (CMS) implementation from OpenSSL
1.29      beck     1160:            1.1.1 and enabled by default.
1.1       benno    1161:     </ul>
                   1162:
                   1163:     <li>Compatibility Changes
                   1164:     <ul>
1.34      inoguchi 1165:        <li>Improved compatibility by backporting functionality and documentation
                   1166:            from OpenSSL 1.1.1.
                   1167:        <li>Adjusted EVP_chacha20()'s behavior to match OpenSSL's semantics.
1.1       benno    1168:     </ul>
                   1169:
                   1170:     <li>Testing and Proactive Security
                   1171:     <ul>
1.34      inoguchi 1172:        <li>Added many new additional crypto test vectors.
1.43      jsing    1173:        <li>Fix to disallow setting the AES-GCM IV length to zero.
1.1       benno    1174:     </ul>
                   1175:
                   1176:     <li>Internal Improvements
                   1177:       <ul>
1.34      inoguchi 1178:        <li>Many more code cleanups, fixes, and improvements to memory handling
                   1179:            and protocol parsing.
1.1       benno    1180:       </ul>
                   1181:
                   1182:     <li>Portable Improvements
                   1183:     <ul>
1.34      inoguchi 1184:        <li>Default CA bundle location is now configurable in portable builds.
                   1185:        <li>Improved portable builds to support for use of static MSVC runtimes.
                   1186:        <li>Fixed portable builds to avoid exporting a sleep() symbol.
1.1       benno    1187:     </ul>
                   1188:
                   1189:     <li>Bug Fixes
                   1190:     <ul>
1.34      inoguchi 1191:        <li>Fixed printing the serialNumber with X509_print_ex() fall back to
                   1192:            the colon separated hex bytes in case greater than int value.
1.1       benno    1193:     </ul>
                   1194:   </ul>
                   1195:
                   1196: <li>OpenSSH 8.1
                   1197:   <ul>
                   1198:     <li>New Features
                   1199:       <ul>
                   1200:        <li>Allowed use of the IgnoreRhosts directive anywhere in an <a
                   1201:            href="https://man.openbsd.org/sshd_config">sshd_config(5)</a> file,
                   1202:            not just before Match blocks, and made it a tri-state option.
                   1203:        <li>Added TOKEN percent expansion (i.e. userid, hostnames etc.) to <a
                   1204:            href="https://man.openbsd.org/ssh">ssh(1)</a> LocalForward and
                   1205:            RemoteForward when used for Unix domain socket forwarding.
                   1206:        <li>Gave <a
                   1207:            href="https://man.openbsd.org/ssh-keygen">ssh-keygen(1)</a> the
                   1208:            ability to dump the contents of a binary key revocation list with
                   1209:            <code>ssh-keygen -lQf /path</code>.
                   1210:        <li>Added <a href="https://man.openbsd.org/ssh">ssh(1)</a> -Q key-sig
                   1211:            option for all key and signature types, teaching ssh -Q to accept <a
                   1212:            href="https://man.openbsd.org/ssh_config">ssh_config(5)</a> and <a
                   1213:            href="https://man.openbsd.org/sshd_config">sshd_config(5)</a>
                   1214:            algorithm keywords as an alias for the corresponding query.
                   1215:        <li>Updated to libfido2 780ad3c25.
                   1216:        <li>Added an <a
                   1217:            href="https://man.openbsd.org/sshd_config">sshd_config(5)</a>
                   1218:            "Include" directive to allow inclusion of files.
                   1219:        <li>Removed ssh-rsa (SHA1) from the list of allowed CA signature algorithms.
                   1220:        <li>Removed diffie-hellman-group14-sha1 from the default <a
                   1221:            href="https://man.openbsd.org/ssh">ssh(1)</a> key exchange.
                   1222:        <li>Renamed <a href="https://man.openbsd.org/ssh-add">ssh-add(1)</a>
                   1223:            -O to -K to load resident keys from a FIDO authenticator.
                   1224:        <li>Added the ability to download FIDO2 resident keys from a token
                   1225:            via the <a href="https://man.openbsd.org/ssh-keygen">ssh-keygen(1)</a>
                   1226:            -K option and save public/private keys into the current directory.
                   1227:        <li>Implemented support for generating FIDO2 resident keys. "ssh-add
                   1228:            -O" will load resident keys from a FIDO2 token and add them to an
                   1229:            ssh-agent. Removed the -x option currently used for the
                   1230:            FIDO/U2F-specific key flags, now under -O.
                   1231:        <li>Removed single letter flags for moduli generation in <a
                   1232:            href="https://man.openbsd.org/ssh-keygen">ssh-keygen(1)</a> and moved
                   1233:            all moduli generation options to under the -O flag. Breaks existing
                   1234:            ssh-keygen commandline syntax for moduli-related operations.
                   1235:        <li>Allowed forwarding of a different agent socket to a specified
                   1236:            path in <a href="https://man.openbsd.org/ssh">ssh(1)</a>.
                   1237:        <li>Allowed <a href="https://man.openbsd.org/ssh">ssh(1)</a> security
                   1238:            keys to act as host keys as well as user keys.
                   1239:        <li>Used ssh-sk-helper for all security key signing operations and
                   1240:            security key enrollment. Most <a
                   1241:            href="https://man.openbsd.org/ssh">ssh(1)</a> tools no longer need to
                   1242:            link against libfido2 or interact with /dev/uhid* directly.
                   1243:        <li>Added "no-touch-required" options to <a
                   1244:            href="https://man.openbsd.org/ssh-keygen">ssh-keygen(1)</a> and <a
                   1245:            href="https://man.openbsd.org/sshd">sshd(8)</a> to disable touch
                   1246:            requirement for authorized_keys and certificates.
                   1247:        <li>Added an <a
                   1248:            href="https://man.openbsd.org/sshd_config">sshd_config(5)</a>
                   1249:            PubkeyAuthOptions directive allowing specification of whether <a
                   1250:            href="https://man.openbsd.org/sshd">sshd(8)</a> should check whether
                   1251:            user presence was tested before a security key was made.
                   1252:         <li>Added direct support for U2F/FIDO2 security keys in <a
                   1253:            href="https://man.openbsd.org/ssh">ssh(1)</a>.
                   1254:
                   1255:         <li>Added initial infrastructure for U2F/FIDO support in <a
                   1256:            href="https://man.openbsd.org/ssh">ssh(1)</a>.
                   1257:
                   1258:        <li>Notified the user via TTY or $SSH_ASKPASS when <a
                   1259:            href="https://man.openbsd.org/ssh">ssh(1)</a> security keys must be
                   1260:            tapped/touched in order to perform a signature operation.
                   1261:        <li>Enabled ed25519 support in <a
                   1262:            href="https://man.openbsd.org/ssh">ssh(1)</a>.
                   1263:
                   1264:
                   1265:       </ul>
                   1266:     <li>Bugfixes
                   1267:       <ul>
                   1268:        <li>Detected and prevented simple <a
                   1269:                href="https://man.openbsd.org/ssh">ssh(1)</a> configuration loops when
                   1270:                using ProxyJump.
                   1271:        <li>Fixed PIN entry bugs on FIDO <a
                   1272:                href="https://man.openbsd.org/ssh-keygen">ssh-keygen(1)</a>.
                   1273:        <li>Fixed <a
                   1274:                href="https://man.openbsd.org/ssh-keygen">ssh-keygen(1)</a> not
                   1275:                displaying the authenticator touch prompt.
                   1276:        <li>Prevented a timeout in <a
                   1277:                href="https://man.openbsd.org/ssh">ssh(1)</a> when the server doesn't
                   1278:                immediately send a banner, such as with multiplexers like sslh.
                   1279:        <li>Adjusted on-wire signature encoding for ecdsh-sk <a
                   1280:                href="https://man.openbsd.org/ssh">ssh(1)</a> keys to better match
                   1281:                ec25519-sk keys.
                   1282:        <li>Fixed a potential NULL dereference for revoked hostkeys in <a
                   1283:                href="https://man.openbsd.org/ssh">ssh(1)</a>.
                   1284:        </ul>
                   1285:   </ul>
                   1286:
1.38      schwarze 1287: <li>Mandoc 1.14.6
1.1       benno    1288:   <ul>
                   1289:     <li>Introduced a new <a
                   1290:        href="https://man.openbsd.org/mdoc">mdoc(7)</a> macro .Tg ("tag") to
1.38      schwarze 1291:        explicitly mark a place as defining a term, and improved automatic
                   1292:        tagging in various ways.
                   1293:     <li>Print the manpath when the <a
                   1294:        href="https://man.openbsd.org/man.1#w">man(1) -w</a> option
                   1295:        is given without an argument, for compatibility with the man-1.6
                   1296:        and man-db implementations.
                   1297:     <li>Deleted support for the <a
                   1298:        href="https://man.openbsd.org/OpenBSD-6.6/man.conf.5#_whatdb"
                   1299:        >_whatdb</a> configuration directive from
                   1300:        <a href="https://man.openbsd.org/man.conf.5">man.conf(5)</a>
                   1301:        five years after it was declared obsolete; use <a
                   1302:        href="https://man.openbsd.org/man.conf.5#manpath">manpath</a> instead.
1.1       benno    1303:     <li>Added a Content-Security-Policy HTTP header to <a
1.38      schwarze 1304:        href="https://man.openbsd.org/man.cgi.8">man.cgi(8)</a>
                   1305:        that allows only CSS.
                   1306:     <li>Provide a STYLE message when <a
                   1307:        href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> knows the
                   1308:        filename and the extension disagrees with the section number
                   1309:        given in the .Dt or .TH macro.
                   1310:     <li>When the <a href="https://man.openbsd.org/mdoc.7">mdoc(7)</a> .Dd
                   1311:        macro lacks an argument, use the empty string, and always
                   1312:        concatenate all arguments, no matter their number.
                   1313:        The same change was applied to groff.
1.1       benno    1314:   </ul>
                   1315:
1.31      benno    1316: <li>Ports and packages:
                   1317: <p>The package system provides an easy way to install 3rd party software. New features include:
1.1       benno    1318:   <ul>
1.18      benno    1319:     <li>Provide debug package information that can be installed
                   1320:        alongside packages and used to provide better bug reports.
                   1321:     <li>Added DEBUG_PKG_CACHE functionality to <a
                   1322:        href="https://man.openbsd.org/pkg_add">pkg_add(1)</a>, fetching debug
                   1323:        patches when packages are installed.
                   1324:     <li>Added a -d option to <a
                   1325:        href="https://man.openbsd.org/pkg_add">pkg_add(1)</a> to add debug
                   1326:        packages if present alongside intended updates or additions.
1.1       benno    1327:     <li>Added support for "alpha" suffixes in <a
                   1328:        href="https://man.openbsd.org/packages-specs">packages-specs(7)</a>,
                   1329:        removing the need for workarounds in certain ports distfiles.
1.31      benno    1330:   </ul>
1.1       benno    1331:
                   1332:   <p>Many pre-built packages for each architecture:
                   1333:   <!-- number of FTP packages minus SHA256, SHA256.sig, index.txt -->
                   1334:   <ul style="column-count: 3">
                   1335:     <li>aarch64:      XXXX
                   1336:     <li>amd64:        XXXX
                   1337:     <li>arm:          XXXX
                   1338:     <li>i386:         XXXX
                   1339:     <li>mips64:       XXXX
                   1340:     <li>mips64el:     XXXX
                   1341:     <li>powerpc:      XXXX
                   1342:     <li>sparc64:      XXXX
                   1343:   </ul>
                   1344:
                   1345: <li>As usual, steady improvements in manual pages and other documentation.
                   1346:
                   1347: <li>The system includes the following major components from outside suppliers:
                   1348:   <ul>
                   1349:     <li>Xenocara (based on X.Org 7.7 with xserver 1.20.8 + patches,
1.30      matthieu 1350:         freetype 2.10.1, fontconfig 2.12.4, Mesa 19.2.8, xterm 351,
                   1351:         xkeyboard-config 2.20 and more)
1.1       benno    1352:     <li>LLVM/Clang 8.0.1 (+ patches)
                   1353:     <li>GCC 4.2.1 (+ patches) and 3.3.6 (+ patches)
                   1354:     <li>Perl 5.30.2 (+ patches)
                   1355:     <li>NSD 4.2.4
                   1356:     <li>Unbound 1.10.0
                   1357:     <li>Ncurses 5.7
                   1358:     <li>Binutils 2.17 (+ patches)
                   1359:     <li>Gdb 6.3 (+ patches)
                   1360:     <li>Awk Dec 20, 2012 version
                   1361:     <li>Expat 2.2.8
                   1362:   </ul>
                   1363: </ul>
                   1364: </section>
                   1365:
                   1366: <hr>
                   1367:
                   1368: <section id=install>
                   1369: <h3>How to install</h3>
                   1370: <p>
                   1371: Please refer to the following files on the mirror site for
                   1372: extensive details on how to install OpenBSD 6.7 on your machine:
                   1373:
                   1374: <ul>
                   1375: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.7/alpha/INSTALL.alpha">
                   1376:        .../OpenBSD/6.7/alpha/INSTALL.alpha</a>
                   1377: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.7/amd64/INSTALL.amd64">
                   1378:        .../OpenBSD/6.7/amd64/INSTALL.amd64</a>
                   1379: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.7/arm64/INSTALL.arm64">
                   1380:        .../OpenBSD/6.7/arm64/INSTALL.arm64</a>
                   1381: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.7/armv7/INSTALL.armv7">
                   1382:        .../OpenBSD/6.7/armv7/INSTALL.armv7</a>
                   1383: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.7/hppa/INSTALL.hppa">
                   1384:        .../OpenBSD/6.7/hppa/INSTALL.hppa</a>
                   1385: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.7/i386/INSTALL.i386">
                   1386:        .../OpenBSD/6.7/i386/INSTALL.i386</a>
                   1387: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.7/landisk/INSTALL.landisk">
                   1388:        .../OpenBSD/6.7/landisk/INSTALL.landisk</a>
                   1389: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.7/loongson/INSTALL.loongson">
                   1390:        .../OpenBSD/6.7/loongson/INSTALL.loongson</a>
                   1391: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.7/luna88k/INSTALL.luna88k">
                   1392:        .../OpenBSD/6.7/luna88k/INSTALL.luna88k</a>
                   1393: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.7/macppc/INSTALL.macppc">
                   1394:        .../OpenBSD/6.7/macppc/INSTALL.macppc</a>
                   1395: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.7/octeon/INSTALL.octeon">
                   1396:        .../OpenBSD/6.7/octeon/INSTALL.octeon</a>
                   1397: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.7/sparc64/INSTALL.sparc64">
                   1398:        .../OpenBSD/6.7/sparc64/INSTALL.sparc64</a>
                   1399: </ul>
                   1400: </section>
                   1401:
                   1402: <hr>
                   1403:
                   1404: <section id=quickinstall>
                   1405: <p>
                   1406: Quick installer information for people familiar with OpenBSD, and the use of
                   1407: the "<a href="https://man.openbsd.org/disklabel.8">disklabel</a> -E" command.
                   1408: If you are at all confused when installing OpenBSD, read the relevant
                   1409: INSTALL.* file as listed above!
                   1410:
                   1411: <h3>OpenBSD/alpha:</h3>
                   1412:
                   1413: <p>
                   1414: If your machine can boot from CD, you can write <i>install67.iso</i> or
                   1415: <i>cd67.iso</i> to a CD and boot from it.
                   1416: Refer to INSTALL.alpha for more details.
                   1417:
                   1418: <h3>OpenBSD/amd64:</h3>
                   1419:
                   1420: <p>
                   1421: If your machine can boot from CD, you can write <i>install67.iso</i> or
                   1422: <i>cd67.iso</i> to a CD and boot from it.
                   1423: You may need to adjust your BIOS options first.
                   1424:
                   1425: <p>
                   1426: If your machine can boot from USB, you can write <i>install67.fs</i> or
                   1427: <i>miniroot67.fs</i> to a USB stick and boot from it.
                   1428:
                   1429: <p>
                   1430: If you can't boot from a CD, floppy disk, or USB,
                   1431: you can install across the network using PXE as described in the included
                   1432: INSTALL.amd64 document.
                   1433:
                   1434: <p>
                   1435: If you are planning to dual boot OpenBSD with another OS, you will need to
                   1436: read INSTALL.amd64.
                   1437:
                   1438: <h3>OpenBSD/arm64:</h3>
                   1439:
                   1440: <p>
                   1441: Write <i>miniroot67.fs</i> to a disk and boot from it after connecting
                   1442: to the serial console.  Refer to INSTALL.arm64 for more details.
                   1443:
                   1444: <h3>OpenBSD/armv7:</h3>
                   1445:
                   1446: <p>
                   1447: Write a system specific miniroot to an SD card and boot from it after connecting
                   1448: to the serial console.  Refer to INSTALL.armv7 for more details.
                   1449:
                   1450: <h3>OpenBSD/hppa:</h3>
                   1451:
                   1452: <p>
                   1453: Boot over the network by following the instructions in INSTALL.hppa or the
                   1454: <a href="hppa.html#install">hppa platform page</a>.
                   1455:
                   1456: <h3>OpenBSD/i386:</h3>
                   1457:
                   1458: <p>
                   1459: If your machine can boot from CD, you can write <i>install67.iso</i> or
                   1460: <i>cd67.iso</i> to a CD and boot from it.
                   1461: You may need to adjust your BIOS options first.
                   1462:
                   1463: <p>
                   1464: If your machine can boot from USB, you can write <i>install67.fs</i> or
                   1465: <i>miniroot67.fs</i> to a USB stick and boot from it.
                   1466:
                   1467: <p>
                   1468: If you can't boot from a CD, floppy disk, or USB,
                   1469: you can install across the network using PXE as described in
                   1470: the included INSTALL.i386 document.
                   1471:
                   1472: <p>
                   1473: If you are planning on dual booting OpenBSD with another OS, you will need to
                   1474: read INSTALL.i386.
                   1475:
                   1476: <h3>OpenBSD/landisk:</h3>
                   1477:
                   1478: <p>
                   1479: Write <i>miniroot67.fs</i> to the start of the CF
                   1480: or disk, and boot normally.
                   1481:
                   1482: <h3>OpenBSD/loongson:</h3>
                   1483:
                   1484: <p>
                   1485: Write <i>miniroot67.fs</i> to a USB stick and boot bsd.rd from it
                   1486: or boot bsd.rd via tftp.
                   1487: Refer to the instructions in INSTALL.loongson for more details.
                   1488:
                   1489: <h3>OpenBSD/luna88k:</h3>
                   1490:
                   1491: <p>
                   1492: Copy 'boot' and 'bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                   1493: from the PROM, and then bsd.rd from the bootloader.
                   1494: Refer to the instructions in INSTALL.luna88k for more details.
                   1495:
                   1496: <h3>OpenBSD/macppc:</h3>
                   1497:
                   1498: <p>
                   1499: Burn the image from a mirror site to a CDROM, and power on your machine
                   1500: while holding down the <i>C</i> key until the display turns on and
                   1501: shows <i>OpenBSD/macppc boot</i>.
                   1502:
                   1503: <p>
                   1504: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                   1505: /6.7/macppc/bsd.rd</i>
                   1506:
                   1507: <h3>OpenBSD/octeon:</h3>
                   1508:
                   1509: <p>
                   1510: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                   1511: Refer to the instructions in INSTALL.octeon for more details.
                   1512:
                   1513: <h3>OpenBSD/sparc64:</h3>
                   1514:
                   1515: <p>
                   1516: Burn the image from a mirror site to a CDROM, boot from it, and type
                   1517: <i>boot cdrom</i>.
                   1518:
                   1519: <p>
                   1520: If this doesn't work, or if you don't have a CDROM drive, you can write
                   1521: <i>floppy67.fs</i> or <i>floppyB67.fs</i>
                   1522: (depending on your machine) to a floppy and boot it with <i>boot
                   1523: floppy</i>. Refer to INSTALL.sparc64 for details.
                   1524:
                   1525: <p>
                   1526: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                   1527: will most likely fail.
                   1528:
                   1529: <p>
                   1530: You can also write <i>miniroot67.fs</i> to the swap partition on
                   1531: the disk and boot with <i>boot disk:b</i>.
                   1532:
                   1533: <p>
                   1534: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                   1535: </section>
                   1536:
                   1537: <hr>
                   1538:
                   1539: <section id=upgrade>
                   1540: <h3>How to upgrade</h3>
                   1541: <p>
1.42      deraadt  1542: If you already have an OpenBSD 6.6 system, and do not want to reinstall,
1.1       benno    1543: upgrade instructions and advice can be found in the
                   1544: <a href="faq/upgrade67.html">Upgrade Guide</a>.
                   1545: </section>
                   1546:
                   1547: <hr>
                   1548:
                   1549: <section id=sourcecode>
                   1550: <h3>Notes about the source code</h3>
                   1551: <p>
                   1552: <code>src.tar.gz</code> contains a source archive starting at <code>/usr/src</code>.
                   1553: This file contains everything you need except for the kernel sources,
                   1554: which are in a separate archive.
                   1555: To extract:
                   1556: <blockquote><pre>
                   1557: # <kbd>mkdir -p /usr/src</kbd>
                   1558: # <kbd>cd /usr/src</kbd>
                   1559: # <kbd>tar xvfz /tmp/src.tar.gz</kbd>
                   1560: </pre></blockquote>
                   1561: <p>
                   1562: <code>sys.tar.gz</code> contains a source archive starting at <code>/usr/src/sys</code>.
                   1563: This file contains all the kernel sources you need to rebuild kernels.
                   1564: To extract:
                   1565: <blockquote><pre>
                   1566: # <kbd>mkdir -p /usr/src/sys</kbd>
                   1567: # <kbd>cd /usr/src</kbd>
                   1568: # <kbd>tar xvfz /tmp/sys.tar.gz</kbd>
                   1569: </pre></blockquote>
                   1570: <p>
                   1571: Both of these trees are a regular CVS checkout.  Using these trees it
                   1572: is possible to get a head-start on using the anoncvs servers as
                   1573: described <a href="anoncvs.html">here</a>.
                   1574: Using these files
                   1575: results in a much faster initial CVS update than you could expect from
                   1576: a fresh checkout of the full OpenBSD source tree.
                   1577: </section>
                   1578:
                   1579: <hr>
                   1580:
                   1581: <section id=ports>
                   1582: <h3>Ports Tree</h3>
                   1583: <p>
                   1584: A ports tree archive is also provided.  To extract:
                   1585: <blockquote><pre>
                   1586: # <kbd>cd /usr</kbd>
                   1587: # <kbd>tar xvfz /tmp/ports.tar.gz</kbd>
                   1588: </pre></blockquote>
                   1589: <p>
                   1590: Go read the <a href="faq/ports/index.html">ports</a> page
                   1591: if you know nothing about ports
                   1592: at this point.  This text is not a manual of how to use ports.
                   1593: Rather, it is a set of notes meant to kickstart the user on the
                   1594: OpenBSD ports system.
                   1595: <p>
                   1596: The <i>ports/</i> directory represents a CVS checkout of our ports.
                   1597: As with our complete source tree, our ports tree is available via
                   1598: <a href="anoncvs.html">AnonCVS</a>.
                   1599: So, in order to keep up to date with the -stable branch, you must make
                   1600: the <i>ports/</i> tree available on a read-write medium and update the tree
                   1601: with a command like:
                   1602: <blockquote><pre>
                   1603: # <kbd>cd /usr/ports</kbd>
                   1604: # <kbd>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_6_7</kbd>
                   1605: </pre></blockquote>
                   1606: <p>
                   1607: [Of course, you must replace the server name here with a nearby anoncvs
                   1608: server.]
                   1609: <p>
                   1610: Note that most ports are available as packages on our mirrors. Updated
                   1611: ports for the 6.7 release will be made available if problems arise.
                   1612: <p>
                   1613: If you're interested in seeing a port added, would like to help out, or just
                   1614: would like to know more, the mailing list
                   1615: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                   1616: </section>