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

Annotation of www/74.html, Revision 1.77

1.1       deraadt     1: <!doctype html>
                      2: <html lang=en id=release>
                      3: <head>
                      4: <meta charset=utf-8>
                      5:
                      6: <title>OpenBSD 7.4</title>
                      7: <meta name="description" content="OpenBSD 7.4">
                      8: <meta name="viewport" content="width=device-width, initial-scale=1">
                      9: <link rel="stylesheet" type="text/css" href="openbsd.css">
                     10: <link rel="canonical" href="https://www.openbsd.org/74.html">
                     11: </head><body>
                     12: <h2 id=OpenBSD>
                     13: <a href="index.html">
                     14: <i>Open</i><b>BSD</b></a>
                     15: 7.4
                     16: </h2>
                     17:
                     18: <table>
                     19: <tr>
                     20: <td>
                     21: <a href="images/XXX.png">
                     22: <img width="227" height="303" src="images/XXX-s.gif" alt="XXX"></a>
                     23: <td>
                     24: Released Oct XXX, 2023. (55th OpenBSD release)<br>
                     25: Copyright 1997-2023, Theo de Raadt.<br>
                     26: <br>
1.4       job        27: Artwork by Jessica Scott.
1.1       deraadt    28: <br>
                     29: <ul>
                     30: <li>See the information on <a href="ftp.html">the FTP page</a> for
                     31:     a list of mirror machines.
                     32: <li>Go to the <code class=reldir>pub/OpenBSD/7.4/</code> directory on
                     33:     one of the mirror sites.
                     34: <li>Have a look at <a href="errata74.html">the 7.4 errata page</a> for a list
                     35:     of bugs and workarounds.
                     36: <li>See a <a href="plus74.html">detailed log of changes</a> between the
                     37:     7.3 and 7.4 releases.
                     38: <p>
                     39: <li><a href="https://man.openbsd.org/signify.1">signify(1)</a>
                     40:     pubkeys for this release:<p>
                     41:
                     42: <table class=signify>
                     43: <tr><td>
                     44: openbsd-74-base.pub:
                     45: <td>
                     46: <a href="https://ftp.openbsd.org/pub/OpenBSD/7.4/openbsd-74-base.pub">
                     47: RWRoyQmAD08ajTqgzK3UcWaVlwaJMckH9/CshU8Md5pN1GoIrcBdTF+c</a>
                     48: <tr><td>
                     49: openbsd-74-fw.pub:
                     50: <td>
                     51: RWTRA9KXRuZKunpXYK0ed5OxbE0K7rYWpDnTu+M8wZdqzRroFqed0U6I
                     52: <tr><td>
                     53: openbsd-74-pkg.pub:
                     54: <td>
                     55: RWR/h7gubZ9M/O46RNy3PzLTPevOCK24LGCPca41IHMwSH4YuVA+jnWO
                     56: <tr><td>
                     57: openbsd-74-syspatch.pub:
                     58: <td>
                     59: RWQqty2voy8V8afR9/v2RzuNr7r4y9cKwljABN7Tytd7JcPdBjnXg0Ue
                     60: </table>
                     61: </ul>
                     62: <p>
                     63: All applicable copyrights and credits are in the src.tar.gz,
                     64: sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the
                     65: files fetched via <code>ports.tar.gz</code>.
                     66: </table>
                     67:
                     68: <hr>
                     69:
                     70: <section id=new>
                     71: <h3>What's New</h3>
                     72: <p>
                     73: This is a partial list of new features and systems included in OpenBSD 7.4.
                     74: For a comprehensive list, see the <a href="plus74.html">changelog</a> leading
                     75: to 7.4.
                     76:
                     77: <ul>
                     78:
                     79: <li>New/extended platforms:
                     80:   <ul>
1.11      benno      81:   <li>On arm64, implement branch target protection using the branch
                     82:        target identification feature introduced in Armv8.5.  This provides
                     83:        "head-CFI" to complement the "tail-CFI" provided by retguard, and is
                     84:        supported on Apple M2.
1.1       deraadt    85:   </ul>
                     86:
                     87: <li>Various kernel improvements:
                     88:   <ul>
1.21      schwarze   89:   <li>On amd64, identify IBT capability in
                     90:       <a href="https://man.openbsd.org/amd64/cpu.4">cpu(4)</a> dmesg lines.
1.26      kn         91:   <li>On arm64, show BTI and SBSS features in
1.21      schwarze   92:       <a href="https://man.openbsd.org/dmesg.8">dmesg(8)</a>.
1.47      schwarze   93:   <li>New <a href="https://man.openbsd.org/kqueue1">kqueue1(2)</a>
                     94:       system call supporting the <code>O_CLOEXEC</code> flag.
1.21      schwarze   95:   <li>Map device tree read/write to unbreak root on
                     96:       <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>.
1.34      krw        97:   <li>Correctly recognize <a href="https://man.openbsd.org/umass.4">umass(4)</a>.
                     98:       floppy disk devices as floppy disks.
1.44      schwarze   99:   <li>In <a href="https://man.openbsd.org/wscons.4">wscons(4)</a>,
                    100:        catch up with box drawing characters which have
1.35      benno     101:        been standardized in unicode after the original wscons code was
                    102:        written and chose placeholder values.
1.51      benno     103:   <li>Take more functions in the network and routing code out
1.50      benno     104:        of kernel lock.
1.62      schwarze  105:   <li>Implement <a href="https://man.openbsd.org/dt.4">dt(4)</a>
                    106:       utrace support on amd64 and i386.
1.61      benno     107:   <li>Correct undefined behavior when using MS-DOS filesystems, fixes imported from FreeBSD.
1.63      benno     108:   <li>Make the <a href="https://man.openbsd.org/fstab.5">softdep</a>
                    109:        <a href="https://man.openbsd.org/mount.8">mount(8)</a> option a no-op.
                    110:        Softdep was a significant impediment to improving the vfs layer.
1.77    ! benno     111:   <li>Allow <a href="https://man.openbsd.org/unveil.2">unveil(2)</a>ed
        !           112:        programs to dump <a href="https://man.openbsd.org/core.5">core(5)</a>
        !           113:        into the current working directory.
        !           114:   <li>Address incomplete validation of ELF program headers in <a
        !           115:        href="https://man.openbsd.org/execve.2">execve(2)</a>.
        !           116:   <li>On arm64, use the deep idle state available on Apple M1/M2 cores
        !           117:        in the idle loop and for suspend, resulting in power savings.
1.1       deraadt   118:   </ul>
                    119:
                    120: <li>SMP Improvements
                    121:   <ul>
1.66      schwarze  122:   <li>Rewrite <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a>,
                    123:        in particular to improve locking and to help with unlocking more
                    124:        of <a href="https://man.openbsd.org/pf.4">pf(4)</a> and with
                    125:        parallelisation of the network stack in the future.
                    126:        The protocol remains compatible with the older version.
1.28      benno     127:   <li>Pushed kernel lock into nd6_resolve().
                    128:   <li>Removed kernel locks from the ARP input path.
                    129:   <li>Pulled MP-safe arprequest() out of kernel lock.
1.44      schwarze  130:   <li>Unlock more parts of
                    131:        <a href="https://man.openbsd.org/ioctl.2">ioctl(2)</a>
                    132:        code in the network stack.
1.51      benno     133:   <li>Remove the kernel lock from IPv6 neighbor discovery.
1.1       deraadt   134:   </ul>
                    135:
                    136: <li>Direct Rendering Manager and graphics drivers
                    137:   <ul>
1.18      jsg       138:   <li>Updated <a href="https://man.openbsd.org/drm.4">drm(4)</a>
                    139:       to Linux 6.1.55
                    140:   <li>Don't change end marker in sg_set_page().  Caused bad memory accesses
                    141:       when using page flipping on Alder Lake and Raptor Lake.
1.1       deraadt   142:   </ul>
                    143:
                    144: <li>VMM/VMD improvements
                    145:   <ul>
1.38      dv        146:   <li>Allowed <a href="https://man.openbsd.org/vmm.4">vmm(4)</a> guests to
                    147:        enable and use supervisor IBT.
1.39      jsg       148:   <li>Suppressed AMD hardware p-state visibility to
1.38      dv        149:        <a href="https://man.openbsd.org/vmm.4">vmm(4)</a> guests.
1.21      schwarze  150:   <li>Avoid use of uninitialised memory in
                    151:       <a href="https://man.openbsd.org/vmd.8">vmd(8)</a>.
1.15      benno     152:   <li>Migrate vmd_vm.vm_ttyname to char array allowing a vmd_vm
1.30      dv        153:         object to be transmitted over an ipc channel.
                    154:   <li>Cleaned up file descriptor closing in
                    155:         <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> vmm process.
                    156:   <li>Fixed vm send/receive, restoring device virtqueue addresses on
                    157:        receive.
                    158:   <li>Introduced <a href="https://man.openbsd.org/execvp.3">execvp(3)</a>
                    159:        after fork for child vm processes.
1.32      schwarze  160:   <li>No longer generate an error in
                    161:       <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> if
                    162:       <a href="https://man.openbsd.org/vm.conf.5">vm.conf(5)</a> is absent.
1.30      dv        163:   <li>Split <a href="https://man.openbsd.org/vmm.4">vmm(4)</a> into MI/MD
                    164:        parts.
                    165:   <li>Introduced multi-process model for
                    166:        <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> virtio block and
                    167:        network devices.
                    168:   <li>Allowed vm owners to override boot kernel when using
                    169:        <a href="https://man.openbsd.org/vmctl.8">vmctl(8)</a> to start a
                    170:        vm.
                    171:   <li>Changed staggered start of vms to number of online CPUs.
                    172:   <li>Fixed a segfault on vm creation.
                    173:   <li>Switched to anonymous shared memory mappings for
                    174:        <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> vm processes,
                    175:        introducing a new <a href="https://man.openbsd.org/vmm.4">vmm(4)</a>
                    176:        <a href="https://man.openbsd.org/ioctl.2">ioctl(2)</a>.
                    177:   <li>Relaxed absolute path requirements for
                    178:        <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> configtest mode (-n).
                    179:   <li>Adjusted shutdown logic by vm id to function similarly as by name.
                    180:   <li>Moved validation of local network prefixes for the internal
                    181:        <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> DHCP service into
                    182:        the config parser.
                    183:   <li>Fixed QCOW2 base images when used with the
                    184:        <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> multi-process device
                    185:        model.
                    186:   <li>Fixed setting verbose logging in child processes.
                    187:   <li>Fixed a race condition related to the emulated i8259 interrupt controller
                    188:        by ignoring interrupt masks on assert.
                    189:   <li>Inlined pending interrupts in the
                    190:        <a href="https://man.openbsd.org/vmm.4">vmm(4)</a>
                    191:        <a href="https://man.openbsd.org/ioctl.2">ioctl(2)</a> for running the
                    192:        vcpu, reducing vm latency.
                    193:   <li>Added zero-copy, vectored io to the
                    194:        <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> virtio block device.
                    195:   <li>Changed to logging <a href="https://man.openbsd.org/vmd.8">vmd(8)</a>
                    196:        vm ids in the vcpu run loop on error and not the ids used by
                    197:        <a href="https://man.openbsd.org/vmm.4">vmm(4)</a>.
                    198:   <li>Fixed a vm pause deadlock.
                    199:   <li>Changed <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> logging format
                    200:        to disambiguate vm and device process by names and indices.
                    201:   <li>Fixed dynamically toggling verbose logging mode with
                    202:        <a href="https://man.openbsd.org/vmctl.8">vmctl(8)</a>.
1.1       deraadt   203:   </ul>
                    204:
                    205: <li>Various new userland features:
                    206:   <ul>
1.20      schwarze  207:   <li>New ISO C11 header <code>&lt;uchar.h&gt;</code> declaring the
                    208:       types <code>char32_t</code> and <code>char16_t</code> and the
                    209:       functions <a href="https://man.openbsd.org/c32rtomb.3">c32rtomb(3)</a>,
                    210:       <a href="https://man.openbsd.org/mbrtoc32.3">mbrtoc32(3)</a>,
                    211:       <a href="https://man.openbsd.org/c16rtomb.3">c16rtomb(3)</a>, and
                    212:       <a href="https://man.openbsd.org/mbrtoc16.3">mbrtoc16(3)</a>.
