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

Annotation of www/68.html, Revision 1.20

1.1       benno       1: <!doctype html>
                      2: <html lang=en id=release>
                      3: <meta charset=utf-8>
                      4:
                      5: <title>OpenBSD 6.8</title>
                      6: <meta name="description" content="OpenBSD 6.8">
                      7: <meta name="viewport" content="width=device-width, initial-scale=1">
                      8: <link rel="stylesheet" type="text/css" href="openbsd.css">
                      9: <link rel="canonical" href="https://www.openbsd.org/68.html">
                     10:
                     11: <h2 id=OpenBSD>
                     12: <a href="index.html">
                     13: <i>Open</i><b>BSD</b></a>
                     14: 6.8
                     15: </h2>
                     16:
                     17: <table>
                     18: <tr>
                     19: <td>
                     20: <a href="images/XXX.gif">
                     21: <img width="227" height="343" src="images/XXX-s.gif" alt="XXX"></a>
                     22: <td>
                     23: Released Oct XXX, 2020<br>
                     24: Copyright 1997-2020, Theo de Raadt.<br>
                     25: <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/6.8/</code> directory on
                     33:     one of the mirror sites.
                     34: <li>Have a look at <a href="errata68.html">the 6.8 errata page</a> for a list
                     35:     of bugs and workarounds.
                     36: <li>See a <a href="plus68.html">detailed log of changes</a> between the
                     37:     6.7 and 6.8 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-68-base.pub:
                     45: <td>
                     46: <a href="https://ftp.openbsd.org/pub/OpenBSD/6.8/openbsd-68-base.pub">
                     47: RWQZj25CSG5R2oLo5735Hh6C48kkjFsj5rJDjW+fGZwyY+BkD5/zps8f
                     48: <tr><td>
                     49: openbsd-68-fw.pub:
                     50: <td>
                     51: RWSYx4htNi/zavF8ZToMBDFz2xymRfFnnR1MEKV9csYbvnrTBwdkXhdy
                     52: <tr><td>
                     53: openbsd-68-pkg.pub:
                     54: <td>
                     55: RWQlDXyHx5KlPoEiz4yWRK/Gt/rvPwI8KEAt3utge/dBS7R+EscdzA5K
                     56: <tr><td>
                     57: openbsd-68-syspatch.pub:
                     58: <td>
                     59: RWRWuHkSV0U8PUX24vGa3ywrvKNQY6llV3PLvKEzDTiTVPfIRaXPfvzR
                     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 6.8.
                     74: For a comprehensive list, see the <a href="plus68.html">changelog</a> leading
                     75: to 6.8.
                     76:
                     77: <ul>
                     78:
1.17      kettenis   79: <li>New/extended platforms:
                     80:   <ul>
                     81:        <li>New <a href="https://www.openbsd.org/powerpc64.html">powerpc64</a>
                     82:         platform, supporting PowerNV (non-virtualized) systems with
                     83:         POWER8 and POWER9 CPUs, such as Raptor Computing Systems Talos
                     84:         II and Blackbird systems.  POWER8 support has not been tested
                     85:         on real hardware yet.
                     86:   </ul>
                     87:
1.1       benno      88: <li>General improvements and bugfixes:
                     89:   <ul>
1.3       benno      90:        <li>Added support in the kernel and libc for timecounting in
                     91:        userland, eliminating the need for a context switch everytime a
                     92:        process requests the current time, thereby improving speed and
                     93:        responsiveness in programs which make many <a
                     94:        href="https://man.openbsd.org/gettimeofday">gettimeofday(2)</a> calls,
                     95:        especially browsers and office software.<br>The userland timecounters
                     96:        are enabled on the amd64, arm64, macppc, octeon and sparc64
1.18      kettenis   97:        architectures.
1.3       benno      98:
1.1       benno      99:        <li>Set <a href="https://man.openbsd.org/ddb">ddb(4)</a> "/t" to show a trace via TID on all architectures.
                    100:        <li>Restored VGA fonts on VT switch, preventing an unusable screen when switching to a VT with a custom VGA font from X.
                    101:        <li>Fixed the <a href="https://man.openbsd.org/ksh">ksh(1)</a> exit code when evaluating a || compound list to prevent termination of the shell when running under -e.
                    102:        <li>Relaxed filename checks in <a href="https://man.openbsd.org/syspatch">syspatch(8)</a> to allow use of hyphens.
                    103:        <li>Rewrote m88k mutex code as a slight variation of the MI mutex code, potentially improving stability and rendering mutex spinning time visible in <a href="https://man.openbsd.org/top">top(1)</a>.
                    104:        <li>Corrected <a href="https://man.openbsd.org/getopt_long">getopt_long(3)</a> parsing of a trailing dash in an option group, which was being incorrectly returned as an argument.
                    105:        <li>Enabled building <a href="https://man.openbsd.org/wsmoused">wsmoused(8)</a> and <a href="https://man.openbsd.org/wsfontload">wsfontload(8)</a> on arm64 and armv7.
                    106:        <li>Added a new column to <a href="https://man.openbsd.org/wsfontload">wsfontload(8)</a> -l output to report the number of characters contained in a loaded font.
                    107:        <li>Fixed a panic in <a href="https://man.openbsd.org/wscons">wscons(4)</a>.
                    108:        <li>Prevented callers inspecting unrelated fields in the libc resolver function asr_run().
                    109:        <li>Prevented <a href="https://man.openbsd.org/rcs">rcs(1)</a> removal of locked revisions with rcs -orange, avoiding leaving behind a lock for a revision which no longer exists.
                    110:        <li>Provided an optimized implementation of <a href="https://man.openbsd.org/ffs">ffs(3)</a> in the kernel on arm64/powerpc/powerpc64.
                    111:        <li>Improved CPU frequency scaling in automatic performance mode by removing accounting for offline CPUs.
                    112:        <li>Fixed <a href="https://man.openbsd.org/sndiod">sndiod(8)</a> crashes when USB devices are disconnected.
                    113:        <li>Fixed the initial <a href="https://man.openbsd.org/sndiod">sndiod(8)</a> alternate device number, preventing device number 1 from being skipped on first use.
                    114:        <li>Allowed switching between alternate devices (-F) with <a href="https://man.openbsd.org/sndioctl">sndioctl(1)</a>.
                    115:        <li>Implemented the gensub(), systime() and strftime() functions for <a href="https://man.openbsd.org/awk">awk(1)</a>.
                    116:        <li>Stopped incrementing openclass for a literal "[" in <a href="https://man.openbsd.org/awk">awk(1)</a>, allowing parsing of expressions such as "/[[/[]/".
                    117:        <li>Added <a href="https://man.openbsd.org/intrmap_create">intrmap</a>, an interrupt to CPU mapping API that is used by hardware drivers to use multiple CPUs for interrupt handling.
                    118:        <li>Added an ioctl PCIOCGETVPD allowing userland to access read-only support information about pci devices via the vpd register.
                    119:        <li>Introduced <a href="https://man.openbsd.org/gettime">gettime(9)</a> and <a href="https://man.openbsd.org/getuptime">getuptime(9)</a> and substituted these for time_second(9) and time_uptime(9) throughout the kernel to prevent split-read problems on 32-bit platforms.
                    120:        <li>Fixed merging of files that lack newlines for <a href="https://man.openbsd.org/diff3">diff3(1)</a>, OpenRCS and OpenCVS.
                    121:        <li>Switched the default CDDB database for <a href="https://man.openbsd.org/cdio">cdio(1)</a> to gnudb.gnudb.org:8880.
                    122:        <li>Introduced a darker <a href="https://man.openbsd.org/xenodm">xenodm(1)</a> login widget and a lower contrast default background.
                    123:        <li>Prevented creation of bogus <a href="https://man.openbsd.org/sd">sd(4)</a> devices for <a href="https://man.openbsd.org/nvme">nvme(4)</a> namespaces which are configured but have size 0.
                    124:        <li>Initialized v4l2_requestbuffers for libv4l compatibility, allowing view of video encodings not directly supported by <a href="https://man.openbsd.org/video">video(1)</a>.
                    125:        <li>Added <a href="https://man.openbsd.org/video">video(1)</a> white balance temperature control through w/W keys.
                    126:        <li>Added the ability to set and display <a href="https://man.openbsd.org/video">video(1)</a> control values directly on the CLI.
                    127:        <li>Allowed the combination of <a href="https://man.openbsd.org/video">video(1)</a> "-dc" options, reset and display control values.
                    128:        <li>Added control for backlight compensation to <a href="https://man.openbsd.org/video">video(4)</a>.
                    129:        <li>Used an LFENCE instruction everywhere RDTSC is used for a time measurement, reducing the jitter in TSC skew measurements.
                    130:        <li>Prevented a core dump in <a href="https://man.openbsd.org/ftp">ftp(1)</a> during fetch abort.
                    131:        <li>Allowed specification of supported TLS protocols in <a href="https://man.openbsd.org/ftp">ftp(1)</a> "-S protocols".
                    132:        <li>Fixed an <a href="https://man.openbsd.org/xconsole">xconsole(1)</a> crash by starting it after setting the background.
                    133:        <li>Fixed <a href="https://man.openbsd.org/ls">ls(1)</a> -R mode to not display subdirectories of a directory beginning with '.' and ensure directory names are always displayed.
                    134:        <li>Introduced <a href="https://man.openbsd.org/kstat">kstat(1)</a>, a subsystem to allow the kernel to expose statistics to userland (and <a href="https://man.openbsd.org/kstat">kstat(8)</a>, the userland side).
                    135:        <li>Added <a href="https://man.openbsd.org/kstat">kstat(1)</a> -w option, allowing update and printing of stats at a specified wait interval.
                    136:        <li>Added kstat to <a href="https://man.openbsd.org/cnmac">cnmac(4)</a>.
                    137:        <li>Added tsc_delay(), a <a href="https://man.openbsd.org/delay">delay(9)</a> implementation based on the TSC, to amd64.
                    138:        <li>Synchronized each core's CP0 cycle counter using the IO clock counter on mips64 and octeon, making the cycle counter usable as timecounter.
                    139:        <li>Added support for set -o pipefail to <a href="https://man.openbsd.org/ksh">ksh(1)</a>, potentially helping error checking.
                    140:        <li>Taught <a href="https://man.openbsd.org/su">su(1)</a> -l -f to start a regular shell for non-csh shells rather than a login shell.
                    141:        <li>Enabled spleen16x32 and spleen32x64 fonts on armv7 for GENERIC kernels.
                    142:        <li>Implemented linear and power-of-two histograms in btrace(5).
                    143:        <li>Added <a href="https://man.openbsd.org/btrace">btrace(8)</a> -p flag to filter all actions by PID.
                    144:        <li>Enabled <a href="https://man.openbsd.org/btrace">btrace(8)</a>.
                    145:        <li>Added support for "&" and "|" operators in btrace scripts.
                    146:        <li>Used <a href="https://man.openbsd.org/su">su(1)</a> -fl to avoid sourcing the target user's .profile in <a href="https://man.openbsd.org/rc.d">rc.d(8)</a>/<a href="https://man.openbsd.org/rcctl">rcctl(8)</a>.
                    147:        <li>Added a <a href="https://man.openbsd.org/ktrace">ktrace(1)</a> -T option to make time-related system calls more prominent.
