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

Annotation of www/75.html, Revision 1.29

1.1       benno       1: <!doctype html>
                      2: <html lang=en id=release>
                      3: <head>
                      4: <meta charset=utf-8>
                      5:
                      6: <title>OpenBSD 7.5</title>
                      7: <meta name="description" content="OpenBSD 7.5">
                      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/75.html">
                     11: </head><body>
                     12: <h2 id=OpenBSD>
                     13: <a href="index.html">
                     14: <i>Open</i><b>BSD</b></a>
                     15: 7.5
                     16: </h2>
                     17:
                     18: <table>
                     19: <tr>
                     20: <td>
                     21: <a href="images/XXX.jpg">
                     22: <img width="227" height="303" src="images/XXX-s.gif" alt="XXX"></a>
                     23: <td>
                     24: Released XXXMONTH DAY, 2024. (56th OpenBSD release)<br>
                     25: Copyright 1997-2024, Theo de Raadt.<br>
                     26: <br>
                     27: Artwork by XXX.
                     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.5/</code> directory on
                     33:     one of the mirror sites.
                     34: <li>Have a look at <a href="errata75.html">the 7.5 errata page</a> for a list
                     35:     of bugs and workarounds.
                     36: <li>See a <a href="plus75.html">detailed log of changes</a> between the
                     37:     7.4 and 7.5 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-75-base.pub:
                     45: <td>
                     46: <a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/openbsd-75-base.pub">
                     47: RWRGj1pRpprAfgeF/rgld4ubduChLvTkigA1Zj7WLDsVA4qfYSWOEI8q
                     48: </a><tr><td>
                     49: openbsd-75-fw.pub:
                     50: <td>
                     51: RWQ6EsXr4NMYvyLICug3dLHfmbpXlVasF1jbt3GVNQsosgB5+PgaufBu
                     52: <tr><td>
                     53: openbsd-75-pkg.pub:
                     54: <td>
                     55: RWS/sEFDvf+rjUmS1WROzxH05pB1kB7JRRq76DUGUhCE0Ks8AdpjP5pD
                     56: <tr><td>
                     57: openbsd-75-syspatch.pub:
                     58: <td>
                     59: RWRAAZC5WcFgn+8b5msDR+yDVCx4ziLaSQI2sy7e4GFY42nFW9p7mP2t
                     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.5.
                     74: For a comprehensive list, see the <a href="plus75.html">changelog</a> leading <!-- plus? XXX -->
                     75: to 7.5.
                     76:
                     77: <ul>
                     78:
                     79: <!--
                     80: <li>New/extended platforms:
                     81:   <ul>
                     82:   <li>...
                     83:   </ul>
                     84: -->
                     85:
                     86: <li>Various kernel improvements:
                     87:   <ul>
1.26      benno      88:   <li>Added <a href="https://man.openbsd.org/bt.5">bt(5)</a> and <a
                     89:        href="https://man.openbsd.org/btrace.8">btrace(8)</a> support for
                     90:        binary modulo operator ('%').
                     91:   <li>Added a TIMEOUT_MPSAFE flag to <a
                     92:        href="https://man.openbsd.org/timeout.9">timeout(9)</a>.
                     93:   <li>Added IBM encoded version of the "Spleen 8x16" font, usable as console font.
                     94:   <li>Cleanup and machine-independent refactoring of three context
                     95:        switch paths outside of mi_switch(): when a process forks and the new
                     96:        proc needs to be scheduled by proc_trampoline, cpu_hatch: when booting
                     97:        APs, and sched_exit: when a proc exits.
                     98:   <li>Made <a href="https://man.openbsd.org/vscsi.4">vscsi(4)</a>
                     99:        'vscsi_filtops' mpsafe and extended the 'sc_state_mtx' <a
                    100:        href="https://man.openbsd.org/mutex.9">mutex(9)</a> to protect
                    101:        'sc_klist' knotes list.
                    102:   <li>Made out-of-swap checking more robust, preventing potential deadlocks.
                    103:   <li>Eliminated the ioctl whitelist that <a
                    104:        href="https://man.openbsd.org/bio.4">bio(4)</a> will tunnel for other
                    105:        devices, allowing bio to be used with other (non-raid) related
                    106:        devices.
1.1       benno     107:   </ul>
                    108:
                    109: <li>SMP Improvements
                    110:   <ul>
1.22      lteo      111:        <li>Some network timers run without kernel lock.
1.19      bluhm     112:        <li>TCP syn cache timer runs with shared net lock.
                    113:         <li><a href="https://man.openbsd.org/bind.2">bind(2)</a>
                    114:         and <a href="https://man.openbsd.org/connect.2">connect(2)</a>
                    115:         system calls can run in parallel.
                    116:         <li>Packet counter for <a
                    117:         href="https://man.openbsd.org/lo.4">lo(4)</a> loopback
                    118:         interface are MP safe.
                    119:         <li>Split protocol control block table for UDP into IPv4
                    120:         and IPv6 tables to allow concurrent access.
                    121:         <li>UDP packets can be sent in parallel by multiple threads.
1.1       benno     122:   </ul>
                    123:
                    124: <li>Direct Rendering Manager and graphics drivers
                    125:   <ul>
1.11      jsg       126:   <li>Updated <a href="https://man.openbsd.org/drm.4">drm(4)</a>
                    127:       to Linux 6.6.19.
                    128:   <li>New <a href="https://man.openbsd.org/arm64/apldcp.4">apldcp(4)</a> and
                    129:       <a href="https://man.openbsd.org/arm64/apldrm.4">apldrm(4)</a> drivers
                    130:       for Apple display coprocessor.
1.1       benno     131:   </ul>
                    132:
                    133: <li>VMM/VMD improvements
                    134:   <ul>
1.15      dv        135:   <li>Fixed IRQ storm caused by edge-triggered devices such as the uart.
                    136:   <li>Fixed block size calculation for vioscsi devices.
                    137:   <li>Added io instruction length to vm exit information, allowing
                    138:       <a href="https://man.openbsd.org/vmd.8">vmd(8)</a> to perform validation
                    139:       in userspace.
                    140:   <li>Adopted new <a href="https://man.openbsd.org/imsg_init.3">imsg_get_*(3)</a>
                    141:       api.
                    142:   <li>Rewrote vionet devices to allow zero-copy data transfers between host and
                    143:       guest.
                    144:   <li>Improved error messages related to <a href="https://man.openbsd.org/getgrnam.3">
                    145:       getgrnam(3)</a> usage and out of <a href="https://man.openbsd.org/tap.4">tap(4)
                    146:       </a> device conditions.
                    147:   <li>Fixed various things found by smatch static analyzer.
                    148:   <li>Fixed various file descriptor lifecycle issues and leaks across
                    149:       <a href="https://man.openbsd.org/fork.2">fork(2)</a>/
                    150:       <a href="https://man.openbsd.org/execve.2">execve(2)</a> usage.
                    151:   <li>Added multi-threading support to vionet device emulation, improving latency.
                    152:   <li>Fixed <a href="https://man.openbsd.org/vmm.4">vmm(4)</a> instability on Intel
                    153:       VMX hosts by updating GDTR &amp; TR if vcpu moves host cpus.
                    154:   <li>Added EPT flushing upon <a href="https://man.openbsd.org/vmm.4">vmm(4)</a>
                    155:       enabling VMX mode.
                    156:   <li>Added branch predictor flushing if IBPB is supported.
                    157:   <li>Corrected restoring GDTR and IDTR limits upon VMX guest exit.
                    158:   <li>Corrected handling of CPUID 0xd subleaves
                    159:   <li>Added additional use of VERW and register clobbering to mitigate RFDS
                    160:       vulnerabilities on Intel Atom cores.