1.72      schwarze  213:   <li>Introduce a new <a href="https://man.openbsd.org/malloc.3">malloc(3)</a>
                    214:        option <a href="https://man.openbsd.org/malloc.3#D">D</a>
                    215:        for memory leak detection with
                    216:        <a href="https://man.openbsd.org/ktrace.1">ktrace(1)</a> and
                    217:        <a href="https://man.openbsd.org/kdump.1">kdump(1)</a>.
1.47      schwarze  218:   <li>Add many new functions to the
                    219:       <a href="https://man.openbsd.org/imsg_init.3">imsg_init(3)</a> API.
1.46      schwarze  220:   <li>Support <code>${.VARIABLES}</code> in
                    221:       <a href="https://man.openbsd.org/make.1">make(1)</a>,
                    222:       listing the names of all global variables that have been set.
                    223:   <li>New <a href="https://man.openbsd.org/kdump.1">kdump(1)</a>
                    224:       <code>-u</code> option to select
                    225:       <a href="https://man.openbsd.org/utrace.2">utrace(2)</a>
                    226:       tracepoints by label.
                    227:   <li>In <a href="https://man.openbsd.org/openrsync.1">openrsync(1)</a>,
                    228:       support the options <code>--size-only</code> and
                    229:       <code>--ignore-times</code>
1.11      benno     230:   <li>Update zoneinfo to tzdata2023c.
1.34      krw       231:   <li>Accept the <a href="https://man.openbsd.org/ucom.4">ucom(4)</a> fixed
                    232:       name format as a valid format for the
                    233:       <a href="https://man.openbsd.org/cu.1">cu(1)</a> -l option.
1.62      schwarze  234:   <li>In <a href="https://man.openbsd.org/cron.8">cron(8)</a> and
                    235:        <a href="https://man.openbsd.org/crontab.5">crontab(5)</a>,
                    236:        add support for random offsets when
1.51      benno     237:        using ranges with a step value in cron.  This extends the random range
                    238:        syntax to support step values.  Instead of choosing a random number
                    239:        between the high and low values, the field is treated as a range with
                    240:        a random offset less than the step value.  This can be used to avoid
                    241:        thundering herd problems where multiple machines contact a server all
                    242:        at the same time via cron jobs.
1.61      benno     243:   <li>Extend and improve the ibuf API in <a
                    244:        href="https://man.openbsd.org/ibuf_add_buf.3">libutil</a> and add
                    245:        function for more specific data types, for modifying data at specific
                    246:        offsets, for getting and setting the filedescriptor stored on the ibuf
                    247:        and for efficient wrapping of ibufs into imesgs. The ibuf API is
                    248:        mostly used in network daemons.
1.59      schwarze  249:   <li>In <a href="https://man.openbsd.org/wsconsctl.8">wsconsctl(8)</a>,
                    250:        add button mappings for two- and three-finger clicks on clickpads.
1.1       deraadt   251:   </ul>
                    252:
                    253: <li>Various bugfixes and tweaks in userland:
                    254:   <ul>
1.33      schwarze  255:   <li>In <a href="https://man.openbsd.org/pax.1">pax(1)</a> and
                    256:       <a href="https://man.openbsd.org/tar.1">tar(1)</a>,
                    257:       speed up archive creation when many files are skipped.
1.77    ! benno     258:   <li>In <a href="https://man.openbsd.org/pax.1">pax(1)</a>,
        !           259:       <a href="https://man.openbsd.org/tar.1">tar(1)</a>, and
        !           260:       <a href="https://man.openbsd.org/cpio.1">cpio(1)</a> terminal
        !           261:       output, escape non-printable characters in messages that may
        !           262:       include file names.
        !           263:   <li>In <a href="https://man.openbsd.org/pax.1">pax(1)</a>, when
        !           264:        creating an archive file, don't open files that will be skipped.
1.46      schwarze  265:   <li>Better diagnostics from
                    266:       <a href="https://man.openbsd.org/make.1">make(1)</a>
                    267:       when a makefile exists but cannot be opened.
                    268:   <li>Prevent a buffer underflow in
                    269:       <a href="https://man.openbsd.org/patch.1">patch(1)</a>
                    270:       that could occur with lines longer than 32kB.
                    271:   <li>Prevent a segmentation fault in
                    272:       <a href="https://man.openbsd.org/patch.1">patch(1)</a>
                    273:       that occurred when a patch specified a file name so long that
                    274:       <a href="https://man.openbsd.org/basename.3">basename(3)</a> failed.
                    275:   <li>Prevent a read buffer overrun in
                    276:       <a href="https://man.openbsd.org/patch.1">patch(1)</a>
                    277:       that could occur when a patch specified a file name ending in a slash.
                    278:   <li>Let <a href="https://man.openbsd.org/stat.1">stat(1)</a>
                    279:       correctly print mtimes after 2038.
1.21      schwarze  280:   <li>Refactoring and documenting of
                    281:       <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> code,
                    282:       to make it easier to maintain.
1.34      krw       283:   <li><a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a>
                    284:        no longer adds extra blanks at the end of lines, eliminating
                    285:        spurious line wrapping.
1.21      schwarze  286:   <li>In <a href="https://man.openbsd.org/clang.1">clang(1)</a>,
                    287:       allow out-of-class defaulting of comparison operators,
1.11      benno     288:        by ways of backporting an upstream commit.
1.21      schwarze  289:   <li>Improve the code of
                    290:       <a href="https://man.openbsd.org/aucat.1">aucat(1)</a>
                    291:       and fix spelling mistakes.
1.11      benno     292:   <li>Improve the code quality of find(1).
1.21      schwarze  293:   <li>Many changes in <a href="https://man.openbsd.org/mg.1">mg(1)</a>:
1.11      benno     294:     <ul>
1.46      schwarze  295:     <li>New command
                    296:         <a href="https://man.openbsd.org/mg.1#set-tab-width">set-tab-width</a>
                    297:         to change the tabulator width on a per-buffer basis.
                    298:     <li>Let the <code>space-to-tabstop</code> command move to the right
                    299:         position even if the line contains tabs, control characters,
                    300:         or non-ASCII bytes.
1.21      schwarze  301:     <li>Improve the readability of the code.
1.46      schwarze  302:     <li>Fall back to <code>/bin/sh</code> if <code>$SHELL</code> is undefined.
1.21      schwarze  303:     <li>Fix parsing of tag files with duplicate entries.
1.11      benno     304:        Instead of erroring out ignore duplicates. Fixes using
1.46      schwarze  305:        <code>/var/db/libc.tags</code> again.
                    306:     <li>Change the <a href="https://man.openbsd.org/mg.1#visit-tags-table"
                    307:         >visit-tags-table</a> command to immediately
1.11      benno     308:        load the tag file, and drop the lazy mechanics.
1.46      schwarze  309:     <li>Do not leak memory in
                    310:         <a href="https://man.openbsd.org/mg.1#pop-tag-mark">pop-tag-mark</a>
                    311:         if it fails to switch buffers.
                    312:     <li>Fix a read buffer overrun caused by <code>-u</code> arguments
                    313:         longer than 1023 bytes.
                    314:     <li>Fix a write buffer overrun on the stack caused by
                    315:         <a href="https://man.openbsd.org/mg.1#blink-and-insert"
                    316:         >blink-and-insert</a> matching a very long line
                    317:         that is not currently visible in the window.
1.11      benno     318:     <li>Skip checking permissions of conffile with access(2).
1.61      benno     319:     <li>Resurrect no-tab-mode and add it to the list of modes that can
                    320:        be set with set-default-mode.
1.35      benno     321:     <li>Added a missing void.
1.11      benno     322:     </ul>
1.16      jsg       323:   <li>On aarch64 architectures improve how BTI control flow integrity
1.11      benno     324:        enforcement is implemented in the executable entry point and enable
1.16      jsg       325:        support for BTI control flow integrity checks in libc assembly
1.11      benno     326:        functions.
1.28      benno     327:   <li>In <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a> treat
                    328:        symlinks in $ORIGIN determination the same way as other OS linkers do.
1.34      krw       329:   <li>Fix a segfault when the
                    330:       <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a>
                    331:            simple editor encounters an incomplete partition line.
                    332:   <li>Fix <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a>
                    333:       handling of templates with partitions after a "N-* 100" entry.
                    334:   <li>Enable <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a>
                    335:       regress tests to work on sparc64.
                    336:   <li>Fix <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a>
                    337:       initialization of CHS/LBA fields in an MBR, allowing machines with
                    338:       a BIOS that uses CHS to boot from disks >8G.
                    339:   <li>Retire <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a>
                    340:       -E expert mode.
                    341:   <li>When displaying GPT partition attributes
                    342:       <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> prefixes
                    343:       Microsoft partition attribute names with 'MS'.
                    344:   <li>In the absence of the 'disktype' command line parameter
                    345:       <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a>
                    346:       always uses the current media type provided by the kernel.
                    347:   <li>Ensure <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> handles
                    348:       the case where a GPT partition name is not a valid C string.
1.59      schwarze  349:   <li>When creating new crypto volumes with
                    350:       <a href="https://man.openbsd.org/bioctl.8">bioctl(8)</a>,
                    351:       by default use a hardware based number of KDF rounds for passphrases.
                    352:   <li>Let <a href="https://man.openbsd.org/bioctl.8">bioctl(8)</a>
                    353:       gracefully prompt again during interactive creation and
                    354:       passphrase change on CRYPTO and 1C volumes.
                    355:   <li>Let <a href="https://man.openbsd.org/bioctl.8">bioctl(8)</a>
                    356:       read passphrases without prompts or confirmation
                    357:       in <code>-s</code> mode.
                    358:   <li>Allow the <a href="https://man.openbsd.org/atactl.8">atactl(8)</a>
                    359:       command <a href="https://man.openbsd.org/atactl.8#readattr">readattr</a>
                    360:       to succeed even for disks where <code>ATA_SMART_READ</code> and
                    361:       <code>ATA_SMART_THRESHOLD</code> revisions mismatch, as long as
                    362:       checksums are OK.
1.44      schwarze  363:   <li>In <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a>,
                    364:        avoid an overflow in the ELF SYSV ABI hash function.
1.47      schwarze  365:   <li>Make sure <a href="https://man.openbsd.org/modf.3">modf(3)</a> and
                    366:        <a href="https://man.openbsd.org/modff.3">modff(3)</a>
                    367:        return correct values for infinities.
                    368:   <li>Do not fail in
                    369:        <a href="https://man.openbsd.org/ober_scanf_elements.3"
                    370:        >ober_scanf_elements(3)</a> when encountering empty sequences.
1.62      schwarze  371:   <li>Remove broken special handling of <code>test -t</code> in
                    372:        <a href="https://man.openbsd.org/ksh.1">ksh(1)</a>.
1.57      sthen     373:   <li>The caching mechanism used by
1.60      sthen     374:        <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>
1.57      sthen     375:        to speed up <tt>pkg_add -u</tt> now also works if -stable packages
                    376:        are available.
1.61      benno     377:   <li>In seq(1), fix a check for rounding error and truncation.
                    378:   <li>In cron(8), introduce upstream fixes in the handling of @yearly, @monthly,
                    379:        @weekly, @daily and @hourly entries.
1.77    ! benno     380:   <li>In pax(1), safely escape characters when displaying messages
        !           381:        that may include file names, and truncate times to the correct maximum
        !           382:        value.
        !           383:   <li>In <a href="https://man.openbsd.org/patch.1">patch(1)</a>,
        !           384:        increase the maximum line length from 32768 to 9223372036854775807
        !           385:        (ssize_t) characters.
        !           386:   <li>Make <a href="https://man.openbsd.org/rcctl.8">rcctl(8)</a>
        !           387:        check if a daemon exists before trying to disable it, thereby avoiding
        !           388:        parsing and printing of bogus characters.
1.1       deraadt   389:   </ul>
                    390:
                    391: <li>Improved hardware support and driver bugfixes, including:
                    392:   <ul>
1.20      schwarze  393:   <li>New <a href="https://man.openbsd.org/sysctl.2">sysctl(2)</a>
                    394:       nodes for battery management, <code>hw.battery.charge*</code>.
1.64      schwarze  395:       Support them with
                    396:       <a href="https://man.openbsd.org/acpithinkpad.4">acpithinkpad(4)</a>
                    397:       and <a href="https://man.openbsd.org/aplsmc.4">aplsmc(4)</a>.