1.12      schwarze  148:        <li>Switched the default <a href="https://man.openbsd.org/man.1">man(1)</a> pager from "<a href="https://man.openbsd.org/more.1">more(1)</a> -s" to <a href="https://man.openbsd.org/less.1">less(1)</a>.
                    149:        <li>Supported -T html -O tag in <a href="https://man.openbsd.org/man.1">man(1)</a> by passing a file:// URI to the pager.
1.1       benno     150:        <li>Ensured only pseudo-terminal devices use reprint delays.
                    151:        <li>Prevented <a href="https://man.openbsd.org/mg">mg(1)</a> from running out of memory or segfaulting with <code>query-replace-regex ^</code>.
                    152:        <li>Prevented an <a href="https://man.openbsd.org/unveil">unveil(2)</a> failure with chdir / on <a href="https://man.openbsd.org/sensorsd">sensorsd(8)</a>.
                    153:        <li>Ported NetBSD's arm64 disassembler for <a href="https://man.openbsd.org/ddb">ddb(4)</a>.
                    154:        <li>Added / as an alias for g (grep) in <a href="https://man.openbsd.org/top">top(1)</a>.
                    155:        <li>Added support for remote coverage to <a href="https://man.openbsd.org/kcov">kcov(4)</a>.
                    156:        <li>Avoided reading one byte before the path buffer in <a href="https://man.openbsd.org/mountd">mountd(8)</a>.
                    157:        <li>Added the ability to filter which <a href="https://man.openbsd.org/kstat">kstat(1)</a> entries are displayed.
                    158:        <li>Moved <a href="https://man.openbsd.org/sysctl">sysctl(2)</a> CTL_DEBUG from DEBUG to the new DEBUG_SYSCTL.
                    159:        <li>Added <a href="https://man.openbsd.org/fstat">fstat(1)</a> support for looking up unix domain sockets by file name.
                    160:        <li>Fixed <a href="https://man.openbsd.org/make">make(1)</a> :S with anchors and replacement.
                    161:        <li>Imported <a href="https://man.openbsd.org/login_ldap">login_ldap(8)</a>, using <a href="https://man.openbsd.org/ldap">ldap(1)</a> rather than openldap.
                    162:        <li>Used READ(16)/WRITE(16) commands for disks large enough to require them to access the last sectors, fixing large 512E devices plugged into USB to ATA/ATAPI bridges which mistakenly use 4K sector addresses/sizes.
                    163:        <li>Fixed "$@" splitting with empty IFS in <a href="https://man.openbsd.org/ksh">ksh(1)</a>.
                    164:        <li>Prevented improper disabling of the backlight in <a href="https://man.openbsd.org/umstc">umstc(4)</a> when brightness is adjusted to 0.
1.7       jsg       165:        <li>Stopped <a href="https://man.openbsd.org/syslogd">syslogd(8)</a> from closing UDP sockets for sending messages when DNS lookup of a UDP loghost fails, allowing them to be used to send if DNS is working during the next SIGHUP.
1.1       benno     166:        <li>Prevented established TCP and TLS sockets of <a href="https://man.openbsd.org/syslogd">syslogd(8)</a> from staying open forever if a client aborted the connection silently.
                    167:        <li>Provided a naptime variable for userspace via <a href="https://man.openbsd.org/kvm_read">kvm_read(3)</a>, usable by <a href="https://man.openbsd.org/vmstat">vmstat(8)</a>.
                    168:        <li>Cleared the screen in <a href="https://man.openbsd.org/ksh">ksh(1)</a>'s vi editing mode before redrawing the line with ^L.
                    169:        <li>Made <a href="https://man.openbsd.org/apmd">apmd(8)</a> always ask the kernel about current hw.perfpolicy rather than maintaining state.
                    170:        <li>Reworked kernel loading with <a href="https://man.openbsd.org/octboot">octboot(4)</a>, which now does not rely on a mounted filesystem.
                    171:        <li>Converted macppc, octeon and loongson to use machine-independent installboot.
                    172:        <li>Forced long-names on msdos filenames for installboot on most 32-bit architectures.
                    173:        <!-- FFS2 -->
                    174:        <li>Improvements in the FFS2 filesystem:
                    175:        <ul>
                    176:          <li>Made FFS2 the default for <a href="https://man.openbsd.org/newfs">newfs(8)</a>, except for mfs.
                    177:          <li>Enabled the FFS2 option on the luna88k ramdisk.
                    178:          <li>Made FFS2 the default non-root filesystems on landisk, sgi and luna88k.
                    179:        </ul>
                    180:     <li>
                    181:   </ul>
                    182:
                    183: <li>Improved hardware support and driver bugfixes, including:
                    184:   <ul>
                    185:        <li>Enabled scrollback in <a href="https://man.openbsd.org/simplefb">simplefb(4)</a>.
                    186:        <li>Fixed display glitches on smaller screens or with larger fonts in <a href="https://man.openbsd.org/efifb">efifb(4)</a> associated with remapping and attaching.
                    187:        <li>Disabled <a href="https://man.openbsd.org/ohci">ohci(4)</a> on the amd64 ramdisk kernel.
                    188:        <li>Improved reporting of remaining power with batteries of different capacities in <a href="https://man.openbsd.org/acpi">acpi(4)</a>.
                    189:        <li>Fixed bogus frame sizes being returned by <a href="https://man.openbsd.org/xhci">xhci(4)</a>.
                    190:        <li>Added <a href="https://man.openbsd.org/wsmoused">wsmoused(8)</a> support to <a href="https://man.openbsd.org/efifb">efifb(4)</a>.
                    191:        <li>Added <a href="https://man.openbsd.org/umstc">umstc(4)</a>, a driver for Microsoft Surface Type Cover keyboards.
                    192:        <li>Introduced <a href="https://man.openbsd.org/acpihid">acpihid(4)</a> for ACPI HID event and 5-button array devices.
                    193:        <li>Moved Powerbook5,4 audio from <a href="https://man.openbsd.org/aoa">aoa(4)</a> to <a href="https://man.openbsd.org/snapper">snapper(4)</a>, adding the missing TAS3004 volume control.
                    194:        <li>Fixed broken HID descriptors of Elecom trackballs with 6 or 8 buttons.
                    195:        <li>Added RK3328 PWM, also found in the RK3308, to <a href="https://man.openbsd.org/rkpwm">rkpwm(4)</a>.
                    196:        <li>Added RK3308 temperature sensors to <a href="https://man.openbsd.org/rktemp">rktemp(4)</a>.
                    197:        <li>Added <a href="https://man.openbsd.org/pcamux">pcamux(4)</a>, a driver for the PCA8548 I2C switch.
