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

Annotation of www/69.html, Revision 1.41

1.1       deraadt     1: <!doctype html>
                      2: <html lang=en id=release>
                      3: <meta charset=utf-8>
                      4:
                      5: <title>OpenBSD 6.9</title>
                      6: <meta name="description" content="OpenBSD 6.9">
                      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/69.html">
                     10:
                     11: <h2 id=OpenBSD>
                     12: <a href="index.html">
                     13: <i>Open</i><b>BSD</b></a>
                     14: 6.9
                     15: </h2>
                     16:
                     17: <table>
                     18: <tr>
                     19: <td>
                     20: <a href="images/XXX.png">
                     21: <img width="227" height="303" src="images/XXX-s.gif" alt="XXX"></a>
                     22: <td>
1.2       kn         23: Released May 1, 2021.<br>
                     24: Copyright 1997-2021, Theo de Raadt.<br>
1.1       deraadt    25: <br>
1.26      benno      26: This is the 50th OpenBSD release.<br>
                     27: <br>
1.1       deraadt    28: 6.9 Song:
                     29: <a href="lyrics.html#69">"XXX"</a>.
                     30: <br>
1.7       job        31: Artwork by Joy San.
1.1       deraadt    32: <br>
                     33: <ul>
                     34: <li>See the information on <a href="ftp.html">the FTP page</a> for
                     35:     a list of mirror machines.
                     36: <li>Go to the <code class=reldir>pub/OpenBSD/6.9/</code> directory on
                     37:     one of the mirror sites.
                     38: <li>Have a look at <a href="errata69.html">the 6.9 errata page</a> for a list
                     39:     of bugs and workarounds.
                     40: <li>See a <a href="plus69.html">detailed log of changes</a> between the
                     41:     6.8 and 6.9 releases.
                     42: <p>
                     43: <li><a href="https://man.openbsd.org/signify.1">signify(1)</a>
                     44:     pubkeys for this release:<p>
                     45:
                     46: <table class=signify>
                     47: <tr><td>
                     48: openbsd-69-base.pub:
                     49: <td>
                     50: <a href="https://ftp.openbsd.org/pub/OpenBSD/6.9/openbsd-69-base.pub">
                     51: RWQZj25CSG5R2oLo5735Hh6C48kkjFsj5rJDjW+fGZwyY+BkD5/zps8f</a>
                     52: <tr><td>
                     53: openbsd-69-fw.pub:
                     54: <td>
                     55: RWSYx4htNi/zavF8ZToMBDFz2xymRfFnnR1MEKV9csYbvnrTBwdkXhdy
                     56: <tr><td>
                     57: openbsd-69-pkg.pub:
                     58: <td>
                     59: RWQlDXyHx5KlPoEiz4yWRK/Gt/rvPwI8KEAt3utge/dBS7R+EscdzA5K
                     60: <tr><td>
                     61: openbsd-69-syspatch.pub:
                     62: <td>
                     63: RWRWuHkSV0U8PUX24vGa3ywrvKNQY6llV3PLvKEzDTiTVPfIRaXPfvzR
                     64: </table>
                     65: </ul>
                     66: <p>
                     67: All applicable copyrights and credits are in the src.tar.gz,
                     68: sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the
                     69: files fetched via <code>ports.tar.gz</code>.
                     70: </table>
                     71:
                     72: <hr>
                     73:
                     74: <section id=new>
                     75: <h3>What's New</h3>
                     76: <p>
                     77: This is a partial list of new features and systems included in OpenBSD 6.9.
                     78: For a comprehensive list, see the <a href="plus69.html">changelog</a> leading
                     79: to 6.9.
                     80:
                     81: <ul>
                     82:
                     83: <li>New/extended platforms:
                     84:   <ul>
1.15      benno      85:     <li>Support for the <a href="powerpc64.html">powerpc64</a> platform was improved:
                     86:     <ul>
1.3       benno      87:        <li>Added <a href="https://man.openbsd.org/astfb.4">astfb(4)</a>, a
                     88:                driver for the framebuffer of the Aspeed BMC found on many POWER8 and
                     89:                POWER9 systems.
                     90:        <li>Added bsd.mp to powerpc64's installXX.{img,iso}.
                     91:        <li>Added RETGUARD implementation for powerpc and powerpc64.
                     92:        <li>Added a workaround for PCIO devices that cannot address the full
                     93:                64-bit PCI address space to powerpc64. Needed for <a
                     94:                href="https://man.openbsd.org/radeondrm.4">radeondrm(4)</a> and <a
                     95:                href="https://man.openbsd.org/amdgpu.4">amdgpu(4)</a> since Radeon
                     96:                GPUs only implement 36, 40, or 44 bits of address space.
                     97:        <li>Added limited emulation of unaligned access in the powerpc64 kernel.
1.41    ! kettenis   98:        <li>Added support for netbooting to the powerpc64 RAMDISK kernel.
1.5       benno      99:        <li>Fixed booting on powerpc64 machines with memory banks higher in
                    100:                physical address space, needing a larger TCE table.
1.41    ! kettenis  101:        <li>Introduced power-saving mode on POWER9 CPUs.
1.9       benno     102:        <li>Enabled floating-point exceptions on powerpc64.
1.10      benno     103:        <li>Added support for <a
                    104:                href="https://man.openbsd.org/ipmi.4">ipmi(4)</a> on PowerNV systems.
1.15      benno     105:     </ul>
1.41    ! kettenis  106:     <li>Preliminary support was added for devices using the Apple M1 SoC:
1.15      benno     107:     <ul>
1.41    ! kettenis  108:        <li>Recognized Apple Icestorm/Firestorm cores on arm64.
        !           109:        <li>Added support for BCM4378 chips, as found on the Apple M1 SoCs, to
1.10      benno     110:                <a href="https://man.openbsd.org/bwfm.4">bwfm(4)</a>.
                    111:        <li>Added <a href="https://man.openbsd.org/exuart.4">exuart(4)</a>
1.28      fcambus   112:                support for the UART found on the Apple M1 SoC.
1.10      benno     113:        <li>Added <a href="https://man.openbsd.org/apldog.4">apldog(4)</a>, a
                    114:                driver for the watchdog on Apple M1 SoCs, allowing reboot of the
                    115:                machine.
                    116:        <li>Added <a href="https://man.openbsd.org/aplintc.4">aplintc(4)</a>,
                    117:                a driver for the interrupt controller found on Apple M1 SoCs.
                    118:        <li>Added <a href="https://man.openbsd.org/aplpcie.4">aplpcie(4)</a>,
                    119:                a driver for the PCIe host bridge on Apple M1 SoCs.
                    120:        <li>Added <a href="https://man.openbsd.org/apldart.4">apldart(4)</a>,
                    121:                a driver for the IOMMU on Apple M1 SoCs.
1.41    ! kettenis  122:        <li>Added support for CPUs with 8-bit ASIDs such as those on
1.15      benno     123:                Apple's M1 SoC.
                    124:     </ul>
                    125:     <li>The arm64 platform support was improved with the following changes:
                    126:     <ul>
                    127:        <li>Optimized arm64 <a
                    128:                href="https://man.openbsd.org/copyin.9">copyin(9)</a>, <a
                    129:                href="https://man.openbsd.org/copyout.9">copyout(9)</a> and <a
                    130:                href="https://man.openbsd.org/kcopy.9">kcopy(9)</a> by doing 16-byte
                    131:                copies if possible.
                    132:        <li>Added recognition of Cortex-A78AE, Cortex-X1 and Neoverse V1 arm64 CPUs.
1.41    ! kettenis  133:        <li>Added clock support for i.MX8MP SoCs.
1.15      benno     134:        <li>Added support for the VF610 I2C controller to <a
                    135:                href="https://man.openbsd.org/imxiic.4">imxiic(4)</a>.
                    136:        <li>Added <a href="https://man.openbsd.org/dwgpio.4">dwgpio(4)</a>, a
                    137:                driver for the Synopsys DesignWare GPIO controller.
                    138:        <li>Added <a
                    139:                href="https://man.openbsd.org/amlpinctrl.4">amlpinctrl(4)</a> support
                    140:                for the "Always On" GPIOs.
                    141:        <li>Made large read and write transactions work in <a
                    142:                href="https://man.openbsd.org/amliic.4">amliic(4)</a>.
1.41    ! kettenis  143:        <li>Added support for the PCIe controller found on Amlogic
        !           144:                G12A/G12B/SM1 SoCs to <a
        !           145:                href="https://man.openbsd.org/dwpcie.4">dwpcie(4)</a>.
        !           146:        <li>Implemented legacy interrupt support to <a
1.15      benno     147:                href="https://man.openbsd.org/mvkpcie.4">mvkpcie(4)</a>.
                    148:        <li>Added <a href="https://man.openbsd.org/cryptox.4">cryptox(4)</a>,
                    149:                a driver for armv8 cryptographic extensions.
                    150:        <li>Added support for PCIe on the NanoPi R4S to <a
                    151:                href="https://man.openbsd.org/rkpcie.4">rkpcie(4)</a>.
1.34      patrick   152:        <li>Added <a href="https://man.openbsd.org/smmu.4">smmu(4)</a>, a
                    153:                driver for the ARM System MMU.
                    154:        <li>Introduced an IOVA early-allocation scheme in <a
                    155:                href="https://man.openbsd.org/smmu.4">smmu(4)</a>, mitigating the
                    156:                performance penalty of typical IOVA allocation designs.
                    157:        <li>Introduced Guard Pages in <a
                    158:                href="https://man.openbsd.org/smmu.4">smmu(4)</a>, to spot misuse
                    159:                and misconfiguration of I/O devices more easily.
1.41    ! kettenis  160:        <li>Added support for RK809 to <a
1.15      benno     161:                href="https://man.openbsd.org/rkpmic.4">rkpmic(4)</a>, as seen on the
                    162:                Rock Pi N10 with the rk3399pro.
                    163:        <li>Added support for <a
                    164:                href="https://man.openbsd.org/sdhc.4">sdhc(4)</a> on the Raspberry Pi
                    165:                in ACPI mode.
                    166:        <li>Enabled <a href="https://man.openbsd.org/ixl.4">ixl(4)</a> on arm64.
                    167:        <li>Updated device-tree bindings for <a
                    168:                href="https://man.openbsd.org/cwfg.4">cwfg(4)</a> battery capacity
                    169:                driver to correct attaching and account for monitoring interval
                    170:                change, making cwfg(4) export values under hw.sensors as expected when
                    171:                using a Pinebook Pro.
                    172:        <li>Added ARMv8-5 instruction set related CPU features to arm64.
                    173:     </ul>
                    174:   </ul>
1.3       benno     175:
1.15      benno     176: <li>Various kernel improvements:
1.1       deraadt   177:   <ul>
1.15      benno     178:        <li>Added the RAID1C (encrypted raid1) <a
                    179:                href="https://man.openbsd.org/softraid.4">softraid(4)</a> discipline,
                    180:                encrypting data like the CRYPTO discipline and accepting multiple
                    181:                chunks during creation and assembly like the RAID1 discipline.
                    182:        <li>Corrected raidlevel verification specified by the -c option in <a
                    183:                href="https://man.openbsd.org/bioctl.8">bioctl(8)</a>.
                    184:
                    185:        <li>Introduced kern.video.record for <a
                    186:                href="https://man.openbsd.org/video.4">video(4)</a> devices, a privacy feature analog
                    187:                to the kern.audio.record <a
                    188:                href="https://man.openbsd.org/sysctl.8">sysctl(8)</a> parameter for <a
                    189:                href="https://man.openbsd.org/audio.4">audio(4)</a> devices. By
                    190:                default, kern.video.record will be set to zero and blank all data
                    191:                delivered by drivers attaching to <a
                    192:                href="https://man.openbsd.org/video.4">video(4)</a>.
                    193:        <li>Allowed a process to open a <a
                    194:                href="https://man.openbsd.org/video.4">video(4)</a> device multiple
                    195:                times. Fixes webcam usage with Firefox and BigBlueButton.
                    196:        <li>Enabled multiple opens of a <a
                    197:                href="https://man.openbsd.org/video.4">video(4)</a> device as
                    198:                described in the V4L2 specification.
1.9       benno     199:
1.15      benno     200:        <li>Added basic support for kclock timeouts to <a
                    201:                href="https://man.openbsd.org/timeout.9">timeout(9)</a>.
                    202:        <li>Changed the <a href="https://man.openbsd.org/pool.9">pool(9)</a>
                    203:                timeouts to use the system uptime instead of ticks.
1.9       benno     204:        <li>Ensured <a href="https://man.openbsd.org/sleep.3">sleep(3)</a>
                    205:                calls <a href="https://man.openbsd.org/nanosleep.2">nanosleep(2)</a>
                    206:                if seconds is zero, now delegating all decisions about whether or not
                    207:                to yield the CPU.
1.5       benno     208:        <li>Added a top-level 'reboot' command to <a
                    209:                href="https://man.openbsd.org/ddb.4">ddb(4)</a>.
                    210:        <li>Added <a href="https://man.openbsd.org/witness.4">witness(4)</a>
                    211:                check for uninitialized (or zeroed) lock usage.
                    212:        <li>Added fd close notification for kqueue-based <a
                    213:                href="https://man.openbsd.org/poll.2">poll(2)</a> and <a
                    214:                href="https://man.openbsd.org/select.2">select(2)</a>.
                    215:        <li>Added a global "nowake" channel for threads avoiding <a
                    216:                href="https://man.openbsd.org/wakeup.9">wakeup(9)</a> to <a
                    217:                href="https://man.openbsd.org/tsleep.9">tsleep(9)</a>.
1.15      benno     218:
1.5       benno     219:        <li>Added trace points for <a
                    220:                href="https://man.openbsd.org/malloc.9">malloc(9)</a> and <a
                    221:                href="https://man.openbsd.org/free.9">free(9)</a>, making them
                    222:                traceabe via <a href="https://man.openbsd.org/dt.4">dt(4)</a> and <a
                    223:                href="https://man.openbsd.org/btrace.8">btrace(8)</a>.
1.15      benno     224:                <li>Added <a href="https://man.openbsd.org/btrace.8">btrace(8)</a> -n
                    225:                (no action) mode, which parses the program and then exits.
1.9       benno     226:        <li>Fixed a boot-time crash on sparc64 due to mutex use during the
                    227:                message buffer initialization.
1.15      benno     228:        <li>Prevented a panic in some ACPI firmware that provided invalid
1.9       benno     229:                memory regions in their reserved memory region reporting table.
                    230:
1.10      benno     231:
                    232:        <li>Added a barrier between reading the cqe flags and the command ID
                    233:                to prevent completion of the wrong scsi io for <a
                    234:                href="https://man.openbsd.org/nvme.4">nvme(4)</a> drives.
                    235:        <li>Prevent <a href="https://man.openbsd.org/nvme.4">nvme(4)</a>
                    236:                attachment to devices with size zero.
1.9       benno     237:        <li>Introduced new function <a
                    238:                href="https://man.openbsd.org/if_unit.9">if_unit(9)</a>, returning a
                    239:                pointer to the interface descriptor corresponding to the unique name.
