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

Annotation of www/74.html, Revision 1.55

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