1.6       jsg       198:        <li>Introduced a framework for digital audio interfaces, and added <a href="https://man.openbsd.org/simpleaudio">simpleaudio(4)</a>, a driver for "simple audio cards." This is a wrapper connecting the I2S controller, the codec and some aux devices, and <a href="https://man.openbsd.org/simpleamp">simpleamp(4)</a>, a driver for "simple audio amplifier," one of the aux devices for <a href="https://man.openbsd.org/simpleaudio">simpleaudio(4)</a>.
1.1       benno     199:        <li>Enabled <a href="https://man.openbsd.org/nvme">nvme(4)</a> on i386.
                    200:        <li>Added support for the Ericsson F5521gw Mobile Broadband Modem.
                    201:        <li>Implemented pci_intr_establish_cpu() for <a href="https://man.openbsd.org/pyro">pyro(4)</a> and <a href="https://man.openbsd.org/vpci">vpci(4)</a>-based sparc64 systems.
                    202:        <li>Ensured the STOP command sent by <a href="https://man.openbsd.org/sd">sd(4)</a> on powerdown will not result in hanging the machine if commands to the USB mass storage fail.
                    203:        <li>Fixed intermittent failing <a href="https://man.openbsd.org/pms">pms(4)</a> device initialization seen on some Synaptics devices.
                    204:        <li>Corrected trackstick/button attachment of Windows Precision Touchpad <a href="https://man.openbsd.org/imt">imt(4)</a> devices, fixing behavior on certain Dell Latitude laptops.
                    205:        <li>Improved speed of scrolling by optimizing <a href="https://man.openbsd.org/rasops">rasops(9)</a> write-only framebuffer console.
                    206:        <li>Added support for routing interrupts to other CPUs in <a href="https://man.openbsd.org/ampintc">ampintc(4)</a> and <a href="https://man.openbsd.org/agintc">agintc(4)</a>.
                    207:        <li>Modified <a href="https://man.openbsd.org/uvideo">uvideo(4)</a> to fix webcam detection in Firefox 78.
                    208:        <li>Added a SENSOR_ENERGY sensor type to the <a href="https://man.openbsd.org/sensor_attach">sensors framework API</a> which uses microjoules.
                    209:        <li>Added support for the AMDI0010 touchpad on the Inspiron 5505.
                    210:        <li>Avoided nvram lock timeout on sparc64 systems with onboard BCM5704 <a href="https://man.openbsd.org/bge">bge(4)</a> instances that come without a fitted EEPROM/NVRAM.
                    211:        <li>Added support for Gear Head keyboards.
                    212:        <li>Added <a href="https://man.openbsd.org/pms">pms(4)</a> support for the Elantech v1 touchpad with firmware version 0x20022.
                    213:        <li>Added <a href="https://man.openbsd.org/sdmmc">sdmmc(4)</a> support for eMMC HS200 mode.
                    214:        <li>Added Exar XR17V35x serial port support.
                    215:        <li>Properly implemented <a href="https://man.openbsd.org/amlmmc">amlmmc(4)</a> setting of signal voltage.
                    216:        <li>Implemented UHS-I support in the <a href="https://man.openbsd.org/sdmmc">sdmmc(4)</a> midlayer and enabled it in <a href="https://man.openbsd.org/amlmmc">amlmmc(4)</a>.
                    217:        <li>Allowed theoretical multiple attachment of <a href="https://man.openbsd.org/asmc">asmc(4)</a> controllers.
                    218:        <li>Introduced <a href="https://man.openbsd.org/abl">abl(4)</a>, a new driver to control the backlight brightness on Intel-based Apple machines, and allowed it to be controlled through <a href="https://man.openbsd.org/wsconsctl">wsconsctl(8)</a>.
                    219:        <li>Disabled <a href="https://man.openbsd.org/acpivout">acpivout(4)</a> brightness control on machines aware of Windows 8, enabling inteldrm to handle brightness ioctls.
                    220:        <li>Fixed <a href="https://man.openbsd.org/eeprom">eeprom(8)</a> error when setting variables on macppc.
1.4       jsg       221:        <li>Updated <a href="https://man.openbsd.org/drm">drm(4)</a> to Linux 5.7.19.
1.1       benno     222:   </ul>
                    223: <li>New or improved network hardware support:
                    224:   <ul>
                    225:          <li>Enabled multiple queues on <a href="https://man.openbsd.org/vmx">vmx(4)</a>, VMware VMXNET3 Virtual Interface Controller.
                    226:          <li>Added support for hardware vlan tagging to <a href="https://man.openbsd.org/mcx">mcx(4)</a>.
                    227:          <li>Fixed a crash in <a href="https://man.openbsd.org/re">re(4)</a>.
1.7       jsg       228:          <li>Added <a href="https://man.openbsd.org/bge">bge(4)</a> support for the BCM5719 A1 Ethernet controller.
1.1       benno     229:          <li>Handled AGL interfaces on octeon, making management network ports usable on some machines.
                    230:          <li>Implemented rss/toeplitz support for <a href="https://man.openbsd.org/ixl">ixl(4)</a> 710 chips.
                    231:          <li>Added support for the <a href="https://man.openbsd.org/mcx">mcx(4)</a> ConnectX-6 Dx.
                    232:          <li>Fixed a potential crash when bringing down an <a href="https://man.openbsd.org/mcx">mcx(4)</a> interface.
                    233:          <li>Enabled multiq support for <a href="https://man.openbsd.org/ix">ix(4)</a>.
                    234:          <li>Increased the <a href="https://man.openbsd.org/mcx">mcx(4)</a> event queue size, preventing a potential interrupt storm on the ConnectX-4.
                    235:          <li>Fixed outbound <a href="https://man.openbsd.org/bpf">bpf(4)</a> tap on <a href="https://man.openbsd.org/ogx">ogx(4)</a> interfaces.
                    236:          <li>Improved <a href="https://man.openbsd.org/ure">ure(4)</a> TX performance by combining multiple packets into one xfer as possible.
1.13      benno     237:          <li>Added support for the RK3308 MAC to <a href="https://man.openbsd.org/dwge">dwge(4)</a>.
1.1       benno     238:   </ul>
                    239: <li>Added or improved wireless network drivers:
                    240:   <ul>
                    241:          <li>Added support to <a href="https://man.openbsd.org/urtwn">urtwn(4)</a> for TP-Link TL-WN822N-EU v5 (and v4).
                    242:          <li>Added WPA2 (CCMP) crypto offload support to <a href="https://man.openbsd.org/iwx">iwx(4)</a>.
                    243:          <li>Fixed a fatal firmware error at run-time on <a href="https://man.openbsd.org/iwx">iwx(4)</a>.
                    244:          <li>Added <a href="https://man.openbsd.org/bwfm">bwfm(4)</a> support for BCM4359 SDIO variants such as the AP6359SA module found on the RockPro64 WiFi module.
                    245:          <li>Enabled critical temperature detection in <a href="https://man.openbsd.org/iwx">iwx(4)</a> firmware.
                    246:          <li>Fixed mbuf leak in <a href="https://man.openbsd.org/urtwn">urtwn(4)</a> with frames CCMP-encrypted by hardware.
                    247:          <li>Added support for the D-Link DWA-121 rev B1 <a href="https://man.openbsd.org/urtwn">urtwn(4)</a> device.
                    248:          <li>Repaired <a href="https://man.openbsd.org/athn">athn(4)</a> in client mode against WPA2 access points.
                    249:          <li>Switched <a href="https://man.openbsd.org/iwx">iwx(4)</a> from -46 to -48 firmware.
                    250:          <li>Fixed <a href="https://man.openbsd.org/athn">athn(4)</a> use with WPA2 APs.
                    251:          <li>Enabled background scanning on <a href="https://man.openbsd.org/iwx">iwx(4)</a> devices.
                    252:          <li>Added <a href="https://man.openbsd.org/rge">rge(4)</a> support for newer RTL8125 chipset (RTL8125B).
                    253:          <li>Fixed gain calibration for some <a href="https://man.openbsd.org/iwn">iwn(4)</a> devices (5000 and up).
                    254:          <li>Added support for AX201 devices to <a href="https://man.openbsd.org/iwx">iwx(4)</a>.
                    255:   </ul>
                    256:
                    257: <li>Removed hardware support
                    258:   <ul>
                    259:        <li>
                    260:   </ul>
                    261:
                    262: <li>New <a href="https://www.openbsd.org/arm64.html">arm64</a> and <a
                    263:        href="https://www.openbsd.org/armv7.html">armv7</a> hardware support
                    264:        and bugfixes, including:
                    265:   <ul>
                    266:        <li>Added <a href="https://man.openbsd.org/amlpwrc">amlpwrc(4)</a>, a driver for the power domain controller found on Amlogic SoCs.
1.7       jsg       267:        <li>Made OpenBSD boot on the ODROID-C4 with power domain in <a href="https://man.openbsd.org/amldwusb">amldwusb(4)</a>.
1.1       benno     268:        <li>Added support for the SD card detect pins on the Turris Mox.
1.7       jsg       269:        <li>Added support for the Marvell Xenon SDHC, used as storage on the Armada 3700 and 8040 SoCs. This should make eMMC/SD show up on the MACCHIATObin.
                    270:        <li>Opened up a 4GB memory bus window for <a href="https://man.openbsd.org/mvneta">mvneta(4)</a> on the Marvell Armada 3700, making the second Ethernet controller/port work on the Turris Mox.
1.1       benno     271:        <li>Added <a href="https://man.openbsd.org/mvkpcie">mkvpcie(4)</a>, a driver for the Aardvark PCIe controller found on the Armada 3700 SoC.
                    272:        <li>Adjusted <a href="https://man.openbsd.org/dwpcie">dwpcie(4)</a> timing to improve likelihood of a successful PCIe link on the i.MX8MM. Avoids a failure to detect <a href="https://man.openbsd.org/em">em(4)</a> on the HummingBoard Pulse.
                    273:        <li>Added <a href="https://man.openbsd.org/cwfg">cwfg(4)</a>, a driver for the Cellwise CW201x fuel gauge on the Pinebook Pro.
                    274:        <li>Populated a list of 256 brightness levels as a fallback when the device tree does not specify a list, making the Pinebook Pro display work with the dtb from Linux 5.7.
                    275:        <li>Added <a href="https://man.openbsd.org/escodec">escodec(4)</a>, a driver for the Everest ES8316 audio codec used on the Pinebook Pro.