1.10      benno     240:        <li>Clear interrupts on luna88k processors more efficiently at boot
                    241:                time.
                    242:        <li>Added <a
                    243:                href="https://man.openbsd.org/acpiiort.4">acpiiort(4)</a>, a driver
                    244:                for the ACPI I/O Remapping Table.
1.15      benno     245:        <li>Updated clock interrupt count atomically on mips64.
                    246:        <li>Prevented an amd64 kernel crash with protection fault due to an
                    247:                invalid offset when reading /dev/kmem.
                    248:        <li>Permitted access to kern.somaxconn sysctl information when the
                    249:                unix <a href="https://man.openbsd.org/pledge.2">pledge(2)</a> is used,
                    250:                allowing Go programs to use "unix" without also including "inet".
                    251:        <li>Excluded the first page and added a guard page between I/O
                    252:                virtual address space allocations on arm64.
1.20      benno     253:   </ul>
1.22      benno     254:
1.20      benno     255: <li>SMP Improvements
                    256:   <ul>
1.23      benno     257:        <li>Introduced "if_cloners_lock" rwlock and used it to serialize
                    258:                if_clone_{create,destroy}(), avoiding multiple race conditions.
1.20      benno     259:        <li>Introduced a system-wide mutex that serializes msgbuf operations.
1.23      benno     260:        <li>Made <a
                    261:                href="https://man.openbsd.org/uvm_pagealloc.9">uvm_pagealloc(9)</a> of
                    262:                the physical memory allocator mp-safe.
1.20      benno     263:        <li>Unlocked <a href="https://man.openbsd.org/getppid.2">getppid(2)</a>.
                    264:        <li>Introduced locking for amaps and anons, improving build performance.
1.23      benno     265:        <li>Moved UNIX domain sockets out of the kernel lock, using the new
                    266:                "unp_lock" <a href="https://man.openbsd.org/rwlock.9">rwlock(9)</a> as
                    267:                solock()'s backend to protect the whole layer.
1.20      benno     268:        <li>Unlocked <a href="https://man.openbsd.org/sendsyslog.2">sendsyslog(2)</a>.
                    269:        <li>Used per-CPU counter for fault and stats counters reached in uvm_fault().
                    270:   </ul>
1.22      benno     271:
1.20      benno     272: <li>Direct Rendering Manager
                    273:   <ul>
1.23      benno     274:        <li>Implemented linux interval tree functions for <a
                    275:                href="https://man.openbsd.org/drm.4">drm(4)</a>.
                    276:        <li>Fixed <a
                    277:                href="https://man.openbsd.org/wsconsctl.8">wsconsctl(8)</a> display
                    278:                commands when using <a href="https://man.openbsd.org/drm.4">drm(4)</a>
                    279:                drivers on macppc.
                    280:        <li>Changed from <a
                    281:                href="https://man.openbsd.org/rwlock.9">rwlock(9)</a> to <a
                    282:                href="https://man.openbsd.org/mutex.9">mutex(9)</a> for linux rwlocks.
                    283:        <li>Fixed a panic associated with locks and <a
                    284:                href="https://man.openbsd.org/drm.4">drm(4)</a> on macppc with
                    285:                Powerbook5,6 and RV350.
                    286:        <li>Revised the initialization of the <a
                    287:                href="https://man.openbsd.org/drm.4">drm(4)</a> Linux emulation layer
                    288:                to call it only when the first drm instance attaches.
                    289:        <li>Fixed DRI3 support on <a
                    290:                href="https://man.openbsd.org/amdgpu.4">amdgpu(4)</a> and <a
                    291:                href="https://man.openbsd.org/ati.4">ati(4)</a>.
                    292:        <li>Created /dev/ drm nodes with the same names as linux to simplify
                    293:                libdrm and negate the need for certain ports patches.
1.20      benno     294:   </ul>
1.22      benno     295:
1.20      benno     296: <li>VMM/VMD improvements
                    297:   <ul>
1.10      benno     298:        <li>Prevented memory corruption or improper page access in <a
                    299:                href="https://man.openbsd.org/vmm.4">vmm(4)</a> due to improper TLB
                    300:                flushing for now by wiring the pages used by virtual machines.
1.15      benno     301:        <li>Removed the ability of <a
                    302:                href="https://man.openbsd.org/vmd.8">vmd(8)</a> to boot from kernels
                    303:                in raw/qcow2 images.
                    304:        <li>Made <a href="https://man.openbsd.org/vmctl.8">vmctl(8)</a>
1.27      dv        305:                properly indicate VMs are stopping instead of "running" with "vmctl
1.15      benno     306:                status".
                    307:        <li>Cleaned up events on <a
                    308:                href="https://man.openbsd.org/vmd.8">vmd(8)</a> pause or resume and
                    309:                fixed an issue leading to broken serial console by cleanly tearing
                    310:                down and restoring emulated device state on vm send/receive.
                    311:        <li>Propagated host-side <a
                    312:                href="https://man.openbsd.org/tap.4">tap(4)</a> lladdr to guest vm
                    313:                process to allow unicast dhcp and bootp renewals with <a
                    314:                href="https://man.openbsd.org/vmd.8">vmd(8)</a>'s built-in dhcp
                    315:                server.
1.27      dv        316:        <li>Added <a href="https://man.openbsd.org/veb.4">veb(4)</a> to the
                    317:                list of supported bridges for <a
                    318:                href="https://man.openbsd.org/vmd.8">vmd(8)</a>.
                    319:        <li>Improved MSR exit handling in <a
                    320:                href="https://man.openbsd.org/vmm.4">vmm(4)</a> on SVM and VMX
                    321:                hosts preventing invalid reads and fixing support for 9front.
                    322:        <li>Added ability to boot compressed ramdisks to <a
                    323:                href="https://man.openbsd.org/vmd.8">vmd(8)</a>.
1.1       deraadt   324:   </ul>
                    325:
                    326: <li>Various new userland features:
                    327:   <ul>
1.3       benno     328:        <li>Added <a
                    329:                href="https://man.openbsd.org/doas.conf.5">doas.conf(5)</a> "nolog"
                    330:                option to avoid <a
                    331:                href="https://man.openbsd.org/syslog.3">syslog(3)</a>.
                    332:        <li>Allowed specific <a
                    333:                href="https://man.openbsd.org/sndio.7">sndio(7)</a> devices to be used
                    334:                for play-only and rec-only modes.
1.9       benno     335:        <li>Use an 8th order FIR low-pass filter for resampling in <a
                    336:                href="https://man.openbsd.org/sndiod.8">sndiod(8)</a> and for <a
                    337:                href="https://man.openbsd.org/aucat.1">aucat(1)</a>, removing most of
                    338:                the aliasing noise during resampling.
1.10      benno     339:        <li>Disabled <a href="https://man.openbsd.org/sndiod.8">sndiod(8)</a>
                    340:                autovolume by default and set the default volume to 127. Setting "-w
                    341:                on" will replicate the previous behavior of automatically decreasing
                    342:                playback volume when new programs start playing.
                    343:        <li>Allowed mixing of alternative devices (-F) with different
                    344:                capabilities in <a
                    345:                href="https://man.openbsd.org/sndiod.8">sndiod(8)</a> by treating any
                    346:                device as full-duplex.
1.15      benno     347:        <li>Fixed visibility of <a
                    348:                href="https://man.openbsd.org/sndioctl.1">sndioctl(1)</a> output when
                    349:                used through a pipe.
                    350:
1.10      benno     351:        <li>Enabled build and install of <a href="https://man.openbsd.org/lldb.1">lldb(1)</a>.
                    352:        <li>Added <a href="https://man.openbsd.org/logger.1">logger(1)</a>
                    353:                support to <a href="https://man.openbsd.org/rcctl.8">rcctl(8)</a>, <a
                    354:                href="https://man.openbsd.org/rc.subr.8">rc.subr(8)</a> and <a
                    355:                href="https://man.openbsd.org/rc.d.8">rc.d(8)</a> for daemons logging
                    356:                to stdout/stderr.
                    357:
1.15      benno     358:        <li>Added a configurable button mapping for tap gestures on touchpads
                    359:                to <a href="https://man.openbsd.org/wsconsctl.8">wsconsctl(8)</a>.
                    360:        <li>Made <a href="https://man.openbsd.org/wscons.4">wscons(4)</a>
                    361:                touchpad tap detection less restrictive for multi-finger taps and
                    362:                improved tap detection.
                    363:        <li>Enable <a
                    364:                href="https://man.openbsd.org/man4/arm64/apm.4">apm(4)</a> on arm64 to
                    365:                display meaningful information about battery use and capacity.
1.1       deraadt   366:   </ul>
                    367:
                    368: <li>Various bugfixes and tweaks in userland:
                    369:   <ul>
1.3       benno     370:        <li>Fixed a pledge violation in <a
                    371:                href="https://man.openbsd.org/csh.1">csh(1)</a> where redirecting
                    372:                input from a file containing ^T would cause csh(1) to perform a tty
                    373:                ioctl operation against a non-tty.
1.14      tb        374:        <li>Made <a href="https://man.openbsd.org/syspatch.8">syspatch(8)</a> work
                    375:                again when fewer than 3 patches are available.
1.3       benno     376:        <li>Stopped exempting file systems from <a
                    377:                href="https://man.openbsd.org/security.8">security(8)</a> on the basis
                    378:                of nodev and nosuid options, which may not be used for file systems
                    379:                mounted beneath.
                    380:        <li>Modified <a href="https://man.openbsd.org/daily.8">daily(8)</a>
                    381:                to stop reporting disk status and networking statistics.
                    382:        <li>Made <a
                    383:                href="https://man.openbsd.org/sysupgrade.8">sysupgrade(8)</a> specify
                    384:                a version when it uses <a
                    385:                href="https://man.openbsd.org/fw_update.1">fw_update(1)</a> to avoid
                    386:                the situation where upgrading a pre-6.8 snapshot to 6.8 release with
                    387:                "-r" would install firmware packages from snapshots.
                    388:        <li>Increased speed of the dependency check pass for <a
                    389:                href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>.
                    390:
                    391:        <li>Prevented process exit in multithreaded programs from reporting
                    392:                the wrong error code.
                    393:
1.5       benno     394:        <li>Allowed booting of amd64/i386 from 4TB GPT formatted disks.
                    395:
                    396:        <li>When using the <a href="https://man.openbsd.org/cat.1">cat(1)</a>
                    397:                -n flag, correctly enumerate files with more than INT_MAX lines.
                    398:        <li>Fixed a memory leak in ld.so's malloc.
1.15      benno     399:
1.9       benno     400:        <li>Added a "xenodm" login class for <a
                    401:                href="https://man.openbsd.org/xenodm.1">xenodm(1)</a> and increased
                    402:                openfiles to 512 to avoid running out of file descriptors with a busy
                    403:                desktop.
1.15      benno     404:        <li>Stopped <a href="https://man.openbsd.org/xenodm.1">xenodm(1)</a>
                    405:                from adding authorizations for TCP connections by default and added
                    406:                "listenTCP" to explicitly add authorizations for existing IP addresses
                    407:                on startup.
                    408:        <li>Skip <a href="https://man.openbsd.org/xenodm.1">xenodm(1)</a>
                    409:                from adding the IPv6 link local addresses for TCP listener
                    410:                authorizations, matching what is done by <a
                    411:                href="https://man.openbsd.org/startx.1">startx(1)</a>.
                    412:
1.9       benno     413:        <li>Fixed -s option for <a href="https://man.openbsd.org/cmp.1">cmp(1)</a>.
                    414:        <li>Improve pledge in <a
                    415:                href="https://man.openbsd.org/doas.1">doas(1)</a>, specifically added
                    416:                pledge to the "-C" code path.
1.6       otto      417:        <li>Inproved performance of <a
                    418:                href="https://man.openbsd.org/malloc.3">malloc(3)</a>'s cache.
1.10      benno     419:        <li>Made editing GPT in <a
                    420:                href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> safer by
                    421:                defaulting offset to the beginning of the largest free space and
                    422:                preventing the creation of overlapping partitions.
                    423:        <li>Fixed a crash that could occur in <a
                    424:                href="https://man.openbsd.org/sndiod.8">sndiod(8)</a> when a usb
                    425:                device is unplugged.
                    426:        <li>Append .html suffixes to temporary files in <a
                    427:                href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> to allow
                    428:                recognition by browsers.
                    429:        <li>Allow specification of a path to the <a
                    430:                href="https://man.openbsd.org/mg.1">mg(1)</a> startup file on the
                    431:                command line.
1.15      benno     432:        <li>Added a "batch" mode to <a
                    433:                href="https://man.openbsd.org/mg.1">mg(1)</a> via the "-b" command
                    434:                line option which will initialize a pty, run the specified file of mg
                    435:                commands and then exit.
                    436:        <li>Inverted the <a href="https://man.openbsd.org/mg.1">mg(1)</a> "R"
                    437:                indicator to mean that a "*" next to a file's name indicates that it
                    438:                is read-only. Made the active buffer indicator more visible by
                    439:                changing it to ">".
                    440:
                    441:        <li>Fixed <a href="https://man.openbsd.org/ksh.1">ksh(1)</a>
                    442:                redrawing of a multiline PS1 prompt in vi mode and added support for
                    443:                ^R (redraw) in insert mode.
                    444:        <li>Used <a href="https://man.openbsd.org/unveil.2">unveil(2)</a> to
                    445:                restrict filesystem access in <a
                    446:                href="https://man.openbsd.org/apmd.8">apmd(8)</a>.
                    447:        <li>Removed the 30s minimum delay for <a
                    448:                href="https://man.openbsd.org/xlock.1">xlock(1)</a> timeouts.
                    449:        <li>Stopped deleting the control socket on exit in <a
                    450:                href="https://man.openbsd.org/apmd.8">apmd(8)</a> exit, as deleting
                    451:                the socket in process after calling <a
                    452:                href="https://man.openbsd.org/unveil.2">unveil(2)</a> would cause a
                    453:                unveil restriction violation,
1.1       deraadt   454:   </ul>
                    455:
                    456: <li>Improved hardware support and driver bugfixes, including:
                    457:   <ul>
1.15      benno     458:        <li>Corrected accounting of zero length Transfer Descriptors in <a
                    459:                href="https://man.openbsd.org/xhci.4">xhci(4)</a>, preventing running
                    460:                out of free Transfer Ring Blocks.
1.3       benno     461:        <li>Moved mfokclock(4) from loongson to make it available for other
                    462:                platforms and renamed it to <a
                    463:                href="https://man.openbsd.org/mfokrtc.4">mfokrtc(4)</a>.
                    464:        <li>Fixed brightness setting on MacBooks.
                    465:        <li>Added AMD Vi and Intel VTD IOMMU support. This creates separate
                    466:                domains for each PCI device and can provide protection against invalid
                    467:                memory access.
                    468:        <li>Enabled brightness keys on powerbooks where the keyboard attaches
                    469:                as <a href="https://man.openbsd.org/ukbd.4">ukbd(4)</a>.
                    470:        <li>Set initial default display brightness on macppc via
                    471:                of_setbrightness() to ensure <a
                    472:                href="https://man.openbsd.org/wscons.4">wscons(4)</a> and ofw are in
                    473:                sync.
                    474:        <li>Added support for the PL2303HXN series chips to <a
                    475:                href="https://man.openbsd.org/uplcom.4">uplcom(4)</a>.
                    476:        <li>Added support for the PCA9547 I2C mux to <a
                    477:                href="https://man.openbsd.org/pcamux.4">pcamux(4)</a>.
                    478:        <li>Extended <a href="https://man.openbsd.org/pcamux.4">pcamux(4)</a>
                    479:                with ACPI support.
                    480:        <li>Added <a href="https://man.openbsd.org/acpige.4">acpige(4)</a>, a