1.1       benno     161:   </ul>
                    162:
                    163: <li>Various new userland features:
                    164:   <ul>
1.26      benno     165:   <li>Added support for <a
                    166:        href="https://man.openbsd.org/cksum.1">cksum(1)</a> -c checking base64
                    167:        digests in reverse mode.
                    168:   <li>Added <a href="https://man.openbsd.org/kdump.1">kdump(1)</a> [-p
                    169:        program] to filter dumps by basename.
                    170:   <li>Made <a href="https://man.openbsd.org/ps.1">ps(1)</a> accept numerical user IDs.
1.1       benno     171:   </ul>
                    172:
                    173: <li>Various bugfixes and tweaks in userland:
                    174:   <ul>
1.26      benno     175:   <li>Silenced list of specific firmware not needing update in <a
                    176:     href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>.
                    177:   <li>Improved <a href="https://man.openbsd.org/ls.1">ls(1)</a> horizontal alignment in long format.
                    178:   <li>Added <a href="https://man.openbsd.org/bioctl.8">bioctl(8)</a> retry on empty passphrase.
                    179:   <li>Fixed <a href="https://man.openbsd.org/unveil.2">unveil(2)</a> in
                    180:        <a href="https://man.openbsd.org/patch.1">patch(1)</a> with explicit
                    181:        patchfile.
                    182:   <li>Made gnu99 the default for gcc 3.3.6 and 4.2.1 rather than defaulting to gnu89.
                    183:   <!-- fdisk -->
                    184:   <li>Enhanced <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> 'flag' to accept hex values.
                    185:   <li>Prevented <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a>
                    186:        'flag' from altering other GPT partition attributes when flagging a
                    187:        partition as the only bootable partition.
                    188:   <li>Added group handling matching <a
                    189:        href="https://man.openbsd.org/fbtab.5">fbtab(5)</a> to xenodm.
1.1       benno     190:   </ul>
                    191:
                    192: <li>Improved hardware support and driver bugfixes, including:
                    193:   <ul>
1.23      jsg       194:   <li>New <a href="https://man.openbsd.org/arm64/ampchwm.4">ampchwm(4)</a>
                    195:       driver for Ampere Altra power telemetry.
                    196:   <li>New <a href="https://man.openbsd.org/rkspi.4">rkspi(4)</a>
                    197:       driver for Rockchip SPI controller.
                    198:   <li>Support for RK806 PMIC in
                    199:       <a href="https://man.openbsd.org/rkpmic.4">rkpmic(4)</a>.
                    200:   <li>Support for Allwinner H616 in
                    201:       <a href="https://man.openbsd.org/sxisyscon.4">sxisyscon(4)</a>,
                    202:       <a href="https://man.openbsd.org/sxiccmu.4">sxiccmu(4)</a>,
                    203:       <a href="https://man.openbsd.org/sxipio.4">sxipio(4)</a>,
                    204:       <a href="https://man.openbsd.org/sximmc.4">sximmc(4)</a> and
                    205:       <a href="https://man.openbsd.org/ehci.4">ehci(4)</a>.
                    206:   <li>Support for Allwinner D1 in
                    207:       <a href="https://man.openbsd.org/sxidog.4">sxidog(4)</a>,
                    208:       <a href="https://man.openbsd.org/sxiccmu.4">sxiccmu(4)</a>,
                    209:       <a href="https://man.openbsd.org/sxipio.4">sxipio(4)</a>,
                    210:       <a href="https://man.openbsd.org/sximmc.4">sximmc(4)</a> and
                    211:       <a href="https://man.openbsd.org/ehci.4">ehci(4)</a>.
                    212:   <li>Support for Aero and Sea SAS HBAs in
                    213:       <a href="https://man.openbsd.org/mpii.4">mpii(4)</a>.
                    214:   <li>Support for SAS3816 and SAS3916 in
                    215:       <a href="https://man.openbsd.org/mfii.4">mfii(4)</a>.
1.26      benno     216:   <li>In <a href="https://man.openbsd.org/xbf.4">xbf(4)</a>, allowed Xen
                    217:        to use backing store devices with 4K-byte sectors.
                    218:   <li>Added <a href="https://man.openbsd.org/fanpwr.4">fanpwr(4)</a>
                    219:        support for the Rockchip RK8602 and RK8603 voltage regulators.
                    220:
1.1       benno     221:   </ul>
                    222:
                    223: <li>New or improved network hardware support:
                    224:   <ul>
1.20      jan       225:   <li>Utilize full checksum offload capabilities of
                    226:        <a href="https://man.openbsd.org/vio.4">vio(4)</a> and
1.29    ! jan       227:        <a href="https://man.openbsd.org/vmx.4">vmx(4)</a>.
        !           228:   <li>TCP Segmentation Offload (TSO) is also used in
1.20      jan       229:        <a href="https://man.openbsd.org/bnxt.4">bnxt(4)</a> and
1.29    ! jan       230:        <a href="https://man.openbsd.org/em.4">em(4)</a>.
1.20      jan       231:   <li>The Synopsys Ethernet Quality-of-Service Controller
                    232:        (<a href="https://man.openbsd.org/dwqe.4">dwqe(4)</a>) is enabled for
1.29    ! jan       233:        amd64.
1.26      benno     234:   <li>Added initial support for Elkhart Lake ethernet to <a
                    235:        href="https://man.openbsd.org/dwqe.4">dwqe(4)</a>.
1.23      jsg       236:   <li>Support for AX88179A in
                    237:       <a href="https://man.openbsd.org/axen.4">axen(4)</a>.
1.29    ! jan       238:   <li>Intel I225 and I226 Ethernet Controller
        !           239:        <a href="https://man.openbsd.org/igc.4">igc(4)</a> enabled for
        !           240:        sparc64.
        !           241:   <li>Allwinner EMAC Ethernet Controller
        !           242:        <a href="https://man.openbsd.org/dwxe.4">dwxe(4)</a> enabled for
        !           243:        riscv64.
        !           244:   <li>Enabled TCP Segmentation Offload (TSO) for <a
1.26      benno     245:        href="https://man.openbsd.org/ixl.4">ixl(4)</a>.
                    246:   <li>Corrected wrong register offset macros for <a
                    247:        href="https://man.openbsd.org/dwqe.4">dwqe(4)</a> DMA burst length.
1.1       benno     248:   </ul>
                    249:
                    250: <li>Added or improved wireless network drivers:
                    251:   <ul>