1.6       jsg       276:        <li>Added <a href="https://man.openbsd.org/rkiis">rkiis(4)</a>, a driver for the I2S controller found on the Rockchip RK3399.
1.1       benno     277:        <li>Fixed an <a href="https://man.openbsd.org/sdhc">sdhc(4)</a> panic on the MACCHIATObin due to unaligned memory access.
                    278:        <li>Added <a href="https://man.openbsd.org/bcmtmon">bcmtmon(4)</a>, a driver for the temperature sensor on the Raspberry Pi 4.
                    279:        <li>Introduced <a href="https://man.openbsd.org/opalcons">opalcons(4)</a>, a driver for the OPAL console.
                    280:        <li>Introduced <a href="https://man.openbsd.org/mvpp">mvpp(4)</a>, a driver for the Marvell Packet Processor v2 as used on the Armada 7K and 8K SoCs.
                    281:        <li>Introduced <a href="https://man.openbsd.org/opalsens">opalsens(4)</a>, a driver for sensors provided by the OPAL firmware.
                    282:        <li>Introduced <a href="https://man.openbsd.org/xics">xics(4)</a>, a driver for the OPAL virtual ICS.
                    283:        <li>Improved PLL1(CPU_PLL) stability for the Allwinner H3/H2+.
                    284:   </ul>
                    285:
                    286: <li>IEEE 802.11 wireless stack improvements and bugfixes:
                    287:   <ul>
                    288:        <li>Fixed CCMP replay checks with 11n Rx aggregation and CCMP hardware offloading.
                    289:        <li>Offloaded CCMP (WPA2) encryption and decryption to <a href="https://man.openbsd.org/iwm">iwm(4)</a> hardware, reducing CPU load during traffic bursts.
                    290:        <li>Adjusted to complete group key renewal immediately if no station is associated when ieee80211_proto.c runs.
                    291:        <li>Improved processing of lost frames during 802.11 Rx aggregation.
                    292:        <li>Allowed passage of unencrypted 802.11 frames during hardware decryption post-processing, fixing failure of some <a href="https://man.openbsd.org/ral">ral(4)</a> devices to receive packets on encrypted networks.
                    293:        <li>Prevented a fatal <a href="https://man.openbsd.org/iwx">iwx(4)</a> firmware error when the driver moves out of AUTH state.
                    294:        <li>Prevented a panic where <a href="https://man.openbsd.org/athn">athn(4)</a> attempted to transmit old, unencryptable frames after switching to a new group key in hostap mode.
                    295:        <li>Prevented a use-after-free when a wireless device is detached.
                    296:   </ul>
                    297:
                    298: <li>Generic network stack improvements and bugfixes:
                    299:   <ul>
                    300:        <!-- carp and pf -->
                    301:        <li>Implemented a <a href="https://man.openbsd.org/carp">carp(4)</a> transmit bypassing the ifq on output, enqueuing the packet directly on the parent interface.
                    302:        <li>Fixed <a href="https://man.openbsd.org/pf.conf">pf.conf(5)</a> "route-to TABLE least-states" in an anchor.
                    303:        <li>Allowed <a href="https://man.openbsd.org/pf">pf(4)</a> to divert packets from <a href="https://man.openbsd.org/bridge">bridge(4)</a> to local socket.
                    304:        <li>Rehashed main <a href="https://man.openbsd.org/pf">pf(4)</a> rulesets after rule expiration.
                    305:        <li>Added a check for <a href="https://man.openbsd.org/pfctl">pfctl(8)</a> that an rtable exists when parsing the config.
                    306:        <!-- wg -->
1.7       jsg       307:        <li>Added <a href="https://man.openbsd.org/wg">wg(4)</a>, an in-kernel driver for WireGuard VPN communication.
1.1       benno     308:        <!-- network pseudo drivers and other kernel network internals -->
                    309:        <li>Protected the whole <a href="https://man.openbsd.org/pipex">pipex(4)</a> layer by NET_LOCK().
                    310:        <li>Stopped creation of non-existent <a href="https://man.openbsd.org/bridge">bridge(4)</a> interfaces.
                    311:        <li>Added a symmetric toeplitz implementation with integration for nics, usable through the <a href="https://man.openbsd.org/stoeplitz_to_key">stoeplitz_to_key(9)</a> hash algorithm API.
                    312:        <li>Changed <a href="https://man.openbsd.org/tpmr">tpmr(4)</a> from ifconfig [-]trunkport to add|del synopsis.
                    313:        <li>Filtered vlan and svlan packets by default for <a href="https://man.openbsd.org/tpmr">tpmr(4)</a>.
                    314:        <li>Implemented IPv6 source address selection as outlined in RFC 6724 section 5.
                    315:        <li>Set IPv6 source address selection to prefer the address with the highest preferred lifetime in case of a tie.
                    316:        <li>Stopped preventing TCP connections to IPv6 anycast addresses.
                    317:        <li>Added the <a href="https://man.openbsd.org/pcap-filter">pcap-filter(5)</a> "sample NUM" primitive to allow capture of 1/NUM packets.
                    318:        <li>Added a <a href="https://man.openbsd.org/man4/route.4">ROUTE_FLAGFILTER</a> socket option for routing sockets, allowing routing daemons to opt out of receiving messages for L2 and broadcast route entries.
                    319:        <li>Allowed SIOCSWGDPID and SIOCSWGMAXFLOW ioctls for non-root, preventing <a href="https://man.openbsd.org/switch">switch(4)</a> interfaces from appearing partially as <a href="https://man.openbsd.org/bridge">bridge(4)</a> devices for unprivileged users running <a href="https://man.openbsd.org/ifconfig">ifconfig(8)</a>.
                    320:        <li>Modified <a href="https://man.openbsd.org/trunk">trunk(4)</a> to keep port interfaces UP on removal, matching <a href="https://man.openbsd.org/aggr">aggr(4)</a> behavior.
                    321:   </ul>
                    322:
                    323: <li>Installer improvements:
                    324:   <ul>
1.16      benno     325:        <li>sysupgrade(8) can now be used on systems with multiple installations and boot disks.
1.1       benno     326:        <li>Ensured <a href="https://man.openbsd.org/sysupgrade">sysupgrade(8)</a> on systems with multiple root disks will proceed on the disk with auto_upgrade.conf present.
                    327:        <li>Changed install images called *.fs to *.img to accommodate some UEFI bootloaders.
                    328:   </ul>
                    329:
                    330: <li>Security improvements:
                    331:   <ul>
                    332:     <li>Added RB_GOODRANDOM passed from bootloader to kernel in boothowto, indicating confidence a "great seed" was loaded.
                    333:     <li>Passed boothowto from the sparc64 bootloader to the kernel using .openbsd.bootdata.
                    334:     <li>Introduced detection of /etc/random.seed reuse.
                    335:     <li>Rewrote the entropy enqueue ring to collect damage asynchronously and adapted the dequeue to mix a selection of "best" ring entries, exponentially backing off the dequeue timeout, to compensate rapidly for weak seeding in unidentifiable conditions and ensure quality to arc4random() calls early in boot.
                    336:     <li>Enabled PAN (Privileged Access Never) on arm64 CPUs supporting it.
                    337:     <li>Skipped scanning file systems which are both nodev and nosuid for SUID, SGID and device files with <a href="https://man.openbsd.org/security">security(8)</a>.
                    338:
                    339:
                    340:     <li>The following security bugs were addressed:
                    341:       <ul>
                    342:        <li>Fixed two out-of-bounds array accesses in ioctl code pathways in
                    343:                <a href="https://man.openbsd.org/wscons">wscons(4)</a>.
                    344:        <li>Fixed information leak in semctl SEM_GET.
                    345:        <li>Prevented root from freezing the UTC clock with <a href="https://man.openbsd.org/settimeofday">settimeofday(2)</a> at securelevel 2.
                    346:        <li>Fixed performance problems relating to tty subsystem abuse.<!-- tty.c,v 1.158 2020/07/14 14:33:03 deraadt -->
                    347:        <li>Fixed heap corruption in the X input method client in libX11.
                    348:        <li>Fixed potential information leak via X server pixel data uninitialized memory.
                    349:        <li>Fixed a race condition for isoc devices during device close.
                    350:        <li>Fixed an integer overflow in libX11 which could lead to a double free.
                    351:        <li>Corrected multiple input validation deficits in X server extensions.
                    352:       </ul>
                    353:   </ul>
                    354:
                    355: <li>Routing daemons and other userland network improvements:
                    356:   <ul>
                    357:       <!-- bgpd -->
                    358:        <li>In <a href="https://man.openbsd.org/bgpctl">bgpctl(8)</a>, the
                    359:            "reload" command now takes a 'reason' argument to use as
1.7       jsg       360:            Administrative Shutdown Communication to its neighbors.
1.1       benno     361:        <li>Added <a href="https://man.openbsd.org/bgpctl">bgpctl(8)</a>
                    362:            support for VPNv6 in the family option of the "show rib" command.
                    363:       <!-- OSPF -->
                    364:        <li>Improve performance of <a href="https://man.openbsd.org/ospfd">ospfd(8)</a>, <a href="https://man.openbsd.org/ospf6d">ospf6d(8)</a> by using the ROUTE_FLAGFILTER setsockopt to filter out routing socket messages
                    365:            for L2 and broadcast routes.
                    366:       <!-- ldap -->
                    367:        <li>Modified <a href="https://man.openbsd.org/ldapd">ldapd(8)</a> use of "ldaps" and "tls" keywords to enable only the libtls defaults for protocols and ciphers. The new "legacy" keyword can be used before these keywords in <a href="https://man.openbsd.org/ldapd.conf">ldapd.conf(5)</a> to enable them all.
                    368:        <li>Added a bsd.schema to <a href="https://man.openbsd.org/ldapd">ldapd(8)</a> including a shadowPassword and an sshPublicKey attribute which can be used to extend existing LDAP users with the additional bsdAccount objectclass.
                    369:       <!-- snmpd -->
                    370:        <li>Removed support for the socket keyword in <a href="https://man.openbsd.org/snmpd.conf">snmpd.conf(5)</a>.
                    371:        <li>Allowed <a href="https://man.openbsd.org/snmp">snmp(1)</a> mibtree to take one or more arguments to be converted to a chosen output format.
                    372:       <!-- httpd and relayd -->
                    373:        <li>Introduced a "dark mode" for directory listings and error pages in <a href="https://man.openbsd.org/httpd">httpd(8)</a>.
                    374:        <li>Allowed specifying -d multiple times in <a href="https://man.openbsd.org/slowcgi">slowcgi(8)</a>.
                    375:        <li>Added <a href="https://man.openbsd.org/unveil">unveil(2)</a> to the main process of <a href="https://man.openbsd.org/relayd">relayd(8)</a>.
                    376:        <li>Added support for non-localhost fastcgi sockets to <a href="https://man.openbsd.org/httpd.conf">httpd.conf(5)</a>.
                    377:       <!-- rpki-client -->
                    378:        <li>Fixed a hang in <a href="https://man.openbsd.org/rpki-client">rpki-client(8)</a> by properly waiting for exiting <a href="https://man.openbsd.org/openrsync">openrsync(1)</a> processes.
                    379:        <li>Removed the -f (force) option in <a href="https://man.openbsd.org/rpki-client">rpki-client(8)</a>.