1.41    ! kettenis  481:                driver for ACPI generic event devices, used on various
        !           482:                systens to implement power button handling.
1.3       benno     483:        <li>Added <a href="https://man.openbsd.org/pchgpio.4">pchgpio(4)</a>,
                    484:                a driver for the GPIO controllers found on modern Intel PCHs.
                    485:        <li>Added ACPI support to <a
                    486:                href="https://man.openbsd.org/imxiic.4">imxiic(4)</a>.
                    487:        <li>Fixed panics on the HoneyComb LX2K with <a
                    488:                href="https://man.openbsd.org/amdgpu.4">amdgpu(4)</a>.
                    489:        <li>Fixed very old <a
                    490:                href="https://man.openbsd.org/umass.4">umass(4)</a> devices where the
                    491:                INQUIRY command succeeds but with a residue equal to the requested
                    492:                bytes.
1.5       benno     493:        <li>Added Gemini Lake I2C id to <a
                    494:                href="https://man.openbsd.org/dwiic.4">dwiic(4)</a>, making the
                    495:                touchpad work on the Teclast F7 Plus laptop.
1.10      benno     496:        <li>Introduced <a href="https://man.openbsd.org/ujoy.4">ujoy(4)</a>, a
                    497:                restricted subset of <a
                    498:                href="https://man.openbsd.org/uhid.4">uhid(4)</a> for game controllers
                    499:                which uses /dev/ujoy/* device nodes.
                    500:        <li>Set up <a href="https://man.openbsd.org/ims.4">ims(4)</a> devices
                    501:                in X11 to behave like touchpads.
                    502:        <li>Stopped relying on USB devices to correctly present their
                    503:                indices, instead searching for the correct interfaces. This fixes E+
                    504:                Corp. DAC Audio devices.
                    505:        <li>Introduced <a
                    506:                href="https://man.openbsd.org/uhidpp.4">uhidpp(4)</a>, a driver for
                    507:                Logitech HID++ devices.
1.15      benno     508:        <li>Separated reading of general and touchpad-specific <a
                    509:                href="https://man.openbsd.org/wsmouse.4">wsmouse(4)</a> settings and
                    510:                corrected identification of device type when reading touchpad
                    511:                parameters fails.
                    512:
                    513:        <li>Added support for 30-bit color modes to <a
1.41    ! kettenis  514:                href="https://man.openbsd.org/simplefb.4">simplefb(4)</a>
        !           515:                and <a href="https://man.openbsd.org/wsfb.4">wsfb(4)</a>.
1.10      benno     516:
1.15      benno     517:        <li>Made loongson kernels recognize Lynloong LM9002/9003 and LM9013 models.
                    518:        <li>Use native display resolution 1368x768 for Lynloong all-in-one computers.
1.1       deraadt   519:   </ul>
                    520:
                    521: <li>New or improved network hardware support:
                    522:   <ul>
1.3       benno     523:        <li>Fixed link state change behavior in 82598 <a
                    524:                href="https://man.openbsd.org/ix.4">ix(4)</a> chips.
                    525:        <li>Fixed issues with network stopping after the first down/up cycle
                    526:                in <a href="https://man.openbsd.org/mvpp.4">mvpp(4)</a> Marvel Armada
                    527:                Ethernet device.
                    528:        <li>Added SFP+ support to ofw, including support for direct attach cables.
                    529:        <li>Added 10G media support to <a
                    530:                href="https://man.openbsd.org/mvpp.4">mvpp(4)</a>.
                    531:        <li>Added support for 1000base-x and 2500base-x connections to <a
                    532:                href="https://man.openbsd.org/mvneta.4">mvneta(4)</a>.
                    533:        <li>Added <a href="https://man.openbsd.org/mvsw.4">mvsw(4)</a>, a
                    534:                driver for Marvel "SOHO" switches.
1.5       benno     535:        <li>Enabled auto-negotiation on the SerDes links, allowing
                    536:                in-band-status to work between <a
                    537:                href="https://man.openbsd.org/mvpp.4">mvpp(4)</a> and <a
                    538:                href="https://man.openbsd.org/mvsw.4">mvsw(4)</a> on the ClearFog GT
                    539:                8K.
                    540:        <li>Added support for the i.MX8MP PCIe clocks, USB clocks and second
                    541:                ethernet.
                    542:        <li>Added Wake on LAN support to <a
                    543:                href="https://man.openbsd.org/rge.4">rge(4)</a>.
                    544:        <li>Enabled IPv4 and TCP/UDP checksum offload on transmission in <a
                    545:                href="https://man.openbsd.org/ogx.4">ogx(4)</a>.
1.10      benno     546:        <li>Raised the maximum number of queues/interrupts from 1 to 16 on <a
                    547:                href="https://man.openbsd.org/mcx.4">mcx(4)</a> devices.
                    548:        <li>Added support for the Netgear ProSecure UTM25 to octeon.
1.15      benno     549:        <li>Added vid/pid table to <a
                    550:                href="https://man.openbsd.org/umb.4">umb(4)</a> allowing matching to
                    551:                alternate configurations.
1.1       deraadt   552:   </ul>
                    553:
                    554: <li>Added or improved wireless network drivers:
                    555:   <ul>
1.36      stsp      556:        <li>Fixed the <a href="https://man.openbsd.org/athn.4">athn(4)</a> and
                    557:                <a href="https://man.openbsd.org/urtwn.4">urtwn(4)</a> drivers
                    558:                in client mode against access points which use WPA1/TKIP as
                    559:                the group cipher.
1.3       benno     560:        <li>Added multicast support to <a
                    561:                href="https://man.openbsd.org/bwfm.4">bwfm(4)</a> to allow IPv6.
                    562:        <li>Fixed <a href="https://man.openbsd.org/urtwn.4">urtwn(4)</a>
                    563:                repeated DEAUTH and loss/restoration of link.
1.5       benno     564:        <li>Introduced a delay to work around an issue in <a
                    565:                href="https://man.openbsd.org/bwfm.4">bwfm(4)</a> on the BCM43602 that
                    566:                was triggering "unexpected pairwise key update" errors.
1.9       benno     567:        <li>Enabled <a href="https://man.openbsd.org/athn.4">athn(4)</a> for arm64.
1.36      stsp      568:        <li>Implemented a new 802.11n Tx rate adaptation algorithm ("RA") for
                    569:                <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> and
                    570:                <a href="https://man.openbsd.org/iwn.4">iwn(4)</a>.
                    571:        <li>Fixed association problems with the <a
                    572:                href="https://man.openbsd.org/ipw.4">ipw(4)</a> driver.
1.15      benno     573:        <li>Made <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> attach to
                    574:                AX201 devices with PCI ID 0x34f0. Needs <a
                    575:                href="https://man.openbsd.org/fw_update.1">fw_update(1)</a>.
                    576:        <li>Fixed a problem where <a
                    577:                href="https://man.openbsd.org/iwn.4">iwn(4)</a> firmware would
                    578:                generate bogus block ack requests and stall traffic.
1.1       deraadt   579:   </ul>
                    580:
                    581: <li>IEEE 802.11 wireless stack improvements and bugfixes:
                    582:   <ul>
1.36      stsp      583:        <li>Fixed length calculations in <a
1.5       benno     584:                href="https://man.openbsd.org/iwm.4">iwm(4)</a> and <a
                    585:                href="https://man.openbsd.org/iwx.4">iwx(4)</a> when there are
                    586:                multiple MPDUs in one packet.
1.36      stsp      587:        <li>Fixed 802.11n interoperability with access points that offer
                    588:                management frame protection.
                    589:        <li>Flush the A-MPDU reorder buffer after gap timeout to prevent
                    590:                frames from remaining in the buffer until the next frame
                    591:                is received.
                    592:        <li>Avoid spurious "input packet decapsulations failed" errors in
1.5       benno     593:                <a href="https://man.openbsd.org/netstat.1">netstat(1)</a> -W with
                    594:                A-MSDU enabled.
1.1       deraadt   595:   </ul>
                    596:
                    597: <li>Generic network stack improvements and bugfixes:
                    598:   <ul>
1.10      benno     599:        <li>Removed the direct ACK on every other data segment. After
                    600:                receiving a data segment, we were sending out two ACKs, the first one
                    601:                in tcp_input() direct after receiving and the second ACK after the
                    602:                userland or the sosplice task read some data out of the socket buffer.
                    603:                This change removes the ACK in tcp_input(), saving processing time and
                    604:                improving network performance.
                    605:        <li>Removed the maxburst feature from tcp_output().
                    606:        <li>Added a MONITOR feature to interfaces. Packets received on these
                    607:                interfaces do not enter the network stack for further processing. This
                    608:                can be used to watch traffic, for example with <a
                    609:                href="https://man.openbsd.org/bpf.4">bpf(4)</a> without risk of the packets
                    610:                interfering with the system.
                    611:
                    612:        <li>Added etherbridge, the internals of a reusable learning bridge
                    613:                interface providing common code reusable for other drivers needing a
                    614:                mac learning bridge.
                    615:        <li>Introduced <a href="https://man.openbsd.org/veb.4">veb(4)</a>, a
                    616:                Virtual Ethernet Bridge driver.
1.3       benno     617:
1.15      benno     618:        <li>Added the ability to force the selection of source IP address for
                    619:                programs that do not specify a source IP, overriding the default
                    620:                source IP selection algorithm. This is configurable via <a
                    621:                href="https://man.openbsd.org/route.8">route(8)</a>
1.31      tb        622:                <code>sourceaddr</code> command.
1.15      benno     623:
1.37      job       624:        <li>Bring interfaces up when autoconfiguration for inet or inet6 is
1.15      benno     625:                enabled (AUTOCONF4 or AUTOCONF6 flags).
                    626:        <li>Adjust terminology in <a
                    627:                href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> to refer to
                    628:                "temporary address extensions" rather than the former "privacy
                    629:                extensions," including the addition of an AUTOCONF6TEMP flag (to
                    630:                replace the negative flag "INET6_NOPRIVACY").  The autoconfprivacy
                    631:                option if <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>
                    632:                has been deprecated.
                    633:        <li>Made it possible to disable the "autoconf" flag but keep
                    634:                "temporary" enabled in <a
                    635:                href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>.
                    636:        <li>For IPv6 addresses, added tracking of address proposal creation
                    637:                times to be able to establish total lifetime. This information is used
                    638:                to renew pltime/vltime of privacy addresse per RFC 4941.
1.3       benno     639:
1.15      benno     640:        <li>Prevented kernel reuse of mbuf memory when generating the ICMP6
                    641:                response to an IPv6 packet.
                    642:        <li>Use the toeplitz hash algorithm to a flowid for tcp packets,
                    643:                which in turn is used to choose the tx ring on network cards with
                    644:                multiple rings.
                    645:        <li>Fixed <a href="https://man.openbsd.org/wg.4">wg(4)</a> on macppc
                    646:                by keeping track of allowed ips pointer correctly.
                    647:        <li>Fixed <a href="https://man.openbsd.org/wg.4">wg(4)</a> ioctl to
                    648:                handle multiple wgpeers.
                    649:        <li>Fixed a race between tx/rx handshakes in <a
                    650:                href="https://man.openbsd.org/wg.4">wg(4)</a>.
                    651:        <li>Prevented a potential hang when trying to remove a <a
                    652:                href="https://man.openbsd.org/tun.4">tun(4)</a> interface.
                    653:        <li>Used the correct rdomain when adding and deleting routes with <a
                    654:                href="https://man.openbsd.org/mpip.4">mpip(4)</a> and <a
                    655:                href="https://man.openbsd.org/mpw.4">mpw(4)</a>.
                    656:        <li>Made <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>
                    657:                "-mplslabel" work with <a
                    658:                href="https://man.openbsd.org/mpw.4">mpw(4)</a>.
1.1       deraadt   659:   </ul>
                    660:
1.15      benno     661: <li>Installer and upgrade improvements:
1.1       deraadt   662:   <ul>
1.5       benno     663:        <li>Prevented a race in <a
                    664:                href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> privsep
                    665:                which could cause autoinstall to fail by calling <a
                    666:                href="https://man.openbsd.org/ftp.1">ftp(1)</a> without a local
                    667:                address.
                    668:        <li>Fixed hangs on amd64 bsd.rd due to misreported core clock
                    669:                frequency on newer Intel Comet Lake models.
1.15      benno     670:        <li>Began distributing the gzip'd version of bsd.rd on all platforms
                    671:                with boot methods supporting it.
                    672:        <li>Fixed a problem which prevented use of <a
                    673:                href="https://man.openbsd.org/sysupgrade.8">sysupgrade(8)</a> when an
                    674:                interface failed to come up and <a
                    675:                href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> didn't
                    676:                notice link-timeout expiration.
                    677:        <li>Prevented <a
                    678:                href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> from
                    679:                adjusting the swap 'b' partition size if physmem is zero to keep the
                    680:                auto-allocate code from putting a filesystem on that partition.
                    681:        <li>Emulate "[inet] autoconf" <a
                    682:                href="https://man.openbsd.org/hostname.if.5">hostname.if(5)</a> lines
                    683:                with "dhcp" so users testing <a
                    684:                href="https://man.openbsd.org/dhcpleased.8">dhcpleased(8)</a> will
                    685:                still be able to upgrade manually while the installer uses only <a
                    686:                href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>.
1.5       benno     687:
1.1       deraadt   688:  </ul>
                    689:
                    690: <li>Security improvements:
                    691:   <ul>
1.25      benno     692:        <li>Added notices to syslog whenever the "%n" format string component
                    693:                of <a href="https://man.openbsd.org/printf.3">printf(3)</a> is used.
                    694:        <li>Removed workaround permitting Go executables to do syscalls
                    695:                directly, forcing them to use shared libc like all other dynamic
                    696:                binaries.
1.1       deraadt   697:   </ul>
                    698:
                    699: <li>Routing daemons and other userland network improvements:
                    700:   <ul>
1.15      benno     701:     <li>The <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> daemon saw the following changes:
                    702:     <ul>
1.3       benno     703:        <li>Fixed a memory leak when parsing <a
                    704:                href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> roa-set lists.
                    705:        <li>Stopped allowing configuration of the same neighbor multiple
                    706:                times in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
1.5       benno     707:        <li>When exporting prefixes from multiple sessions in <a
                    708:                href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> into the same <a
                    709:                href="https://man.openbsd.org/pf.4">pf(4)</a> table, now prefixes are
                    710:                only removed from the table when withdrawn from all sessions that
                    711:                announced them.
                    712:        <li>Introduced a send hold timer in <a
                    713:                href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> to detect stalls on
                    714:                the sending side of a TCP connection, acting as a last resort to
                    715:                detect faulty peers.
                    716:        <li>Added <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a>
                    717:                "show sets" to display information about the roa-set, as-sets and
                    718:                prefix-sets loaded into <a
                    719:                href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
1.10      benno     720:        <li>Introduced the <a
                    721:                href="https://man.openbsd.org/bgpd.conf.5">bgpd.conf(5)</a> per
                    722:                neighbor and global config option "reject as-set yes/no" to allow
                    723:                rejection of received UPDATES with AS_SET segments. These rejected
                    724:                prefixes can be viewed with <a
                    725:                href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a> "show rib in
                    726:                error".
                    727:        <li>Properly implemented "rde med compare strict" in <a
                    728:                href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> and ensured that the
                    729:                order of prefixes is always correct.
                    730:        <li>Added RTR support to <a href="https://man.openbsd.org/bgpd.8">OpenBGPD</a>.
                    731:        <li>Added <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a>
                    732:                "show rtr" to display basic information about RTR sessions.
                    733:        <li>Introduced <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>
                    734:                <code>rde evaluate all</code> to work around path hiding in IXP
                    735:                route-server environments.
1.15      benno     736:     </ul>
1.10      benno     737:
1.15      benno     738:     <li>The <a
                    739:        href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> and <a
                    740:        href="https://man.openbsd.org/ospf6d.8">ospf6d(8)</a>  routing
                    741:        daemons saw various internal refactoring to keep the code similar to
                    742:        changes in other routing daemons and improve maintainability.<br>
                    743:        Additionally, support was added in <a
                    744:        href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> for interfaces
                    745:        that share the same IP.
1.10      benno     746:
1.15      benno     747:     <li>The <a href="https://man.openbsd.org/pf.4">pf(4)</a> packet filter and it's userland utility:
                    748:     <ul>
                    749:        <li>Relaxed checks in <a
                    750:                href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> and <a
                    751:                href="https://man.openbsd.org/pf.4">pf(4)</a> to accept any valid
                    752:                routing domain, even if it does not yet exist.
                    753:        <li>Made <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a>
                    754:                detect and reject bogus ranges before loading the ruleset to prevent a
                    755:                panic.
                    756:        <li>Changed route-to in <a
                    757:                href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a> to send
                    758:                packets to IPs instead of interfaces.
                    759:        <li>Changed pf_route so <a
                    760:                href="https://man.openbsd.org/pf.4">pf(4)</a> only runs when packets
                    761:                enter and leave the stack. Running the same packet through pf multiple
                    762:                times creates confusion for the state table. By default, pf states are
                    763:                floating, meaning that packets are matched to states regardless of
                    764:                which interface they're going over. This diff avoids multiple pf(4)
                    765:                traversals of one packet causing confusion in the state table.
                    766:        <li>Prevented the kernel from being stuck in an endless recursion
                    767:                during TCP path MTU discovery when <a
                    768:                href="https://man.openbsd.org/pf.4">pf(4)</a> changes the routing
                    769:                table when sending packets.
                    770:        <li>When cutting off the head of an overlapping fragment during <a
                    771:                href="https://man.openbsd.org/pf.4">pf(4)</a> reassembly, reinserted
                    772:                the fragment into the lookup table with the correct index.
                    773:     </ul>
1.5       benno     774:
1.15      benno     775:     <li>IPSEC support in the kernel and the <a href="https://man.openbsd.org/iked.8">iked(8)</a> userland daemon:
                    776:     <ul>
1.3       benno     777:        <li>Added support to request IP addresses as IKEv2 initiator to <a
                    778:                href="https://man.openbsd.org/iked.8">iked(8)</a>. If 'request addr
                    779:                0.0.0.0' is configured, any address will be accepted.
                    780:        <li>Make <a href="https://man.openbsd.org/iked.8">iked(8)</a> accept
                    781:                ANY dynamic address with 'request addr 0.0.0.0'.
                    782:        <li>Added 'dynamic' keyword to <a
                    783:                href="https://man.openbsd.org/iked.conf.5">iked.conf(5)</a> to allow
                    784:                configuration of flows to dynamically assigned addresses.
                    785:        <li>Added the 'any' keyword to <a
                    786:                href="https://man.openbsd.org/iked.conf.5">iked.conf(5)</a> for
                    787:                requests to allow "request address any".
                    788:        <li>Enabled <a href="https://man.openbsd.org/iked.8">iked(8)</a>
                    789:                support for ASN1_DN ipsec identifiers.
                    790:        <li>Implemented <a href="https://man.openbsd.org/iked.8">iked(8)</a>
                    791:                "from dynamic," installing flows where "dynamic" is replaced by the
                    792:                received dynamic IP address.
                    793:        <li>Made sure not to replace 0.0.0.0 with a dynamic address in <a
                    794:                href="https://man.openbsd.org/iked.8">iked(8)</a> if it is a network
                    795:                address.
                    796:        <li>Added <a href="https://man.openbsd.org/iked.8">iked(8)</a> -s
                    797:                socket option to specify a control socket.
                    798:        <li>Used a counter instead of random IV for AES-GCM in <a
                    799:                href="https://man.openbsd.org/iked.8">iked(8)</a>, eliminating the
                    800:                risk of random collisions.
                    801:        <li>Added <a href="https://man.openbsd.org/iked.8">iked(8)</a>
                    802:                support for multiple address pools.
                    803:        <li>Added the <a href="https://man.openbsd.org/iked.8">iked(8)</a>
                    804:                "set stickyaddress" option, which attempts to assign the same "config
                    805:                address" when an IKESA is negotiated with the DSTID of an existing
                    806:                IKESA.
                    807:        <li>Ensured rekeying of every child SA in <a
                    808:                href="https://man.openbsd.org/iked.8">iked(8)</a>.
1.5       benno     809:        <li>Added <a href="https://man.openbsd.org/iked.8">iked(8)</a> support
                    810:                for RSASSA-PSS signature verification (RFC 7427).
                    811:        <li>Corrected the first packet of an <a
                    812:                href="https://man.openbsd.org/ipsec.4">ipsec(4)</a> SA to have
                    813:                sequence number 1.
                    814:        <li>Accepted reject and blackhole routes for IPsec PMTU discovery.
                    815:        <li>Prevented leaking of ipsec_hosts in <a
                    816:                href="https://man.openbsd.org/iked.8">iked(8)</a> when building
                    817:                hosts_list.
                    818:        <li>Prevented initiation of new additional SAs for each policy upon
                    819:                every <a href="https://man.openbsd.org/ikectl.8">ikectl(8)</a> config
                    820:                reload.
                    821:        <li>Fixed "any" and "dynamic" keywords for flows in <a
                    822:                href="https://man.openbsd.org/iked.8">iked(8)</a> and added proper
                    823:                IPv6 support.
1.9       benno     824:        <li>Created a path MTU host route for <a
                    825:                href="https://man.openbsd.org/ipsec.4">IPsec(4)</a> over IPv6.
1.10      benno     826:        <li>Added support for INVALID_KE_PAYLOAD in <a
                    827:                href="https://man.openbsd.org/iked.8">iked(8)</a> CREATE_CHILD_SA
                    828:                exchange.
                    829:        <li>Added support for RSA-PSS PKCS1 signatures to <a
                    830:                href="https://man.openbsd.org/iked.8">iked(8)</a>.
                    831:        <li>Fixed path MTU discovery for ESP tunnels in IPv6.
                    832:        <li>Upgraded to OpenSSL 1.1 compatible crypto API in <a
                    833:                href="https://man.openbsd.org/iked.8">iked(8)</a>.
                    834:        <li>Added an optional "group none" transform for child SAs in <a
                    835:                href="https://man.openbsd.org/iked.8">iked(8)</a> to ensure the
                    836:                ability to negotiate optional PFS.
                    837:        <li>Added <a href="https://man.openbsd.org/iked.8">iked(8)</a>
                    838:                dynamic address configuration for roadwarrior clients, with a new
                    839:                "iface" config option which can be used to specify an interface for
                    840:                the virtual addresses received from the peer.
1.15      benno     841:        <li>Fixed an <a href="https://man.openbsd.org/iked.8">iked(8)</a>
                    842:                interop problem with strongswan if make-before-break is enabled.
                    843:     </ul>
1.3       benno     844:
1.16      tb        845:     <li>The <a href="https://man.openbsd.org/httpd.8">httpd(8)</a> webserver saw numerous improvements:
1.15      benno     846:     <ul>
                    847:        <li>Prevented a crash due to
                    848:                <a href="https://man.openbsd.org/httpd.8">httpd(8)</a> listening on port
                    849:                443 with missing TLS certificates.
                    850:        <li>Created a new "location (found|notfound)" option for
                    851:                <a href="https://man.openbsd.org/httpd.conf.5">httpd.conf(5)</a> to allow
                    852:                testing for resource path existence.
                    853:        <li>Fixed detection of duplicate locations in <a
                    854:                href="https://man.openbsd.org/httpd.8">httpd(8)</a>.
                    855:        <li>Fixed leak of access and error log filenames on config reload in
                    856:                <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>.
                    857:        <li>Avoid leaking the log message in
                    858:                <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>'s
                    859:                server_sendlog.
                    860:        <li>Incorrect order of
                    861:                <a href="https://man.openbsd.org/close.2">close(2)</a> and
                    862:                <a href="https://man.openbsd.org/tls_close.3">tls_close(3)</a>
1.16      tb        863:                together with a bug in libssl led to leaking memory in
1.15      benno     864:                <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>
                    865:                for each TLS connection.
                    866:        <li>Fixed the <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>
                    867:                example configuration not to generate errors when running without TLS
                    868:                keys already in place.
1.30      tb        869:        <li>Optimized disk reads of
1.15      benno     870:                <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>
                    871:                by using st_blocksize as high water mark instead of
                    872:                the socket buffer size.
1.30      tb        873:        <li>Do not compare TLS config params for non-TLS servers.
                    874:                This allows using <code>listen on * port 80</code> and
                    875:                <code>listen on * port 443</code> in the same server block in
                    876:                <a href="https://man.openbsd.org/httpd.conf.5">httpd.conf(5)</a>.
1.15      benno     877:     </ul>
1.3       benno     878:
1.24      benno     879:     <li><a
                    880:        href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a>
                    881:        received the following new features and bugfixes:
1.15      benno     882:     <ul>
                    883:        <li>Added RRDP (The RPKI Repository Delta Protocol, RFC 8182) support
                    884:                to <a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a>.
                    885:        <li>Supported use of more than one URI in the TAL file for <a
                    886:                href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a>,
                    887:                sorting with a preference for https.
                    888:        <li>Validated ghostbuster records (RFC 6493) in <a
                    889:                href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a>.
                    890:        <li>Fixed <a
                    891:                href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> checks
                    892:                for the manifest validity interval.
                    893:        <li>The connection is now killed when the rsync server stalls.
                    894:        <li>Limited the URL embedded in .cer files in <a
                    895:                href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> to
                    896:                alphanumeric characters and punctuation.
                    897:        <li>Added <a
                    898:                href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> -V
                    899:                option to show version.
                    900:        <li>Included the default cert.pem file path in tls_load_file error
                    901:                messages in <a
                    902:                href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a>.
                    903:     </ul>
1.3       benno     904:
1.24      benno     905:     <li>The <a href="https://man.openbsd.org/dig.1">dig(1)</a> DNS
                    906:        utility received the following updates:
1.15      benno     907:     <ul>
1.5       benno     908:        <li>Implemented RFC 8914 Extended DNS Errors for <a
                    909:                href="https://man.openbsd.org/dig.1">dig(1)</a>.
                    910:        <li>Fixed <a href="https://man.openbsd.org/dig.1">dig(1)</a> EDNS
                    911:                Client Subnet option (+subnet=).
                    912:        <li>Fixed IPv6 link-local address handling for nameservers to talk to
                    913:                and address to bind to in <a
                    914:                href="https://man.openbsd.org/dig.1">dig(1)</a>.
1.15      benno     915:        <li>Implemented ZONEMD (RFC 8976) in <a
                    916:                href="https://man.openbsd.org/dig.1">dig(1)</a> to convey a message
                    917:                digest of the content of a DNS zone.
                    918:     </ul>
1.5       benno     919:
1.15      benno     920:     <li>Changes to <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>:
                    921:     <ul>
1.5       benno     922:        <li>Fixed incorrect behavior when using <a
                    923:                href="https://man.openbsd.org/dhclient.conf.5">dhclient.conf(5)</a> to
                    924:                change the lease renew/rebind/expiry timing.
                    925:        <li>Allowed the provision of <a
                    926:                href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> options on
                    927:                "dhcp" lines in <a
                    928:                href="https://man.openbsd.org/hostname.if.5">hostname.if(5)</a> files.
1.15      benno     929:        <li>Finished conversion of <a
                    930:                href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> timers to
                    931:                allow monotonic accounting for the active lease.
                    932:     </ul>
1.5       benno     933:
1.15      benno     934:     <li>Two new daemons, <a
                    935:        href="https://man.openbsd.org/dhcpleased.8">dhcpleased(8)</a> and <a
                    936:        href="https://man.openbsd.org/resolvd.8">resolvd(8)</a> were added.
                    937:        These work alongside with <a
                    938:        href="https://man.openbsd.org/slaacd.8">slaacd(8)</a> and <a
                    939:        href="https://man.openbsd.org/unwind.8">unwind(8)</a> to provide a
1.28      fcambus   940:        coherent and simple automatic configuration of network interfaces and
1.15      benno     941:        DNS resolution.<br>
                    942:        The two daemons are not enabled by default for now, but can be tested
1.28      fcambus   943:        by enabling them with <a href="https://man.openbsd.org/rcctl.8">rcctl(8)</a>.
1.15      benno     944:     <ul>
                    945:        <li><a href="https://man.openbsd.org/dhcpleased.8">dhcpleased(8)</a>
                    946:                implements the DHCP protocol to acquire IPv4 address leases from
                    947:                servers.
                    948:        <li><a href="https://man.openbsd.org/resolvd.8">resolvd(8)</a>
                    949:                manages the content of <a
                    950:                href="https://man.openbsd.org/resolv.conf.5">resolv.conf(5)</a> based
                    951:                on nameserver proposals from dhcpleased(8) and slaacd(8).
                    952:     </ul>
                    953:     <li>Other userland network changes:
                    954:     <ul>
                    955:        <li>Fixed <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a> cert
                    956:                and key path inference for absolute paths.
                    957:        <li>Fixed incorrect cast in a
                    958:                <a href="https://man.openbsd.org/vsnprintf(3)">vsnprintf(3)</a>
                    959:                error check
                    960:                in <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a>.
                    961:        <li>Applied <a href="https://man.openbsd.org/unveil.2">unveil(2)</a>
                    962:                to <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a>.
1.5       benno     963:
1.3       benno     964:        <li>Changed <a href="https://man.openbsd.org/ping.8">ping(8)</a> to
                    965:                drain the raw socket of packets received before we were fully setup to
                    966:                avoid reporting ICMP responses intended for other instances of ping(8)
                    967:                running in parallel.
1.10      benno     968:        <li>Added <a href="https://man.openbsd.org/ping.8">ping(8)</a> -g
                    969:                option to provide a visual display of packets received and lost.
1.3       benno     970:
                    971:        <li>Changed <a href="https://man.openbsd.org/slaacd.8">slaacd(8)</a>
                    972:                Duplicate Address Detection (DAD) to only generate a new address if we
                    973:                are using Semantically Opaque Interface Identifiers.
                    974:        <li>Handled an autoconf interface changing its rdomain in <a
                    975:                href="https://man.openbsd.org/slaacd.8">slaacd(8)</a>.
1.15      benno     976:        <li>Completed <a
                    977:                href="https://man.openbsd.org/slaacd.8">slaacd(8)</a> implementation
                    978:                of RFC 8981 temporary address extensions.
                    979:
1.14      tb        980:        <li>Do not leak the domains listed in
                    981:                <a href="https://man.openbsd.org/unwind.8">unwind(8)</a>'s
                    982:                blocklist file on each config reload.
                    983:        <li>Do not leak duplicate domain nodes when loading the
                    984:                <a href="https://man.openbsd.org/unwind.8">unwind(8)</a>
                    985:                config.
1.3       benno     986:        <li>Fixed rare crashes of <a
                    987:                href="https://man.openbsd.org/unwind.8">unwind(8)</a> when DNS answers
                    988:                are larger than the maximum imsg size.
1.9       benno     989:        <li>Implemented <a
                    990:                href="https://man.openbsd.org/unwind.8">unwind(8)</a> listening on
                    991:                TCP.
1.10      benno     992:        <li>Implemented DNS64 synthesis in <a
                    993:                href="https://man.openbsd.org/unwind.8">unwind(8)</a>.
                    994:        <li>Disabled logging to <a
                    995:                href="https://man.openbsd.org/syslog.3">syslog(3)</a> for libunbound
                    996:                with <a href="https://man.openbsd.org/unwind.8">unwind(8)</a>. Does
                    997:                not prevent logging to stderr with "unwind -d".
                    998:
1.3       benno     999:        <li>Removed the -L option from <a
                   1000:                href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>.
                   1001:        <li>Added a simple --timeout implementation to <a
                   1002:                href="https://man.openbsd.org/openrsync.1">openrsync(1)</a>.
1.15      benno    1003:        <li>Added the <a href="https://man.openbsd.org/rsync.1">rsync(1)</a>
                   1004:                option --no-motd to suppress the information output by the client at
                   1005:                the start of a daemon transfer.
1.3       benno    1006:        <li>Added support for the use of !command to <a
                   1007:                href="https://man.openbsd.org/mygate.5">mygate(5)</a>, so that
                   1008:                netstart has a late opportunity to perform network configuration.
1.5       benno    1009:        <li>Make <a href="https://man.openbsd.org/rad.8">rad(8)</a> to handle
                   1010:                multiple rdomains in a single daemon (instead of running it in
                   1011:                multiple rdomains).
                   1012:        <li>Added a specific headline to <a
                   1013:                href="https://man.openbsd.org/netstat.1">netstat(1)</a> for TCP state
                   1014:                and IP protocol.
1.9       benno    1015:        <li>Handle permanent redirects (RFC 7538) in <a
1.5       benno    1016:                href="https://man.openbsd.org/ftp.1">ftp(1)</a> fetch.
1.10      benno    1017:        <li>Introduced <a href="https://man.openbsd.org/ftp.1">ftp(1)</a>
                   1018:                support for sending the If-Modified-Since header while fetching over
                   1019:                http or https. Switched to using the timestamps from the remote
                   1020:                server's Last-Modified header if available when saving local files and
                   1021:                introduced the ftp "-u" flag to disable this behavior.
1.15      benno    1022:        <li>Made <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> set
                   1023:                timestamps only on files.
1.10      benno    1024:
1.9       benno    1025:        <li>Added requests for a new certificate without requiring -F when <a
                   1026:                href="https://man.openbsd.org/acme-client.1">acme-client(1)</a>
                   1027:                detects an added or removed SAN in the config file not reflected in
                   1028:                the existing certificate on disk.
                   1029:        <li>Print rewritten addresses in <a
                   1030:                href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> logged with <a
                   1031:                href="https://man.openbsd.org/pflog.4">pflog(4)</a> for rdr-to, nat-to
                   1032:                and af-to rules.
1.10      benno    1033:        <li>Removed the <a
                   1034:                href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> traphandler
                   1035:                process.
                   1036:        <li>When calling <a
                   1037:                href="https://man.openbsd.org/getaddrinfo.3">getaddrinfo(3)</a> with
                   1038:                AI_ADDRCONFIG, consider the routing domain when checking for available
                   1039:                address families. This ensures that name resolution is only performed
                   1040:                for the address families available in the rdomain.
                   1041:        <li>Implemented the <a href="https://man.openbsd.org/nc.1">nc(1)</a>
                   1042:                -D socket debug option in <a
                   1043:                href="https://man.openbsd.org/tcpbench.1">tcpbench(1)</a>, allowing
                   1044:                analysis of TCP connections.
1.14      tb       1045:        <li>Avoid leaking the help text in
                   1046:                <a href="https://man.openbsd.org/tcpbench.1">systat(8)</a>.
                   1047:        <li>Simplify argument parsing of
1.31      tb       1048:                <code><a href="https://man.openbsd.org/vmctl.8">vmctl(8)</a> stop</code>
1.14      tb       1049:                thereby avoiding a
                   1050:                <a href="https://man.openbsd.org/printf.3">printf(3)</a> "%s" NULL,
                   1051:                a use of uninitialized and a dead else branch.
1.15      benno    1052:        <li>Increased the maximum length for CHAP challenges to 96 octets to
                   1053:                ensure <a href="https://man.openbsd.org/npppd.8">npppd(8)</a> can
                   1054:                handle longer challenges, such as those sent by Juniper.
                   1055:     </ul>
1.1       deraadt  1056:   </ul>
                   1057:
                   1058: <li><a href="https://man.openbsd.org/tmux">tmux(1)</a> improvements and bug fixes:
                   1059:   <ul>
1.5       benno    1060:        <li>Made <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> synchronize-panes a pane option and added set-option -U flag to unset an option on all panes.
1.15      benno    1061:        <li>Allowed use of ## and # in <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> styles and added a "w" format modifier for width.
                   1062:        <li>Added a -C flag to <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> run-shell to use a tmux command rather than a shell command.
                   1063:        <li>Added a <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> -N flag to never start the server even if the command would normally do so.
                   1064:        <li>Added the new <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> -S flag to new-window to select the existing window if one with the given name already exists, rather than failing.
                   1065:        <li>Added support for X11 color names and other variations for OSC 10/11 and added OSC 110 and 111 to <a href="https://man.openbsd.org/tmux.1">tmux(1)</a>.
                   1066:        <li>Removed <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> support for popups where the content is provided directly to tmux.
                   1067:        <li>Added a <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> "absolute-centre" alignment to use the center of the total space instead of the available space.
                   1068:        <li>Added <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> split-window -Z to start the pane zoomed.
                   1069:        <li>Added client-detached notification in <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> control mode.
                   1070:        <li>Changed <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> search-again with vi keys to work like <a href="https://man.openbsd.org/vi.1">vi(1)</a>.
1.1       deraadt  1071:   </ul>
                   1072:
                   1073: <li>OpenSMTPD 6.9.0
                   1074:   <ul>
1.5       benno    1075:        <li>Introduced <a href="https://man.openbsd.org/smtp.1">smtp(1)</a>
                   1076:                -a to perform authentication before sending a message.
                   1077:        <li>Fixed a memory leak in <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> resolver.
                   1078:        <li>Prevented a crash due to premature release of resources by the <a
                   1079:                href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> filter state
                   1080:                machine.
1.12      eric     1081:        <li>Switch to libtls internally.
                   1082:        <li>Change the way SNI works in <a href="https://man.openbsd.org/smtpd.conf.5#pki~2">smtpd.conf(5)</a>.
                   1083:                TLS listeners may be configured with multiple certificates,
                   1084:                the matching is based on the names included in these certificates.
                   1085:        <li>Allow to specify tls protocols and ciphers per listener and relay action.
1.15      benno    1086:        <li>Allowed <a
                   1087:                href="https://man.openbsd.org/smtpd.conf.5">smtpd.conf(5)</a>
                   1088:                specification of tls protocols and ciphers on relay actions.
1.5       benno    1089:
1.1       deraadt  1090:   </ul>
                   1091:
1.39      tb       1092: <li>LibreSSL 3.3.3
1.1       deraadt  1093:   <ul>
                   1094:     <li>New Features
                   1095:     <ul>
1.38      tb       1096:        <li>Support for DTLSv1.2.
                   1097:        <li>Continued rewrite of the record layer for the legacy stack.
                   1098:        <li>Numerous bugs and interoperability issues were fixed in the new verifier.
1.39      tb       1099:            A few bugs and incompatibilities remain, so this release uses the old
                   1100:            verifier by default.
1.38      tb       1101:        <li>The OpenSSL 1.1 TLSv1.3 API is not yet available.
                   1102:     </ul>
1.15      benno    1103:
1.38      tb       1104:     <li>Portable Improvements
                   1105:     <ul>
                   1106:        <li>Added '--enable-libtls-only' build option, which builds and installs a
                   1107:            statically-linked libtls, skipping libcrypto and libssl. This is useful
                   1108:            for systems that ship with OpenSSL but wish to also package libtls.
1.3       benno    1109:
1.38      tb       1110:        <li>Update getentropy on Windows to use Cryptography Next Generation
                   1111:            (CNG). wincrypt is deprecated and no longer works with newer Windows
                   1112:            environments, such as in Windows Store apps.
1.1       deraadt  1113:     </ul>
                   1114:
                   1115:     <li>API and Documentation Enhancements
                   1116:     <ul>
1.38      tb       1117:        <li>Add a number of RPKI OIDs from RFC 6482, 6484, 6493, 8182, 8360,
                   1118:            draft-ietf-sidrops-rpki-rta, and draft-ietf-opsawg-finding-geofeeds.
                   1119:
1.39      tb       1120:        <li>Add support for
                   1121:            <a href="https://man.openbsd.org/SSL_get_shared_ciphers.3">SSL_get_shared_ciphers(3)</a>
                   1122:            with TLSv1.3.
1.38      tb       1123:
                   1124:        <li>Add DTLSv1.2 methods.
                   1125:
1.39      tb       1126:        <li>Implement SSL_is_dtls(3) and use it internally in place of the
1.38      tb       1127:            SSL_IS_DTLS macro.
                   1128:
1.39      tb       1129:        <li>Provide
                   1130:            <a href="https://man.openbsd.org/EVP_PKEY_new_CMAC_KEY.3">EVP_PKEY_new_CMAC_KEY(3)</a>.
                   1131:        <li>Add missing prototype for
                   1132:            <a href="https://man.openbsd.org/d2i_DSAPrivateKey_fp.3">d2i_DSAPrivateKey_fp(3)</a>
                   1133:            to x509.h.
                   1134:
                   1135:        <li>Add DTLSv1.2 to
                   1136:            <a href="https://man.openbsd.org/openssl.1">openssl(1)</a>
                   1137:            s_server and s_client protocol message logging.
                   1138:
                   1139:        <li>Provide
                   1140:            <a href="https://man.openbsd.org/SSL_use_certificate_chain_file.3">SSL_use_certificate_chain_file(3)</a>.
                   1141:
                   1142:        <li>Provide
                   1143:            <a href="https://man.openbsd.org/SSL_set_hostflags.3">SSL_set_hostflags(3)</a>
                   1144:            and
                   1145:             <a href="https://man.openbsd.org/SSL_get0_peername.3">SSL_get0_peername(3)</a>.
1.38      tb       1146:
                   1147:        <li>Provide various DTLSv1.2 specific functions and defines.
                   1148:
                   1149:        <li>Document meaning of '*' in the genrsa output.
                   1150:
1.39      tb       1151:        <li>Updated documentation for
                   1152:            <a href="https://man.openbsd.org/SSL_get_shared_ciphers.3">SSL_get_shared_ciphers(3)</a>.
                   1153:
                   1154:        <li>Add documentation for
                   1155:            <a href="https://man.openbsd.org/SSL_get_finished.3">SSL_get_finished(3)</a>.
1.38      tb       1156:
1.39      tb       1157:        <li>Document
                   1158:            <a href="https://man.openbsd.org/EVP_PKEY_new_CMAC_key.3">EVP_PKEY_new_CMAC_key(3)</a>.
1.38      tb       1159:
                   1160:
1.39      tb       1161:        <li>Document
                   1162:            <a href="https://man.openbsd.org/SSL_use_certificate_chain_file.3">SSL_use_certificate_chain_file(3)</a>.
1.38      tb       1163:
1.39      tb       1164:        <li>Document
                   1165:            <a href="https://man.openbsd.org/SSL_set_hostflags.3">SSL_set_hostflags(3)</a>
                   1166:            and
                   1167:            <a href="https://man.openbsd.org/SSL_get0_peername.3">SSL_get0_peername(3)</a>.
1.38      tb       1168:
1.39      tb       1169:        <li>Update
                   1170:            <a href="https://man.openbsd.org/SSL_get_version.3">SSL_get_version(3)</a>
                   1171:            manual for DTLSv.1.2 support.
1.38      tb       1172:
                   1173:        <li>Make supported protocols and options for DHE params more prominent
1.39      tb       1174:            in <a href="https://man.openbsd.org/tls_config_set_protocols.3">tls_config_set_protocols(3)</a>.
1.38      tb       1175:
                   1176:        <li>Various documentation improvements around TLS methods.
1.1       deraadt  1177:     </ul>
                   1178:
                   1179:     <li>Compatibility Changes
                   1180:     <ul>
1.39      tb       1181:        <li>Make <a href="https://man.openbsd.org/openssl.3">openssl(1)</a> s_server
                   1182:            ignore -4 and -6 for compatibility with OpenSSL.
1.38      tb       1183:
1.39      tb       1184:        <li>Set SO_REUSEADDR on the server socket in the
                   1185:            <a href="https://man.openbsd.org/openssl.1">openssl(1)</a> ocsp command.
1.38      tb       1186:
1.39      tb       1187:        <li>Send a host header with OCSP queries to make
                   1188:            <a href="https://man.openbsd.org/openssl.1">openssl(1)</a> ocsp
1.38      tb       1189:            work with some widely used OCSP responders.
                   1190:
1.39      tb       1191:        <li>Add ability to
                   1192:            <a href="https://man.openbsd.org/ocspcheck.8">ocspcheck(8)</a>
                   1193:            to parse a port in the specified OCSP URL.
1.38      tb       1194:
                   1195:        <li>Implement auto chain for the TLSv1.3 server since some software
                   1196:            relies on this.
                   1197:
                   1198:        <li>Implement key exporter for TLSv1.3.
1.39      tb       1199:        <li>Align <a href="https://man.openbsd.org/SSL_get_shared_ciphers.3">SSL_get_shared_ciphers(3)</a>
                   1200:            with OpenSSL. This takes into account that it never returned server
                   1201:            ciphers, so now it will fail when called from the client side.
1.38      tb       1202:
                   1203:        <li>Sync cert.pem with Mozilla NSS root CAs except "GeoTrust Global CA".
                   1204:
1.39      tb       1205:        <li>Make
                   1206:            <a href="https://man.openbsd.org/SSL_CTX_get_min_proto_version.3">SSL{_CTX,}_get_{min,max}_proto_version(3)</a>
                   1207:            return a version of zero if the minimum or maximum has been set to
                   1208:            zero to match OpenSSL's behavior.
1.38      tb       1209:
1.39      tb       1210:        <li>Add DTLSv1.2 support to
                   1211:            <a href="https://man.openbsd.org/openssl.1">openssl(1)</a> s_client/s_server.
1.1       deraadt  1212:     </ul>
                   1213:
                   1214:     <li>Testing and Proactive Security
                   1215:     <ul>
1.38      tb       1216:        <li>Malformed ASN.1 in a certificate revocation list or a timestamp
                   1217:            response token can lead to a NULL pointer dereference.
                   1218:
1.39      tb       1219:        <li>Pull in fix for
                   1220:            <a href="https://man.openbsd.org/EVP_CipherUpdate.3">EVP_CipherUpdate(3)</a>
                   1221:            overflow from OpenSSL.
1.38      tb       1222:
                   1223:        <li>Use EXFLAG_INVALID to handle out of memory and parse errors in
                   1224:            x509v3_cache_extensions().
                   1225:
1.39      tb       1226:        <li>Refactor and clean up
                   1227:            <a href="https://man.openbsd.org/ocspcheck.8">ocspcheck(8)</a>
                   1228:            and add regression tests.
1.1       deraadt  1229:     </ul>
                   1230:
                   1231:     <li>Internal Improvements
                   1232:       <ul>
1.38      tb       1233:        <li>Further cleanup of the DTLS record handling.
                   1234:
                   1235:        <li>Continue the replacement of the TLSv1.2 record layer by
                   1236:            reimplementing the read side of the TLSv1.2 record handling.
                   1237:
                   1238:        <li>Replace DTLSv1_enc_data() with TLSv1_1_enc_data().
                   1239:
                   1240:        <li>Merge d1_{clnt,srvr}.c into ssl_{clnt,srvr}.c.
                   1241:
                   1242:        <li>Add const to ssl_ciphers and tls1[23]_sigalgs* to push them into
                   1243:            .data.rel.ro and .rodata, respectively.
                   1244:
                   1245:        <li>Add a const qualifier to srtp_known_profiles.
                   1246:
                   1247:        <li>Simplify TLS method by removing the client and server specific
                   1248:            methods internally.
                   1249:
                   1250:        <li>Avoid casting away const in ssl_ctx_make_profiles().
                   1251:
                   1252:        <li>Avoid explicitly conditioning an assert on DTLS1_VERSION to make
                   1253:            the assert work for newer DTLS versions.
                   1254:
                   1255:        <li>Merge SSL_ENC_METHOD into SSL_METHOD_INTERNAL.
                   1256:
                   1257:        <li>Add a flag to mark DTLS methods as DTLS to have an easy way to
                   1258:            recognize DTLS methods that avoids inspecting the version number.
                   1259:
                   1260:        <li>Mark a few more internal static tables const.
                   1261:
                   1262:        <li>Switch finish{,_peer}_md_len from an int to a size_t.
                   1263:
                   1264:        <li>Use EVP_MD_MAX_MD_SIZE instead of 2 * EVP_MD_MAX_MD_SIZE as size
                   1265:            for cert_verify_md[], finish_md[] and peer_finish_md[]. The factor 2
                   1266:            was a historical artefact.
                   1267:
                   1268:        <li>Free struct members in tls13_record_layer_free() in their natural
                   1269:            order for reviewability.
                   1270:
                   1271:        <li>Use consistent names in tls13_{client,server}_finished_{recv,send}().
                   1272:
                   1273:        <li>Add tls13_secret_{init,cleanup}() and use them throughout the
                   1274:            TLSv1.3 code base.
                   1275:
                   1276:        <li>Move the read MAC key into the TLSv1.2 record layer.
                   1277:
                   1278:        <li>Make tls12_record_layer_free() NULL safe.
                   1279:
                   1280:        <li>Split the record protection from the TLSv1.2 record layer.
                   1281:
                   1282:        <li>Clean up sequence number handling in the new TLSv1.2 record layer.
                   1283:
                   1284:        <li>Clean up sequence number handling in DTLS.
                   1285:
                   1286:        <li>Clean up dtls1_reset_seq_numbers().
                   1287:
                   1288:        <li>Factor out code for explicit IV length, block size and MAC length
                   1289:            from tls12_record_layer_open_record_protected_cipher().
                   1290:
                   1291:        <li>Provide record layer overhead for DTLS.
                   1292:
                   1293:        <li>Provide functions to determine if TLSv1.2 record protection is
                   1294:            engaged.
                   1295:
                   1296:        <li>Add code to handle change of cipher state in the new TLSv1.2 record
                   1297:            layer.
                   1298:
                   1299:        <li>Mop up now unused dtls1_build_sequence_numbers() function.
                   1300:
                   1301:        <li>Allow setting a keypair on a tls context without specifying the
                   1302:            private key, and fake it internally in libtls. This removes the
                   1303:            need for privsep engines like relayd to use bogus keys.
                   1304:
                   1305:        <li>Skip the private key check for fake private keys.
                   1306:
                   1307:        <li>Move the private key setup from tls_configure_ssl_keypair() to a
                   1308:            helper function with proper error checking.
                   1309:
                   1310:        <li>Change the internal tls_configure_ssl_keypair() function to
                   1311:            return -1 instead of 1 on failure.
                   1312:
                   1313:        <li>Move sequence numbers into the new TLSv1.2 record layer.
                   1314:
                   1315:        <li>Move AEAD handling into the new TLSv1.2 record layer.
                   1316:
                   1317:        <li>Factor out legacy stack version checks.
                   1318:
                   1319:        <li>Correct handshake MAC/PRF for various TLSv1.2 cipher suites which
                   1320:            were originally added with the default handshake MAC and PRF rather
                   1321:            than the SHA256 handshake MAC and PRF.
                   1322:
                   1323:        <li>Absorb ssl3_get_algorithm2() into ssl_get_handshake_evp_md().
                   1324:
                   1325:        <li>Use dtls1_record_retrieve_buffered_record() to load buffered
                   1326:            application data.
                   1327:
                   1328:        <li>Enforce read ahead with DTLS.
                   1329:
                   1330:        <li>Remove bogus DTLS checks that disabled ECC and OCSP.
                   1331:
                   1332:        <li>Clean up and simplify dtls1_get_cipher().
                   1333:
                   1334:        <li>Group HelloVerifyRequest decoding and add missing check for trailing
                   1335:            data.
                   1336:
                   1337:        <li>Revise HelloVerifyRequest handling for DTLSv1.2.
                   1338:
                   1339:        <li>Handle DTLS1_2_VERSION in various places.
                   1340:
                   1341:        <li>Rename the "truncated" label into "decode_err" and the "f_err"
                   1342:            label into "fatal_err".
                   1343:
                   1344:        <li>Factor out and change some of the legacy client version code.
                   1345:
                   1346:        <li>Simplify version checks in the TLSv1.3 client. Ensure that the
                   1347:            server announced TLSv1.3 and nothing higher and check that the
                   1348:            legacy_version is set to TLSv1.2 as required by RFC 8446.
                   1349:
                   1350:        <li>Only use TLS versions internally rather than both TLS and DTLS
                   1351:            versions since the latter are the one's complement of the human
                   1352:            readable version numbers, which means that newer versions decrease
                   1353:            in value.
                   1354:
                   1355:        <li>Identify DTLS based on the version major value.
                   1356:
                   1357:        <li>Move handling of cipher/hash based cipher suites into the new record
                   1358:            layer.
                   1359:
                   1360:        <li>Add tls12_record_protection_unused() and call it from CCS functions.
                   1361:
                   1362:        <li>Move key/IV length checks closer to usage sites. Also add explicit
1.39      tb       1363:            checks against
                   1364:            <a href="https://man.openbsd.org/EVP_CIPHER_iv_length.3">EVP_CIPHER_{iv,key}_length()</a>.
1.38      tb       1365:
                   1366:        <li>Replace two handrolled tls12_record_protection_engaged().
                   1367:
                   1368:        <li>Improve internal version handling: add handshake fields for our
                   1369:            minimum version, our maximum version and the TLS version negotiated
                   1370:            during the handshake. Convert most of the internal code to use these
                   1371:            version fields.
                   1372:
                   1373:        <li>Guard against future internal use of TLS1_get_{client,}_version()
                   1374:            macros.
                   1375:
                   1376:        <li>Remove the internal ssl_downgrade_max_version() function which is no
                   1377:            longer needed.
                   1378:
                   1379:        <li>Add support for DTLSv1.2 version handling.
                   1380:
                   1381:        <li>Remove no longer needed read ahead workarounds in the s_client and
                   1382:            s_server.
                   1383:
                   1384:        <li>Split TLSv1.3 record protection from record layer.
                   1385:
                   1386:        <li>Move the TLSv1.3 handshake struct inside the shared handshake
                   1387:            struct.
                   1388:
                   1389:        <li>Fully initialize rrec in tls12_record_layer_open_record_protected()
                   1390:            to avoid confusing some static analyzers.
                   1391:
                   1392:        <li>Use tls_set_errorx() on OCSP_basic_verify() failure since the latter
                   1393:            does not set errno.
                   1394:
                   1395:        <li>Convert openssl(1) x509 to new option handling and do the usual
                   1396:            clean up that goes along with it.
                   1397:
                   1398:        <li>Add SSL_HANDSHAKE_TLS12 for TLSv1.2 specific handshake data.
                   1399:
                   1400:        <li>Rename new_cipher to cipher to align naming with keyblock or other
                   1401:            parts of the handshake data.
                   1402:
                   1403:        <li>Move the TLSv1.2 record number increment into the new record layer.
                   1404:
                   1405:        <li>Move finished and peer finished into the handshake struct.
                   1406:
                   1407:        <li>Remove pointless assignment in SSL_get0_alpn_selected().
                   1408:
                   1409:        <li>Add some error checking to openssl(1) x509.
1.1       deraadt  1410:       </ul>
                   1411:
1.38      tb       1412:     <li>Bug Fixes
1.1       deraadt  1413:     <ul>
1.38      tb       1414:        <li>Move point-on-curve check to set_affine_coordinates to avoid
                   1415:            verifying ECDSA signatures with unchecked public keys.
                   1416:
1.39      tb       1417:        <li>Fix
                   1418:            <a href="https://man.openbsd.org/SSL_is_server.3">SSL_is_server(3)</a>
                   1419:            to behave as documented by re-introducing the client-specific
                   1420:            methods.
1.38      tb       1421:
                   1422:        <li>Avoid undefined behavior due to memcpy(NULL, NULL, 0).
                   1423:
                   1424:        <li>Make SSL_get{,_peer}_finished() work when used with TLSv1.3.
                   1425:
                   1426:        <li>Correct the return value type from ERR_peek_error() to a long.
                   1427:
                   1428:        <li>Avoid use of uninitialized in ASN1_time_parse() which could happen
                   1429:            on parsing UTCTime if the caller did not initialise the passed
                   1430:            struct tm.
                   1431:
                   1432:        <li>Destroy the mutex in a tls_config object on tls_config_free().
                   1433:
                   1434:        <li>Free alert_data and phh_data in tls13_record_layer_free()
1.39      tb       1435:            these could leak if
                   1436:            <a href="https://man.openbsd.org/SSL_shutdown.3">SSL_shutdown(3)</a>
                   1437:            or <a href="https://man.openbsd.org/tls_close.3">tls_close(3)</a>
                   1438:             were called after closing the underlying socket().
1.38      tb       1439:
                   1440:        <li>Gracefully handle root certificates being both trusted and
                   1441:            untrusted.
                   1442:
                   1443:        <li>Handle X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE in the new
                   1444:            verifier.
                   1445:
                   1446:        <li>Use the legacy verifier when building auto chains for TLS.
                   1447:
                   1448:        <li>Search the intermediates only after searching the root certs in the
                   1449:            new verifier to avoid problems with the legacy callback.
                   1450:
                   1451:        <li>Bail out early after finding a single chain in the new verifier, if
                   1452:            we have been called via the legacy verifier API.
                   1453:
                   1454:        <li>Set (invalid and likely incomplete) chain on the xsc on chain build
                   1455:            failure prior to calling the callback. This is required by various
                   1456:            callers, including auto chain.
                   1457:
                   1458:        <li>Remove direct assignment of aead_ctx to avoid a leak.
                   1459:
                   1460:        <li>Fail early in legacy exporter if the master secret is not available
                   1461:            to avoid a segfault if it is called when the handshake is not
                   1462:            completed.
                   1463:
                   1464:        <li>Only print the certificate file once on verification failure.
                   1465:
                   1466:        <li>Fix an off-by-one in x509_verify_set_xsc_chain() to make sure that
                   1467:            the new validator checks for EXFLAG_CRITICAL in
                   1468:            x509_vfy_check_chain_extension() for all untrusted certs in the
                   1469:            chain. Take into account that the root is not necessarily trusted.
                   1470:
                   1471:        <li>Avoid passing last and depth to x509_verify_cert_error() on ENOMEM.
                   1472:
                   1473:        <li>Fix two bugs in the legacy verifier that resulted from refactoring
1.39      tb       1474:            of
                   1475:            <a href="https://man.openbsd.org/X509_verify_cert.3">X509_verify_cert(3)</a>
                   1476:            for the new verifier: a return value was incorrectly treated as
                   1477:            boolean, making it insufficient to decide whether validation should
                   1478:            carry on or not.
1.38      tb       1479:
                   1480:        <li>Fix checks for memory caps of constraints names. There are internal
                   1481:            caps on the number of name constraints and other names, that the new
                   1482:            name constraints code allocates per cert chain. These limits were
                   1483:            checked too late, making them only partially effective.
                   1484:
                   1485:        <li>Fix a copy-paste error - skid was confused with an akid when
                   1486:            checking for EXFLAG_INVALID. This broke OCSP validation with
                   1487:            certain mirrors.
                   1488:
                   1489:        <li>Avoid a use-after-scope in tls13_cert_add().
                   1490:
                   1491:        <li>Avoid mangled output in BIO_debug_callback().
                   1492:
                   1493:        <li>Fix client initiated renegotiation by replacing use of s->internal-type
                   1494:            with s->server.
                   1495:
                   1496:        <li>Avoid transcript initialization when sending a TLS HelloRequest,
                   1497:            fixing server initiated renegotiation.
                   1498:
                   1499:        <li>Avoid leaking param->name in x509_verify_param_zero().
                   1500:
                   1501:        <li>Avoid a leak in an error path in openssl(1) x509.
                   1502:
                   1503:        <li>When sending an alert in TLSv1.3, only set its error code when no
                   1504:            other error was set previously. Certain clients rely on specific
                   1505:            SSL_R_ error codes to identify that they are dealing with a self
                   1506:            signed cert.
                   1507:
                   1508:        <li>When switching from the TLSv1.3 stack to the legacy stack include
                   1509:            a TLS record header. This is necessary if there is more than one
                   1510:            handshake message in the TLS plaintext record.
                   1511:
                   1512:        <li>Fix resource handling on error in OCSP_request_add0_id().
                   1513:
                   1514:        <li>Make sure there is enough room for stashing the handshake message
                   1515:            when switching to the legacy TLS stack.
                   1516:
                   1517:        <li>Fix a memory leak in the openssl(1) s_client.
                   1518:
                   1519:        <li>Unbreak DTLS retransmissions for flights that include a CCS.
                   1520:
                   1521:        <li>If x509_verify() fails, ensure that the error is set on both
                   1522:            the x509_verify_ctx() and its store context to make some failures
                   1523:            visible from SSL_get_verify_result().
                   1524:
                   1525:        <li>Use the X509_STORE_CTX get_issuer() callback from the new X.509
                   1526:            verifier to fix hashed certificate directories.
                   1527:
1.39      tb       1528:        <li>Only check
                   1529:            <a href="https://man.openbsd.org/BIO_should_read.3">BIO_should_read(3)</a>
                   1530:            on read and
                   1531:            <a href="https://man.openbsd.org/BIO_should_write.3">BIO_should_write(3)</a>
                   1532:            on write.  Previously,
                   1533:            <a href="https://man.openbsd.org/BIO_should_write.3">BIO_should_write(3)</a>
                   1534:            was also checked after read and
                   1535:            <a href="https://man.openbsd.org/BIO_should_read.3">BIO_should_read(3)</a>
                   1536:            after write which could cause stalls in software that uses the same
                   1537:            BIO for read and write.
                   1538:
                   1539:        <li>In <a href="https://man.openbsd.org/openssl.1">openssl(1)</a>
                   1540:            verify, also check for error on the store context since the return
                   1541:            value of
                   1542:            <a href="https://man.openbsd.org/X509_verify_cert.3">X509_verify_cert(3)</a>
                   1543:            is unreliable in presence of a callback that returns 1 too often.
1.38      tb       1544:
                   1545:        <li>Handle additional certificate error cases in the new X.509 verifier.
                   1546:            Keep track of the errors encountered if a verify callback tells the
                   1547:            verifier to continue and report them back via the error on the store
                   1548:            context. This mimics the behavior of the old verifier that would
                   1549:            persist the first error encountered while building the chain.
                   1550:
                   1551:        <li>Report specific failures for "self signed certificates" in a way
                   1552:            compatible with the old verifier since software relies on the
                   1553:            error code.
                   1554:
                   1555:        <li>Plug a large memory leak in the new verifier caused by calling
1.39      tb       1556:            X509_policy_check(3) repeatedly.
1.1       deraadt  1557:
1.38      tb       1558:        <li>Avoid leaking memory in x509_verify_chain_dup().
1.1       deraadt  1559:     </ul>
                   1560:   </ul>
                   1561:
1.15      benno    1562: <li>OpenSSH 8.5
1.1       deraadt  1563:   <ul>
1.33      benno    1564:     <li>Security fixes
                   1565:     <ul>
                   1566:        <li><a href="https://man.openbsd.org/ssh-agent.1">ssh-agent(1)</a>:
                   1567:        fixed a double-free memory corruption that was introduced in OpenSSH
                   1568:        8.2 . We treat all such memory faults as potentially exploitable. This
                   1569:        bug could be reached by an attacker with access to the agent socket.<br>
1.3       benno    1570:
1.33      benno    1571:        On modern operating systems where the OS can provide information
                   1572:        about the user identity connected to a socket, OpenSSH ssh-agent and
                   1573:        sshd limit agent socket access only to the originating user and root.
                   1574:        Additional mitigation may be afforded by the system's
                   1575:        malloc(3)/free(3) implementation, if it detects double-free
                   1576:        conditions.<br>
1.3       benno    1577:
1.33      benno    1578:        The most likely scenario for exploitation is a user forwarding an
                   1579:        agent either to an account shared with a malicious user or to a host
                   1580:        with an attacker holding root access.
                   1581:     </ul>
1.1       deraadt  1582:     <li>Potentially incompatible changes.
                   1583:     <ul>
1.33      benno    1584:        <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, <a
                   1585:        href="https://man.openbsd.org/sshd.8">sshd(8)</a>: this release
                   1586:        changes the first-preference signature algorithm from ECDSA to
                   1587:        ED25519.
                   1588:
                   1589:        <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, <a
                   1590:        href="https://man.openbsd.org/sshd.8">sshd(8)</a>: set the TOS/DSCP
                   1591:        specified in the configuration for interactive use prior to TCP
                   1592:        connect. The connection phase of the SSH session is time-sensitive and
                   1593:        often explicitly interactive.  The ultimate interactive/bulk TOS/DSCP
                   1594:        will be set after authentication completes.
                   1595:
                   1596:        <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, <a
                   1597:        href="https://man.openbsd.org/sshd.8">sshd(8)</a>: remove the
                   1598:        pre-standardization cipher rijndael-cbc@lysator.liu.se. It is an alias
                   1599:        for aes256-cbc before it was standardized in RFC4253 (2006), has been
                   1600:        deprecated and disabled by default since OpenSSH 7.2 (2016) and was
                   1601:        only briefly documented in ssh.1 in 2001.
                   1602:
                   1603:        <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, <a
                   1604:        href="https://man.openbsd.org/sshd.8">sshd(8)</a>: update/replace the
                   1605:        experimental post-quantum hybrid key exchange method based on
                   1606:        Streamlined NTRU Prime coupled with X25519.<br>
                   1607:
                   1608:        The previous sntrup4591761x25519-sha512@tinyssh.org method is
                   1609:        replaced with sntrup761x25519-sha512@openssh.com. Per its designers,
                   1610:        the sntrup4591761 algorithm was superseded almost two years ago by
                   1611:        sntrup761.
                   1612:        (note this both the updated method and the one that it replaced are
                   1613:        disabled by default)
                   1614:
                   1615:        <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>: disable
                   1616:        CheckHostIP by default. It provides insignificant benefits while
                   1617:        making key rotation significantly more difficult, especially for hosts
                   1618:        behind IP-based load-balancers.
1.1       deraadt  1619:     </ul>
                   1620:     <li>New Features
                   1621:     <ul>
1.33      benno    1622:        <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>: this release
                   1623:        enables UpdateHostkeys by default subject to some conservative
                   1624:        preconditions:
                   1625:        <ul>
                   1626:            <li>The key was matched in the UserKnownHostsFile (and not in the
                   1627:              GlobalKnownHostsFile).
                   1628:            <li>The same key does not exist under another name.
                   1629:            <li>A certificate host key is not in use.
                   1630:            <li>known_hosts contains no matching wildcard hostname pattern.
                   1631:            <li>VerifyHostKeyDNS is not enabled.
                   1632:            <li>The default UserKnownHostsFile is in use.
                   1633:        </ul>
                   1634:        We expect some of these conditions will be modified or relaxed in
                   1635:        future.
                   1636:
                   1637:        <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, <a
                   1638:        href="https://man.openbsd.org/sshd.8">sshd(8)</a>: add a new
                   1639:        LogVerbose configuration directive for that allows forcing maximum
                   1640:        debug logging by file/function/line pattern-lists.
                   1641:
                   1642:        <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>: when
                   1643:        prompting the user to accept a new hostkey, display any other host
                   1644:        names/addresses already associated with the key.
                   1645:
                   1646:        <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>: allow
                   1647:        UserKnownHostsFile=none to indicate that no known_hosts file should be
                   1648:        used to identify host keys.
                   1649:
                   1650:        <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>: add a
                   1651:        ssh_config KnownHostsCommand option that allows the client to obtain
                   1652:        known_hosts data from a command in addition to the usual files.
                   1653:
                   1654:        <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>: add a
                   1655:        ssh_config PermitRemoteOpen option that allows the client to restrict
                   1656:        the destination when RemoteForward is used with SOCKS.
                   1657:
                   1658:        <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>: for FIDO
                   1659:        keys, if a signature operation fails with a "incorrect PIN" reason and
                   1660:        no PIN was initially requested from the user, then request a PIN and
                   1661:        retry the operation. This supports some biometric devices that fall
                   1662:        back to requiring PIN when reading of the biometric failed, and
                   1663:        devices that require PINs for all hosted credentials.
                   1664:
                   1665:        <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>: implement
                   1666:        client address-based rate-limiting via new <a
                   1667:        href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a>
                   1668:        PerSourceMaxStartups and PerSourceNetBlockSize directives that provide
                   1669:        more fine-grained control on a per-origin address basis than the
                   1670:        global MaxStartups limit.
1.1       deraadt  1671:     </ul>
                   1672:     <li>Bugfixes
                   1673:     <ul>
1.33      benno    1674:        <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>: Prefix
                   1675:        keyboard interactive prompts with "(user@host)" to make it easier to
                   1676:        determine which connection they are associated with in cases like scp
                   1677:        -3, ProxyJump, etc. bz#3224
                   1678:
                   1679:        <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>: fix
                   1680:        sshd_config SetEnv directives located inside Match blocks. GHPR#201
                   1681:
                   1682:        <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>: when
                   1683:        requesting a FIDO token touch on stderr, inform the user once the
                   1684:        touch has been recorded.
                   1685:
                   1686:        <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>: prevent
                   1687:        integer overflow when ridiculously large ConnectTimeout values are
                   1688:        specified, capping the effective value (for most platforms) at 24
                   1689:        days. bz#3229
                   1690:
                   1691:        <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>: consider the
                   1692:        ECDSA key subtype when ordering host key algorithms in the client.
                   1693:
                   1694:        <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, <a
                   1695:        href="https://man.openbsd.org/sshd.8">sshd(8)</a>: rename the
                   1696:        PubkeyAcceptedKeyTypes keyword to PubkeyAcceptedAlgorithms. The
                   1697:        previous name incorrectly suggested that it control allowed key
                   1698:        algorithms, when this option actually specifies the signature
                   1699:        algorithms that are accepted. The previous name remains available as
                   1700:        an alias. bz#3253
                   1701:
                   1702:        <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, <a
                   1703:        href="https://man.openbsd.org/sshd.8">sshd(8)</a>: similarly, rename
                   1704:        HostbasedKeyTypes (ssh) and HostbasedAcceptedKeyTypes (sshd) to
                   1705:        HostbasedAcceptedAlgorithms.
                   1706:
                   1707:        <li><a
                   1708:        href="https://man.openbsd.org/sftp-server.8">sftp-server(8)</a>: add
                   1709:        missing lsetstat@openssh.com documentation and advertisement in the
                   1710:        server's SSH2_FXP_VERSION hello packet.
                   1711:
                   1712:        <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, <a
                   1713:        href="https://man.openbsd.org/sshd.8">sshd(8)</a>: more strictly
                   1714:        enforce KEX state-machine by banning packet types once they are
                   1715:        received. Fixes memleak caused by duplicate
                   1716:        SSH2_MSG_KEX_DH_GEX_REQUEST (oss-fuzz #30078).
                   1717:
                   1718:        <li><a href="https://man.openbsd.org/sftp.1">sftp(1)</a>: allow the
                   1719:        full range of UIDs/GIDs for chown/chgrp on 32bit platforms instead of
                   1720:        being limited by LONG_MAX. bz#3206
                   1721:
                   1722:        <li>Minor man page fixes (capitalization, commas, etc.) bz#3223
                   1723:
                   1724:        <li><a href="https://man.openbsd.org/sftp.1">sftp(1)</a>: when doing
                   1725:        an sftp recursive upload or download of a read-only directory, ensure
                   1726:        that the directory is created with write and execute permissions in
                   1727:        the interim so that the transfer can actually complete, then set the
                   1728:        directory permission as the final step. bz#3222
                   1729:
                   1730:        <li><a href="https://man.openbsd.org/ssh-keygen.1">ssh-keygen(1)</a>:
                   1731:        document the -Z, check the validity of its argument earlier and
                   1732:        provide a better error message if it's not correct.  bz#2879
                   1733:
                   1734:        <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>: ignore
                   1735:        comments at the end of config lines in ssh_config, similar to what we
                   1736:        already do for sshd_config. bz#2320
                   1737:
                   1738:        <li><a
                   1739:        href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a>:
                   1740:        mention that DisableForwarding is valid in a sshd_config Match block.
                   1741:        bz3239
                   1742:
                   1743:        <li><a href="https://man.openbsd.org/sftp.1">sftp(1)</a>: fix
                   1744:        incorrect sorting of "ls -ltr" under some circumstances. bz3248.
                   1745:
                   1746:        <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, <a
                   1747:        href="https://man.openbsd.org/sshd.8">sshd(8)</a>: fix potential
                   1748:        integer truncation of (unlikely) timeout values. bz#3250
                   1749:
                   1750:        <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>: make
                   1751:        hostbased authentication send the signature algorithm in its
                   1752:        SSH2_MSG_USERAUTH_REQUEST packets instead of the key type.  This make
                   1753:        HostbasedAcceptedAlgorithms do what it is supposed to - filter on
                   1754:        signature algorithm and not key type.
1.1       deraadt  1755:     </ul>
                   1756:   </ul>
                   1757:
                   1758: <li>Ports and packages:
                   1759:   <p>Many pre-built packages for each architecture:
                   1760:   <!-- number of FTP packages minus SHA256, SHA256.sig, index.txt -->
                   1761:   <ul style="column-count: 3">
                   1762:     <li>aarch64:     XXX
                   1763:     <li>amd64:       XXX
                   1764:     <li>arm:         XXX
                   1765:     <li>i386:        XXX
                   1766:     <li>mips64:      XXX
                   1767:     <li>mips64el:    XXX
                   1768:     <li>powerpc:     XXX
                   1769:     <li>powerpc64:   XXX
                   1770:     <li>sparc64:     XXX
                   1771:   </ul>
                   1772:
1.40      rsadowsk 1773:   <p>Some highlights:
                   1774:   <ul style="column-count: 3">
                   1775:     <li>Asterisk 18.3.0
                   1776:     <li>Audacity 2.4.2
                   1777:     <li>CMake 3.19.4
                   1778:     <li>Chromium 89.0.4389.128
                   1779:     <li>Emacs 27.2
                   1780:     <li>FFmpeg 4.3.2
                   1781:     <li>GCC 8.4.0
                   1782:     <li>GHC 8.10.3
                   1783:     <li>GNOME 3.38
                   1784:     <li>Go 1.16.2
                   1785:     <li>JDK 8u282 and 11.0.10
                   1786:     <li>KDE Applications 20.12.3
                   1787:     <li>KDE Frameworks 5.80.0
                   1788:     <li>Krita 4.4.3
                   1789:     <li>LLVM/Clang/Clang extra tools 10.0.0
                   1790:     <li>LibreOffice 7.0.5.2
                   1791:     <li>Lua 5.1.5, 5.2.4 and 5.3.6
                   1792:     <li>MariaDB 10.5.9
                   1793:     <li>Mono 6.12.0.122
                   1794:     <li>Mozilla Firefox 87.0 and ESR 78.9.0
                   1795:     <li>Mozilla Thunderbird 78.9.1
                   1796:     <li>Mutt 2.0.6 and NeoMutt 20210205
                   1797:     <li>Node.js 12.16.1
                   1798:     <li>OCaml 4.10.0
                   1799:     <li>OpenLDAP 2.3.43 and 2.4.58
                   1800:     <li>PHP 7.2.34, 7.3.27, 7.4.16 (default) and 8.0.3
                   1801:     <li>Postfix 3.5.10  and 3.6-20200627
                   1802:     <li>PostgreSQL 13.2
                   1803:     <li>Python 2.7.18, 3.8.8 and 3.9.2
                   1804:     <li>Qt 5.15.2
                   1805:     <li>R 4.0.5
                   1806:     <li>Ruby 2.6.7, 2.7.3 and 3.0.1
                   1807:     <li>Rust 1.51.0
                   1808:     <li>SQLite3 3.34.1
                   1809:     <li>Shotcut 21.01.29
                   1810:     <li>Sudo 1.9.6p1
                   1811:     <li>Suricata 6.0.1
                   1812:     <li>Tcl/Tk 8.5.19 and 8.6.8
                   1813:     <li>TeX Live 2020
                   1814:     <li>Vim 8.2.2580 and Neovim 0.4.4
                   1815:     <li>Xfce 4.16
                   1816:   </ul>
                   1817:   <p>
                   1818:
1.1       deraadt  1819: <li>As usual, steady improvements in manual pages and other documentation.
                   1820:
                   1821: <li>The system includes the following major components from outside suppliers:
                   1822:   <ul>
1.5       benno    1823:
                   1824:     <li>Xenocara (based on X.Org 7.7 with xserver 1.20.10 + patches,
1.32      matthieu 1825:         freetype 2.10.4, fontconfig 2.12.4, Mesa 20.0.8, xterm 367,
1.5       benno    1826:         xkeyboard-config 2.20, fonttosfnt 1.2.1 and more)
1.1       deraadt  1827:     <li>LLVM/Clang 10.0.1 (+ patches)
                   1828:     <li>GCC 4.2.1 (+ patches) and 3.3.6 (+ patches)
1.10      benno    1829:     <li>Perl 5.32.1 (+ patches)
1.8       florian  1830:     <li>NSD 4.3.6
                   1831:     <li>Unbound 1.13.1
1.1       deraadt  1832:     <li>Ncurses 5.7
                   1833:     <li>Binutils 2.17 (+ patches)
                   1834:     <li>Gdb 6.3 (+ patches)
1.5       benno    1835:     <li>Awk December 18, 2020 version
                   1836:     <li>Expat 2.2.10
1.1       deraadt  1837:   </ul>
                   1838:
                   1839: </ul>
                   1840: </section>
                   1841:
                   1842: <hr>
                   1843:
                   1844: <section id=install>
                   1845: <h3>How to install</h3>
                   1846: <p>
                   1847: Please refer to the following files on the mirror site for
                   1848: extensive details on how to install OpenBSD 6.9 on your machine:
                   1849:
                   1850: <ul>
                   1851: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.9/alpha/INSTALL.alpha">
                   1852:        .../OpenBSD/6.9/alpha/INSTALL.alpha</a>
                   1853: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.9/amd64/INSTALL.amd64">
                   1854:        .../OpenBSD/6.9/amd64/INSTALL.amd64</a>
                   1855: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.9/arm64/INSTALL.arm64">
                   1856:        .../OpenBSD/6.9/arm64/INSTALL.arm64</a>
                   1857: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.9/armv7/INSTALL.armv7">
                   1858:        .../OpenBSD/6.9/armv7/INSTALL.armv7</a>
                   1859: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.9/hppa/INSTALL.hppa">
                   1860:        .../OpenBSD/6.9/hppa/INSTALL.hppa</a>
                   1861: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.9/i386/INSTALL.i386">
                   1862:        .../OpenBSD/6.9/i386/INSTALL.i386</a>
                   1863: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.9/landisk/INSTALL.landisk">
                   1864:        .../OpenBSD/6.9/landisk/INSTALL.landisk</a>
                   1865: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.9/loongson/INSTALL.loongson">
                   1866:        .../OpenBSD/6.9/loongson/INSTALL.loongson</a>
                   1867: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.9/luna88k/INSTALL.luna88k">
                   1868:        .../OpenBSD/6.9/luna88k/INSTALL.luna88k</a>
                   1869: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.9/macppc/INSTALL.macppc">
                   1870:        .../OpenBSD/6.9/macppc/INSTALL.macppc</a>
                   1871: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.9/octeon/INSTALL.octeon">
                   1872:        .../OpenBSD/6.9/octeon/INSTALL.octeon</a>
                   1873: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.9/powerpc64/INSTALL.powerpc64">
1.4       landry   1874:        .../OpenBSD/6.9/powerpc64/INSTALL.powerpc64</a>
1.1       deraadt  1875: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.9/sgi/INSTALL.sgi">
                   1876:        .../OpenBSD/6.9/sgi/INSTALL.sgi</a>
                   1877: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.9/sparc64/INSTALL.sparc64">
                   1878:        .../OpenBSD/6.9/sparc64/INSTALL.sparc64</a>
                   1879: </ul>
                   1880: </section>
                   1881:
                   1882: <hr>
                   1883:
                   1884: <section id=quickinstall>
                   1885: <p>
                   1886: Quick installer information for people familiar with OpenBSD, and the use of
                   1887: the "<a href="https://man.openbsd.org/disklabel.8">disklabel</a> -E" command.
                   1888: If you are at all confused when installing OpenBSD, read the relevant
                   1889: INSTALL.* file as listed above!
                   1890:
                   1891: <h3>OpenBSD/alpha:</h3>
                   1892:
                   1893: <p>
                   1894: If your machine can boot from CD, you can write <i>install69.iso</i> or
                   1895: <i>cd69.iso</i> to a CD and boot from it.
                   1896: Refer to INSTALL.alpha for more details.
                   1897:
                   1898: <h3>OpenBSD/amd64:</h3>
                   1899:
                   1900: <p>
                   1901: If your machine can boot from CD, you can write <i>install69.iso</i> or
                   1902: <i>cd69.iso</i> to a CD and boot from it.
                   1903: You may need to adjust your BIOS options first.
                   1904:
                   1905: <p>
                   1906: If your machine can boot from USB, you can write <i>install69.img</i> or
                   1907: <i>miniroot69.img</i> to a USB stick and boot from it.
                   1908:
                   1909: <p>
                   1910: If you can't boot from a CD, floppy disk, or USB,
                   1911: you can install across the network using PXE as described in the included
                   1912: INSTALL.amd64 document.
                   1913:
                   1914: <p>
                   1915: If you are planning to dual boot OpenBSD with another OS, you will need to
                   1916: read INSTALL.amd64.
                   1917:
                   1918: <h3>OpenBSD/arm64:</h3>
                   1919:
                   1920: <p>
                   1921: Write <i>miniroot69.img</i> to a disk and boot from it after connecting
                   1922: to the serial console.  Refer to INSTALL.arm64 for more details.
                   1923:
                   1924: <h3>OpenBSD/armv7:</h3>
                   1925:
                   1926: <p>
                   1927: Write a system specific miniroot to an SD card and boot from it after connecting
                   1928: to the serial console.  Refer to INSTALL.armv7 for more details.
                   1929:
                   1930: <h3>OpenBSD/hppa:</h3>
                   1931:
                   1932: <p>
                   1933: Boot over the network by following the instructions in INSTALL.hppa or the
                   1934: <a href="hppa.html#install">hppa platform page</a>.
                   1935:
                   1936: <h3>OpenBSD/i386:</h3>
                   1937:
                   1938: <p>
                   1939: If your machine can boot from CD, you can write <i>install69.iso</i> or
                   1940: <i>cd69.iso</i> to a CD and boot from it.
                   1941: You may need to adjust your BIOS options first.
                   1942:
                   1943: <p>
                   1944: If your machine can boot from USB, you can write <i>install69.img</i> or
                   1945: <i>miniroot69.img</i> to a USB stick and boot from it.
                   1946:
                   1947: <p>
                   1948: If you can't boot from a CD, floppy disk, or USB,
                   1949: you can install across the network using PXE as described in
                   1950: the included INSTALL.i386 document.
                   1951:
                   1952: <p>
                   1953: If you are planning on dual booting OpenBSD with another OS, you will need to
                   1954: read INSTALL.i386.
                   1955:
                   1956: <h3>OpenBSD/landisk:</h3>
                   1957:
                   1958: <p>
                   1959: Write <i>miniroot69.img</i> to the start of the CF
                   1960: or disk, and boot normally.
                   1961:
                   1962: <h3>OpenBSD/loongson:</h3>
                   1963:
                   1964: <p>
                   1965: Write <i>miniroot69.img</i> to a USB stick and boot bsd.rd from it
                   1966: or boot bsd.rd via tftp.
                   1967: Refer to the instructions in INSTALL.loongson for more details.
                   1968:
                   1969: <h3>OpenBSD/luna88k:</h3>
                   1970:
                   1971: <p>
                   1972: Copy 'boot' and 'bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                   1973: from the PROM, and then bsd.rd from the bootloader.
                   1974: Refer to the instructions in INSTALL.luna88k for more details.
                   1975:
                   1976: <h3>OpenBSD/macppc:</h3>
                   1977:
                   1978: <p>
                   1979: Burn the image from a mirror site to a CDROM, and power on your machine
                   1980: while holding down the <i>C</i> key until the display turns on and
                   1981: shows <i>OpenBSD/macppc boot</i>.
                   1982:
                   1983: <p>
                   1984: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                   1985: /6.9/macppc/bsd.rd</i>
                   1986:
                   1987: <h3>OpenBSD/octeon:</h3>
                   1988:
                   1989: <p>
                   1990: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                   1991: Refer to the instructions in INSTALL.octeon for more details.
                   1992:
                   1993: <h3>OpenBSD/powerpc64:</h3>
                   1994:
                   1995: <p>
                   1996: To install, write <i>install69.img</i> or <i>miniroot69.img</i> to a
                   1997: USB stick, plug it into the machine and choose the <i>OpenBSD
                   1998: install</i> menu item in Petitboot.
                   1999: Refer to the instructions in INSTALL.powerpc64 for more details.
                   2000:
                   2001: <h3>OpenBSD/sgi:</h3>
                   2002:
                   2003: <p>
                   2004: To install, burn cd69.iso on a CD-R, put it in the CD drive of your
                   2005: machine and select <i>Install System Software</i> from the System Maintenance
                   2006: menu. Indigo/Indy/Indigo2 (R4000) systems will not boot automatically from
                   2007: CD-ROM, and need a proper invocation from the PROM prompt.
                   2008: Refer to the instructions in INSTALL.sgi for more details.
                   2009:
                   2010: <p>
                   2011: If your machine doesn't have a CD drive, you can setup a DHCP/tftp network
                   2012: server, and boot using "bootp()/bsd.rd.IP##" using the kernel matching your
                   2013: system type. Refer to the instructions in INSTALL.sgi for more details.
                   2014:
                   2015: <h3>OpenBSD/sparc64:</h3>
                   2016:
                   2017: <p>
                   2018: Burn the image from a mirror site to a CDROM, boot from it, and type
                   2019: <i>boot cdrom</i>.
                   2020:
                   2021: <p>
                   2022: If this doesn't work, or if you don't have a CDROM drive, you can write
                   2023: <i>floppy69.img</i> or <i>floppyB69.img</i>
                   2024: (depending on your machine) to a floppy and boot it with <i>boot
                   2025: floppy</i>. Refer to INSTALL.sparc64 for details.
                   2026:
                   2027: <p>
                   2028: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                   2029: will most likely fail.
                   2030:
                   2031: <p>
                   2032: You can also write <i>miniroot69.img</i> to the swap partition on
                   2033: the disk and boot with <i>boot disk:b</i>.
                   2034:
                   2035: <p>
                   2036: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                   2037: </section>
                   2038:
                   2039: <hr>
                   2040:
                   2041: <section id=upgrade>
                   2042: <h3>How to upgrade</h3>
                   2043: <p>
1.22      benno    2044: If you already have an OpenBSD 6.8 system, and do not want to reinstall,
1.1       deraadt  2045: upgrade instructions and advice can be found in the
                   2046: <a href="faq/upgrade69.html">Upgrade Guide</a>.
                   2047: </section>
                   2048:
                   2049: <hr>
                   2050:
                   2051: <section id=sourcecode>
                   2052: <h3>Notes about the source code</h3>
                   2053: <p>
                   2054: <code>src.tar.gz</code> contains a source archive starting at <code>/usr/src</code>.
                   2055: This file contains everything you need except for the kernel sources,
                   2056: which are in a separate archive.
                   2057: To extract:
                   2058: <blockquote><pre>
                   2059: # <kbd>mkdir -p /usr/src</kbd>
                   2060: # <kbd>cd /usr/src</kbd>
                   2061: # <kbd>tar xvfz /tmp/src.tar.gz</kbd>
                   2062: </pre></blockquote>
                   2063: <p>
                   2064: <code>sys.tar.gz</code> contains a source archive starting at <code>/usr/src/sys</code>.
                   2065: This file contains all the kernel sources you need to rebuild kernels.
                   2066: To extract:
                   2067: <blockquote><pre>
                   2068: # <kbd>mkdir -p /usr/src/sys</kbd>
                   2069: # <kbd>cd /usr/src</kbd>
                   2070: # <kbd>tar xvfz /tmp/sys.tar.gz</kbd>
                   2071: </pre></blockquote>
                   2072: <p>
                   2073: Both of these trees are a regular CVS checkout.  Using these trees it
                   2074: is possible to get a head-start on using the anoncvs servers as
                   2075: described <a href="anoncvs.html">here</a>.
                   2076: Using these files
                   2077: results in a much faster initial CVS update than you could expect from
                   2078: a fresh checkout of the full OpenBSD source tree.
                   2079: </section>
                   2080:
                   2081: <hr>
                   2082:
                   2083: <section id=ports>
                   2084: <h3>Ports Tree</h3>
                   2085: <p>
                   2086: A ports tree archive is also provided.  To extract:
                   2087: <blockquote><pre>
                   2088: # <kbd>cd /usr</kbd>
                   2089: # <kbd>tar xvfz /tmp/ports.tar.gz</kbd>
                   2090: </pre></blockquote>
                   2091: <p>
                   2092: Go read the <a href="faq/ports/index.html">ports</a> page
                   2093: if you know nothing about ports
                   2094: at this point.  This text is not a manual of how to use ports.
                   2095: Rather, it is a set of notes meant to kickstart the user on the
                   2096: OpenBSD ports system.
                   2097: <p>
                   2098: The <i>ports/</i> directory represents a CVS checkout of our ports.
                   2099: As with our complete source tree, our ports tree is available via
                   2100: <a href="anoncvs.html">AnonCVS</a>.
                   2101: So, in order to keep up to date with the -stable branch, you must make
                   2102: the <i>ports/</i> tree available on a read-write medium and update the tree
                   2103: with a command like:
                   2104: <blockquote><pre>
                   2105: # <kbd>cd /usr/ports</kbd>
                   2106: # <kbd>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_6_9</kbd>
                   2107: </pre></blockquote>
                   2108: <p>
                   2109: [Of course, you must replace the server name here with a nearby anoncvs
                   2110: server.]
                   2111: <p>
                   2112: Note that most ports are available as packages on our mirrors. Updated
                   2113: ports for the 6.9 release will be made available if problems arise.
                   2114: <p>
                   2115: If you're interested in seeing a port added, would like to help out, or just
                   2116: would like to know more, the mailing list
                   2117: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                   2118: </section>