1.20      schwarze  398:   <li>Define fixed names for
                    399:       <a href="https://man.openbsd.org/ucom.4">ucom(4)</a> USB serial
1.34      krw       400:       ports, display them in attach messages and via the new
                    401:       <code>hw.ucomnames</code>
                    402:       <a href="https://man.openbsd.org/sysctl.2#HW_UCOMNAMES~2">sysctl(2)</a>.
1.63      benno     403:   <li>Add support for the RK3568 32k RTC, RK3588, and other clocks in
1.21      schwarze  404:       <a href="https://man.openbsd.org/rkclock.4">rkclock(4)</a>.
                    405:   <li>In <a href="https://man.openbsd.org/dwpcie.4">dwpcie(4)</a>,
                    406:       attach Baikal-M PCIe.
1.11      benno     407:   <li>In openfirmware, implement regulator notifiers which get called
                    408:        when the voltage/current for a regulator is changed or when the
                    409:        regulator gets initialized when it attaches for the first time. The
                    410:        latter makes it possible to register a notifier for a regulator that
                    411:        hasn't attached yet.
1.21      schwarze  412:   <li>Add <a href="https://man.openbsd.org/rkiovd.4">rkiovd(4)</a>,
                    413:       a driver for the I/O voltage domains on Rockchip SoCs.
                    414:   <li>Add support for TEMPerGold 3.4 temperature sensor to
                    415:       <a href="https://man.openbsd.org/ugold.4">ugold(4)</a>.
1.15      benno     416:   <li>Ignore duplicate ACPI lid transitions as they can happen on Dell
                    417:        Precision 5510 systems.
                    418:   <li>Make RK3568 PCIe controllers run at the maximum possible speed
                    419:        by using dwpcie_link_config() when initializing.
                    420:   <li>In the Universal Flash Storage Host Controller Interface
1.21      schwarze  421:       (<a href="https://man.openbsd.org/ufshci.4">ufshci(4)</a>),
                    422:       enable Force Unit Access (FUA) for write commands.
1.28      benno     423:   <li>Make SATA (<a href="https://man.openbsd.org/ahci.4">ahci(4)</a>)
                    424:        work on a Banana Pi BPI-R2 Pro.
                    425:   <li>In <a href="https://man.openbsd.org/umcs.4">umcs(4)</a>, set
                    426:        parity bits correctly.
1.35      benno     427:   <li>Enabled the caps lock LED on modern Apple laptop keyboards.
1.44      schwarze  428:   <li>Add support for Rockchip "cryptov2-rng" random number generator in
                    429:        <a href="https://man.openbsd.org/rkrng.4">rkrng(4)</a>.
1.62      schwarze  430:   <li>Add <a href="https://man.openbsd.org/qcrng.4">qcrng(4)</a>,
                    431:        a driver for the Qualcomm RNG device found on the Thinkpad X13s.
1.35      benno     432:   <li>Fixed cpuperf on the Apple M2 Pro/Max.
1.36      jsg       433:   <li>Add support for the PCIe controller found on Apple M2 Pro/Max SoCs.
1.40      jsg       434:   <li>Add support for enabling both the USB2 and USB3 PHYs in
                    435:       <a href="https://man.openbsd.org/xhci.4">xhci(4)</a> with device tree.
1.43      jsg       436:   <li>Add <a href="https://man.openbsd.org/rkusbphy.4">rkusbphy(4)</a>,
                    437:       a driver for the usb2phy on Rockchip SoCs.
1.62      schwarze  438:   <li>Support AP806/CP110 SoCs in
                    439:        <a href="https://man.openbsd.org/mvtemp.4">mvtemp(4)</a>.
                    440:   <li>Add <a href="https://man.openbsd.org/dwmshc.4">dwmshc(4)</a>
                    441:        to support Designware Mobile Storage Host Controllers
1.50      benno     442:        found on rk356x and rk3588 SoCs.
1.62      schwarze  443:   <li>Add <a href="https://man.openbsd.org/iosf.4">iosf(4)</a>,
                    444:        a driver for the Intel OnChip System Fabric.
                    445:   <li>In the SCSI tape driver
                    446:        <a href="https://man.openbsd.org/st.4">st(4)</a>, add support
                    447:        for I/O statistics so that tape speeds can be observed with
                    448:        <a href="https://man.openbsd.org/iostat.8">iostat(8)</a>.
                    449:   <li>Add support for the RTL8153D chipset in
                    450:        <a href="https://man.openbsd.org/ure.4">ure(4)</a>.
1.56      benno     451:   <li>Add support for the Peripheral Authentication Service SMC
1.62      schwarze  452:        interface in <a href="https://man.openbsd.org/qcscm.4">qcscm(4)</a>.
                    453:   <li>Add <a href="https://man.openbsd.org/qcmtx.4">qcmtx(4)</a>,
                    454:        a driver for the hardware spinlock on Qualcomm
1.56      benno     455:        SoCs that is used to synchronize access to the shared memory table.
1.62      schwarze  456:   <li>Add <a href="https://man.openbsd.org/qcsmptp.4">qcsmptp(4)</a>,
                    457:        a driver to share 32-bit values between (co-)processors.
                    458:   <li>Add <a href="https://man.openbsd.org/qcaoss.4">qcaoss(4)</a>,
                    459:        a driver for the Always On Subsystem found on Qualcomm SoCs.
                    460:   <li>Add <a href="https://man.openbsd.org/qcpas.4">qcpas(4)</a>,
                    461:        a driver for the Peripheral Authentication Service
                    462:        found on Qualcomm SoCs.  Enable AC detection.
                    463:   <li>Fix use of MMC/SD/SDIO on RK3588 ARM SoC in
                    464:        <a href="https://man.openbsd.org/dwmmc.4">dwmmc(4)</a>.
                    465:   <li>Support thermal sensors on Ryzen 9 79xx in
                    466:        <a href="https://man.openbsd.org/ksmn.4">ksmn(4)</a>.
                    467:   <li>Add <a href="https://man.openbsd.org/qctsens.4">qctsens(4)</a>,
                    468:        a driver for the Temperature Sensor found on Qualcomm SoCs.
                    469:   <li>Add support for JH7110 to
                    470:        <a href="https://man.openbsd.org/dwmmc.4">dwmmc(4)</a>,
                    471:        making eMMC and microSD mostly work on the Starfive VisionFive 2.
                    472:   <li>Add driver <a href="https://man.openbsd.org/qccpu.4">qccpu(4)</a>
                    473:        for QC CPU Power States.
1.74      schwarze  474:   <li>Add support for the RK3588 PCIe3 PHY to
                    475:        <a href="https://man.openbsd.org/rkpciephy.4">rkpciephy(4)</a>.
                    476:        The PHY controls 4 lanes that can be routed to 4 of 5 PCIe controllers.
                    477:   <li>Add mute control to
                    478:        <a href="https://man.openbsd.org/sncodec.4">sncodec(4)</a>.
                    479:        This makes the mute button work on laptops using this driver.
1.77    ! benno     480:   <li>Add mute control to <a
        !           481:        href="https://man.openbsd.org/tascodec.4">tascodec(4)</a>. This makes
        !           482:        the mute button on laptops that use tascodec(4) work.
1.1       deraadt   483:   </ul>
                    484:
                    485: <li>New or improved network hardware support:
                    486:   <ul>
1.21      schwarze  487:   <li>Fix <a href="https://man.openbsd.org/dwqe.4">dwqe(4)</a>
                    488:       on several boards that use
                    489:       <a href="https://man.openbsd.org/rgephy.4">rgephy(4)</a> by configuring
1.11      benno     490:        the RGMII interface before taking the PHY out of reset.
1.28      benno     491:   <li>Improve <a href="https://man.openbsd.org/dwqe.4">dwqe(4)</a> and
                    492:        determine PHY mode and pass the appropriate flags down to the PHY when
                    493:        we attach it.
1.31      schwarze  494:   <li>Report in <a href="https://man.openbsd.org/dmesg.8">dmesg(8)</a> on
                    495:       which gmac the <a href="https://man.openbsd.org/dwqe.4">dwqe(4)</a>
                    496:       driver is attaching to.
1.21      schwarze  497:   <li>Document that Intel i226 adapters are supported by
                    498:       <a href="https://man.openbsd.org/igc.4">igc(4)</a>.
                    499:   <li>Add <a href="https://man.openbsd.org/ngbe.4">ngbe(4)</a>,
                    500:       a driver for WangXun WX1860 PCI Express 10/100/1Gb Ethernet devices.
                    501:       Also support it on amd64 install media.
                    502:   <li>Add support for the RTL8211F-VD PHY in
                    503:       <a href="https://man.openbsd.org/rgephy.4">rgephy(4)</a>.
1.15      benno     504:   <li>In openfirmware, add glue for network interfaces to be found by
                    505:        fdt/ofw node or phandle in order to support "switch chips" like the
                    506:        marvell link street.
1.37      kevlo     507:   <li>Add support for RTL8153D devices to
                    508:       <a href="https://man.openbsd.org/ure.4">ure(4)</a>.
1.62      schwarze  509:   <li>Provide byte and packet counter statistics in some
                    510:        <a href="https://man.openbsd.org/dwge.4">dwge(4)</a> implementations.
1.74      schwarze  511:   <li>On <a href="https://man.openbsd.org/bge.4">bge(4)</a>, make hardware
                    512:        counters available via kstats for BCM5705 and newer controller chips.
1.1       deraadt   513:   </ul>
                    514:
                    515: <li>Added or improved wireless network drivers:
                    516:   <ul>
1.21      schwarze  517:   <li>Improve how Quectel LTE&5G devices attach to
                    518:       <a href="https://man.openbsd.org/umb.4">umb(4)</a>.
1.62      schwarze  519:   <li>Add initial support for Atlantic 2 hardware in
                    520:       <a href="https://man.openbsd.org/aq.4">aq(4)</a>.
1.1       deraadt   521:   </ul>
                    522:
                    523: <li>IEEE 802.11 wireless stack improvements and bugfixes:
                    524:   <ul>
1.27      stsp      525:   <li> Add support for RTL8188FTV devices to the
                    526:       <a href="https://man.openbsd.org/urtwn.4">urtwn(4)</a> driver.
                    527:   <li>Attach Intel wireless devices with PCI product ID 0x51f1 to
                    528:       <a href="https://man.openbsd.org/iwx.4">iwx(4)</a>.
                    529:   <li>Fix a bug where <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> and
                    530:       <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> background
                    531:       scan tasks were added to the wrong task queue.
                    532:   <li>Fix a firmware error that occurred when an
                    533:       <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> interface
                    534:       was brought down.
                    535:   <li>Fix <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> firmware errors
                    536:       triggered during background scans.
                    537:   <li>Fix a crash in the <a href="https://man.openbsd.org/iwm.4">iwm(4)</a>
                    538:       driver when userland attempts to inject frames via bpf in monitor mode.
1.1       deraadt   539:   </ul>
                    540:
                    541: <li>Installer, upgrade and bootloader improvements:
                    542:   <ul>
1.11      benno     543:   <li>In the arm64 ramdisk, simplify apple firmware copying to make it
                    544:        easier to add new firmware.
1.21      schwarze  545:   <li>On armv7 and arm64, silence informational messages from
                    546:       <a href="https://man.openbsd.org/dd.1">dd(1)</a>
1.11      benno     547:        when zeroing a disk's first 1MB. Use character not block devices with
                    548:        dd(1) like on other architectures.
                    549:   <li>Refactor the code of md_installboot() on armv7 and arm64 to be
                    550:        more in line with other architectures.
                    551:   <li>Improve the dialogue of the installer without affecting
1.21      schwarze  552:       <a href="https://man.openbsd.org/autoinstall.8">autoinstall(8)</a>
                    553:        files.
                    554:   <li>Enable <a href="https://man.openbsd.org/ufshci.4">ufshci(4)</a>
                    555:       on arm64 install media.
1.15      benno     556:   <li>On arm64 pine64 boards, stop writing pine64 firmware to disk.
1.21      schwarze  557:   <li>Make root on
                    558:       <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>
                    559:       installations boot out of the box on Raspberry Pis (arm64).
1.28      benno     560:   <li>Support installations with root on
                    561:       <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>
                    562:       on arm64, tested on Pinebook Pro, Raspberry Pi 4b, and SolidRun CEX7.