1.14      stsp      252:   <li>Introduce <a href="https://man.openbsd.org/qwx.4">qwx(4)</a>,
                    253:   a port of the Linux ath11k driver for QCNFA765 devices.
                    254:   Available on the amd64 and arm64 platforms.
                    255:   <li>Fix Tx rate selection for management frames in
                    256:   <a href="https://man.openbsd.org/iwx.4">iwx(4)</a>.
                    257:   <li>Fix <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> loading the wrong
                    258:   firmware image on some devices.
                    259:   <li>Make <a href="https://man.openbsd.org/bfwm.4">bwfm(4)</a> work with MAC
                    260:   addresses set via ifconfig lladdr.
                    261:   <li>Ensure that <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> uses the
                    262:   80MHz primary channel index announced in beacons.
                    263:   <li>Avoid using MCS-9 in <a href="https://man.openbsd.org/iwm.4">iwm(4)</a>
                    264:   Tx rate selection if 40 MHz is disabled to prevent firmware errors.
                    265:   <li>Ensure that <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> and
                    266:   <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> devices announce VHT
                    267:   capabilities in probe requests.
                    268:   <li>Fix bug in <a href="https://man.openbsd.org/iwm.4">iwm(4)</a>,
                    269:   <a href="https://man.openbsd.org/iwx.4">iwx(4)</a>, and
                    270:   <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> which could result
                    271:   in some channels missing from scan results.
                    272:   <li>Enable <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> on the
                    273:   arm64 platform.
1.1       benno     274:   </ul>
                    275:
                    276: <li>IEEE 802.11 wireless stack improvements and bugfixes:
                    277:   <ul>
1.14      stsp      278:   <li> Ignore 40/80 MHz wide channel configurations which do not appear
                    279:   in the 802.11ac spec. This prevents device firmware errors which
                    280:   occurred when an access point announced an invalid channel configuration.
1.1       benno     281:   </ul>
                    282:
                    283: <li>Installer, upgrade and bootloader improvements:
                    284:   <ul>
1.26      benno     285:   <li>Removed default sets answer in <a
                    286:        href="https://man.openbsd.org/autoinstall.8">autoinstall(8)</a>
                    287:        response file such that it now populates only with non-defaults.
                    288:   <li>Made <a
                    289:        href="https://man.openbsd.org/fw_update.8">fw_update(8)</a> verify but
                    290:        not overwrite SHA256.sig.
                    291:   <li>Added support in the installer to encrypt the root disk with a key disk.
                    292:   <li>Prevent re-starting the automatic upgrade on octeon and
                    293:        powerpc64, as is already done on other platforms.
                    294:   <li>Enabled CD9660 in arm64 RAMDISK to allow CD-ROM mounting.
1.1       benno     295:   </ul>
                    296:
                    297: <li>Security improvements:
                    298:   <ul>
1.26      benno     299:   <li><b style="color:red;"> BTI and PAC on arm64?</b>
                    300:
                    301:   <li>Added <a href="https://man.openbsd.org/pledge.2">pledge(2)</a>
                    302:        stdio before parsing pfkey messages to <a
                    303:        href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a> -m and -s.
                    304:   <li>Tightened <a href="https://man.openbsd.org/pax.1">pax(1)</a> <a
                    305:        href="https://man.openbsd.org/pledge.2">pledge(2)</a> in List and
                    306:        Append modes.
                    307:   <li>Created __OpenBSD versions of llvm cxa guard implementation using
                    308:        futex() with the correct number of arguments and without using <a
                    309:        href="https://man.openbsd.org/syscall.2">syscall(2)</a>.
                    310:
1.1       benno     311:   </ul>
                    312:
                    313: <li>Changes in the network stack:
                    314:   <ul>
1.26      benno     315:   <li>Enable IPv6 support in <a
1.19      bluhm     316:        href="https://man.openbsd.org/ppp.4">ppp(4)</a>
1.26      benno     317:   <li>Socket with sequenced packet type and control messages
1.19      bluhm     318:        handle end of record correctly.
1.26      benno     319:   <li>The routing table has a generation number.  That means
1.19      bluhm     320:        cached routes at sockets will be invalidated when the routing
                    321:        table changes.  Especially with dynamic routing daemons
                    322:        local connections use the up to date route.
1.26      benno     323:   <li>Route cache hits an misses are printed in
1.19      bluhm     324:        <a href="https://man.openbsd.org/netstat.1">netstat(1)</a>
1.26      benno     325:        statistics.
                    326:   <li>Prevented <a href="https://man.openbsd.org/wg.4">wg(4)</a>
                    327:        getting stuck on peer destruction.
                    328:   <li>Made <a href="https://man.openbsd.org/umb.4">umb(4)</a> delete any
                    329:        existing v4 address before setting a new one, allowing keeping of a
                    330:        working default route when the address changes.
                    331:   <li>Forwarded TCP LRO disabling to parent devices and disabled TCP LR0
                    332:        on bridged <a href="https://man.openbsd.org/vlan.4">vlan(4)</a> and
                    333:        default for <a href="https://man.openbsd.org/bpe.4">bpe(4)</a>, <a
                    334:        href="https://man.openbsd.org/nvgre.4">nvgre(4)</a> and <a
                    335:        href="https://man.openbsd.org/vxlan.4">vxlan(4)</a>.
1.1       benno     336:   </ul>
                    337:
                    338: <li>The following changes were made to the <a
                    339:        href="https://man.openbsd.org/pf.4">pf(4)</a> firewall:
                    340:   <ul>
1.25      benno     341:   <li>tcpdump on <a
                    342:        href="https://man.openbsd.org/pflog.4">pflog(4)</a> interface shows
                    343:        packets dropped by the default rule with the "block" action.  Although
                    344:        the default rules is a "pass" rule, it blocks malformed packets.  Now
                    345:        this is correctly logged.
                    346:   <li>Adjustments to keep up firewall aware of MP related changes in
                    347:        the network stack.
1.24      sashan    348:   <li>Fix handling of multiple <code>-K</code>(<code>-k</code>) options in
1.25      benno     349:        <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a>, so behavior
                    350:        matches what's described in manual.
                    351:   <li>Make <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> show
                    352:        all tables in all anchors with <code>pfctl -a "*" -sT</code>.
1.26      benno     353:   <li>Added check to ensure <a
                    354:        href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> -f won't accept a
                    355:        directory and install an empty ruleset.
1.1       benno     356:   </ul>
                    357:
                    358: <li>Routing daemons and other userland network improvements:
                    359:   <ul>
                    360:
                    361:   <li>IPsec support was improved:
                    362:   <ul>
1.26      benno     363:
                    364:   <li>Made <a href="https://man.openbsd.org/iked.8">iked(8)</a> always
                    365:        prefer group from the initial KE payload as responder if supported.
1.1       benno     366:   </ul>
                    367:
                    368:   <li>In <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>,
                    369:   <ul>
1.18      denis     370:   <li>...
1.1       benno     371:   </ul>
                    372:
1.2       benno     373:   <li><a href="https://man.openbsd.org/rpki-client.8">rpki-client(8)</a> saw these and more changes:
1.1       benno     374:   <ul>
1.2       benno     375:        <li>Add ability to constrain an RPKI Trust Anchor's effective signing
                    376:        authority to a limited set of Internet numbers. This allows Relying
                    377:        Parties to enjoy the potential benefits of assuming trust, but within
                    378:        a bounded scope.
                    379:        <li>Following a 'failed fetch' (described in RFC 9286), emit a warning and
                    380:        continue with a previously cached Manifest file.
                    381:        <li>Emit a warning when the remote repository presents a Manifest with an
                    382:        unexpected manifestNumber.
                    383:        <li>Improved CRL extension checking.
                    384:        <li>Experimental support for the P-256 signature algorithm.
                    385:        <!-- 8.8. -->
                    386:        <li>A failed manifest fetch could result in a NULL pointer dereference or
                    387:        a use after free.
                    388:        <li>Reject non-conforming RRDP delta elements that contain neither publish
                    389:        nor a withdraw element and fall back to the RRDP snapshot.
                    390:        <li>Refactoring and minor bug fixes in the warning display functions.
                    391:        <!-- 8.9 -->
                    392:        <li>The handling of manifests fetched via rsync or RRDP was reworked to
                    393:        fully conform to RFC 9286.
                    394:        <li>Fix a race condition between closing an idle connection and scheduling a
                    395:        new request on it.
                    396:        <li>The evaluation time specified with -P now also applies to trust anchor
                    397:        certificates.
                    398:        <li>Check that the entire CMS eContent was consumed. Previously, trailing
                    399:        data would be silently discarded on deserialization of products.
                    400:        <li>In file mode do not consider overclaiming intermediate CA certificates
                    401:        as invalid.  OAA warning is still issued.
                    402:        <li>Print the revocation time of certificates in file mode.
                    403:        <li>Be more careful when converting OpenSSL numeric identifiers (NIDs)
                    404:        to strings.
                    405:        <!-- 9.0 -->
                    406:        <li>Added support for RPKI Signed Prefix Lists.
                    407:        <li>Added an -x flag to opt into parsing and evaluation of file types that are
                    408:        still considered experimental.
                    409:        <li>Added a metric to track the number of new files that were moved to the
                    410:        validated cache.
                    411:        <li>Ensure that the FileAndHashes list in a Manifest contains no duplicate
                    412:        file names and no duplicate hashes.
1.1       benno     413:   </ul>
                    414:
                    415:   <li>In <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>,
                    416:   <ul>
1.5       op        417:        <li>Add <code>Message-Id</code> as needed for messages received on
                    418:            the submission port.
                    419:        <li>Added support for RFC 7505 "Null MX" handling and treat
                    420:            an MX of "localhost" as it were a "Null MX".
                    421:        <li>Allow inline tables and filter listings in
                    422:            <a href="https://man.openbsd.org/smtpd.conf.5">smtpd.conf(5)</a>
                    423:            to span over multiple lines.
                    424:        <li>Enabled <abbr title="Delivery Status Notification">DSN</abbr>
                    425:            for the implicit socket too.
                    426:        <li>Added the
                    427:            <a href="https://man.openbsd.org/smtpd.conf.5#no-dsn~2">no-dsn</a>
                    428:            option for <code>listen on socket</code> too.
                    429:        <li>Reject headers that start with a space or a tab.
                    430:        <li>Fixed parsing of the <code>ORCPT</code> parameter.
                    431:        <li>Fixed table lookups of IPv6 addresses.
                    432:        <li>Fixed handling of escape characters in To, From and Cc headers.
                    433:        <li>Run <abbr title="Local Mail Transfer Protocol">LMTP</abbr>
                    434:            deliveries as the recipient user again.
                    435:        <li>Disallow custom commands and file reading in root's
                    436:            <code>.forward</code> file.
                    437:        <li>Do not process other users <code>.forward</code> files when
                    438:            an alternate delivery user is provided in a dispatcher.
                    439:        <li>Unify the <a href="https://man.openbsd.org/table.5">table(5)</a>
                    440:            parser used in
                    441:            <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> and
                    442:            <a href="https://man.openbsd.org/makemap.8">makemap(8)</a>.
                    443:        <li>Allow to use <a href="https://man.openbsd.org/table.5">table(5)</a>
                    444:            mappings on various match constraints.
1.1       benno     445:   </ul>
                    446:
                    447:   <li>Many other changes in various network programs and libraries:
                    448:   <ul>
1.19      bluhm     449:         <li>If a DNS name is configured as remote syslog server,
1.26      benno     450:          <a href="https://man.openbsd.org/syslogd.8">syslogd(8)</a>
                    451:          retries to resolve the loghost name periodically until it succeeds.
                    452:          UDP packets that get lost during that period are counted and
                    453:          logged later.
                    454:        <li>Added counting of dropped UDP packets to <a
                    455:          href="https://man.openbsd.org/syslogd.8">syslogd(8)</a>.
                    456:        <li>Introduced <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a>
                    457:          log output to stderr and '-v' option to make this output more verbose.
                    458:        <li>Fixed <a href="https://man.openbsd.org/radiusd.8">radiusd(8)</a>
                    459:          to properly fixup MPPE-{Send,Recv}-Key and Tunnel-Password attributes of the
                    460:          response.
1.1       benno     461:   </ul>
                    462:   </ul>
                    463:
                    464: <li><a href="https://man.openbsd.org/tmux.1">tmux(1)</a> improvements and bug fixes:
                    465:   <ul>
1.26      benno     466:   <li>Made <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> unzoom
                    467:        a window at the start of destroy so it doesn't happen later after the
                    468:        layout has been freed.
                    469:   <li>Prevented <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> use
                    470:        of combined UTF-8 characters that are too long.
1.1       benno     471:   </ul>
                    472:
1.3       tb        473: <li>LibreSSL version 3.9.0
1.1       benno     474:   <ul>
1.3       tb        475:   <li>Portable changes
1.1       benno     476:     <ul>
1.3       tb        477:     <li>libcrypto no longer exports compat symbols in cmake builds.
                    478:     <li>Most compatibility symbols are prefixed with <code>libressl_</code>
                    479:       to avoid symbol clashes in static links.
                    480:     <li>Fixed various warnings on Windows.
                    481:     <li>Removed assert pop-ups with Windows debug builds.
                    482:     <li>Fixed crashes and hangs in Windows ARM64 builds.
                    483:     <li>Improved control-flow enforcement (CET) support.
1.1       benno     484:     </ul>
1.3       tb        485:   <li>Internal improvements
1.1       benno     486:     <ul>
1.3       tb        487:     <li>Converted uses of <code>OBJ_bsearch_()</code> to standard
                    488:       <a href="https://man.openbsd.org/bsearch">bsearch(3)</a>.
                    489:     <li>Greatly simplified <code>by_file_ctrl()</code>.
                    490:     <li>Simplified and cleaned up the OBJ_ API.
                    491:     <li>Cleaned up the <a href="https://man.openbsd.org/EVP_CipherInit">EVP_Cipher{Init,Update,Final}(3)</a> implementations.
                    492:     <li>Removed unused function pointers from X.509 stores and contexts.
                    493:     <li>A lot of cleanup and reorganization in EVP.
                    494:     <li>Removed all remaining <code>ENGINE</code> tentacles.
                    495:     <li>Simplified internals of <code>X509_TRUST</code> handling.
                    496:     <li>Made deletion from a <a href="https://man.openbsd.org/lh_delete">lhash</a>
                    497:       doall callback safe.
                    498:     <li>Rewrote <a href="https://man.openbsd.org/BIO_dump">BIO_dump*(3)</a> internals
                    499:       to be less bad.
1.1       benno     500:     </ul>
1.3       tb        501:   <li>Documentation improvements
1.1       benno     502:     <ul>
1.3       tb        503:     <li><code>ENGINE</code> documentation was updated to reflect reality.
                    504:     <li>Made EVP API documentation more accurate and less incoherent.
                    505:     <li>Call out some shortcomings of the <code>EC_KEY_set_*</code> API explicitly.