1.7       jsg       380:        <li>Fixed <a href="https://man.openbsd.org/rpki-client">rpki-client(8)</a> return value check for OpenSSL API used during pubkey validation.
1.1       benno     381:        <li>Released <a href="https://man.openbsd.org/rpki-client">rpki-client(8)</a> 6.7p1 including OpenBSD 6.7 Errata 015.
                    382:        <li>Changed <a href="https://man.openbsd.org/rpki-client">rpki-client(8)</a> -n behavior to automatically validate the repo.
                    383:        <li>Added a "-s timeout" feature to <a href="https://man.openbsd.org/rpki-client">rpki-client(8)</a> with a one hour default, allowing fresh attempts with <a href="https://man.openbsd.org/cron">cron(8)</a> if rpki-client gets stuck.
                    384:       <!-- other userland -->
                    385:         <li>Added an optional "domain name" <a href="https://man.openbsd.org/acme-client.conf">acme-client.conf(5)</a> option allowing use of multiple domain sections with the same name and creation of an rsa and an ecdsa key for the same domain name.
                    386:        <li>Added <a href="https://man.openbsd.org/netstat">netstat(1)</a> -R to show a summary of rdomains with associated interfaces and tables.
                    387:        <li>Defaulted to showing full IPv6 address entries in the routing tables displayed by <a href="https://man.openbsd.org/route">route(8)</a> show and <a href="https://man.openbsd.org/netstat">netstat(1)</a> -r.
                    388:        <li>Fixed <a href="https://man.openbsd.org/dhclient">dhclient(8)</a> domain-search option processing.
                    389:        <li>Corrected <a href="https://man.openbsd.org/route">route(8)</a> handling of ::/0 and "route add -inet 0.0.0.0 -prefixlen 0 (gateway)".
                    390:        <li>Added initial <a href="https://man.openbsd.org/tcpdump">tcpdump(8)</a> support for handling geneve packets.
                    391:        <li>Added <a href="https://man.openbsd.org/top">top(1)</a> "t" to toggle the display of routing tables.
                    392:        <li>Added filtering by routing table to <a href="https://man.openbsd.org/top">top(1)</a>.
                    393:        <li>Moved <a href="https://man.openbsd.org/ntpd">ntpd(8)</a> to unsynced mode if no replies are received for awhile due to connectivity issues.
                    394:        <li>Made <a href="https://man.openbsd.org/slaacd">slaacd(8)</a> handle IPv6 address configuration in all rdomains in a single daemon, instead of running one daemon per rdomain.
                    395:        <li>Added an explanation for <a href="https://man.openbsd.org/acme-client">acme-client(1)</a> account creation failure.
                    396:   </ul>
                    397:
                    398: <li><a href="https://man.openbsd.org/ipsec">ipsec(4)</a> (and related userland programs) improvements and
                    399:     bugfixes:
                    400:   <ul>
                    401:        <li>Fixed an <a href="https://man.openbsd.org/iked">iked(8)</a> policy lookup edge case for simultaneous transport and tunnel mode SAs.
                    402:        <li>Added AES-GCM mode ciphers for IKEv2, configurable in <a href="https://man.openbsd.org/iked.conf">iked.conf(5)</a> with the new "ikesa enc" options aes-128-gcm, aes-256-gcm, aes-128-gcm-12 and aes-256-gcm-12.
                    403:        <li>Fixed <a href="https://man.openbsd.org/iked">iked(8)</a> public key authentication interoperability with *swan and other IKEv2 implementations by making CERT and CERTREQ payloads optional.
                    404:        <li>Prioritized incoming certificate requests by the order of CERTEQ payloads in the received message in <a href="https://man.openbsd.org/iked">iked(8)</a>.
                    405:        <li>Added optional <a href="https://man.openbsd.org/iked">iked(8)</a> time-stamp validation for OCSP.
                    406:        <li>Prevented concurrent CREATE_CHILD_SA and INFORMATION exchanges in <a href="https://man.openbsd.org/iked">iked(8)</a>.
                    407:        <li>Added the new <a href="https://man.openbsd.org/iked">iked(8)</a> configuration option "set enforcesingleikesa" to limit the number of connections for each peer.
                    408:        <li>Added a dpd_check_interval configuration option to <a href="https://man.openbsd.org/iked.conf">iked.conf(5)</a>.
                    409:        <li>Allowed disabling of <a href="https://man.openbsd.org/iked">iked(8)</a> DPD liveness checks by setting dpd_check_interval to 0 in <a href="https://man.openbsd.org/iked.conf">iked.conf(5)</a>.
                    410:        <li>Added a 30 second timeout for OCSP requests in <a href="https://man.openbsd.org/iked">iked(8)</a>.
                    411:        <li>Added a new "set cert_partial_chain" config option to <a href="https://man.openbsd.org/iked.conf">iked.conf(5)</a> to allow verification of partial certificate chains if a trusted intermediate CA is found in /etc/iked/ca.
                    412:   </ul>
                    413:
                    414: <li><a href="https://man.openbsd.org/tmux">tmux(1)</a> improvements and bug fixes:
                    415:   <ul>
                    416:        <li>Added -W and -T flags to command-prompt to only complete a window and a target.
                    417:        <li>Added the 'e' key in buffer mode to open the buffer in an editor.
                    418:        <li>Added -e for new-session to set environment variables.
                    419:        <li>Changed refresh-client -F to -f and added -f flags to attach-session and switch-client.
                    420:        <li>Added M-+ and M-- to expand and collapse all items in tree mode.
                    421:        <li>Added a customize mode (C) where keys and options can be browsed and changed.
                    422:        <li>Added a -D flag to run in non-daemonized mode.
                    423:        <li>Added a client flag 'active-pane' which stores the active pane in the client and allows it to be changed independently from the real active pane stored in the window.
                    424:        <li>Added an option to set the pane border lines style as single lines, double or heavy, simple or number (the pane numbers).
                    425:        <li>Added support for pausing a <a href="https://man.openbsd.org/tmux">tmux(1)</a> pane when the output buffered for a control mode client is too far behind, controllable with refresh-client -f and -A.
                    426:        <li>Added a <a href="https://man.openbsd.org/tmux">tmux(1)</a> -A option to pause a pane manually.
                    427:        <li>Added <a href="https://man.openbsd.org/tmux">tmux(1)</a> -b flags to insert a window before (like the existing -a for after) to break-pane, move-window and new-window.
                    428:        <li>Added d and D keys to <a href="https://man.openbsd.org/tmux">tmux(1)</a> customize mode to reset to defaults.
                    429:        <li>Corrected handling of padding cells while searching in <a href="https://man.openbsd.org/tmux">tmux(1)</a>.
                    430:        <li>Added <a href="https://man.openbsd.org/tmux">tmux(1)</a> -d option to display-message to set delay.
                    431:        <li>Changed <a href="https://man.openbsd.org/tmux">tmux(1)</a> searching to behave more like emacs and prevented regex searching from overlapping when searching forward.
                    432:        <li>Added the <a href="https://man.openbsd.org/tmux">tmux(1)</a> n: modifier to get the length of a format.
                    433:        <li>Allowed a-z keys for <a href="https://man.openbsd.org/tmux">tmux(1)</a> display-panes to jump to higher-numbered panes.
                    434:        <li>Allowed use of -N without a command to change or add a note to an existing key in <a href="https://man.openbsd.org/tmux">tmux(1)</a>.
                    435:   </ul>
                    436:
                    437: <li>VMM/VMD and ldom/sparc64 virtualization improvements
                    438:   <ul>
                    439:        <li>Made <a href="https://man.openbsd.org/ldomctl">ldomctl(8)</a> "init-system -n" check vcpu and memory constraints.
                    440:        <li>Increased the default number of ldom and ttyV devices for sparc64 from eight to sixteen.
                    441:        <li>Fixed <a href="https://man.openbsd.org/vmd">vmd(8)</a> ns8250 lockup due to a race condition, helping to prevent linux vm crashes when the return key is held on boot.
                    442:        <li>Prevented possible libevent state corruption in <a href="https://man.openbsd.org/vmd">vmd(8)</a>.
                    443:        <li>Fixed a dst/src <a href="https://man.openbsd.org/iked">iked(8)</a> port configuration bug with multiple flows.
                    444:        <li>Handled <a href="https://man.openbsd.org/iked">iked(8)</a> TEMPORARY_FAILURE notification on IKESA rekeying.
                    445:        <li>Corrected ruleset checksum calculation to allow <a href="https://man.openbsd.org/pfsync">pfsync(4)</a> to verify rulesets are identical on all nodes.
                    446:   </ul>
                    447:
                    448: <li>OpenSMTPD 6.8.0
                    449:   <ul>
                    450:        <li>Fixed an uninitialized variable and potential stack overflow with IPv6 connections in <a href="https://man.openbsd.org/smtpd">smtpd(8)</a>.
                    451:        <li>Fixed <a href="https://man.openbsd.org/smtpd">smtpd(8)</a> handling of user names containing "@" symbols.
                    452:        <li>Allowed handling of long lines in an <a href="https://man.openbsd.org/smtpd">smtpd(8)</a> aliases table.
                    453:        <li>Removed <a href="https://man.openbsd.org/mail.local">mail.local(8)</a> support for world-writable mail spools.
                    454:   </ul>
                    455:
                    456: <li>LibreSSL 3.1.1 XXX <span style="color:red;">Temporary List, replace with LibreSSL ChangeLog:</span>
                    457:   <ul>
                    458: <li>Enabled the TLSv1.3 server in <a href="https://man.openbsd.org/openssl">openssl(1)</a>.
                    459: <li>Added -rls1_3 and -no_tls1_3 options to <a href="https://man.openbsd.org/openssl">openssl(1)</a> s_server.
                    460: <li>Enabled TLSv1.3 support in <a href="https://man.openbsd.org/relayd">relayd(8)</a>.
                    461: <li>Added a decode error alert when a TLS server provides an empty certificate list.