1.50      benno     563:   <li>On riscv64, enable softraid(4) in the ramdisk kernel and support
                    564:        installations with root on
                    565:       <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>
1.28      benno     566:   <li>When installing on encrypted
                    567:        <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>, determine
                    568:        the disk for placing the root device automatically and make it default
                    569:        as it is the only legit choice.
1.26      kn        570:   <li>Add arm64 to the list of architectures with support for guided disk
                    571:       encryption.
                    572:   <li>Retain existing EFI System partitions on systems with APFSISC
                    573:       partitions (arm64 Apple M1/M2) during installation with root on
                    574:       <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>.
1.34      krw       575:   <li>When media has neither a GPT nor an MBR
1.45      fcambus   576:       <a href="https://man.openbsd.org/installboot.8">installboot(8)</a>,
                    577:       assume OpenBSD occupies the entire disk starting at sector 0.
1.35      benno     578:   <li>Attempt to not overflow the ramdisk when extracting firmware on
                    579:        Apple arm64 systems.
1.50      benno     580:   <li>Add support for loading files from the EFI System Partition.
1.61      benno     581:   <li>Fix a bug in the handling of SCSI drives in the bootloader on the luna88k architecture.
                    582:   <li>On luna88k, implement the chmod() signaling mechanism for
                    583:        <code>/bsd.upgrade</code> to prevent re-upgrade, like other
                    584:        architectures.
1.1       deraadt   585:   </ul>
                    586:
                    587: <li>Security improvements:
                    588:   <ul>
1.21      schwarze  589:   <li>Change <a href="https://man.openbsd.org/malloc.3">malloc(3)</a>
1.24      otto      590:       chunk sizes to be fine grained: chunk sizes are closer to the
                    591:       requested allocation size.
1.21      schwarze  592:   <li>In <a href="https://man.openbsd.org/malloc.3">malloc(3)</a>,
                    593:       check all chunks in the delayed free list for write-after-free.
1.59      schwarze  594:   <li>The <a href="https://man.openbsd.org/shutdown.8">shutdown(8)</a>
1.71      schwarze  595:       program can now only be executed by members of the new
1.59      schwarze  596:       <code>_shutdown</code> group.  The idea is that system
                    597:       administrators can now remove most users from the excessively
                    598:       powerful <code>operator</code> group, which in particular
                    599:       provides read access to disk device nodes.
1.46      schwarze  600:   <li>Restrict <a href="https://man.openbsd.org/patch.1">patch(1)</a>
                    601:       to the current directory including subdirectories, TMPDIR,
                    602:       and file names given on the command line using
                    603:       <a href="https://man.openbsd.org/unveil.2">unveil(2)</a>.
1.70      schwarze  604:   <li>In <a href="https://man.openbsd.org/ksh.1">ksh(1)</a>, consistently
                    605:       escape control characters when displaying file name completions,
1.33      schwarze  606:       even when there are multiple matches.
                    607:   <li>In <a href="https://man.openbsd.org/pax.1">pax(1)</a>,
                    608:       <a href="https://man.openbsd.org/tar.1">tar(1)</a>, and
                    609:       <a href="https://man.openbsd.org/cpio.1">cpio(1)</a> terminal
1.73      schwarze  610:       output, safely escape non-printable characters
                    611:       in messages that may include file names,
                    612:       and truncate times to the correct maximum value.
1.50      benno     613:   <li>On amd64, enable Indirect Branch Tracking (IBT) for the kernel.
                    614:   <li>Enable branch target control flow enforcement on arm64.
1.51      benno     615:   <li>In clang on amd64, emit IBT endbr64 instructions by default (meaning,
                    616:        -fcf-protection=branch is the default).
1.58      benno     617:   <li>On arm64, implement support for pointer authentication (PAC) in userland.
1.62      schwarze  618:   <li>In <a href="https://man.openbsd.org/clang.1">clang(1)</a>,
                    619:        turn on pointer-authentication on arm64 by default.
1.77    ! benno     620:   <li>Enable Indirect Branch Tracking (IBT) for amd64 userland.
        !           621:   <li>Prevent <a href="https://man.openbsd.org/patch.1">patch(1)</a>
        !           622:        from modifying files outside of the current working directory and
        !           623:        subdirectories using <a
        !           624:        href="https://man.openbsd.org/unveil.2">unveil(2)</a>.
        !           625:
1.1       deraadt   626:   </ul>
                    627:
                    628: <li>Changes in the network stack:
                    629:   <ul>
1.21      schwarze  630:  <li>Sync the use of
                    631:      <a href="https://man.openbsd.org/getuptime.9">getuptime(9)</a>
                    632:      in the Neighbour Discovery (ND) code with ARP.
                    633:  <li>In the IPv6 forwarding code, call
                    634:      <a href="https://man.openbsd.org/getuptime.9">getuptime(9)</a>
                    635:      once for consistency with IPv4.
1.28      benno     636:  <li>ARP has a queue of packets that should be sent after name
                    637:        resolution. Neighbor discovery (ND6) did only hold a single packet.
                    638:        Unified the code, added a queue to ND6 and made the code MP safe.
1.31      schwarze  639:  <li>Implement a new <a href="https://man.openbsd.org/sysctl.2">sysctl(2)</a>
                    640:      <code>net.inet6.icmp6.nd6_queued</code> to show the number of packets
                    641:      waiting for an ND6 response, analogous to ARP.
1.50      benno     642:  <li>When configuring a new IPv6 address on an interface, an upstream router
                    643:        doesn't know where to send traffic.  Send an unsolicited
                    644:        neighbor advertisement, as described in RFC9131, to the all-routers
                    645:        multicast address so all routers on the same link will learn the path
                    646:        back to the address.
1.51      benno     647:  <li>Inbound portion of RFC9131.  Routers can create new neighbor cache entries
                    648:        when receiving a valid Neighbor Advertisement.
                    649:  <li>Implement RFC9131 and create new neighbor cache entries
                    650:        when receiving a valid Neighbor Advertisement.
1.69      schwarze  651:  <li>If the driver of a network interface supports TCP segmentation
                    652:        offload (TSO), do not chop the packet in the network stack,
                    653:        but pass it down to the interface layer for TSO.
                    654:  <li>Provide a software TSO implementation, to be used as a fallback
                    655:        if network hardware does not support TSO.
                    656:  <li>Provide a new <a href="https://man.openbsd.org/sysctl.2">sysctl(2)</a>
                    657:        node <a href="https://man.openbsd.org/sysctl.2#tcp.tso"
                    658:        >net.inet.tcp.tso</a> such that TSO can be globally disabled.
                    659:        By default, it is enabled on all interfaces supporting it.
                    660:  <li>In <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>,
                    661:        display separate
                    662:        <a href="https://man.openbsd.org/ifconfig.8#hwfeatures">hwfeatures</a>
                    663:        for TCP segmentation offload (TSOv4, TSOv6)
                    664:        and TCP large receive offload (LRO) and provide a
                    665:        <a href="https://man.openbsd.org/ifconfig.8#tcplro">-tcplro</a>
                    666:        parameter to disable LRO.
                    667:  <li>Enable TSO and forwarding of LRO packets via TSO in
                    668:        <a href="https://man.openbsd.org/ix.4">ix(4)</a>.
1.77    ! benno     669:  <li>In <a href="https://man.openbsd.org/ix.4">ix(4)</a>, allocate
        !           670:        less memory for tx buffers.
1.69      schwarze  671:  <li>Speed up TCP transfer on
                    672:        <a href="https://man.openbsd.org/lo.4">lo(4)</a>
                    673:        interfaces by using TSO and LRO.
                    674:  <li>Do not calculate IP, TCP, and UDP checksums on
                    675:        <a href="https://man.openbsd.org/lo.4">lo(4)</a> interfaces.
1.67      schwarze  676:  <li>Speed up the
                    677:        <a href="https://man.openbsd.org/ioctl.2">ioctl(2)</a> request
                    678:        <a href="https://man.openbsd.org/pf.4#DIOCGETRULE">DIOCGETRULE</a>
                    679:        such that <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a>
                    680:        can retrieve all <a href="https://man.openbsd.org/pf.4">pf(4)</a>
                    681:        rules from the kernel in linear rather than in quadratic time.
                    682:        To protect the kernel from memory exhaustion,
                    683:        userland processes now have to release tickets obtained with
                    684:        <a href="https://man.openbsd.org/pf.4#DIOCGETRULES">DIOCGETRULES</a>
                    685:        by issuing the new
                    686:        <a href="https://man.openbsd.org/ioctl.2">ioctl(2)</a> request
                    687:        <a href="https://man.openbsd.org/pf.4#DIOCXEND">DIOCXEND</a>.
                    688:        In particular, <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a>
                    689:        and <a href="https://man.openbsd.org/systat.1">systat(1)</a>
                    690:        now do that.
                    691:  <li>In <a href="https://man.openbsd.org/pf.4">pf(4)</a>,
                    692:        relax the implementation of the <code>pass all</code> rule so all
                    693:        forms of neighbor advertisements are allowed in either direction.
                    694:  <li>In <a href="https://man.openbsd.org/pf.4">pf(4)</a>,
                    695:        when redirecting locally generated IP packets to userland with
                    696:        <code>divert-packet</code> rules, the packets may have no checksum
                    697:        due to hardware offloading.  Calculate the checksum in that case.
                    698:  <li>Fix a bug in <a href="https://man.openbsd.org/pf.4">pf(4)</a>
                    699:        where <code>nat-to</code> could fail to insert a state
                    700:        due to conflict on chosen source port number.
1.63      benno     701:  <li>Convert the tcp_now() time counter to 64 bits to avoid 32 bits
                    702:        wrap around after changing tcp_now() ticks to milliseconds.
                    703:
1.1       deraadt   704:  </ul>
                    705:
                    706: <li>Routing daemons and other userland network improvements:
                    707:   <ul>
                    708:   <li>IPsec support was improved:
                    709:   <ul>
1.21      schwarze  710:        <li>In <a href="https://man.openbsd.org/iked.8">iked(8)</a>,
1.59      schwarze  711:            support route-based
                    712:            <a href="https://man.openbsd.org/sec.4">sec(4)</a> tunnels.
                    713:        <li>In <a href="https://man.openbsd.org/iked.8">iked(8)</a>,
                    714:            add support to verify X.509 chain from CERT payloads.
                    715:        <li>In <a href="https://man.openbsd.org/iked.8">iked(8)</a>,
                    716:            do not leak memory when receiving a CERT payload for pubkey auth
                    717:            or for an invalid CERT Encoding.
                    718:        <li>In <a href="https://man.openbsd.org/iked.8">iked(8)</a>,
                    719:            do not leak a file descriptor if
                    720:            <a href="https://man.openbsd.org/open_memstream.3"
                    721:            >open_memstream(3)</a> fails while trying to enable a child SA.
                    722:        <li>While trying to verify an ECDSA signature in
                    723:             <a href="https://man.openbsd.org/iked.8">iked(8)</a>,
                    724:            correctly detect failure of DER encoding with
1.21      schwarze  725:            <a href="https://man.openbsd.org/i2d_ECDSA_SIG.3"
1.59      schwarze  726:            >i2d_ECDSA_SIG(3)</a>.
                    727:        <li>In <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a>,
                    728:            support route-based IPSec VPN negotiation with
                    729:            <a href="https://man.openbsd.org/sec.4">sec(4)</a>.
                    730:        <li>In <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>,
                    731:            support configuring interface SAs for route-based IPSec VPNs.
                    732:        <li>In <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>
                    733:            quick mode, do not crash with a <code>NULL</code> pointer
                    734:            access when a group description is specified but it is invalid,
                    735:            unsupported, or memory allocation or key generation fails.
1.21      schwarze  736:        <li>In <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>,
1.59      schwarze  737:            avoid a double free in the unlikely event that
                    738:            <a href="https://man.openbsd.org/EC_KEY_check_key.3"
                    739:            >EC_KEY_check_key(3)</a> fails right after generating
                    740:            a new key pair.
                    741:        <li>Allow building
                    742:            <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>
                    743:            with a libcrypto library that has
                    744:            <a href="https://man.openbsd.org/OpenBSD-7.3/EC_GROUP_new.3"
                    745:            >binary field support</a> ("GF2m") removed.