1.1       benno     506:     </ul>
1.3       tb        507:   <li>Testing and proactive security
1.1       benno     508:     <ul>
1.3       tb        509:     <li>Bug fixes and simplifications in the Wycheproof tests.
1.1       benno     510:     </ul>
1.3       tb        511:   <li>Compatibility changes
1.1       benno     512:     <ul>
1.3       tb        513:     <li>Added ChaCha20 and chacha20 aliases for ChaCha.
                    514:     <li><a href="https://man.openbsd.org/SSL_library_init">SSL_library_init(3)</a>
                    515:       now has the same effect as OPENSSL_init_ssl().
                    516:     <li><code>EVP_add_{cipher,digest}()</code> were removed. From the <code>OBJ_NAME</code> API,
                    517:       only <a href="https://man.openbsd.org/OBJ_NAME_do_all">OBJ_NAME_do_all*()</a> remain.
                    518:       In particular, it is no longer possible to add aliases for ciphers and digests.
                    519:     <li>The thread unsafe global tables are no longer supported. It is no
                    520:       longer possible to add aliases for ciphers and digests, custom ASN.1
                    521:       strings table entries, ASN.1 methods, PKEY methods, digest methods,
                    522:       CRL methods, purpose and trust identifiers, or X.509 extensions.
                    523:     <li>Removed the _cb() and _fp() versions of
                    524:       <a href="https://man.openbsd.org/BIO_dump">BIO_dump{,_indent}()</a>.
                    525:     <li><code>BIO_set()</code> was removed.
                    526:     <li><code>BIO_{sn,v,vsn}printf()</code> were removed.
                    527:     <li>Turn the long dysfunctional
                    528:       <a href="https://man.openbsd.org/openssl(1)">openssl(1)</a>
                    529:       <code>s_client -pause</code> into a noop.
                    530:     <li><a href="https://man.openbsd.org/openssl(1)">openssl(1)</a> <code>x509</code>
                    531:      now supports <code>-new</code>, <code>-force_pubkey</code>, <code>-multivalue-rdn</code>,
                    532:       <code>-set_issuer</code> <code>-set_subject</code>, and <code>-utf8</code>.
                    533:     <li>Support ECDSA with SHA-3 signature algorithms.
                    534:     <li>Support HMAC with truncated SHA-2 and SHA-3 as PBE PRF.
                    535:     <li>GOST and STREEBOG support was removed.
                    536:     <li><code>CRYPTO_THREADID</code>, <code>_LHASH</code>, <code>_STACK</code> and
                    537:       <code>X509_PURPOSE</code> are now opaque, <code>X509_CERT_AUX</code> and
                    538:       <code>X509_TRUST</code> were removed from the public API.
                    539:     <li><a href="https://man.openbsd.org/ASN1_STRING_TABLE_get()">ASN1_STRING_TABLE_get(3)</a>
                    540:       and <a href="https://man.openbsd.org/X509_PURPOSE_get0">X509_PURPOSE_get0*(3)</a> now
                    541:       return const pointers.
                    542:     <li><code>EVP_{CIPHER,MD}_CTX_init()</code>'s signatures and semantics now match
                    543:       OpenSSL's behavior.
                    544:     <li><code>sk_find_ex()</code> and <code>OBJ_bsearch_()</code> were removed.
                    545:     <li><a href="https://man.openbsd.org/CRYPTO_malloc">CRYPTO_malloc(3)</a> was fixed to use
                    546:       <code>size_t</code> argument.  <code>CRYPTO_malloc()</code>
                    547:       and <code>CRYPTO_free()</code> now accept file and line arguments.
                    548:     <li>A lot of decrepit CRYPTO memory API was removed.
1.1       benno     549:     </ul>
                    550:   <li>Bug fixes
                    551:     <ul>
1.3       tb        552:     <li>Fixed aliasing issues in <code>BN_mod_exp_simple()</code> and <code>BN_mod_exp_recp()</code>.
                    553:     <li>Fixed numerous misuses of
                    554:       <a href="https://man.openbsd.org/X509_ALGOR_set0">X509_ALGOR_set0(3)</a>
                    555:       resulting in leaks and potentially incorrect encodings.
                    556:     <li>Fixed potential double free in
                    557:       <a href="https://man.openbsd.org/X509v3_asid_add_id_or_range">X509v3_asid_add_id_or_range(3)</a>.
                    558:     <li>Stopped using <code>ASN1_time_parse()</code> outside of libcrypto.
                    559:     <li>Prepared <a href="https://man.openbsd.org/OPENSSL_gmtime">OPENSSL_gmtime(3)</a> and
                    560:       <a href="https://man.openbsd.org/OPENSSL_timegm">OPENSSL_timegm(3)</a> as public API
                    561:       wrappers of internal functions compatible with BoringSSL API.
                    562:     <li>Removed <code>print_bin()</code> to avoid overwriting the stack with 5 bytes
                    563:       of <code>&quot;&nbsp;&quot;</code> when ECPK parameters are printed with large
                    564:       indentation.
                    565:     <li>Avoid a <code>NULL</code> dereference after memory allocation failure during TLS
                    566:       version downgrade.
                    567:     <li>Fixed various bugs in CMAC internals.
                    568:     <li>Fixed 4-byte overreads in GHASH assembly on amd64 and i386.
                    569:     <li>Fixed various NULL dereferences in PKCS #12 code due to mishandling
                    570:       of OPTIONAL content in PKCS #7 ContentInfo.
                    571:     <li>Aligned <a href="https://man.openbsd.org/SSL_shutdown">SSL_shutdown(3)</a>
                    572:       behavior in TLSv1.3 with the legacy stack.
                    573:     <li>Fixed the new X.509 verifier to find trust anchors in the trusted
                    574:       stack.
1.1       benno     575:     </ul>
                    576:   </ul>
                    577:
1.16      djm       578: <li>OpenSSH 9.6 and OpenSSH 9.7
1.1       benno     579:   <ul>
1.16      djm       580:   <li>Security fixes
1.1       benno     581:     <ul>
1.16      djm       582:     <li><a href='https://man.openbsd.org/ssh.1'>ssh(1)</a>, <a href='https://man.openbsd.org/sshd.8'>sshd(8)</a>: implement protocol extensions to thwart the
                    583:        so-called "Terrapin attack" discovered by Fabian Bäumer, Marcus
                    584:        Brinkmann and Jörg Schwenk. This attack allows a MITM to effect a
                    585:        limited break of the integrity of the early encrypted SSH transport
                    586:        protocol by sending extra messages prior to the commencement of
                    587:        encryption, and deleting an equal number of consecutive messages
                    588:        immediately after encryption starts. A peer SSH client/server
                    589:        would not be able to detect that messages were deleted.
                    590:
                    591:        <br>While cryptographically novel, the security impact of this attack
                    592:        is fortunately very limited as it only allows deletion of
                    593:        consecutive messages, and deleting most messages at this stage of
