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

Annotation of www/75.html, Revision 1.27

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