1.1       deraadt   746:   </ul>
                    747:   <li>In <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>,
                    748:   <ul>
1.22      claudio   749:        <li>Add first version of flowspec support. Right now only announcement
                    750:            of flowspec rules is possible.
                    751:        <li>Update ASPA support to follow draft-ietf-sidrops-aspa-verification-16
                    752:            and draft-ietf-sidrops-aspa-profile-16 by making the ASPA lookup
                    753:            tables AFI-agnostic.
                    754:        <li>Rework UPDATE message generation to use the new ibuf API instead
                    755:            of the hand-rolled solution before.
                    756:        <li>Fix <code>ext-community * *</code> matching which also affects
1.29      jsg       757:            filters removing all ext-communities.
1.22      claudio   758:        <li>Improve and extend the bgpctl parser to handle commands like
                    759:            <code>bgpctl show rib 192.0.2.0/24 detail</code>.
                    760:            Also add various flowspec specific commands.
                    761:        <li>Introduce a semaphore to protect intermittent RTR session data
                    762:            from being published to the RDE.
                    763:        <li>Limit the socket buffer size to 64k for all sessions.
                    764:            Limiting the buffer size to a reasonable size ensures that not
                    765:            too many updates end up queued in the TCP stack.
                    766:        <li>Adjusted example <code>GRACEFUL_SHUTDOWN</code> filter rule in
                    767:            the example config to only match on ebgp sessions.
1.1       deraadt   768:   </ul>
                    769:   <li><a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> saw some changes:
                    770:   <ul>
1.23      claudio   771:        <li>A 30%-50% performance improvement was achieved through libcrypto's
                    772:            partial chains certificate validation feature. Already validated
                    773:            non-inheriting CA certificates are now marked as trusted roots. This
                    774:            way it can be ensured that a leaf's delegated resources are properly
                    775:            covered, and at the same time most validation paths are
                    776:            significantly shortened.
                    777:        <li>Support for gzip and deflate HTTP Content-Encoding compression was
                    778:            added. This allows web servers to send RRDP XML in compressed form,
                    779:            saving around 50% of bandwidth.
                    780:        <li>ASPA support was updated to draft-ietf-sidrops-aspa-profile-16.
                    781:            As part of supporting AFI-agnostic ASPAs, the JSON syntax for
                    782:            Validated ASPA Payloads changed in both filemode and normal output.
                    783:        <li>In filemode (-f option) the applicable manifests are now shown as
                    784:            part of the signature path.
                    785:        <li>A new -P option was added to manually specify a moment in time
                    786:            to use when parsing the validity window of certificates. Useful
                    787:            for regression testing. Default is invocation time of rpki-client.
                    788:        <li>The -A option will now also exclude ASPA data from the JSON output.
                    789:        <li>The synchronisation protocol used to sync the repository is now
                    790:            included in the OpenMetrics output.
                    791:        <li>Improved accounting by tracking objects both by repo and tal.
                    792:        <li>Check whether products listed on a manifest were issued by the same
                    793:            authority as the manifest itself.
                    794:        <li>File modification timestamps of objects retrieved via RRDP are now
                    795:            deterministically set to prepare the on-disk cache for seamless
                    796:            failovers from RRDP to RSYNC.
                    797:        <li>Improved detection of RRDP session desynchronization: a check was
                    798:            added to compare whether the delta hashes associated to previously
                    799:            seen serials are different in newly fetched notification files.
                    800:        <li>Improved handling of RRDP deltas in which objects are published,
                    801:            withdrawn, and published again.
                    802:        <li>Disallow X.509 v2 issuer and subject unique identifiers in certs.
                    803:            RPKI CAs will never issue certificates with V2 unique identifiers.
                    804:        <li>A check to disallow duplicate X.509 certificate extensions was
                    805:            added.
                    806:        <li>A check to disallow empty sets of IP Addresses or AS numbers in RFC
                    807:            3779 extensions was added.
                    808:        <li>A warning is printed when the CMS signing-time attribute in a Signed
                    809:            Object is missing.
                    810:        <li>Warnings about unrecoverable message digest mismatches now include
                    811:            the manifestNumber to aid debugging the cause.
                    812:        <li>A check was added to disallow multiple RRDP publish elements for the
                    813:            same file in RRDP snapshots. If this error condition is encountered,
                    814:            the RRDP transfer is failed and the RP falls back to rsync.
                    815:        <li>A compliance check for the proper X.509 Certificate version and CRL
                    816:            version was added.
                    817:        <li>A compliance check was added to ensure CMS Signed Objects contain
                    818:            SignedData, in accordance to RFC 6488 section 3 checklist item 1a.
                    819:        <li>Compliance checks were added for the version, KeyUsage, and
                    820:            ExtendedKeyUsage of EE certificates in Manifest, TAK, and GBR Signed
                    821:            Objects.
                    822:        <li>A CMS signing-time value being after the X.509 notAfter timestamp
                    823:            was downgraded from an error to a warning.
                    824:        <li>A bug was fixed in the handling of CA certificates which inherit IP
                    825:            resources.
                    826:        <li>A compliance check was added to ensure the X.509 Subject only
                    827:            contains commonName and optionally serialNumber.
                    828:        <li>A compliance check was added to ensure the CMS SignedData and
                    829:            SignerInfo versions to be 3.
                    830:        <li>Fisher-Yates shuffle the order in which Manifest entries are
                    831:            processed. Previously, work items were enqueued in the order the CA
                    832:            intended them to appear on a Manifest. However, there is no obvious
                    833:            benefit to third parties deciding the order in which things are
                    834:            processed.
1.1       deraadt   835:   </ul>
                    836:
1.41      op        837:   <li>In <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>,
                    838:   <ul>
                    839:        <li>Swapped link-auth filter arguments to avoid ambiguities with user
                    840:            names containing a "|" character.
                    841:        <li>Bumped <a href="https://man.openbsd.org/smtpd-filters.7">smtpd-filters(7)</a>
                    842:            protocol version.
                    843:        <li>Fixed potential truncation of filtered data lines.
                    844:        <li>Allowed arguments on NOOP.
                    845:   </ul>
                    846:
1.47      schwarze  847:   <li>Let <a href="https://man.openbsd.org/pcap_fopen_offline.3"
                    848:       >pcap_fopen_offline(3)</a> correctly interpret some
                    849:       <code>LINKTYPE_*</code> values in pcap headers written
                    850:       on foreign operating systems.
1.21      schwarze  851:   <li>Make <a href="https://man.openbsd.org/dig.1">dig(1)</a>
                    852:       use less deprecated LibreSSL API.
                    853:   <li>In <a href="https://man.openbsd.org/ypldap.8">ypldap(8)</a>,
                    854:       reduce memory usage when updating larger directories.
                    855:   <li>Remove stylistic differences between
                    856:       <a href="https://man.openbsd.org/arp.8">arp(8)</a> and
                    857:       <a href="https://man.openbsd.org/ndp.8">ndp(8)</a> delete()
1.15      benno     858:        function.  This makes it easier to spot real changes in behavior.
1.21      schwarze  859:   <li>Make <a href="https://man.openbsd.org/ndp.8">ndp(8)</a>
                    860:       not remove cloning routes when no neighbor entry is
1.15      benno     861:        found with <code>ndp -d</code>.
1.50      benno     862:   <li>Improved error handling in the <a
                    863:        href="https://man.openbsd.org/asr_run.3">asr</a> resolver.
1.59      schwarze  864:   <li>In <a href="https://man.openbsd.org/unwind.8">unwind(8)</a>,
                    865:        handle SERVFAIL results on name resolution better.
                    866:   <li>In <a href="https://man.openbsd.org/unwind.8">unwind(8)</a>,
                    867:        fix a use-after-free bug triggered by fatal write errors
                    868:        while sending TCP responses.
1.62      schwarze  869:   <li>In the router advertisement daemon
                    870:        <a href="https://man.openbsd.org/rad.8">rad(8)</a>, update the default
1.51      benno     871:        timers for prefix preferred and valid lifetimes to use the values from
                    872:        RFC 9096.
1.62      schwarze  873:   <li>In <a href="https://man.openbsd.org/slaacd.8">slaacd(8)</a>,
1.65      fcambus   874:        remove artificial limit of 2 hours on a PIO lifetime.
1.62      schwarze  875:   <li>Make <a href="https://man.openbsd.org/ypldap.8">ypldap(8)</a>
                    876:        more resilient when some servers are
1.56      benno     877:        misbehaving: keep trying LDAP servers until we get full results from
                    878:        one, rather than just until one accepts the TCP connection.
1.59      schwarze  879:   <li>New <a href="https://man.openbsd.org/ifconfig.8#wgdescription"
                    880:       >wgdescription</a> parameter to
                    881:       <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>
                    882:       to set a string describing the
                    883:       <a href="https://man.openbsd.org/wg.4">wg(4)</a> peer.
                    884:   <li>Let <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>
                    885:       prefix the interface name to many error and warning messages.
1.58      benno     886:   <li>Make the <code>tlsv1.0</code> and <code>tlsv1.1</code> options
1.62      schwarze  887:        in <a href="https://man.openbsd.org/relayd.8">relayd(8)</a>
                    888:        do nothing, as one should use the default <code>tlsv1.2</code>
1.58      benno     889:        instead.
1.76      schwarze  890:   <li>Fix IPv6 routes being changed by
                    891:        <a href="https://man.openbsd.org/relayd.8">relayd(8)</a>
                    892:        with Routers configuration.
1.77    ! benno     893:   <li>In <a
        !           894:        href="https://man.openbsd.org/dhcrelay6.8">dhcrelay6(8)</a>, do not
        !           895:        ignore the AF_LINK entries of <a
        !           896:        href="https://man.openbsd.org/carp.4">carp(4)</a> interfaces.
1.1       deraadt   897:   </ul>
                    898:
                    899: <li><a href="https://man.openbsd.org/tmux.1">tmux(1)</a> improvements and bug fixes:
                    900:   <ul>
1.11      benno     901:   <li>For passthrough, don't write to clients attached to different sessions.
                    902:   <li>Add a format to show if there are unseen changes while in a mode.
1.50      benno     903:   <li>Discard mouse sequences that have the right form but actually
                    904:        are invalid.
                    905:   <li>Invalidate cached tty state after changing features since they may
                    906:        change what the terminal can do and need mouse sequences or similar to
                    907:        be sent again.
1.51      benno     908:   <li>Add options to change the confirm key and default behaviour of
                    909:        confirm-before.
1.1       deraadt   910:   </ul>
                    911:
1.7       tb        912: <li>LibreSSL version 3.8.2
1.1       deraadt   913:   <ul>
1.7       tb        914:   <li>Security fixes
                    915:     <ul>
                    916:     <li>Disabled TLSv1.0 and TLSv1.1 in libssl so that they may no longer
                    917:       be selected for use.
                    918:     <li>BN_is_prime{,_fasttest}_ex() refuse to check numbers larger than
                    919:       32 kbits for primality. This mitigates various DoS vectors.
                    920:     <li>Restricted the RFC 3779 code to IPv4 and IPv6. It was not written
                    921:       to be able to deal with anything else.
                    922:     </ul>
                    923:   <li>Portable changes
                    924:     <ul>
                    925:     <li>Extended the endian.h compat header with hto* and *toh macros.
                    926:     <li>Adapted more tests to the portable framework.
                    927:     <li>Internal tools are now statically linked.
                    928:     <li>Applications bundled as part of the LibreSSL package internally,
                    929:       nc(1) and openssl(1), now are linked statically if static libraries
                    930:       are built.
                    931:     <li>Internal compatibility function symbols are no longer exported from
                    932:       libcrypto. Instead, the libcompat library is linked to libcrypto,
                    933:       libssl, and libtls separately. This increases size a little, but
                    934:       ensures that the libraries are not exporting symbols to programs
                    935:       unintentionally.
                    936:     <li>Selective removal of CET implementation on platforms where it is
                    937:       not supported (macOS).
                    938:     <li>Integrated four more tests.
                    939:     <li>Added Windows ARM64 architecture to tested platforms.
                    940:     <li>Removed Solaris 10 support, fixed Solaris 11.
                    941:     <li>libtls no longer links statically to libcrypto / libssl unless
                    942:            <code>--enable-libtls-only</code> is specified at configure time.
                    943:     <li>Improved Windows compatibility library, namely handling of files vs
                    944:       sockets, correcting an exception when operating on a closed socket.
                    945:     <li>CMake builds no longer hardcode <code>-O2</code> into the compiler flags,
                    946:       instead using flags from the CMake build type instead.
                    947:     <li>Set the CMake default build type to <code>Release</code>. This can be overridden
                    948:       during configuration.
                    949:     <li>Fixed broken ASM support with MinGW builds.
                    950:     </ul>