1.17      gnezdo    594:        the protocol prevents user authentication from proceeding and
1.16      djm       595:        results in a stuck connection.
                    596:
                    597:        <br>The most serious identified impact is that it lets a MITM to
                    598:        delete the SSH2_MSG_EXT_INFO message sent before authentication
                    599:        starts, allowing the attacker to disable a subset of the keystroke
                    600:        timing obfuscation features introduced in OpenSSH 9.5. There is no
                    601:        other discernable impact to session secrecy or session integrity.
                    602:
                    603:     <li><a href='https://man.openbsd.org/ssh-agent.1'>ssh-agent(1)</a>: when adding PKCS#11-hosted private keys while
                    604:        specifying destination constraints, if the PKCS#11 token returned
                    605:        multiple keys then only the first key had the constraints applied.
                    606:        Use of regular private keys, FIDO tokens and unconstrained keys
                    607:        are unaffected.
                    608:
                    609:     <li><a href='https://man.openbsd.org/ssh.1'>ssh(1)</a>: if an invalid user or hostname that contained shell
                    610:        metacharacters was passed to <a href='https://man.openbsd.org/ssh.1'>ssh(1)</a>, and a ProxyCommand,
                    611:        LocalCommand directive or "match exec" predicate referenced the
                    612:        user or hostname via %u, %h or similar expansion token, then
                    613:        an attacker who could supply arbitrary user/hostnames to <a href='https://man.openbsd.org/ssh.1'>ssh(1)</a>
                    614:        could potentially perform command injection depending on what
                    615:        quoting was present in the user-supplied <a href='https://man.openbsd.org/ssh_config.5'>ssh_config(5)</a> directive.
                    616:
                    617:        <br>OpenSSH 9.6 now
                    618:        bans most shell metacharacters from user and hostnames supplied
                    619:        via the command-line. This countermeasure is not guaranteed to be
                    620:        effective in all situations, as it is infeasible for <a href='https://man.openbsd.org/ssh.1'>ssh(1)</a> to
                    621:        universally filter shell metacharacters potentially relevant to
                    622:        user-supplied commands.
                    623:
                    624:        <br>User/hostnames provided via <a href='https://man.openbsd.org/ssh_config.5'>ssh_config(5)</a> are not subject to these
                    625:        restrictions, allowing configurations that use strange names to
                    626:        continue to be used, under the assumption that the user knows what
                    627:        they are doing in their own configuration files.
1.1       benno     628:     </ul>
                    629:   <li>New features
                    630:     <ul>
1.16      djm       631:     <li><a href='https://man.openbsd.org/ssh.1'>ssh(1)</a>, <a href='https://man.openbsd.org/sshd.8'>sshd(8)</a>: add a "global" ChannelTimeout type that watches
                    632:        all open channels and will close all open channels if there is no
                    633:        traffic on any of them for the specified interval. This is in
                    634:        addition to the existing per-channel timeouts added recently.
                    635:     <br>This supports situations like having both session and x11
                    636:        forwarding channels open where one may be idle for an extended
                    637:        period but the other is actively used. The global timeout could
                    638:        close both channels when both have been idle for too long.
                    639:
                    640:     <li>All: make DSA key support compile-time optional, defaulting to on.
1.1       benno     641:     </ul>
                    642:   <li>Bugfixes
                    643:     <ul>