1.7       jsg       462: <li>Added support for TLS 1.3 server to send certificate status messages with OCSP staples.
1.1       benno     463: <li>Began looking for non-expired certificates first when building a chain, making certificate validation possible for various sites that are serving expired AddTrust certificates.
                    464: <li>Improved TLSv1.3 client certificate selection to allow use of EC certificates.
                    465: <li>Added <a href="https://man.openbsd.org/ssl">ssl(8)</a> support for additional GOST curves and aliases for 256-bit GOST curves.
                    466: <li>Enabled TLSv1.3 for the generic TLS_method().
                    467: <li>Fixed potential use-after-free and double-free issues in <a href="https://man.openbsd.org/PEM_X509_INFO_read_bio">PEM_X509_INFO_read_bio(3)</a>.
                    468: <li>Corrected <a href="https://man.openbsd.org/ssl">ssl(8)</a> handling of server requests for an OCSP response.
                    469: <li>Added P-521 to the list of curves supported by default for TLS.
                    470: <li>Released <a href="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.1.4-relnotes.txt">LibreSSL 3.1.4</a>.
                    471: <li>Released <a href="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.2.1-relnotes.txt">LibreSSL 3.2.1</a>.
                    472: <li>Fixed a memory leak in x509_constraints_extract_names.
                    473:   </ul>
                    474:   <ul>
                    475:     <li>New Features
                    476:     <ul>
                    477:        <li>...
                    478:     </ul>
                    479:
                    480:     <li>API and Documentation Enhancements
                    481:     <ul>
                    482:        <li>...
                    483:     </ul>
                    484:
                    485:     <li>Compatibility Changes
                    486:     <ul>
                    487:        <li>...
                    488:     </ul>
                    489:
                    490:     <li>Testing and Proactive Security
                    491:     <ul>
                    492:        <li>...
                    493:     </ul>
                    494:
                    495:     <li>Internal Improvements
                    496:       <ul>
                    497:        <li>...
                    498:       </ul>
                    499:
                    500:     <li>Portable Improvements
                    501:     <ul>
                    502:        <li>...
                    503:     </ul>
                    504:
                    505:     <li>Bug Fixes
                    506:     <ul>
                    507:        <li>...
                    508:     </ul>
                    509:   </ul>
                    510:
1.14      benno     511: <li>OpenSSH 8.4
1.1       benno     512:   <ul>
                    513:     <li>Potentially incompatible changes.
1.14      benno     514:     <ul>
                    515:
                    516:        <li>For FIDO/U2F support, OpenSSH recommends the use of libfido2
                    517: 1.5.0 or greater. Older libraries have limited support at the expense
                    518: of disabling particular features. These include resident keys, PIN-
                    519: required keys and multiple attached tokens.
                    520:
                    521:        <li><a href="https://man.openbsd.org/ssh-keygen">ssh-keygen(1)</a>:
                    522: the format of the attestation information optionally recorded when a
                    523: FIDO key is generated has changed. It now includes the authenticator
                    524: data needed to validate attestation signatures.
                    525:
                    526:        <li>The API between OpenSSH and the FIDO token middleware has
                    527: changed and the SSH_SK_VERSION_MAJOR version has been incremented as a
                    528: result. Third-party middleware libraries must support the current API
                    529: version (7) to work with OpenSSH 8.4.
                    530:
                    531:        <li>The portable OpenSSH distribution now requires automake to
                    532: rebuild the configure script and supporting files. This is not
                    533: required when simply building portable OpenSSH from a release tar
                    534: file.
                    535:
                    536:     </ul>
1.1       benno     537:     <li>New Features
1.14      benno     538:     <ul>
                    539:
                    540:        <li><a href="https://man.openbsd.org/ssh">ssh(1)</a>, <a
                    541: href="https://man.openbsd.org/ssh-keygen">ssh-keygen">ssh-keygen(1)</a>:
                    542: support for FIDO keys that require a PIN for each use. These keys may
                    543: be generated using ssh-keygen using a new "verify-required" option.
                    544: When a PIN-required key is used, the user will be prompted for a PIN
                    545: to complete the signature operation.
                    546:
                    547:        <li><a href="https://man.openbsd.org/sshd">sshd(8)</a>:
                    548: authorized_keys now supports a new "verify-required" option to require
                    549: FIDO signatures assert that the token verified that the user was
                    550: present before making the signature. The FIDO protocol supports
                    551: multiple methods for user-verification, but currently OpenSSH only
                    552: supports PIN verification.
                    553:
                    554:        <li><a href="https://man.openbsd.org/sshd">sshd(8)</a>, <a
                    555: href="https://man.openbsd.org/ssh-keygen">ssh-keygen(1)</a>: add
                    556: support for verifying FIDO webauthn signatures. Webauthn is a standard
                    557: for using FIDO keys in web browsers. These signatures are a slightly
                    558: different format to plain FIDO signatures and thus require explicit
                    559: support.
                    560:
                    561:        <li><a href="https://man.openbsd.org/ssh">ssh(1)</a>: allow some
                    562: keywords to expand shell-style ${ENV} environment variables. The
                    563: supported keywords are CertificateFile, ControlPath, IdentityAgent and
                    564: IdentityFile, plus LocalForward and RemoteForward when used for Unix
                    565: domain socket paths.
                    566:
                    567:        <li><a href="https://man.openbsd.org/ssh">ssh(1)</a>, <a
                    568: href="https://man.openbsd.org/ssh-agent">ssh-agent(1)</a>: allow some
                    569: additional control over the use of ssh-askpass via a new
                    570: $SSH_ASKPASS_REQUIRE environment variable, including forcibly enabling
                    571: and disabling its use.
                    572:
                    573:        <li><a href="https://man.openbsd.org/ssh">ssh(1)</a>: allow <a
                    574: href="https://man.openbsd.org/ssh_config">ssh_config(5)</a>'s
                    575: AddKeysToAgent keyword accept a time limit for keys in addition to its
                    576: current flag options. Time- limited keys will automatically be removed
                    577: from ssh-agent after their expiry time has passed.
                    578:
                    579:        <li><a href="https://man.openbsd.org/scp">scp(1)</a>, <a
                    580: href="https://man.openbsd.org/sftp">sftp(1)</a>: allow the -A flag to
                    581: explicitly enable agent forwarding in scp and sftp. The default
                    582: remains to not forward an agent, even when ssh_config enables it.
                    583:
                    584:        <li><a href="https://man.openbsd.org/ssh">ssh(1)</a>: add a '%k'
                    585: TOKEN that expands to the effective HostKey of the destination. This
                    586: allows, e.g., keeping host keys in individual files using
                    587: "UserKnownHostsFile ~/.ssh/known_hosts.d/%k".
                    588:
                    589:        <li><a href="https://man.openbsd.org/ssh(1): add %-TOKEN,
                    590: environment variable and tilde expansion to the UserKnownHostsFile
                    591: directive, allowing the path to be completed by the configuration.
                    592:
                    593:        <li><a href="https://man.openbsd.org/ssh-keygen">ssh-keygen(1)</a>:
                    594: allow "ssh-add -d -" to read keys to be deleted from stdin.
                    595:
                    596:        <li><a href="https://man.openbsd.org/sshd">sshd(8)</a>: improve
                    597: logging for MaxStartups connection throttling.  sshd will now log when
                    598: it starts and stops throttling and periodically while in this state.
                    599:
                    600:
                    601:     </ul>