1.1       deraadt   951:   <li>New features
                    952:     <ul>
1.7       tb        953:     <li>Added support for truncated SHA-2 and for SHA-3.
                    954:     <li>The BPSW primality test performs additional Miller-Rabin rounds
                    955:       with random bases to reduce the likelihood of composites passing.
                    956:     <li>Allow testing of ciphers and digests using badly aligned buffers
                    957:       in openssl speed using -unalign.
                    958:     <li>Ed25519 certificates are now supported in openssl(1) ca and req.
                    959:       Prepared Ed25519 support in libssl.
                    960:     <li>Add branch target information (BTI) support to amd64 and arm64
                    961:       assembly.
1.1       deraadt   962:     </ul>
                    963:   <li>Compatibility changes
                    964:     <ul>
1.7       tb        965:     <li>Added a workaround for a poorly thought-out change in OpenSSL 3 that
                    966:       broke privilege separation support in libtls.
                    967:     <li>Moved libtls from ECDSA_METHOD to EC_KEY_METHOD.
                    968:     <li>Removed GF2m support: BIGNUM no longer supports binary extension
                    969:       field arithmetic and all binary elliptic builtin curves were removed.
                    970:     <li>Removed dangerous, "fast" NIST prime and elliptic curve implementations.
                    971:       In particular, EC_GFp_nist_method() is no longer available.
                    972:     <li>Removed most public symbols that were deprecated in OpenSSL 0.9.8.
                    973:     <li>Removed the public X9.31 API (RSA_X931_PADDING is still available).
                    974:     <li>Removed Cipher Text Stealing mode.
                    975:     <li>Removed ENGINE support, including ECDH_METHOD and ECDSA_METHOD.
                    976:     <li>Removed COMP, DSO, dynamic loading of conf modules and support for
                    977:       custom ex_data and error stacks.
                    978:     <li>Removed proxy certificate (RFC 3820) support.
                    979:     <li>Removed SXNET and NETSCAPE_CERT_SEQUENCE support including the
1.8       tb        980:       openssl(1) nseq command.
1.7       tb        981:     <li>ENGINE support was removed and OPENSSL_NO_ENGINE is set. In spite
                    982:       of this, some stub functions are provided to avoid patching some
                    983:       applications that do not honor OPENSSL_NO_ENGINE.
                    984:     <li>The POLICY_TREE and its related structures and API were removed.
                    985:     <li>In X509_VERIFY_PARAM_inherit() copy hostflags independently of the
                    986:       host list.
                    987:     <li>Made CRYPTO_get_ex_new_index() not return 0 to allow applications
                    988:       to use *_{get,set}_app_data() and *_{get,set}_ex_data() alongside
                    989:       each other.
                    990:     <li>X509_NAME_get_text_by_{NID,OBJ}() now only succeed if they contain
                    991:       valid UTF-8 without embedded NUL.
                    992:     <li>The explicitText user notice uses UTF8String instead of VisibleString
                    993:       to reduce the risk of emitting certificates with invalid DER-encoding.
                    994:     <li>Initial fixes for RSA-PSS support to make the TLSv1.3 stack more
                    995:       compliant with RFC 8446.
                    996:     <li>Fixed EVP_CIPHER_CTX_iv_length() to return what was set with
                    997:       EVP_CTRL_AEAD_SET_IVLEN or one of its aliases.
1.1       deraadt   998:     </ul>
1.7       tb        999:   <li>Internal improvements
1.1       deraadt  1000:     <ul>
1.7       tb       1001:     <li>Improved sieve of Eratosthenes script used for generating a table
                   1002:       of small primes.
                   1003:     <li>Removed incomplete and dangerous BN_RECURSION code.
                   1004:     <li>Imported RFC 5280 policy checking code from BoringSSL and used it
                   1005:       to replace the old exponential time code.
                   1006:     <li>Converted more of libcrypto to use CBB/CBS.
                   1007:     <li>Started cleaning up and rewriting SHA internals.
                   1008:     <li>Reduced the dependency of hash implementations on many layers of
                   1009:       macros. This results in significant speedups since modern compilers
                   1010:       are now less confused.
                   1011:     <li>Improved BIGNUM internals and performance.
                   1012:     <li>Significantly simplified the BN_BLINDING internals used in RSA.
                   1013:     <li>Made BN_num_bits() independent of bn->top.
                   1014:     <li>Rewrote and simplified bn_sqr().
                   1015:     <li>Significantly improved Montgomery multiplication performance.
                   1016:     <li>Rewrote and improved BN_exp() and BN_copy().
                   1017:     <li>Changed ASN1_item_sign_ctx() and ASN1_item_verify() to work with
                   1018:       Ed25519 and fixed a few bugs in there.
                   1019:     <li>Lots of cleanup for DH, DSA, EC, RSA internals.  Plugged numerous
                   1020:       memory leaks, fixed logic errors and inconsistencies.
                   1021:     <li>Cleaned up and simplified various ECDH and ECDSA internals.
                   1022:     <li>Removed EC_GROUP precomp machinery.
                   1023:     <li>Fixed various issues with EVP_PKEY_CTX_{new,dup}().
                   1024:     <li>Rewrote OBJ_find_sigid_algs() and OBJ_find_sigid_by_algs().
                   1025:     <li>Improved X.509 certificate version checks.
                   1026:     <li>Ensure no X.509v3 extensions appear more than once in certificates.
                   1027:     <li>Replaced ASN1_bn_print with a cleaner internal implementation.
                   1028:     <li>Fix OPENSSL_cpuid_setup() invocations on arm/aarch64.
                   1029:     <li>Improved checks for commonName in libtls.
                   1030:     <li>Fixed error check for X509_get_ext_d2i() failure in libtls.
                   1031:     <li>Removed code guarded by #ifdef ZLIB.
                   1032:     <li>Plug a potential memory leak in ASN1_TIME_normalize().
                   1033:     <li>Fixed a use of uninitialized in i2r_IPAddrBlocks().
                   1034:     <li>Rewrote CMS_SignerInfo_{sign,verify}().
1.1       deraadt  1035:     </ul>
1.7       tb       1036:   <li>Bug fixes
1.1       deraadt  1037:     <ul>
1.7       tb       1038:     <li>Correctly handle negative input to various BIGNUM functions.
                   1039:     <li>Ensure ERR_load_ERR_strings() does not set errno unexpectedly.
                   1040:     <li>Fix error checking of i2d_ECDSA_SIG() in ossl_ecdsa_sign().
1.8       tb       1041:     <li>Fixed aliasing issue in BN_mod_inverse(). Disallowed aliasing of result
                   1042:       and modulus in various BN_mod_* functions.
1.7       tb       1043:     <li>Fixed detection of extended operations (XOP) on AMD hardware.
                   1044:     <li>Ensure Montgomery exponentiation is used for the initial RSA blinding.
                   1045:     <li>Policy is always checked in X509 validation. Critical policy extensions
                   1046:       are no longer silently ignored.
                   1047:     <li>Fixed error handling in tls_check_common_name().
                   1048:     <li>Add missing pointer invalidation in SSL_free().
                   1049:     <li>Fixed X509err() and X509V3err() and their internal versions.
                   1050:     <li>Ensure that OBJ_obj2txt() always returns a C string again.
                   1051:     <li>Made EVP_PKEY_set1_hkdf_key() fail on a NULL key.
                   1052:     <li>On socket errors in the poll loop, netcat could issue system calls
                   1053:       on invalidated file descriptors.
                   1054:     <li>Allow IP addresses to be specified in a URI.
                   1055:     <li>Fixed a copy-paste error in ASN1_TIME_compare() that could lead
                   1056:       to two UTCTimes or two GeneralizedTimes incorrectly being compared
                   1057:       as equal.
                   1058:     </ul>
                   1059:   <li>Documentation improvements
                   1060:     <ul>
                   1061:     <li>Improved documentation of BIO_ctrl(3), BIO_set_info_callback(3),
                   1062:       BIO_get_info_callback(3), BIO_method_type(3), and BIO_method_name(3).
                   1063:     <li>Marked BIO_CB_return(), BIO_cb_pre(), and BIO_cb_post() as intentionally
                   1064:       undocumented.
                   1065:     <li>Made it very explicit that the verify callback should not be used.
                   1066:     <li>Called out that the CRL lastUpdate is standardized as thisUpdate.
                   1067:     <li>Documented the RFC 3779 API and its shortcomings.
                   1068:     </ul>
                   1069:   <li>Testing and Proactive Security
                   1070:     <ul>
                   1071:     <li>Significantly improved test coverage of BN_mod_sqrt() and GCD.
                   1072:     <li>As always, new test coverage is added as bugs are fixed and subsystems
                   1073:       are cleaned up.
1.1       deraadt  1074:     </ul>
                   1075:   </ul>
                   1076:
1.13      dtucker  1077: <li>OpenSSH 9.5 and OpenSSH 9.4
1.1       deraadt  1078:   <ul>
1.12      dtucker  1079:   <li>Potentially incompatible changes
1.1       deraadt  1080:     <ul>
1.12      dtucker  1081:     <li><a href="https://man.openbsd.org/ssh-keygen.1">ssh-keygen(1)</a>:
                   1082:         generate Ed25519 keys by default. Ed25519 public keys
                   1083:         are very convenient due to their small size. Ed25519 keys are
                   1084:         specified in RFC 8709 and OpenSSH has supported them since version 6.5
                   1085:         (January 2014).
                   1086:     <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
                   1087:         the Subsystem directive now accurately preserves quoting of
                   1088:         subsystem commands and arguments. This may change behaviour for exotic
                   1089:         configurations, but the most common subsystem configuration
                   1090:         (sftp-server) is unlikely to be affected.
1.13      dtucker  1091:     <li><a href="https://man.openbsd.org/ssh-agent.1">ssh-agent(1)</a>:
                   1092:         PKCS#11 modules must now be specified by their full
                   1093:         paths. Previously dlopen(3) could search for them in system
                   1094:         library directories.
1.1       deraadt  1095:     </ul>
1.12      dtucker  1096:   <li>New features
1.1       deraadt  1097:     <ul>
1.12      dtucker  1098:     <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
                   1099:         add keystroke timing obfuscation to the client. This attempts
                   1100:         to hide inter-keystroke timings by sending interactive traffic at
                   1101:         fixed intervals (default: every 20ms) when there is only a small
                   1102:         amount of data being sent. It also sends fake "chaff" keystrokes for
                   1103:         a random interval after the last real keystroke. These are
                   1104:         controlled by a new ssh_config ObscureKeystrokeTiming keyword.
                   1105:     <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>,
                   1106:         <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
                   1107:         Introduce a transport-level ping facility. This adds
                   1108:         a pair of SSH transport protocol messages SSH2_MSG_PING/PONG to
                   1109:         implement a ping capability. These messages use numbers in the "local
                   1110:         extensions" number space and are advertised using a "ping@openssh.com"
                   1111:         ext-info message with a string version number of "0".
1.13      dtucker  1112:     <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
                   1113:         allow override of Subsystem directives in sshd Match blocks.
                   1114:     <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
                   1115:         allow forwarding Unix Domain sockets via ssh -W.
                   1116:     <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
                   1117:         add support for configuration tags to ssh(1).
                   1118:         This adds a ssh_config(5) "Tag" directive and corresponding
                   1119:         "Match tag" predicate that may be used to select blocks of
                   1120:         configuration similar to the pf.conf(5) keywords of the same
                   1121:         name.
                   1122:     <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
                   1123:          add a "match localnetwork" predicate. This allows matching
                   1124:          on the addresses of available network interfaces and may be used to
                   1125:          vary the effective client configuration based on network location.
                   1126:     <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>,
                   1127:         <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>,
                   1128:         <a href="https://man.openbsd.org/ssh-keygen.1">ssh-keygen(1)</a>:
                   1129:         infrastructure support for KRL
                   1130:         extensions.  This defines wire formats for optional KRL extensions
                   1131:         and implements parsing of the new submessages. No actual extensions
                   1132:         are supported at this point.
                   1133:     <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
                   1134:         AuthorizedPrincipalsCommand and AuthorizedKeysCommand now
                   1135:         accept two additional %-expansion sequences: %D which expands to
                   1136:         the routing domain of the connected session and %C which expands
                   1137:         to the addresses and port numbers for the source and destination
                   1138:         of the connection.
                   1139:     <li><a href="https://man.openbsd.org/ssh-keygen.1">ssh-keygen(1)</a>:
                   1140:         increase the default work factor (rounds) for the
                   1141:         bcrypt KDF used to derive symmetric encryption keys for passphrase
                   1142:         protected key files by 50%.