1.16      djm       644:     <li><a href='https://man.openbsd.org/sshd.8'>sshd(8)</a>: don't append an unnecessary space to the end of subsystem
                    645:        arguments (<a href='https://bugzilla.mindrot.org/show_bug.cgi?id=3667'>bz3667</a>)
                    646:
                    647:     <li><a href='https://man.openbsd.org/ssh.1'>ssh(1)</a>: fix the multiplexing "channel proxy" mode, broken when
                    648:        keystroke timing obfuscation was added. (<a href='https://github.com/openssh/openssh-portable/pull/463'>GHPR#463</a>)
                    649:
                    650:     <li><a href='https://man.openbsd.org/ssh.1'>ssh(1)</a>, <a href='https://man.openbsd.org/sshd.8'>sshd(8)</a>: fix spurious configuration parsing errors when
                    651:        options that accept array arguments are overridden (<a href='https://bugzilla.mindrot.org/show_bug.cgi?id=3657'>bz3657</a>).
                    652:
                    653:     <li><a href='https://man.openbsd.org/ssh-agent.1'>ssh-agent(1)</a>: fix potential spin in signal handler (<a href='https://bugzilla.mindrot.org/show_bug.cgi?id=3670'>bz3670</a>)
                    654:
                    655:     <li>Many fixes to manual pages and other documentation, including
                    656:        <a href='https://github.com/openssh/openssh-portable/pull/462'>GHPR#462</a>, <a href='https://github.com/openssh/openssh-portable/pull/454'>GHPR#454</a>, <a href='https://github.com/openssh/openssh-portable/pull/442'>GHPR#442</a> and <a href='https://github.com/openssh/openssh-portable/pull/441'>GHPR#441</a>.
                    657:
                    658:     <li>Greatly improve interop testing against PuTTY.
1.1       benno     659:     </ul>
                    660:   </ul>
                    661:
                    662: <li>Ports and packages:
                    663:   <p>Many pre-built packages for each architecture:
                    664:   <!-- number of FTP packages minus SHA256, SHA256.sig, index.txt -->
                    665:   <ul style="column-count: 3">
1.7       sthen     666:     <li>aarch64:    12145
1.6       naddy     667:     <li>amd64:      12309
1.1       benno     668:     <li>arm:        XXX
1.7       sthen     669:     <li>i386:       10830
1.27      visa      670:     <li>mips64:     8674
1.1       benno     671:     <li>powerpc:    XXX
1.10      sthen     672:     <li>powerpc64:  8469
1.28      naddy     673:     <li>riscv64:    10508
1.8       sthen     674:     <li>sparc64:    9432
1.1       benno     675:   </ul>
                    676:
                    677:   <p>Some highlights:
                    678:   <ul style="column-count: 3"><!-- XXX all need to be checked/updated 2024-03-02 -->
1.9       lteo      679:     <li>Asterisk 16.30.1, 18.21.0 and 20.6.0
                    680:     <li>Audacity 3.4.2
                    681:     <li>CMake 3.28.3
                    682:     <li>Chromium 122.0.6261.111
                    683:     <li>Emacs 29.2
1.1       benno     684:     <li>FFmpeg 4.4.4
                    685:     <li>GCC 8.4.0 and 11.2.0
1.9       lteo      686:     <li>GHC 9.6.4
                    687:     <li>GNOME 45
                    688:     <li>Go 1.22.1
                    689:     <li>JDK 8u402, 11.0.22, 17.0.10 and 21.0.2
                    690:     <li>KDE Applications 23.08.4
                    691:     <li>KDE Frameworks 5.115.0
1.13      rsadowsk  692:     <li>KDE Plasma 5.27.10
1.9       lteo      693:     <li>Krita 5.2.2
                    694:     <li>LLVM/Clang 13.0.0, 16.0.6 and 17.0.6
                    695:     <li>LibreOffice 24.2.1.2
1.1       benno     696:     <li>Lua 5.1.5, 5.2.4, 5.3.6 and 5.4.6
1.9       lteo      697:     <li>MariaDB 10.9.8
1.1       benno     698:     <li>Mono 6.12.0.199
1.9       lteo      699:     <li>Mozilla Firefox 123.0.1 and ESR 115.8.0
                    700:     <li>Mozilla Thunderbird 115.8.1
                    701:     <li>Mutt 2.2.13 and NeoMutt 20240201
                    702:     <li>Node.js 18.19.1
                    703:     <li>OCaml 4.14.1
                    704:     <li>OpenLDAP 2.6.7
                    705:     <li>PHP 7.4.33, 8.0.30, 8.1.27, 8.2.16 and 8.3.3
                    706:     <li>Postfix 3.8.6
                    707:     <li>PostgreSQL 16.2
                    708:     <li>Python 2.7.18, 3.9.18, 3.10.13 and 3.11.8
1.13      rsadowsk  709:     <li>Qt 5.15.12 (+ kde patches) and 6.6.1
1.1       benno     710:     <li>R 4.2.3
1.9       lteo      711:     <li>Ruby 3.1.4, 3.2.3 and 3.3.0
                    712:     <li>Rust 1.76.0
                    713:     <li>SQLite 3.44.2
1.1       benno     714:     <li>Shotcut 23.07.29
1.9       lteo      715:     <li>Sudo 1.9.15.5
                    716:     <li>Suricata 7.0.3
1.1       benno     717:     <li>Tcl/Tk 8.5.19 and 8.6.13
1.9       lteo      718:     <li>TeX Live 2023
                    719:     <li>Vim 9.1.139 and Neovim 0.9.5
                    720:     <li>Xfce 4.18.1
1.1       benno     721:   </ul>
                    722:   <p>
                    723:
                    724: <li>As usual, steady improvements in manual pages and other documentation.
                    725:
                    726: <li>The system includes the following major components from outside suppliers:
                    727:   <ul><!-- XXX all need to be checked/updated 2024-03-02 -->
1.4       matthieu  728:     <li>Xenocara (based on X.Org 7.7 with xserver 21.1.11 + patches,
                    729:         freetype 2.13.0, fontconfig 2.14.2, Mesa 23.1.9, xterm 378,
                    730:         xkeyboard-config 2.20, fonttosfnt 1.2.3 and more)
                    731:     <li>LLVM/Clang 16.0.6 (+ patches)
1.1       benno     732:     <li>GCC 4.2.1 (+ patches) and 3.3.6 (+ patches)
1.4       matthieu  733:     <li>Perl 5.36.3 (+ patches)
                    734:     <li>NSD 4.8.0
1.1       benno     735:     <li>Unbound 1.18.0
                    736:     <li>Ncurses 5.7
                    737:     <li>Binutils 2.17 (+ patches)
                    738:     <li>Gdb 6.3 (+ patches)
1.4       matthieu  739:     <li>Awk January 22, 2024
                    740:     <li>Expat 2.6.0
                    741:     <li>zlib 1.3.1 (+ patches)
1.1       benno     742:   </ul>
                    743:
                    744: </ul>
                    745: </section>
                    746:
                    747: <hr>
                    748:
                    749: <section id=install>
                    750: <h3>How to install</h3>
                    751: <p>
                    752: Please refer to the following files on the mirror site for
                    753: extensive details on how to install OpenBSD 7.5 on your machine:
                    754:
                    755: <ul>
                    756: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/alpha/INSTALL.alpha">
                    757:        .../OpenBSD/7.5/alpha/INSTALL.alpha</a>
                    758: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/amd64/INSTALL.amd64">
                    759:        .../OpenBSD/7.5/amd64/INSTALL.amd64</a>
                    760: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/arm64/INSTALL.arm64">
                    761:        .../OpenBSD/7.5/arm64/INSTALL.arm64</a>
                    762: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/armv7/INSTALL.armv7">
                    763:        .../OpenBSD/7.5/armv7/INSTALL.armv7</a>
                    764: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/hppa/INSTALL.hppa">
                    765:        .../OpenBSD/7.5/hppa/INSTALL.hppa</a>
                    766: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/i386/INSTALL.i386">
                    767:        .../OpenBSD/7.5/i386/INSTALL.i386</a>
                    768: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/landisk/INSTALL.landisk">
                    769:        .../OpenBSD/7.5/landisk/INSTALL.landisk</a>
                    770: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/loongson/INSTALL.loongson">
                    771:        .../OpenBSD/7.5/loongson/INSTALL.loongson</a>
                    772: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/luna88k/INSTALL.luna88k">
                    773:        .../OpenBSD/7.5/luna88k/INSTALL.luna88k</a>
                    774: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/macppc/INSTALL.macppc">
                    775:        .../OpenBSD/7.5/macppc/INSTALL.macppc</a>
                    776: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/octeon/INSTALL.octeon">
                    777:        .../OpenBSD/7.5/octeon/INSTALL.octeon</a>
                    778: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/powerpc64/INSTALL.powerpc64">
                    779:        .../OpenBSD/7.5/powerpc64/INSTALL.powerpc64</a>
                    780: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/riscv64/INSTALL.riscv64">
                    781:        .../OpenBSD/7.5/riscv64/INSTALL.riscv64</a>
                    782: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/7.5/sparc64/INSTALL.sparc64">
                    783:        .../OpenBSD/7.5/sparc64/INSTALL.sparc64</a>
                    784: </ul>
                    785: </section>
                    786:
                    787: <hr>
                    788:
                    789: <section id=quickinstall>
                    790: <p>
                    791: Quick installer information for people familiar with OpenBSD, and the use of
                    792: the "<a href="https://man.openbsd.org/disklabel.8">disklabel</a> -E" command.
                    793: If you are at all confused when installing OpenBSD, read the relevant
                    794: INSTALL.* file as listed above!
                    795:
                    796: <h3>OpenBSD/alpha:</h3>
                    797:
                    798: <p>
                    799: If your machine can boot from CD, you can write <i>install75.iso</i> or
                    800: <i>cd75.iso</i> to a CD and boot from it.
                    801: Refer to INSTALL.alpha for more details.
                    802:
                    803: <h3>OpenBSD/amd64:</h3>
                    804:
                    805: <p>
                    806: If your machine can boot from CD, you can write <i>install75.iso</i> or
                    807: <i>cd75.iso</i> to a CD and boot from it.
                    808: You may need to adjust your BIOS options first.
                    809:
                    810: <p>
                    811: If your machine can boot from USB, you can write <i>install75.img</i> or
                    812: <i>miniroot75.img</i> to a USB stick and boot from it.
                    813:
                    814: <p>
                    815: If you can't boot from a CD, floppy disk, or USB,
                    816: you can install across the network using PXE as described in the included
                    817: INSTALL.amd64 document.
                    818:
                    819: <p>
                    820: If you are planning to dual boot OpenBSD with another OS, you will need to
                    821: read INSTALL.amd64.
                    822:
                    823: <h3>OpenBSD/arm64:</h3>
                    824:
                    825: <p>
1.12      jsg       826: If your machine can boot from CD, you can write <i>install75.iso</i> or
                    827: <i>cd75.iso</i> to a CD and boot from it.
                    828:
                    829: <p>
                    830: To boot from disk, write <i>install75.img</i> or <i>miniroot75.img</i> to a
                    831: disk and boot from it after connecting to the serial console.  Refer to
                    832: INSTALL.arm64 for more details.
1.1       benno     833:
                    834: <h3>OpenBSD/armv7:</h3>
                    835:
                    836: <p>
                    837: Write a system specific miniroot to an SD card and boot from it after connecting
                    838: to the serial console.  Refer to INSTALL.armv7 for more details.
                    839:
                    840: <h3>OpenBSD/hppa:</h3>
                    841:
                    842: <p>
                    843: Boot over the network by following the instructions in INSTALL.hppa or the
                    844: <a href="hppa.html#install">hppa platform page</a>.
                    845:
                    846: <h3>OpenBSD/i386:</h3>
                    847:
                    848: <p>
                    849: If your machine can boot from CD, you can write <i>install75.iso</i> or
                    850: <i>cd75.iso</i> to a CD and boot from it.
                    851: You may need to adjust your BIOS options first.
                    852:
                    853: <p>
                    854: If your machine can boot from USB, you can write <i>install75.img</i> or
                    855: <i>miniroot75.img</i> to a USB stick and boot from it.
                    856:
                    857: <p>
                    858: If you can't boot from a CD, floppy disk, or USB,
                    859: you can install across the network using PXE as described in
                    860: the included INSTALL.i386 document.
                    861:
                    862: <p>
                    863: If you are planning on dual booting OpenBSD with another OS, you will need to
                    864: read INSTALL.i386.
                    865:
                    866: <h3>OpenBSD/landisk:</h3>
                    867:
                    868: <p>
                    869: Write <i>miniroot75.img</i> to the start of the CF
                    870: or disk, and boot normally.
                    871:
                    872: <h3>OpenBSD/loongson:</h3>
                    873:
                    874: <p>
                    875: Write <i>miniroot75.img</i> to a USB stick and boot bsd.rd from it
                    876: or boot bsd.rd via tftp.
                    877: Refer to the instructions in INSTALL.loongson for more details.
                    878:
                    879: <h3>OpenBSD/luna88k:</h3>
                    880:
                    881: <p>
                    882: Copy 'boot' and 'bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                    883: from the PROM, and then bsd.rd from the bootloader.
                    884: Refer to the instructions in INSTALL.luna88k for more details.
                    885:
                    886: <h3>OpenBSD/macppc:</h3>
                    887:
                    888: <p>
                    889: Burn the image from a mirror site to a CDROM, and power on your machine
                    890: while holding down the <i>C</i> key until the display turns on and
                    891: shows <i>OpenBSD/macppc boot</i>.
                    892:
                    893: <p>
                    894: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    895: /7.5/macppc/bsd.rd</i>
                    896:
                    897: <h3>OpenBSD/octeon:</h3>
                    898:
                    899: <p>
                    900: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    901: Refer to the instructions in INSTALL.octeon for more details.
                    902:
                    903: <h3>OpenBSD/powerpc64:</h3>
                    904:
                    905: <p>
                    906: To install, write <i>install75.img</i> or <i>miniroot75.img</i> to a
                    907: USB stick, plug it into the machine and choose the <i>OpenBSD
                    908: install</i> menu item in Petitboot.
                    909: Refer to the instructions in INSTALL.powerpc64 for more details.
                    910:
                    911: <h3>OpenBSD/riscv64:</h3>
                    912:
                    913: <p>
                    914: To install, write <i>install75.img</i> or <i>miniroot75.img</i> to a
                    915: USB stick, and boot with that drive plugged in.
                    916: Make sure you also have the microSD card plugged in that shipped with the
                    917: HiFive Unmatched board.
                    918: Refer to the instructions in INSTALL.riscv64 for more details.
                    919:
                    920: <h3>OpenBSD/sparc64:</h3>
                    921:
                    922: <p>
                    923: Burn the image from a mirror site to a CDROM, boot from it, and type
                    924: <i>boot cdrom</i>.
                    925:
                    926: <p>
                    927: If this doesn't work, or if you don't have a CDROM drive, you can write
                    928: <i>floppy75.img</i> or <i>floppyB75.img</i>
                    929: (depending on your machine) to a floppy and boot it with <i>boot
                    930: floppy</i>. Refer to INSTALL.sparc64 for details.
                    931:
                    932: <p>
                    933: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    934: will most likely fail.
                    935:
                    936: <p>
                    937: You can also write <i>miniroot75.img</i> to the swap partition on
                    938: the disk and boot with <i>boot disk:b</i>.
                    939:
                    940: <p>
                    941: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    942: </section>
                    943:
                    944: <hr>
                    945:
                    946: <section id=upgrade>
                    947: <h3>How to upgrade</h3>
                    948: <p>
                    949: If you already have an OpenBSD 7.4 system, and do not want to reinstall,
                    950: upgrade instructions and advice can be found in the
                    951: <a href="faq/upgrade75.html">Upgrade Guide</a>.
                    952: </section>
                    953:
                    954: <hr>
                    955:
                    956: <section id=sourcecode>
                    957: <h3>Notes about the source code</h3>
                    958: <p>
                    959: <code>src.tar.gz</code> contains a source archive starting at <code>/usr/src</code>.
                    960: This file contains everything you need except for the kernel sources,
                    961: which are in a separate archive.
                    962: To extract:
                    963: <blockquote><pre>
                    964: # <kbd>mkdir -p /usr/src</kbd>
                    965: # <kbd>cd /usr/src</kbd>
                    966: # <kbd>tar xvfz /tmp/src.tar.gz</kbd>
                    967: </pre></blockquote>
                    968: <p>
                    969: <code>sys.tar.gz</code> contains a source archive starting at <code>/usr/src/sys</code>.
                    970: This file contains all the kernel sources you need to rebuild kernels.
                    971: To extract:
                    972: <blockquote><pre>
                    973: # <kbd>mkdir -p /usr/src/sys</kbd>
                    974: # <kbd>cd /usr/src</kbd>
                    975: # <kbd>tar xvfz /tmp/sys.tar.gz</kbd>
                    976: </pre></blockquote>
                    977: <p>
                    978: Both of these trees are a regular CVS checkout.  Using these trees it
                    979: is possible to get a head-start on using the anoncvs servers as
                    980: described <a href="anoncvs.html">here</a>.
                    981: Using these files
                    982: results in a much faster initial CVS update than you could expect from
                    983: a fresh checkout of the full OpenBSD source tree.
                    984: </section>
                    985:
                    986: <hr>
                    987:
                    988: <section id=ports>
                    989: <h3>Ports Tree</h3>
                    990: <p>
                    991: A ports tree archive is also provided.  To extract:
                    992: <blockquote><pre>
                    993: # <kbd>cd /usr</kbd>
                    994: # <kbd>tar xvfz /tmp/ports.tar.gz</kbd>
                    995: </pre></blockquote>
                    996: <p>
                    997: Go read the <a href="faq/ports/index.html">ports</a> page
                    998: if you know nothing about ports
                    999: at this point.  This text is not a manual of how to use ports.
                   1000: Rather, it is a set of notes meant to kickstart the user on the
                   1001: OpenBSD ports system.
                   1002: <p>
                   1003: The <i>ports/</i> directory represents a CVS checkout of our ports.
                   1004: As with our complete source tree, our ports tree is available via
                   1005: <a href="anoncvs.html">AnonCVS</a>.
                   1006: So, in order to keep up to date with the -stable branch, you must make
                   1007: the <i>ports/</i> tree available on a read-write medium and update the tree
                   1008: with a command like:
                   1009: <blockquote><pre>
                   1010: # <kbd>cd /usr/ports</kbd>
                   1011: # <kbd>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_7_5</kbd>
                   1012: </pre></blockquote>
                   1013: <p>
                   1014: [Of course, you must replace the server name here with a nearby anoncvs
                   1015: server.]
                   1016: <p>
                   1017: Note that most ports are available as packages on our mirrors. Updated
                   1018: ports for the 7.5 release will be made available if problems arise.
                   1019: <p>
                   1020: If you're interested in seeing a port added, would like to help out, or just
                   1021: would like to know more, the mailing list
                   1022: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                   1023: </section>
                   1024: </body>
                   1025: </html>