1.1       benno     602:     <li>Bugfixes
1.14      benno     603:     <ul>
                    604:
                    605:        <li><a href="https://man.openbsd.org/ssh">ssh(1)</a>, <a
                    606: href="https://man.openbsd.org/ssh-keygen">ssh-keygen(1)</a>: better
                    607: support for multiple attached FIDO tokens. In cases where OpenSSH
                    608: cannot unambiguously determine which token to direct a request to, the
                    609: user is now required to select a token by touching it. In cases of
                    610: operations that require a PIN to be verified, this avoids sending the
                    611: wrong PIN to the wrong token and incrementing the token's PIN failure
                    612: counter (tokens effectively erase their keys after too many PIN
                    613: failures).
                    614:
                    615:        <li><a href="https://man.openbsd.org/sshd">sshd(8)</a>: fix Include
                    616: before Match in <a
                    617: href="https://man.openbsd.org/sshd_config">sshd_config(5)</a>.
                    618:
                    619:        <li><a href="https://man.openbsd.org/ssh">ssh(1)</a>: close
                    620: stdin/out/error when forking after authentication completes ("ssh -f
                    621: ...").
                    622:
                    623:        <li><a href="https://man.openbsd.org/ssh">ssh(1)</a>, <a
                    624: href="https://man.openbsd.org/sshd">sshd(8)</a>: limit the amount of
                    625: channel input data buffered, avoiding peers that advertise large
                    626: windows but are slow to read from causing high memory consumption.
                    627:
                    628:        <li><a href="https://man.openbsd.org/ssh-agent">ssh-agent(1)</a>:
                    629: handle multiple requests sent in a single write() to the agent.
                    630:
                    631:        <li><a href="https://man.openbsd.org/sshd">sshd(8)</a>: allow <a
                    632: href="https://man.openbsd.org/sshd_config">sshd_config(5)</a> longer than 256k
                    633:
                    634:        <li><a href="https://man.openbsd.org/sshd">sshd(8)</a>: avoid
                    635: spurious "Unable to load host key" message when sshd load a private
                    636: key but no public counterpart
                    637:
                    638:        <li><a href="https://man.openbsd.org/ssh">ssh(1)</a>: prefer the
                    639: default hostkey algorithm list whenever we have a hostkey that matches
                    640: its best-preference algorithm.
                    641:
                    642:        <li><a href="https://man.openbsd.org/sshd">sshd(1)</a>: when
                    643: ordering the hostkey algorithms to request from a server, prefer
                    644: certificate types if the known_hosts files contain a key marked as a
                    645: @cert-authority;
                    646:
                    647:        <li><a href="https://man.openbsd.org/ssh">ssh(1)</a>: perform host
                    648: key fingerprint comparisons for the "Are you sure you want to continue
                    649: connecting (yes/no/[fingerprint])?" prompt with case sensitivity.
                    650:
                    651:        <li><a href="https://man.openbsd.org/sshd">sshd(8)</a>: ensure that
                    652: address/masklen mismatches in sshd_config yield fatal errors at daemon
                    653: start time rather than later when they are evaluated.
                    654:
                    655:        <li><a href="https://man.openbsd.org/ssh-keygen">ssh-keygen(1)</a>:
                    656: ensure that certificate extensions are lexically sorted. Previously if
                    657: the user specified a custom extension then the everything would be in
                    658: order except the custom ones.
                    659:
                    660:        <li><a href="https://man.openbsd.org/ssh">ssh(1)</a>: also compare
                    661: username when checking for JumpHost loops.
                    662:
                    663:        <li><a href="https://man.openbsd.org/ssh-keygen">ssh-keygen(1)</a>:
                    664: preserve group/world read permission on known_hosts files across runs
                    665: of "ssh-keygen -Rf /path". The old behaviour was to remove all rights
                    666: for group/other.
                    667:
                    668:        <li><a href="https://man.openbsd.org/ssh-keygen">ssh-keygen(1)</a>:
                    669: Mention the [-a rounds] flag in the ssh-keygen manual page and
                    670: usage().
                    671:
                    672:        <li><a href="https://man.openbsd.org/sshd">sshd(8)</a>: explicitly construct path to ~/.ssh/rc rather than
                    673: relying on it being relative to the current directory, so that it
                    674: can still be found if the shell startup changes its directory.
                    675:
                    676:        <li><a href="https://man.openbsd.org/sshd">sshd(8)</a>: when
                    677: redirecting sshd's log output to a file, undo this redirection after
                    678: the session child process is forked(). Fixes missing log messages when
                    679: using this feature under some circumstances.
                    680:
                    681:        <li><a href="https://man.openbsd.org/sshd">sshd(8)</a>: start
                    682: ClientAliveInterval bookkeeping before first pass through select()
                    683: loop; fixed theoretical case where busy sshd may ignore timeouts from
                    684: client.
                    685:
                    686:        <li><a href="https://man.openbsd.org/ssh">ssh(1)</a>: only reset the
                    687: ServerAliveInterval check when we receive traffic from the server and
                    688: ignore traffic from a port forwarding client, preventing a client from
                    689: keeping a connection alive when it should be terminated.
                    690:
                    691:        <li><a href="https://man.openbsd.org/ssh-keygen">ssh-keygen(1)</a>:
                    692: avoid spurious error message when ssh-keygen creates files outside
                    693: ~/.ssh
                    694:
                    695:        <li><a
                    696: href="https://man.openbsd.org/sftp-client">sftp-client(1)</a>: fix
                    697: off-by-one error that caused sftp downloads to make one more
                    698: concurrent request that desired. This prevented using <a
                    699: href="https://man.openbsd.org/sftp">sftp(1)</a> in unpipelined
                    700: request/response mode, which is useful when debugging.
                    701:
                    702:        <li><a href="https://man.openbsd.org/ssh">ssh(1)</a>, <a
                    703: href="https://man.openbsd.org/sshd">sshd(8)</a>: handle EINTR in
                    704: waitfd() and timeout_connect() helpers.
                    705:
                    706:        <li><a href="https://man.openbsd.org/ssh">ssh(1)</a>, <a
                    707: href="https://man.openbsd.org/ssh-keygen">ssh-keygen(1)</a>: defer
                    708: creation of ~/.ssh until we attempt to write to it so we don't leave
                    709: an empty .ssh directory when it's not needed.
                    710:
                    711:        <li><a href="https://man.openbsd.org/ssh">ssh(1)</a>, <a
                    712: href="https://man.openbsd.org/sshd">sshd(8)</a>: fix multiplier when
                    713: parsing time specifications when handling seconds after other units.
                    714:
                    715:     </ul>
1.1       benno     716:   </ul>
                    717:
                    718: <li>Ports and packages:
                    719: <p>The package system provides an easy way to install 3rd party software. New features include:
                    720:   <ul>
                    721:     <li>...
                    722:   </ul>
                    723:
                    724:   <p>Many pre-built packages for each architecture:
                    725:   <!-- number of FTP packages minus SHA256, SHA256.sig, index.txt -->
                    726:   <ul style="column-count: 3">
                    727:     <li>aarch64:     XXX
1.11      sthen     728:     <li>amd64:       11234
1.1       benno     729:     <li>arm:         XXX
1.11      sthen     730:     <li>i386:        10548
1.1       benno     731:     <li>mips64:      XXX
                    732:     <li>mips64el:    XXX
                    733:     <li>powerpc:     XXX
1.15      deraadt   734:     <li>powerpc64:   XXX
1.1       benno     735:     <li>sparc64:     XXX
                    736:   </ul>
                    737:
                    738: <li>As usual, steady improvements in manual pages and other documentation.
                    739:
                    740: <li>The system includes the following major components from outside suppliers: XXX
                    741:   <ul><span style="color:red;">this list needs checking</span>
                    742:     <li>Xenocara (based on X.Org 7.7 with xserver 1.20.8 + patches,
1.4       jsg       743:         freetype 2.10.2, fontconfig 2.12.4, Mesa 20.0.8, xterm 351,
1.1       benno     744:         xkeyboard-config 2.20 and more)
                    745:     <li>LLVM/Clang 10.0.1 (+ patches)
                    746:     <li>GCC 4.2.1 (+ patches) and 3.3.6 (+ patches)
                    747:     <li>Perl 5.30.3 (+ patches)
                    748:     <li>NSD 4.3.2
                    749:     <li>Unbound 1.11.0
                    750:     <li>Ncurses 5.7
                    751:     <li>Binutils 2.17 (+ patches)
                    752:     <li>Gdb 6.3 (+ patches)
                    753:     <li>Awk August 7, 2020 version
                    754:     <li>Expat 2.2.8
                    755:   </ul>
                    756:
                    757:   <ul><span style="color:red;">XXX. We did not list these before, i got them from plus.html. Do we want them here? libfido2 version looks funny.</span>
                    758:        <li>Updated libpcap to 9.0.
                    759:        <li>Updated Spleen kernel fonts to version 1.8.2.
                    760:        <li>Updated libcbor to v0.7.0.
                    761:        <li>Updated <a href="https://man.openbsd.org/xkbcomp">xkbcomp(1)</a> to 1.4.3.
                    762:        <li>Updated to libfido2 46710ac06.
                    763:   </ul>
                    764:
                    765:
                    766: </ul>
                    767: </section>
                    768:
                    769: <hr>
                    770:
                    771: <section id=install>
                    772: <h3>How to install</h3>
                    773: <p>
                    774: Please refer to the following files on the mirror site for
                    775: extensive details on how to install OpenBSD 6.8 on your machine:
                    776:
                    777: <ul>
                    778: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.8/alpha/INSTALL.alpha">
                    779:        .../OpenBSD/6.8/alpha/INSTALL.alpha</a>
                    780: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.8/amd64/INSTALL.amd64">
                    781:        .../OpenBSD/6.8/amd64/INSTALL.amd64</a>
                    782: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.8/arm64/INSTALL.arm64">
                    783:        .../OpenBSD/6.8/arm64/INSTALL.arm64</a>
                    784: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.8/armv7/INSTALL.armv7">
                    785:        .../OpenBSD/6.8/armv7/INSTALL.armv7</a>
                    786: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.8/hppa/INSTALL.hppa">
                    787:        .../OpenBSD/6.8/hppa/INSTALL.hppa</a>
                    788: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.8/i386/INSTALL.i386">
                    789:        .../OpenBSD/6.8/i386/INSTALL.i386</a>
                    790: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.8/landisk/INSTALL.landisk">
                    791:        .../OpenBSD/6.8/landisk/INSTALL.landisk</a>
                    792: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.8/loongson/INSTALL.loongson">
                    793:        .../OpenBSD/6.8/loongson/INSTALL.loongson</a>
                    794: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.8/luna88k/INSTALL.luna88k">
                    795:        .../OpenBSD/6.8/luna88k/INSTALL.luna88k</a>
                    796: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.8/macppc/INSTALL.macppc">
                    797:        .../OpenBSD/6.8/macppc/INSTALL.macppc</a>
                    798: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.8/octeon/INSTALL.octeon">
                    799:        .../OpenBSD/6.8/octeon/INSTALL.octeon</a>
                    800: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.8/powerpc64/INSTALL.powerpc64">
                    801:        .../OpenBSD/6.8/octeon/INSTALL.powerpc64</a>
                    802: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.8/sgi/INSTALL.sgi">
                    803:        .../OpenBSD/6.8/sgi/INSTALL.sgi</a>
                    804: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.8/sparc64/INSTALL.sparc64">
                    805:        .../OpenBSD/6.8/sparc64/INSTALL.sparc64</a>
                    806: </ul>
                    807: </section>
                    808:
                    809: <hr>
                    810:
                    811: <section id=quickinstall>
                    812: <p>
                    813: Quick installer information for people familiar with OpenBSD, and the use of
                    814: the "<a href="https://man.openbsd.org/disklabel.8">disklabel</a> -E" command.
                    815: If you are at all confused when installing OpenBSD, read the relevant
                    816: INSTALL.* file as listed above!
                    817:
                    818: <h3>OpenBSD/alpha:</h3>
                    819:
                    820: <p>
                    821: If your machine can boot from CD, you can write <i>install68.iso</i> or
                    822: <i>cd68.iso</i> to a CD and boot from it.
                    823: Refer to INSTALL.alpha for more details.
                    824:
                    825: <h3>OpenBSD/amd64:</h3>
                    826:
                    827: <p>
                    828: If your machine can boot from CD, you can write <i>install68.iso</i> or
                    829: <i>cd68.iso</i> to a CD and boot from it.
                    830: You may need to adjust your BIOS options first.
                    831:
                    832: <p>
                    833: If your machine can boot from USB, you can write <i>install68.fs</i> or
                    834: <i>miniroot68.fs</i> to a USB stick and boot from it.
                    835:
                    836: <p>
                    837: If you can't boot from a CD, floppy disk, or USB,
                    838: you can install across the network using PXE as described in the included
                    839: INSTALL.amd64 document.
                    840:
                    841: <p>
                    842: If you are planning to dual boot OpenBSD with another OS, you will need to
                    843: read INSTALL.amd64.
                    844:
                    845: <h3>OpenBSD/arm64:</h3>
                    846:
                    847: <p>
                    848: Write <i>miniroot68.fs</i> to a disk and boot from it after connecting
                    849: to the serial console.  Refer to INSTALL.arm64 for more details.
                    850:
                    851: <h3>OpenBSD/armv7:</h3>
                    852:
                    853: <p>
                    854: Write a system specific miniroot to an SD card and boot from it after connecting
                    855: to the serial console.  Refer to INSTALL.armv7 for more details.
                    856:
                    857: <h3>OpenBSD/hppa:</h3>
                    858:
                    859: <p>
                    860: Boot over the network by following the instructions in INSTALL.hppa or the
                    861: <a href="hppa.html#install">hppa platform page</a>.
                    862:
                    863: <h3>OpenBSD/i386:</h3>
                    864:
                    865: <p>
                    866: If your machine can boot from CD, you can write <i>install68.iso</i> or
                    867: <i>cd68.iso</i> to a CD and boot from it.
                    868: You may need to adjust your BIOS options first.
                    869:
                    870: <p>
                    871: If your machine can boot from USB, you can write <i>install68.fs</i> or
                    872: <i>miniroot68.fs</i> to a USB stick and boot from it.
                    873:
                    874: <p>
                    875: If you can't boot from a CD, floppy disk, or USB,
                    876: you can install across the network using PXE as described in
                    877: the included INSTALL.i386 document.
                    878:
                    879: <p>
                    880: If you are planning on dual booting OpenBSD with another OS, you will need to
                    881: read INSTALL.i386.
                    882:
                    883: <h3>OpenBSD/landisk:</h3>
                    884:
                    885: <p>
                    886: Write <i>miniroot68.fs</i> to the start of the CF
                    887: or disk, and boot normally.
                    888:
                    889: <h3>OpenBSD/loongson:</h3>
                    890:
                    891: <p>
                    892: Write <i>miniroot68.fs</i> to a USB stick and boot bsd.rd from it
                    893: or boot bsd.rd via tftp.
                    894: Refer to the instructions in INSTALL.loongson for more details.
                    895:
                    896: <h3>OpenBSD/luna88k:</h3>
                    897:
                    898: <p>
                    899: Copy 'boot' and 'bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                    900: from the PROM, and then bsd.rd from the bootloader.
                    901: Refer to the instructions in INSTALL.luna88k for more details.
                    902:
                    903: <h3>OpenBSD/macppc:</h3>
                    904:
                    905: <p>
                    906: Burn the image from a mirror site to a CDROM, and power on your machine
                    907: while holding down the <i>C</i> key until the display turns on and
                    908: shows <i>OpenBSD/macppc boot</i>.
                    909:
                    910: <p>
                    911: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    912: /6.8/macppc/bsd.rd</i>
                    913:
                    914: <h3>OpenBSD/octeon:</h3>
                    915:
                    916: <p>
                    917: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    918: Refer to the instructions in INSTALL.octeon for more details.
                    919:
                    920: <h3>OpenBSD/powerpc64:</h3>
                    921:
                    922: <p>
                    923: After XXX
                    924: Refer to the instructions in INSTALL.powerpc64 for more details.
                    925:
                    926: <h3>OpenBSD/sgi:</h3>
                    927:
                    928: <p>
                    929: To install, burn cd68.iso on a CD-R, put it in the CD drive of your
                    930: machine and select <i>Install System Software</i> from the System Maintenance
                    931: menu. Indigo/Indy/Indigo2 (R4000) systems will not boot automatically from
                    932: CD-ROM, and need a proper invocation from the PROM prompt.
                    933: Refer to the instructions in INSTALL.sgi for more details.
                    934:
                    935: <p>
                    936: If your machine doesn't have a CD drive, you can setup a DHCP/tftp network
                    937: server, and boot using "bootp()/bsd.rd.IP##" using the kernel matching your
                    938: system type. Refer to the instructions in INSTALL.sgi for more details.
                    939:
                    940: <h3>OpenBSD/sparc64:</h3>
                    941:
                    942: <p>
                    943: Burn the image from a mirror site to a CDROM, boot from it, and type
                    944: <i>boot cdrom</i>.
                    945:
                    946: <p>
                    947: If this doesn't work, or if you don't have a CDROM drive, you can write
                    948: <i>floppy68.fs</i> or <i>floppyB68.fs</i>
                    949: (depending on your machine) to a floppy and boot it with <i>boot
                    950: floppy</i>. Refer to INSTALL.sparc64 for details.
                    951:
                    952: <p>
                    953: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    954: will most likely fail.
                    955:
                    956: <p>
                    957: You can also write <i>miniroot68.fs</i> to the swap partition on
                    958: the disk and boot with <i>boot disk:b</i>.
                    959:
                    960: <p>
                    961: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    962: </section>
                    963:
                    964: <hr>
                    965:
                    966: <section id=upgrade>
                    967: <h3>How to upgrade</h3>
                    968: <p>
1.2       benno     969: If you already have an OpenBSD 6.7 system, and do not want to reinstall,
1.1       benno     970: upgrade instructions and advice can be found in the
                    971: <a href="faq/upgrade68.html">Upgrade Guide</a>.
                    972: </section>
                    973:
                    974: <hr>
                    975:
                    976: <section id=sourcecode>
                    977: <h3>Notes about the source code</h3>
                    978: <p>
                    979: <code>src.tar.gz</code> contains a source archive starting at <code>/usr/src</code>.
                    980: This file contains everything you need except for the kernel sources,
                    981: which are in a separate archive.
                    982: To extract:
                    983: <blockquote><pre>
                    984: # <kbd>mkdir -p /usr/src</kbd>
                    985: # <kbd>cd /usr/src</kbd>
                    986: # <kbd>tar xvfz /tmp/src.tar.gz</kbd>
                    987: </pre></blockquote>
                    988: <p>
                    989: <code>sys.tar.gz</code> contains a source archive starting at <code>/usr/src/sys</code>.
                    990: This file contains all the kernel sources you need to rebuild kernels.
                    991: To extract:
                    992: <blockquote><pre>
                    993: # <kbd>mkdir -p /usr/src/sys</kbd>
                    994: # <kbd>cd /usr/src</kbd>
                    995: # <kbd>tar xvfz /tmp/sys.tar.gz</kbd>
                    996: </pre></blockquote>
                    997: <p>
                    998: Both of these trees are a regular CVS checkout.  Using these trees it
                    999: is possible to get a head-start on using the anoncvs servers as
                   1000: described <a href="anoncvs.html">here</a>.
                   1001: Using these files
                   1002: results in a much faster initial CVS update than you could expect from
                   1003: a fresh checkout of the full OpenBSD source tree.
                   1004: </section>
                   1005:
                   1006: <hr>
                   1007:
                   1008: <section id=ports>
                   1009: <h3>Ports Tree</h3>
                   1010: <p>
                   1011: A ports tree archive is also provided.  To extract:
                   1012: <blockquote><pre>
                   1013: # <kbd>cd /usr</kbd>
                   1014: # <kbd>tar xvfz /tmp/ports.tar.gz</kbd>
                   1015: </pre></blockquote>
                   1016: <p>
                   1017: Go read the <a href="faq/ports/index.html">ports</a> page
                   1018: if you know nothing about ports
                   1019: at this point.  This text is not a manual of how to use ports.
                   1020: Rather, it is a set of notes meant to kickstart the user on the
                   1021: OpenBSD ports system.
                   1022: <p>
                   1023: The <i>ports/</i> directory represents a CVS checkout of our ports.
                   1024: As with our complete source tree, our ports tree is available via
                   1025: <a href="anoncvs.html">AnonCVS</a>.
                   1026: So, in order to keep up to date with the -stable branch, you must make
                   1027: the <i>ports/</i> tree available on a read-write medium and update the tree
                   1028: with a command like:
                   1029: <blockquote><pre>
                   1030: # <kbd>cd /usr/ports</kbd>
                   1031: # <kbd>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_6_8</kbd>
                   1032: </pre></blockquote>
                   1033: <p>
                   1034: [Of course, you must replace the server name here with a nearby anoncvs
                   1035: server.]
                   1036: <p>
                   1037: Note that most ports are available as packages on our mirrors. Updated
                   1038: ports for the 6.8 release will be made available if problems arise.
                   1039: <p>
                   1040: If you're interested in seeing a port added, would like to help out, or just
                   1041: would like to know more, the mailing list
                   1042: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                   1043: </section>