1.1       deraadt  1143:     </ul>
                   1144:   <li>Bugfixes
                   1145:     <ul>
1.12      dtucker  1146:     <li><a href="https://man.openbsd.org/scp.1">scp(1)</a>:
                   1147:         fix scp in SFTP mode recursive upload and download of
                   1148:         directories that contain symlinks to other directories. In scp mode,
                   1149:         the links would be followed, but in SFTP mode they were not.
                   1150:     <li><a href="https://man.openbsd.org/ssh-keygen.1">ssh-keygen(1)</a>:
                   1151:         handle cr+lf (instead of just cr) line endings in
                   1152:         sshsig signature files.
                   1153:     <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
                   1154:         interactive mode for ControlPersist sessions if they
                   1155:         originally requested a tty.
                   1156:     <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
                   1157:         make PerSourceMaxStartups first-match-wins
                   1158:     <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
                   1159:         limit artificial login delay to a reasonable maximum (5s)
                   1160:         and don't delay at all for the "none" authentication mechanism.
1.13      dtucker  1161:     <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
                   1162:         Log errors in kex_exchange_identification() with level
1.12      dtucker  1163:         verbose instead of error to reduce preauth log spam. All of those
                   1164:         get logged with a more generic error message by sshpkt_fatal().
                   1165:     <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
                   1166:         correct math for ClientAliveInterval that caused the probes
                   1167:         to be sent less frequently than configured.
1.13      dtucker  1168:     <li><a href="https://man.openbsd.org/ssh-agent.1">ssh-agent(1)</a>:
                   1169:         improve isolation between loaded PKCS#11 modules
                   1170:         by running separate ssh-pkcs11-helpers for each loaded provider.
                   1171:     <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
                   1172:         make -f (fork after authentication) work correctly with
                   1173:         multiplexed connections, including ControlPersist.
                   1174:     <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
                   1175:         make ConnectTimeout apply to multiplexing sockets and not
                   1176:         just to network connections.
                   1177:     <li><a href="https://man.openbsd.org/ssh-agent.1">ssh-agent(1)</a>,
                   1178:         <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
                   1179:         improve defences against invalid PKCS#11
                   1180:         modules being loaded by checking that the requested module
                   1181:         contains the required symbol before loading it.
                   1182:     <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>:
                   1183:         fix AuthorizedPrincipalsCommand when AuthorizedKeysCommand
                   1184:         appears before it in sshd_config. Since OpenSSH 8.7 the
                   1185:         AuthorizedPrincipalsCommand directive was incorrectly ignored in
                   1186:         this situation.
                   1187:     <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>,
                   1188:         <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>,
                   1189:         <a href="https://man.openbsd.org/ssh-keygen.1">ssh-keygen(1)</a>:
1.16      jsg      1190:         remove vestigial support for KRL
1.13      dtucker  1191:         signatures When the KRL format was originally defined, it included
                   1192:         support for signing of KRL objects. However, the code to sign KRLs
1.16      jsg      1193:         and verify KRL signatures was never completed in OpenSSH. This
1.13      dtucker  1194:         release removes the partially-implemented code to verify KRLs.
                   1195:         All OpenSSH tools now ignore KRL_SECTION_SIGNATURE sections in
                   1196:         KRL files.
                   1197:      <li>All: fix a number of memory leaks and unreachable/harmless integer
                   1198:         overflows.
                   1199:     <li><a href="https://man.openbsd.org/ssh-agent.1">ssh-agent(1)</a>,
                   1200:         <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
                   1201:         don't truncate strings logged from PKCS#11 modules
                   1202:     <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a>,
                   1203:         <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
                   1204:         better validate CASignatureAlgorithms in
                   1205:         ssh_config and sshd_config. Previously this directive would accept
                   1206:         certificate algorithm names, but these were unusable in practice as
                   1207:         OpenSSH does not support CA chains.
                   1208:     <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
                   1209:         make <code>ssh -Q CASignatureAlgorithms</code> only list signature
                   1210:         algorithms that are valid for CA signing. Previous behaviour was
                   1211:         to list all signing algorithms, including certificate algorithms.
                   1212:     <li><a href="https://man.openbsd.org/ssh-keyscan.1">ssh-keyscan(1)</a>:
                   1213:         gracefully handle systems where rlimits or the
                   1214:         maximum number of open files is larger than INT_MAX
                   1215:     <li><a href="https://man.openbsd.org/ssh-keygen.1">ssh-keygen(1)</a>:
                   1216:         fix "no comment" not showing on when running
                   1217:         <code>ssh-keygen -l</code> on multiple keys where one has a comment
                   1218:         and other following keys do not.
                   1219:     <li><a href="https://man.openbsd.org/scp.1">scp(1)</a>,
1.14      dtucker  1220:         <a href="https://man.openbsd.org/sftp.1">sftp(1)</a>:
1.13      dtucker  1221:         adjust ftruncate() logic to handle servers that
                   1222:         reorder requests. Previously, if the server reordered requests then
                   1223:         the resultant file would be erroneously truncated.
                   1224:     <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
                   1225:         don't incorrectly disable hostname canonicalization when
1.16      jsg      1226:         CanonicalizeHostname=yes and ProxyJump was explicitly set to
1.13      dtucker  1227:         "none".
                   1228:     <li><a href="https://man.openbsd.org/scp.1">scp(1)</a>:
                   1229:         when copying local to remote, check that the source file
                   1230:         exists before opening an SFTP connection to the server.
1.1       deraadt  1231:     </ul>
                   1232:   </ul>
                   1233:
                   1234: <li>Ports and packages:
                   1235:   <p>Many pre-built packages for each architecture:
                   1236:   <!-- number of FTP packages minus SHA256, SHA256.sig, index.txt -->
                   1237:   <ul style="column-count: 3">
1.25      naddy    1238:     <li>aarch64:    11508
                   1239:     <li>amd64:      11845
1.1       deraadt  1240:     <li>arm:
1.25      naddy    1241:     <li>i386:       10603
1.1       deraadt  1242:     <li>mips64:
                   1243:     <li>powerpc:
                   1244:     <li>powerpc64:
                   1245:     <li>riscv64:
1.55      naddy    1246:     <li>sparc64:    8469
1.1       deraadt  1247:   </ul>
                   1248:
                   1249:   <p>Some highlights:
1.7       tb       1250:   <ul style="column-count: 3"><!-- XXX all need to be checked/updated 2023-03-04 -->
1.6       matthieu 1251:     <li>Asterisk 16.30.1, 18.19.0 and 20.4.0
1.5       matthieu 1252:     <li>Audacity 3.3.3
                   1253:     <li>CMake 3.27.5
1.10      matthieu 1254:     <li>Chromium 117.0.5838.149
1.5       matthieu 1255:     <li>Emacs 29.1
                   1256:     <li>FFmpeg 4.4.4
1.1       deraadt  1257:     <li>GCC 8.4.0 and 11.2.0
1.5       matthieu 1258:     <li>GHC 9.2.7
                   1259:     <li>GNOME 44
                   1260:     <li>Go 1.21.1
                   1261:     <li>JDK 8u382, 11.0.20 and 17.0.8
                   1262:     <li>KDE Applications 23.08.0
1.1       deraadt  1263:     <li>KDE Frameworks 5.98.0
1.5       matthieu 1264:     <li>Krita 5.1.5
                   1265:     <li>LLVM/Clang 13.0.0 and 16.0.6
                   1266:     <li>LibreOffice 7.6.2.1
                   1267:     <li>Lua 5.1.5, 5.2.4, 5.3.6 and 5.4.6
                   1268:     <li>MariaDB 10.9.6
                   1269:     <li>Mono 6.12.0.199
                   1270:     <li>Mozilla Firefox 118.0.1 and ESR 115.3.1
                   1271:     <li>Mozilla Thunderbird 115.3.1
                   1272:     <li>Mutt 2.2.12 and NeoMutt 20230517
                   1273:     <li>Node.js 18.18.0
1.1       deraadt  1274:     <li>OCaml 4.12.1
1.5       matthieu 1275:     <li>OpenLDAP 2.6.6
                   1276:     <li>PHP 7.4.33, 8.0.30, 8.1.24 and 8.2.11
                   1277:     <li>Postfix 3.7.3
                   1278:     <li>PostgreSQL 15.4
                   1279:     <li>Python 2.7.18, 3.9.18, 3.10.13 and 3.11.5
                   1280:     <li>Qt 5.15.10 and 6.5.2
                   1281:     <li>R 4.2.3
                   1282:     <li>Ruby 3.0.6, 3.1.4 and 3.2.2
                   1283:     <li>Rust 1.72.1
1.9       lteo     1284:     <li>SQLite 3.42.0
1.5       matthieu 1285:     <li>Shotcut 23.07.29
                   1286:     <li>Sudo 1.9.14.2
                   1287:     <li>Suricata 6.0.12
                   1288:     <li>Tcl/Tk 8.5.19 and 8.6.13
                   1289:     <li>TeX Live 2022
                   1290:     <li>Vim 9.0.1897 and Neovim 0.9.1
                   1291:     <li>Xfce 4.18
1.1       deraadt  1292:   </ul>
                   1293:   <p>
                   1294:
                   1295: <li>As usual, steady improvements in manual pages and other documentation.
                   1296:
                   1297: <li>The system includes the following major components from outside suppliers:
1.7       tb       1298:   <ul><!-- XXX all need to be checked/updated 2023-03-04 -->
1.5       matthieu 1299:     <li>Xenocara (based on X.Org 7.7 with xserver 21.1.8 + patches,
                   1300:         freetype 2.13.0, fontconfig 2.14.2, Mesa 22.3.7, xterm 378,
1.1       deraadt  1301:         xkeyboard-config 2.20, fonttosfnt 1.2.2 and more)
                   1302:     <li>LLVM/Clang 13.0.0 (+ patches)
                   1303:     <li>GCC 4.2.1 (+ patches) and 3.3.6 (+ patches)
1.5       matthieu 1304:     <li>Perl 5.36.1 (+ patches)
                   1305:     <li>NSD 4.7.0
                   1306:     <li>Unbound 1.18.0
1.1       deraadt  1307:     <li>Ncurses 5.7
                   1308:     <li>Binutils 2.17 (+ patches)
                   1309:     <li>Gdb 6.3 (+ patches)
1.5       matthieu 1310:     <li>Awk September 12, 2023
                   1311:     <li>Expat 2.5.0
1.49      schwarze 1312:     <li>zlib 1.3 (+ patches)
1.1       deraadt  1313:   </ul>
                   1314:
                   1315: </ul>
                   1316: </section>
                   1317:
                   1318: <hr>
                   1319:
                   1320: <section id=install>
                   1321: <h3>How to install</h3>
                   1322: <p>
                   1323: Please refer to the following files on the mirror site for
                   1324: extensive details on how to install OpenBSD 7.4 on your machine:
                   1325:
                   1326: <ul>
                   1327: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.4/alpha/INSTALL.alpha">
1.2       jsg      1328:        .../OpenBSD/7.4/alpha/INSTALL.alpha</a>
1.1       deraadt  1329: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.4/amd64/INSTALL.amd64">
1.2       jsg      1330:        .../OpenBSD/7.4/amd64/INSTALL.amd64</a>
1.1       deraadt  1331: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.4/arm64/INSTALL.arm64">
1.2       jsg      1332:        .../OpenBSD/7.4/arm64/INSTALL.arm64</a>
1.1       deraadt  1333: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.4/armv7/INSTALL.armv7">
1.2       jsg      1334:        .../OpenBSD/7.4/armv7/INSTALL.armv7</a>
1.1       deraadt  1335: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.4/hppa/INSTALL.hppa">
1.2       jsg      1336:        .../OpenBSD/7.4/hppa/INSTALL.hppa</a>
1.1       deraadt  1337: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.4/i386/INSTALL.i386">
1.2       jsg      1338:        .../OpenBSD/7.4/i386/INSTALL.i386</a>
1.1       deraadt  1339: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.4/landisk/INSTALL.landisk">
1.2       jsg      1340:        .../OpenBSD/7.4/landisk/INSTALL.landisk</a>
1.1       deraadt  1341: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.4/loongson/INSTALL.loongson">
1.2       jsg      1342:        .../OpenBSD/7.4/loongson/INSTALL.loongson</a>
1.1       deraadt  1343: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.4/luna88k/INSTALL.luna88k">
1.2       jsg      1344:        .../OpenBSD/7.4/luna88k/INSTALL.luna88k</a>
1.1       deraadt  1345: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.4/macppc/INSTALL.macppc">
1.2       jsg      1346:        .../OpenBSD/7.4/macppc/INSTALL.macppc</a>
1.1       deraadt  1347: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.4/octeon/INSTALL.octeon">
1.2       jsg      1348:        .../OpenBSD/7.4/octeon/INSTALL.octeon</a>
1.1       deraadt  1349: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.4/powerpc64/INSTALL.powerpc64">
1.2       jsg      1350:        .../OpenBSD/7.4/powerpc64/INSTALL.powerpc64</a>
1.1       deraadt  1351: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.4/riscv64/INSTALL.riscv64">
1.2       jsg      1352:        .../OpenBSD/7.4/riscv64/INSTALL.riscv64</a>
1.1       deraadt  1353: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.4/sparc64/INSTALL.sparc64">
1.2       jsg      1354:        .../OpenBSD/7.4/sparc64/INSTALL.sparc64</a>
1.1       deraadt  1355: </ul>
                   1356: </section>
                   1357:
                   1358: <hr>
                   1359:
                   1360: <section id=quickinstall>
                   1361: <p>
                   1362: Quick installer information for people familiar with OpenBSD, and the use of
                   1363: the "<a href="https://man.openbsd.org/disklabel.8">disklabel</a> -E" command.
                   1364: If you are at all confused when installing OpenBSD, read the relevant
                   1365: INSTALL.* file as listed above!
                   1366:
                   1367: <h3>OpenBSD/alpha:</h3>
                   1368:
                   1369: <p>
                   1370: If your machine can boot from CD, you can write <i>install74.iso</i> or
                   1371: <i>cd74.iso</i> to a CD and boot from it.
                   1372: Refer to INSTALL.alpha for more details.
                   1373:
                   1374: <h3>OpenBSD/amd64:</h3>
                   1375:
                   1376: <p>
                   1377: If your machine can boot from CD, you can write <i>install74.iso</i> or
                   1378: <i>cd74.iso</i> to a CD and boot from it.
                   1379: You may need to adjust your BIOS options first.
                   1380:
                   1381: <p>
                   1382: If your machine can boot from USB, you can write <i>install74.img</i> or
                   1383: <i>miniroot74.img</i> to a USB stick and boot from it.
                   1384:
                   1385: <p>
                   1386: If you can't boot from a CD, floppy disk, or USB,
                   1387: you can install across the network using PXE as described in the included
                   1388: INSTALL.amd64 document.
                   1389:
                   1390: <p>
                   1391: If you are planning to dual boot OpenBSD with another OS, you will need to
                   1392: read INSTALL.amd64.
                   1393:
                   1394: <h3>OpenBSD/arm64:</h3>
                   1395:
                   1396: <p>
                   1397: Write <i>install74.img</i> or <i>miniroot74.img</i> to a disk and boot from it
                   1398: after connecting to the serial console.  Refer to INSTALL.arm64 for more
                   1399: details.
                   1400:
                   1401: <h3>OpenBSD/armv7:</h3>
                   1402:
                   1403: <p>
                   1404: Write a system specific miniroot to an SD card and boot from it after connecting
                   1405: to the serial console.  Refer to INSTALL.armv7 for more details.
                   1406:
                   1407: <h3>OpenBSD/hppa:</h3>
                   1408:
                   1409: <p>
                   1410: Boot over the network by following the instructions in INSTALL.hppa or the
                   1411: <a href="hppa.html#install">hppa platform page</a>.
                   1412:
                   1413: <h3>OpenBSD/i386:</h3>
                   1414:
                   1415: <p>
                   1416: If your machine can boot from CD, you can write <i>install74.iso</i> or
                   1417: <i>cd74.iso</i> to a CD and boot from it.
                   1418: You may need to adjust your BIOS options first.
                   1419:
                   1420: <p>
                   1421: If your machine can boot from USB, you can write <i>install74.img</i> or
                   1422: <i>miniroot74.img</i> to a USB stick and boot from it.
                   1423:
                   1424: <p>
                   1425: If you can't boot from a CD, floppy disk, or USB,
                   1426: you can install across the network using PXE as described in
                   1427: the included INSTALL.i386 document.
                   1428:
                   1429: <p>
                   1430: If you are planning on dual booting OpenBSD with another OS, you will need to
                   1431: read INSTALL.i386.
                   1432:
                   1433: <h3>OpenBSD/landisk:</h3>
                   1434:
                   1435: <p>
                   1436: Write <i>miniroot74.img</i> to the start of the CF
                   1437: or disk, and boot normally.
                   1438:
                   1439: <h3>OpenBSD/loongson:</h3>
                   1440:
                   1441: <p>
                   1442: Write <i>miniroot74.img</i> to a USB stick and boot bsd.rd from it
                   1443: or boot bsd.rd via tftp.
                   1444: Refer to the instructions in INSTALL.loongson for more details.
                   1445:
                   1446: <h3>OpenBSD/luna88k:</h3>
                   1447:
                   1448: <p>
                   1449: Copy 'boot' and 'bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                   1450: from the PROM, and then bsd.rd from the bootloader.
                   1451: Refer to the instructions in INSTALL.luna88k for more details.
                   1452:
                   1453: <h3>OpenBSD/macppc:</h3>
                   1454:
                   1455: <p>
                   1456: Burn the image from a mirror site to a CDROM, and power on your machine
                   1457: while holding down the <i>C</i> key until the display turns on and
                   1458: shows <i>OpenBSD/macppc boot</i>.
                   1459:
                   1460: <p>
                   1461: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
1.2       jsg      1462: /7.4/macppc/bsd.rd</i>
1.1       deraadt  1463:
                   1464: <h3>OpenBSD/octeon:</h3>
                   1465:
                   1466: <p>
                   1467: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                   1468: Refer to the instructions in INSTALL.octeon for more details.
                   1469:
                   1470: <h3>OpenBSD/powerpc64:</h3>
                   1471:
                   1472: <p>
                   1473: To install, write <i>install74.img</i> or <i>miniroot74.img</i> to a
                   1474: USB stick, plug it into the machine and choose the <i>OpenBSD
                   1475: install</i> menu item in Petitboot.
                   1476: Refer to the instructions in INSTALL.powerpc64 for more details.
                   1477:
                   1478: <h3>OpenBSD/riscv64:</h3>
                   1479:
                   1480: <p>
                   1481: To install, write <i>install74.img</i> or <i>miniroot74.img</i> to a
                   1482: USB stick, and boot with that drive plugged in.
                   1483: Make sure you also have the microSD card plugged in that shipped with the
                   1484: HiFive Unmatched board.
                   1485: Refer to the instructions in INSTALL.riscv64 for more details.
                   1486:
                   1487: <h3>OpenBSD/sparc64:</h3>
                   1488:
                   1489: <p>
                   1490: Burn the image from a mirror site to a CDROM, boot from it, and type
                   1491: <i>boot cdrom</i>.
                   1492:
                   1493: <p>
                   1494: If this doesn't work, or if you don't have a CDROM drive, you can write
                   1495: <i>floppy74.img</i> or <i>floppyB74.img</i>
                   1496: (depending on your machine) to a floppy and boot it with <i>boot
                   1497: floppy</i>. Refer to INSTALL.sparc64 for details.
                   1498:
                   1499: <p>
                   1500: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                   1501: will most likely fail.
                   1502:
                   1503: <p>
                   1504: You can also write <i>miniroot74.img</i> to the swap partition on
                   1505: the disk and boot with <i>boot disk:b</i>.
                   1506:
                   1507: <p>
                   1508: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                   1509: </section>
                   1510:
                   1511: <hr>
                   1512:
                   1513: <section id=upgrade>
                   1514: <h3>How to upgrade</h3>
                   1515: <p>
1.3       jsg      1516: If you already have an OpenBSD 7.3 system, and do not want to reinstall,
1.1       deraadt  1517: upgrade instructions and advice can be found in the
                   1518: <a href="faq/upgrade74.html">Upgrade Guide</a>.
                   1519: </section>
                   1520:
                   1521: <hr>
                   1522:
                   1523: <section id=sourcecode>
                   1524: <h3>Notes about the source code</h3>
                   1525: <p>
                   1526: <code>src.tar.gz</code> contains a source archive starting at <code>/usr/src</code>.
                   1527: This file contains everything you need except for the kernel sources,
                   1528: which are in a separate archive.
                   1529: To extract:
                   1530: <blockquote><pre>
                   1531: # <kbd>mkdir -p /usr/src</kbd>
                   1532: # <kbd>cd /usr/src</kbd>
                   1533: # <kbd>tar xvfz /tmp/src.tar.gz</kbd>
                   1534: </pre></blockquote>
                   1535: <p>
                   1536: <code>sys.tar.gz</code> contains a source archive starting at <code>/usr/src/sys</code>.
                   1537: This file contains all the kernel sources you need to rebuild kernels.
                   1538: To extract:
                   1539: <blockquote><pre>
                   1540: # <kbd>mkdir -p /usr/src/sys</kbd>
                   1541: # <kbd>cd /usr/src</kbd>
                   1542: # <kbd>tar xvfz /tmp/sys.tar.gz</kbd>
                   1543: </pre></blockquote>
                   1544: <p>
                   1545: Both of these trees are a regular CVS checkout.  Using these trees it
                   1546: is possible to get a head-start on using the anoncvs servers as
                   1547: described <a href="anoncvs.html">here</a>.
                   1548: Using these files
                   1549: results in a much faster initial CVS update than you could expect from
                   1550: a fresh checkout of the full OpenBSD source tree.
                   1551: </section>
                   1552:
                   1553: <hr>
                   1554:
                   1555: <section id=ports>
                   1556: <h3>Ports Tree</h3>
                   1557: <p>
                   1558: A ports tree archive is also provided.  To extract:
                   1559: <blockquote><pre>
                   1560: # <kbd>cd /usr</kbd>
                   1561: # <kbd>tar xvfz /tmp/ports.tar.gz</kbd>
                   1562: </pre></blockquote>
                   1563: <p>
                   1564: Go read the <a href="faq/ports/index.html">ports</a> page
                   1565: if you know nothing about ports
                   1566: at this point.  This text is not a manual of how to use ports.
                   1567: Rather, it is a set of notes meant to kickstart the user on the
                   1568: OpenBSD ports system.
                   1569: <p>
                   1570: The <i>ports/</i> directory represents a CVS checkout of our ports.
                   1571: As with our complete source tree, our ports tree is available via
                   1572: <a href="anoncvs.html">AnonCVS</a>.
                   1573: So, in order to keep up to date with the -stable branch, you must make
                   1574: the <i>ports/</i> tree available on a read-write medium and update the tree
                   1575: with a command like:
                   1576: <blockquote><pre>
                   1577: # <kbd>cd /usr/ports</kbd>
1.2       jsg      1578: # <kbd>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_7_4</kbd>
1.1       deraadt  1579: </pre></blockquote>
                   1580: <p>
                   1581: [Of course, you must replace the server name here with a nearby anoncvs
                   1582: server.]
                   1583: <p>
                   1584: Note that most ports are available as packages on our mirrors. Updated
                   1585: ports for the 7.4 release will be made available if problems arise.
                   1586: <p>
                   1587: If you're interested in seeing a port added, would like to help out, or just
                   1588: would like to know more, the mailing list
                   1589: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                   1590: </section>
                   1591: </body>
                   1592: </html>