www/plus28.html

889 lines
73 KiB
HTML

<!doctype html>
<html lang=en id=plus>
<meta charset=utf-8>
<title>OpenBSD 2.8 Changelog</title>
<meta name="description" content="OpenBSD 2.8 changes">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="openbsd.css">
<link rel="canonical" href="https://www.openbsd.org/plus28.html">
<style>
a[href="stable.html"] {
color: var(--green);
}
strong {
color: var(--red);
}
h3 {
color: var(--blue);
}
code {
font-family: serif;
font-weight: bolder;
}
</style>
<h2 id=OpenBSD>
<a href="index.html">
<i>Open</i><b>BSD</b></a>
2.8 Changelog
</h2>
<hr>
<p>
This is a partial list of the major machine independent changes
(i.e., these are the changes people ask about most often). Machine
specific changes have also been made, and are sometimes mentioned
in the pages for the specific <a href=plat.html>platforms</a> if you
are interested in further port-specific details. Many ports
have had architecture-specific enhancements relative to NetBSD,
but when they do not they certainly have plenty of platform-independent
changes, starting with those listed below.
<p>
Note: <strong>Problems for which patches exist are marked in red</strong>.
<p>
For changes in other releases, click below:<br>
<a href="plus20.html">2.0</a>,
<a href="plus21.html">2.1</a>,
<a href="plus22.html">2.2</a>,
<a href="plus23.html">2.3</a>,
<a href="plus24.html">2.4</a>,
<a href="plus25.html">2.5</a>,
<a href="plus26.html">2.6</a>,
<a href="plus27.html">2.7</a>,
<a href="plus29.html">2.9</a>,
<a href="plus30.html">3.0</a>,
<a href="plus31.html">3.1</a>,
<a href="plus32.html">3.2</a>,
<a href="plus33.html">3.3</a>,
<a href="plus34.html">3.4</a>,
<a href="plus35.html">3.5</a>,
<a href="plus36.html">3.6</a>,
<a href="plus37.html">3.7</a>,
<br>
<a href="plus38.html">3.8</a>,
<a href="plus39.html">3.9</a>,
<a href="plus40.html">4.0</a>,
<a href="plus41.html">4.1</a>,
<a href="plus42.html">4.2</a>,
<a href="plus43.html">4.3</a>,
<a href="plus44.html">4.4</a>,
<a href="plus45.html">4.5</a>,
<a href="plus46.html">4.6</a>,
<a href="plus47.html">4.7</a>,
<a href="plus48.html">4.8</a>,
<a href="plus49.html">4.9</a>,
<a href="plus50.html">5.0</a>,
<a href="plus51.html">5.1</a>,
<a href="plus52.html">5.2</a>,
<a href="plus53.html">5.3</a>,
<a href="plus54.html">5.4</a>,
<br>
<a href="plus55.html">5.5</a>,
<a href="plus56.html">5.6</a>,
<a href="plus57.html">5.7</a>,
<a href="plus58.html">5.8</a>,
<a href="plus59.html">5.9</a>,
<a href="plus60.html">6.0</a>,
<a href="plus61.html">6.1</a>,
<a href="plus62.html">6.2</a>,
<a href="plus63.html">6.3</a>,
<a href="plus64.html">6.4</a>,
<a href="plus65.html">6.5</a>,
<a href="plus66.html">6.6</a>,
<a href="plus67.html">6.7</a>,
<a href="plus68.html">6.8</a>,
<a href="plus69.html">6.9</a>,
<a href="plus70.html">7.0</a>,
<a href="plus71.html">7.1</a>,
<br>
<a href="plus72.html">7.2</a>,
<a href="plus73.html">7.3</a>,
<a href="plus.html">current</a>.
<br>
<p>
<h3>Changes made between OpenBSD 2.7 and 2.8</h3>
<p>
<ul>
<li><strong>RELIABILITY FIX: Carefully check that a.out executable objects are rounded to a page.<br>
<a href="errata27.html#execsubr">A patch is available</a></strong>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>OpenSSH 2.3.0 released.<br>
<a href="stable.html">[Applied to stable]</a>
<li><strong>SECURITY FIX: Hostile servers can force OpenSSH clients to do agent or X11 forwarding.<br>
<a href="errata27.html#sshforwarding">A patch is available</a></strong>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Support Macronix 98727/98732 chips in <a href="https://man.openbsd.org/dc.4">dc(4)</a>.
<li>Use <a href="https://man.openbsd.org/mkstemp.3">mkstemp(3)</a> in <a href="https://man.openbsd.org/csh.1">csh(1)</a>.
<li>In <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>, accept unknown options by default.
<li>Repair mips support in <a href="https://man.openbsd.org/gcc.1">gcc(1)</a>.
<li>Repair <a href="https://man.openbsd.org/config.8">config(8)</a> ECOFF support.
<li>In <a href="https://man.openbsd.org/config.8">config(8)</a>, permit redefinition of pseudo-device directives.
<li>Get rid of ST506 phantoms in <a href="https://man.openbsd.org/wdc.4">wdc(4)</a>.
<li>Handle Davicom <a href="https://man.openbsd.org/dc.4">dc(4)</a> devices better.
<li>Deny agent/X11 forwarding unless requested, in <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>.
<li>Non-blocking IO on pty channels in <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>.
<li>Avoid accidental random subsystem re-seeding.
<li>Change BUFCACHEPERCENT calculations.
<li>Remove the notion of "Copybuffer ownership" from <a href="https://man.openbsd.org/pcvt.4">pcvt(4)</a>.
<li>Minor tweaks to <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>.
<li>Significant pcidevs update.
<li>Many man page changes.
<li>Handle more Via chipsets in <a href="https://man.openbsd.org/pcibios.4">pcibios(4)</a> interrupt repair.
<li>Fix <a href="https://man.openbsd.org/bpf.4">bpf(4)</a> support in powerpc <a href="https://man.openbsd.org/gm.4">gm(4)</a> driver.
<li>Support Xircom X3201-based cardbus cards in <a href="https://man.openbsd.org/dc.4">dc(4)</a>.
<li>In <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>, only DHCPNAK bootreplies may be a yiaddr of 0.0.0.0.
<li>Support older vandyke software in <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>.
<li>Man page fixes.
<li>Avoid NULL-deref in <a href="https://man.openbsd.org/ipsec.4">ipsec(4)</a> + pmtu case.
<li>Stop IPv6 multicast moaning and groaning on <a href="https://man.openbsd.org/enc.4">enc(4)</a> interfaces.
<li>Mark swap16() and swap32() with __extension__.
<li>Restore i386 boot block pciprobe code, since some non-PCIBIOS machines need it to determine of pci bus is in mode 1 or 2.
<li>spltty protection in <a href="https://man.openbsd.org/pcvt.4">pcvt(4)</a> mouse support.
<li>Unsigned counters in <a href="https://man.openbsd.org/vmstat.8">vmstat(8)</a>.
<li>Support ^T status messages on the install media.
<li>Add shared library awareness to powerpc <a href="https://man.openbsd.org/gdb.1">gdb(1)</a>.
<li>Fix setupterm() issues in <a href="https://man.openbsd.org/telnetd.8">telnetd(8)</a> and <a href="https://man.openbsd.org/telnet.1">telnet(1)</a>.
<li>In <a href="https://man.openbsd.org/hifn.4">hifn(4)</a>, only accept interrupts the driver really generated.
<li><strong>SECURITY FIX: 2 possible overflows exist in X11 xtrans code.<br>
<a href="errata27.html#xtrans">A patch is available</a></strong>.
<li>Solve some of the powerpc data fault issues.
<li>Many more vax improvements.
<li>Fix <a href="https://man.openbsd.org/hifn.4">hifn(4)</a> on very fast machines, like p3/933.
<li>Fix alignment fault in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
<li>Many documentation cleanups.
<li>Use <a href="https://man.openbsd.org/clearerr.3">clearerr(3)</a> in <a href="https://man.openbsd.org/disklabel.1">disklabel(1)</a> so that ^D works in aborts.
<li>Update to ncurses 5.2
<li>Fix noprint/print/octal options in <a href="https://man.openbsd.org/vi.1">vi(1)</a>.
<li>Add support for i815 motherboards and their devices.
<li>Disable DMA support for Opti <a href="https://man.openbsd.org/pciide.4">pciide(4)</a> devices, since there are some boards that apparently wired them up wrong...
<li>Use <a href="https://man.openbsd.org/echo.1">echo(1)</a> instead of <a href="https://man.openbsd.org/printf.1">printf(1)</a> to repair the format string bugs in <code>/etc/security</code>
<li>Do not free an uninitialized variable in <a href="https://man.openbsd.org/curses.3">curses(3)</a>.
<li>Switch to 2.8 release numbering.
<li>Print powerpc MHz ratings.
<li>Add support for major/minor numbers to powerpc shared library implementation.
<li>Support <a href="https://man.openbsd.org/ulpt.4">ulpt(4)</a> printers on powerpc.
<li>Fix <a href="https://man.openbsd.org/random.4">random(4)</a> ioctl functions, to work as intended.
<li>Fix <code>-fpack-struct</code> bug in i386 boot blocks.
<li>Support random number generators on more Intel <a href="https://man.openbsd.org/pchb.4">pchb(4)</a> devices.
<li><a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> support for STP (spanning tree) packets.
<li>Discover correct ethernet address for powerpc <a href="https://man.openbsd.org/gm.4">gm(4)</a> ethernet driver.
<li>Fix nasty dl_strcmp() bug in powerpc <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a>.
<li>Generate proper <code>/etc/resolv.conf</code> files from <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>.
<li>Repair quotas greater than 4GB in <a href="https://man.openbsd.org/quota.1">quota(1)</a>.
<li><strong>SECURITY FIX: <a href="https://man.openbsd.org/httpd.8">httpd(8)</a> mod_rewrite and
mod_vhost_alias modules could expose files on server if used.<br>
<a href="errata27.html#httpd">A patch is available</a></strong>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>More cool vax stuff.
<li>In <a href="https://man.openbsd.org/perl.1">perl(1)</a>, set <code>siteprefix</code> and <code>siteprefixexp</code> to <code>/usr/local</code> as they should be.
<li>Give <a href="https://man.openbsd.org/bridge.4">bridge(4)</a> devices their own IFT_BRIDGE type, so that IPv6 does not attempt to configure up.
<li>Repair a short read issue in <a href="https://man.openbsd.org/scp.1">scp(1)</a>.
<li>For i386 <a href="https://man.openbsd.org/apm.4">apm(4)</a>, if periodic checking fails repeatedly, shut it down.
<li>Very amusing <a href="https://man.openbsd.org/printf.1">printf(1)</a>-based format string bugs in <code>/etc/security</code>.
<li>Prevent <a href="https://man.openbsd.org/vlan.4">vlan(4)</a> status changes until configuration is complete.
<li>Workaround i386 bios serial call problem (helps DSR issues on some BIOS).<br>
<a href="stable.html">[Applied to stable]</a>
<li>Better error message out of <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> regarding invalid port numbers.
<li>Repair certain copyout() calls in <a href="https://man.openbsd.org/bridge.4">bridge(4)</a>.
<li>New <a href="https://man.openbsd.org/amphy.4">amphy(4)</a> driver, replacing <a href="https://man.openbsd.org/dmphy.4">dmphy(4)</a>.
<li>Update <a href="https://man.openbsd.org/tx.4">tx(4)</a> driver.
<li>Authentication support in <a href="https://man.openbsd.org/ray.4">ray(4)</a>.
<li>Fix file descriptor leak in <a href="https://man.openbsd.org/ssl.3">ssl(3)</a>.
<li>isakmpd update.
<li>Fix byte order bug in <a href="https://man.openbsd.org/ipsecadm.8">ipsecadm(8)</a>.
<li>Fix <a href="https://man.openbsd.org/httpd.8">httpd(8)</a> building for <code>gcc -shared</code>.
<li>On i386, build a private descriptor for bios32 accesses, thus fixing even more pcibios(4) bugs.
<li>Fix channel printing for <a href="https://man.openbsd.org/pciide.4">pciide(4)</a>.
<li>Repair probe vs attach confusion in the <a href="https://man.openbsd.org/mii.4">mii(4)</a> layer.
<li>In <a href="https://man.openbsd.org/pcibios.4">pcibios(4)</a>, protect %edx register from being whacked.
<li>Update nearly entire <a href="https://man.openbsd.org/isp.4">isp(4)</a> device driver.
<li>Update <a href="https://man.openbsd.org/isp.4">isp(4)</a> sbus microcode.
<li>Various small fixes to <a href="https://man.openbsd.org/moused.8">moused(8)</a> to make it more reliable.
<li>Enable <a href="https://man.openbsd.org/gm.4">gm(4)</a> ethernet driver on G4-style powerpc machines.
<li>Lots of documentation improvements.
<li>Repair <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> shared library linking on powerpc.
<li>Fix an uninitialized variable issue in <a href="https://man.openbsd.org/xl.4">xl(4)</a> that prevented dual NICs from working.
<li>Repair empty password support in <a href="https://man.openbsd.org/login.1">login(1)</a>, for when kerberos is compiled in.
<li>The 3c556 MiniPCI cards now work in the <a href="https://man.openbsd.org/xl.4">xl(4)</a> driver.
<li>Fix key option handling in <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>.
<li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a> implementation of <code>AllowTcpForwarding</code>.
<li>For <a href="https://man.openbsd.org/ipsec.4">ipsec(4)</a>, an ASKPOLICY message implementation in pfkeyv2.
<li>TCP wrapper support for IPv6.
<li>Vax support in <a href="https://man.openbsd.org/ssl.3">ssl(3)</a>.
<li>Fix a library buffer overflow in the X11 libraries.
<li>Build a minimal powerpc CD boot image.
<li>In <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>, rijndael/aes support in SSH2 protocol.
<li>Fix <code>-i</code> handling in <a href="https://man.openbsd.org/wicontrol.8">wicontrol(8)</a> and <a href="https://man.openbsd.org/ancontrol.8">ancontrol(8)</a>.
<li>In <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>, a kludge for F-Secure Macintosh &lt; 1.0.2.
<li>Add <a href="https://man.openbsd.org/lmccontrol.8">lmccontrol(8)</a> and <a href="https://man.openbsd.org/spppcontrol.8">spppcontrol(8)</a>.
<li>Fix TM_YEAR_BASE issue in <a href="https://man.openbsd.org/touch.1">touch(1)</a>.
<li>More <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> updates.
<li><a href="https://man.openbsd.org/setenv.3">setenv(3)</a> cleanups in <a href="https://man.openbsd.org/make.1">make(1)</a>.
<li>Change powerpc crt0 startup code to deal with ctors/dtors properly.
<li>New <a href="https://man.openbsd.org/aue.4">aue(4)</a> supplies support for the usb(4) Kingston KNU101TX USB Ethernet adapter.
<li>Some more DELAY() calls in <a href="https://man.openbsd.org/hifn.4">hifn(4)</a> permits some fast machines to work better.
<li>Avoid a nasty mbuf sharing case in ip_forward().
<li>Nuke old timeout code in <a href="https://man.openbsd.org/mii.4">mii(4)</a> drivers, which collided with new timeout code in the same blocks.
<li>Many manual page cleanups.
<li>Change <code>/root</code> to be mode 0700 instead of 0755.
<li>Enable DES support in SSH1 protocol clients (for compat with exported Cisco routers).
<li>Fix numerous erroneous <a href="https://man.openbsd.org/mmap.3">mmap(3)</a> calls in the source tree.
<li>Fix <code>cc -shared</code> issues in <a href="https://man.openbsd.org/perl.1">perl(1)</a>.
<li>Fix scan code bug in <a href="https://man.openbsd.org/pcvt.4">pcvt(4)</a> that prevented RIGHT_SHIFT+PGUP/DN key combinations from activating scrollback.
<li>New cipher framework in <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>.
<li>Add support for s/key (kbd-interactive) support in <a href="https://man.openbsd.org/sshd.8">sshd(8)</a> SSH2 protocol.
<li>Implement <code>-o</code> support in <a href="https://man.openbsd.org/scp.1">scp(1)</a>.
<li>Use terminfo(5) interfaces in <a href="https://man.openbsd.org/tn3270.1">tn3270(1)</a>.
<li>In <a href="https://man.openbsd.org/dc.4">dc(4)</a>, fix ethernet address reading on ADMtek AN983.
<li>In <a href="https://man.openbsd.org/inetd.conf.5">inetd.conf(5)</a>, disable <a href="https://man.openbsd.org/talkd.8">talkd(8)</a> and <a href="https://man.openbsd.org/fingerd.8">fingerd(8)</a> by default.
<li>Nuke IPv4 mapped address support in IPv6.
<li>Implement diffie-hellman group exchange in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> and <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>.
<li>Add <a href="https://man.openbsd.org/mkhybrid.8">mkhybrid(8)</a> [need this for the powerpc port HFS CD].
<li>Deal with KA52/53 in vax port, and other vax stuff.
<li>Add <code>/etc/primes</code>, used for diffie-hellman key exchange.
<li>Link <a href="https://man.openbsd.org/telnetd.8">telnetd(8)</a> and <a href="https://man.openbsd.org/telnet.1">telnet(1)</a> against <a href="https://man.openbsd.org/curses.3">curses(3)</a> instead of ocurses(3).
<li>Correct environment variable handling in <a href="https://man.openbsd.org/curses.3">curses(3)</a> library.
<li>fd_set overflow handling in <a href="https://man.openbsd.org/curses.3">curses(3)</a> library.
<li>ICMP and RST rate limitation code, controlled using <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a> on <code>net.inet.icmp.errppslimit</code>, <code>net.inet6.icmp6.errppslimit</code>, and <code>net.inet.tcp.rstppslimit</code>.
<li><a href="https://man.openbsd.org/ppsratecheck.9">ppsratecheck(9)</a> code added.
<li>Alpha portability for <a href="https://man.openbsd.org/routed6.8">routed6(8)</a>.
<li><strong>SECURITY FIX: Prune more environment variables in <a href="https://man.openbsd.org/telnetd.8">telnetd(8)</a>.<br>
<a href="errata27.html#telnetd">A patch is available</a></strong>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Avoid fd_set overflow in <a href="https://man.openbsd.org/kerberos.8">kerberos(8)</a> and <a href="https://man.openbsd.org/identd.8">identd(8)</a>.
<li><strong>RELIABILITY FIX: Repair non-exploitable buffer overflow in <a href="https://man.openbsd.org/sendmail.8">sendmail(8)</a>.<br>
<a href="errata27.html#sendmail">A patch is available</a></strong>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>libkeynote update.
<li><a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> update.
<li>In <a href="https://man.openbsd.org/login.conf.5">login.conf(5)</a>, crank maxproc for staff login class.
<li>In <a href="https://man.openbsd.org/dump.8">dump(8)</a>, do not dump core if the raw device cannot be determined.
<li>More vax fixes.
<li>In <a href="https://man.openbsd.org/ppp.8">ppp(8)</a>, try to deal with bugs in pppoe(8).
<li>Permit install time passwords to contain meta-characters.
<li>AES support in <a href="https://man.openbsd.org/ipsec.4">ipsec(4)</a>.
<li>Uninitialized variable in <a href="https://man.openbsd.org/bridge.4">bridge(4)</a>.
<li>Move <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> to using -shared, as well as -fpic or -fPIC as relevant.
<li>ncurses-5.1-20001007
<li>Add support for Symbios 53C1510 and 53C1510D to <a href="https://man.openbsd.org/ncr.4">ncr(4)</a>.
<li>New <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>.
<li>Permit <a href="https://man.openbsd.org/moused.8">moused(8)</a> and X11 to coexist.
<li>For now, work around powerpc pmap/cache bug by having <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a> do extre cache flushes.
<li>Use -q flag to <a href="https://man.openbsd.org/ls.1">ls(1)</a> in /etc/security, for safety against non-printable characters.
<li>Avoid fd_set overflows in <a href="https://man.openbsd.org/ping.8">ping(8)</a>, <a href="https://man.openbsd.org/ping6.8">ping6(8)</a>, <a href="https://man.openbsd.org/traceroute.8">traceroute(8)</a>, <a href="https://man.openbsd.org/traceroute6.8">traceroute6(8)</a>, <a href="https://man.openbsd.org/ampd.8">ampd(8)</a>, <a href="https://man.openbsd.org/kadmin.8">kadmin(8)</a>, <a href="https://man.openbsd.org/getty.8">getty(8)</a>, <a href="https://man.openbsd.org/ppp.8">ppp(8)</a>,
<li>Remove unimplemented -edebug flag from <a href="https://man.openbsd.org/telnetd.8">telnetd(8)</a>.
<li>Various improvements to <a href="https://man.openbsd.org/ppp.8">ppp(8)</a>.
<li>pthread support on the powerpc.
<li>Check for root privs on SIOCSIFPHY*, and SIOCGIFP*ADDR repairs<br>
<a href="stable.html">[Applied to stable]</a>
<li>Fix format string bug in <a href="https://man.openbsd.org/top.1">top(1)</a>.
<li>Finally make sparc pthread support work.
<li>Many vax fixes.
<li>Fix bugs in libc <a href="https://man.openbsd.org/db.3">db(3)</a> functions.
<li>Enhance hash buffer size in <a href="https://man.openbsd.org/dev_mkdb.8">dev_mkdb(8)</a>).
<li>IKE support in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
<li>More careful byte order handling in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> bgp support.
<li><strong>SECURITY FIX: Ignore $HOME/.termlib in curses for setuid/setgid executables.<br>
<a href="errata27.html#curses">A patch is available</a></strong>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Routing header typo in inet6 fixed.<br>
<a href="stable.html">[Applied to stable]</a>
<li><strong>SECURITY FIX: talkd(8) format string vulnerability.<br>
<a href="errata27.html#talkd">A patch is available</a></strong>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>More (low priority) format string errors.
<li>Prevent panic in <a href="https://man.openbsd.org/speaker.4">speaker(4)</a>.
<li>Attempt to deal with Davicom DM9102A homePNA bugs in <a href="https://man.openbsd.org/dc.4">dc(4)</a>.
<li>Make <a href="https://man.openbsd.org/moused.8">moused(8)</a> support work in modes other than 25-line.
<li>Do not attempt to use a copybuffer in <a href="https://man.openbsd.org/pcvt.4">pcvt(4)</a> before it has been set.
<li>Fix recently introduced bugs in <a href="https://man.openbsd.org/rbootd.8">rbootd(8)</a>.
<li>New libkeynote.
<li>Fix an <a href="https://man.openbsd.org/ipsec.4">ipsec(4)</a> panic on alphas.
<li>In <a href="https://man.openbsd.org/chpass.1">chpass(1)</a>, do not permit non-printable characters in the <a href="https://man.openbsd.org/passwd.5">passwd(5)</a> file.
<li>Implement getnulldev() machine-dependent API, and use it for the hack that stops fd 0, 1, and 2 from being played with in setuid programs.
<li>More games fixes!
<li>Cleanups in <a href="https://man.openbsd.org/nc.1">nc(1)</a>.
<li>Ensure that ICMPs generated from date over IPSEC go back over the same IPSEC tunnel, if at all possible.
<li>Performance improvement to <a href="https://man.openbsd.org/twe.4">twe(4)</a>.
<li>Fix off-by-one in <a href="https://man.openbsd.org/getnameinfo.3">getnameinfo(3)</a>.
<li>Support i82562 <a href="https://man.openbsd.org/fxp.4">fxp(4)</a> device.
<li>More tweaking in <a href="https://man.openbsd.org/pcibios.4">pcibios(4)</a> code for dealing with busted BIOS implementations.
<li>gcc 2.95.pre3
<li>Attempt to deal with a cardbus shutdown hang on some Toshiba systems.
<li>Fix memory leak in kernel internal fdalloc() function.
<li>Fix a locking bug in the pthreads implementation of <a href="https://man.openbsd.org/getgrent.3">getgrent(3)</a> functions.
<li>More games fixes.
<li>In <a href="https://man.openbsd.org/newfs.8">newfs(8)</a>, if a cylinder group does not fit inside a block, adjust secpercyl and ntracks until it does. Perhaps weird geometry setups to still build filesystems.
<li>Clear <a href="https://man.openbsd.org/pcvt.4">pcvt(4)</a> copy buffer as soon as any console device gets a last close.
<li>Make <a href="https://man.openbsd.org/pcvt.4">pcvt(4)</a> mouse copying mimic xterm functionality more.
<li>Repair a mapping problem in <a href="https://man.openbsd.org/pcibios.4">pcibios(4)</a>.
<li>Repair random number generation in <a href="https://man.openbsd.org/pms.4">pms(4)</a>.
<li>More volatiles in <a href="https://man.openbsd.org/hifn.4">hifn(4)</a> (but all the bugs are not yet gone).
<li>Trim RSS text relocation warnings in old <a href="https://man.openbsd.org/ld.1">ld(1)</a>.
<li>Extend auth methods support in <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>.
<li>In <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, more bug compat for old ssh.com software.
<li>Panic bugfix to <a href="https://man.openbsd.org/tl.4">tl(4)</a>.
<li>Correct some -fPIC handling in old <a href="https://man.openbsd.org/ld.1">ld(1)</a>.
<li>Fix year handling in <a href="https://man.openbsd.org/touch.1">touch(1)</a>.
<li>Some pcibios changes, mostly in addresses repair.
<li>Lots more ipsec changes, for automatic IKE setup.
<li>Support 64 bit BARs on PCI.
<li>subr_extent had a off by one in a validity check.
<li>Correctly calculate MSS in tcp pmtu cases.
<li>In <a href="https://man.openbsd.org/ipsec.4">ipsec(4)</a> pfkeyv2, allow IDENTITY payloads in ADDFLOW messages.
<li>Various ioctl additions so that X11 works on the powerpc.
<li>On powerpc, use BATs to map devices.
<li>Lots and lots of changes to ipsec internal layout.
<li>Display SPD entries in <a href="https://man.openbsd.org/netstat.8">netstat(8)</a>'s -r option.
<li>Path MTU discovery support in openbsd, enabled using the <a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a> variable <code>net.inet.ip.mtudisc</code>.
<li>Repair AFS support on the mips platforms.
<li>Some more fixes to the games!
<li>Fix old bug with wildcard interfaces<br>
<a href="stable.html">[Applied to stable]</a>
<li>Various fixes to <a href="https://man.openbsd.org/clcs.4">clcs(4)</a> PCI audio driver.
<li><strong>RELIABILITY FIX: Drop dubious ESP/AH packets without crashing.<br>
<a href="errata27.html#ipsec">A patch is available</a></strong>.<br>
<a href="stable.html">[Applied to stable]</a>
<li><a href="https://man.openbsd.org/ldd.1">ldd(1)</a> for powerpc ELF binaries.
<li>Other misc improvements to <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
<li>Support <a href="https://man.openbsd.org/fxp.4">fxp(4)</a> devices on <a href="https://man.openbsd.org/cardbus.4">cardbus(4)</a>, including detach.
<li>Support 3C3FE575CT CardBus <a href="https://man.openbsd.org/xl.4">xl(4)</a> devices.
<li>Attempt to support 3C556[B] MiniPCI <a href="https://man.openbsd.org/xl.4">xl(4)</a> devices.
<li>Repair IPv6 multicast support.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Fixes to <a href="https://man.openbsd.org/faithd.8">faithd(8)</a>.
<li>Many improvements in <a href="https://man.openbsd.org/ep.4">ep(4)</a> support, including support for more eject/mii, and other newer models.
<li>Support <a href="https://man.openbsd.org/twe.4">twe(4)</a>, the 3Ware IDE raid controller.
<li>Check all calls to <a href="https://man.openbsd.org/setenv.3">setenv(3)</a> in userland.
<li>More <a href="https://man.openbsd.org/puc.4">puc(4)</a> devices.
<li>Support IPSEC data flow in <a href="https://man.openbsd.org/ppp.8">ppp(8)</a>.
<li>More cleanups in <a href="https://man.openbsd.org/make.1">make(1)</a>.
<li>Use <a href="https://man.openbsd.org/vis.3">vis(3)</a> for outputting data in <a href="https://man.openbsd.org/syslogd.8">syslogd(8)</a>.
<li>Fix sorting bugs in the miniroot.
<li>Multiple debug levels in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
<li>Cause <a href="https://man.openbsd.org/getsid.2">getsid(2)</a> and <a href="https://man.openbsd.org/getpgid.2">getpgid(2)</a> to return EPERM if requesting out of session/pgrp, as well as fix other bugs.
<li>natm fixes.
<li>binutils 2.10
<li>Fix INET6 components of atm support.
<li>Update powerpc miniroot install stuff.
<li>Handle LBA partitions even better in <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a>
<li>Fix user quota reporting in <a href="https://man.openbsd.org/repquota.8">repquota(8)</a>
<li>arla-current
<li>Re-enable <a href="https://man.openbsd.org/ray.4">ray(4)</a> after resume.
<li>Linux mmap() ignores the fd argument when MAP_ANON is set.
<li>Some reliability fixes to <a href="https://man.openbsd.org/asc.4">asc(4)</a> for pmax.
<li>Another one byte overflow in <a href="https://man.openbsd.org/getty.8">getty(8)</a>
<li><a href="https://man.openbsd.org/ums.4">ums(4)</a> support.
<li>More cleanups in <a href="https://man.openbsd.org/pcibios.4">pcibios(4)</a>
<li>Clarify licencing on components of <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> and such.
<li>Repair dcphy(4) problems for Macronix PMAC 98715 and family.
<li>Fix TAILQ_FOREACH_REVERSE.
<li>More use of new timeouts in the kernel.
<li>Avoid excessive wakeup() in crypto subsystem.
<li>Run powerhooks at splhigh(), and backwards from initialization order.
<li>Bounds checking code in compat/emul code.
<li>Open a file with egid in <a href="https://man.openbsd.org/wall.1">wall(1)</a>.
<li>Inconsequential Buf overflow in <a href="https://man.openbsd.org/getty.8">getty(8)</a>.
<li>When cards come up with very bad MAC addresses, generate a fake one.
<li>tzdata2000f.
<li>Start <a href="https://man.openbsd.org/sendmail.8">sendmail(8)</a> even more carefully in /etc/rc, to avoid whining.
<li>Mag tape ioctl emulation for <a href="https://man.openbsd.org/compat_osf1.8">compat_osf1(8)</a>.
<li>Many improvements to powerpc, including <a href="https://man.openbsd.org/wscons.4">wscons(4)</a>, <a href="https://man.openbsd.org/usb.4">usb(4)</a>, and rebooting support, amongst many other things.
<li>Support different font sizes in <a href="https://man.openbsd.org/wscons.4">wscons(4)</a>.
<li>Fix inquiry problems in <a href="https://man.openbsd.org/adw.4">adw(4)</a>.
<li>Various fixes to SACK and FACK.
<li>Powerhook workaround, so that <a href="https://man.openbsd.org/wi.4">wi(4)</a> suspends wake up properly.
<li>Enable <a href="https://man.openbsd.org/ssh-add.1">ssh-add(1)</a> deletion support for DSA keys.
<li>Support detach for <a href="https://man.openbsd.org/cardbus.4">cardbus(4)</a> <a href="https://man.openbsd.org/xl.4">xl(4)</a> devices.
<li>Fix IO/memory space allocation in <a href="https://man.openbsd.org/cardbus.4">cardbus(4)</a>/<a href="https://man.openbsd.org/pci.4">pci(4)</a> rbus handling, so that some devices do not map on top of each other.
<li>Increase page use in i82365 <a href="https://man.openbsd.org/pcic.4">pcic(4)</a>.
<li>Portability fixes to <a href="https://man.openbsd.org/sftp-server.8">sftp-server(8)</a>.
<li>Fix login time handling in <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>.
<li>In <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>, cause SSH_ORIGINAL_COMMAND environment variable to be initialized.
<li>Fix file descriptor leak in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
<li>Install kerberosIV info file.
<li>Make <a href="https://man.openbsd.org/pcvt.4">pcvt(4)</a> mouse support act more like an xterm.
<li>Improvements in <a href="https://man.openbsd.org/pcic.4">pcic(4)</a> attachment on <a href="https://man.openbsd.org/pci.4">pci(4)</a>.
<li>Fix EDP register handling in <a href="https://man.openbsd.org/xe.4">xe(4)</a>.
<li>In <a href="https://man.openbsd.org/ray.4">ray(4)</a>, fix panic on detach.
<li>More changes to hppa.
<li>Add the <code>L:</code> modifier to all tweakable var tests in various Makefiles.
<li>Various fixes to <a href="https://man.openbsd.org/ppp.8">ppp(8)</a>.
<li>Fix parsing problems in <a href="https://man.openbsd.org/netstart.8">netstart(8)</a> when reading <a href="https://man.openbsd.org/hostname.if.5">hostname.if(5)</a>.
<li>Cleanup and fix <code>-S</code> support in <a href="https://man.openbsd.org/scp.1">scp(1)</a>.
<li>Add <a href="https://man.openbsd.org/amiga/joy.4">joy(4)</a> driver for amiga.
<li>Import <a href="https://man.openbsd.org/moused.8">moused(8)</a>, a userland mouse daemon the for new <a href="https://man.openbsd.org/pcvt.4">pcvt(4)</a> features.
<li>Add kernel console mouse support to <a href="https://man.openbsd.org/pcvt.4">pcvt(4)</a>.
<li>In <a href="https://man.openbsd.org/rtadvd.8">rtadvd(8)</a>, repair a routine to grab interface MTU information.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Add <a href="https://man.openbsd.org/sftp-server.8">sftp-server(8)</a>, capable of doing the things needed by ssh.com's scp2 and sftp clients. We have no client to talk the protocol ourselves.
<li>Various build tweaks in kerberos.
<li>In <a href="https://man.openbsd.org/getaddrinfo.3">getaddrinfo(3)</a>, fix canonical name for /etc/hosts file-based search.
<li>OpenSSH 2.2.0 released.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Use <a href="https://man.openbsd.org/arc4random.3">arc4random(3)</a> in <a href="https://man.openbsd.org/ppp.8">ppp(8)</a> plus various other fixes.
<li>Correctly read MAC addresses on all <a href="https://man.openbsd.org/ne.4">ne(4)</a> cards.
<li>More svr4 emulation fixes.
<li>Prevent <a href="https://man.openbsd.org/csh.1">csh(1)</a> from coredumping in some situations.
<li>Use <a href="https://man.openbsd.org/srandom.3">srandom(3)</a> in <a href="https://man.openbsd.org/ppp.8">ppp(8)</a>.
<li>x11-ssh-askpass 1.0.1.
<li>In IPv6, do not forward packets with unspecified source.
<li>Add filters logging and radius accounting support to <a href="https://man.openbsd.org/ppp.8">ppp(8)</a>.
<li>Lot of sun3 changes.
<li>Various <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> improvements.
<li><a href="https://man.openbsd.org/brgphy.4">brgphy(4)</a> driver for broadcom 5400 and <a href="https://man.openbsd.org/xmphy.4">xmphy(4)</a> for XAQTI XMACII phys.
<li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a> compatibility with future ssh.com versions (which contain a bug in their HMAC handling).
<li>Add detach support for <a href="https://man.openbsd.org/xe.4">xe(4)</a> and <a href="https://man.openbsd.org/aue.4">aue(4)</a>.
<li>Import newer <a href="https://man.openbsd.org/mii.4">mii(4)</a> code, supporting mii subdevice detach.
<li>In <a href="https://man.openbsd.org/dc.4">dc(4)</a>, avoid freezes on large data transfers.
<li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a> now talks to ssh.com 2.3.0.
<li>Some clarifications in manual pages regarding the format string bug in <a href="https://man.openbsd.org/printf.3">printf(3)</a>, <a href="https://man.openbsd.org/setproctitle.3">setproctitle(3)</a>, <a href="https://man.openbsd.org/syslog.3">syslog(3)</a>, <a href="https://man.openbsd.org/warn.3">warn(3)</a>, and <a href="https://man.openbsd.org/err.3">err(3)</a>.
<li>Performance improvements to <a href="https://man.openbsd.org/sis.4">sis(4)</a>.
<li>Correctly match Promise Ultra/100 in <a href="https://man.openbsd.org/pciide.4">pciide(4)</a>.
<li>Fix shared library creation problems on mips.
<li>Fix IPSEC flow deletion problem when using <code>-transport</code>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>In <a href="https://man.openbsd.org/scp.1">scp(1)</a>, repair copying of files 2GB in size or larger.
<li>Crank some defaults in <a href="https://man.openbsd.org/login.conf.5">login.conf(5)</a>.
<li>Various fixes to <a href="https://man.openbsd.org/lpc.8">lpc(8)</a>.
<li>Repair <a href="https://man.openbsd.org/sendmail.8">sendmail(8)</a> options handling.
<li>Make timeouts happen with the expected frequency.
<li>Implement svr4 emulation for pread64, pwrite64 and fcntl DUP2FD.
<li>Manpage fixes.
<li>We're at 2.8-beta now.
<li>Use the user's default groups if user is specified in inetd.conf, but group is not.
<li>Be more paranoid in <a href="https://man.openbsd.org/cron.8">cron(8)</a>.
<li>Fix var handling in <a href="https://man.openbsd.org/make.1">make(1)</a>.
<li>Support <code>FIONBIO</code> and <code>FIOASYNC</code> on rnd.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Proper template file creation on <a href="https://man.openbsd.org/ksh.1">ksh(1)</a>.
<li>Implement resource limits in several daemons.
<li>Add <a href="https://man.openbsd.org/login.conf.5">login.conf(5)</a> support, making possible limiting resources per class.
<li>Minor bug fixes associated with the use of the <code>UseLogin</code> directive in sshd_config.
<li>Bypass key generation in mod_ssl if SSL is not enabled in any (virtual) servers.
<li>Add SSH2/DSA support to <a href="https://man.openbsd.org/ssh-agent.1">ssh-agent(1)</a> and some DSA related cleanups.
<li>Use specified home directory, if specified, and other fixes to <a href="https://man.openbsd.org/user.8">user(8).</a><br>
<a href="stable.html">[Applied to stable]</a>
<li>Resolve a driver name conflict in the pmax platform. The pmax <a href="https://man.openbsd.org/dc.4">dc(4)</a> driver has been renamed to dz.
<li>Many updates to the <a href="https://man.openbsd.org/ubsec.4">ubsec(4)</a> code.
<li>Various IPv6 fixes.
<li>Add <code>-S</code> option to <a href="https://man.openbsd.org/scp.1">scp(1)</a> and <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> to use a program for encrypted connections.
<li>Lot of manpage updates.
<li>Various improvements to linux emulation.
<li>Add IPv6 support to <a href="https://man.openbsd.org/telnetd.8">telnetd(8)</a>.
<li>Allow <a href="https://man.openbsd.org/ppp.8">ppp(8)</a> to be used without SUID privs.
<li>Make <a href="https://man.openbsd.org/pcibios.4">pcibios(4)</a> a real device making possible the use of flags.
<li>Avoid duplicate utmp entries in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
<li>Update <a href="https://man.openbsd.org/awi.4">awi(4)</a> driver.
<li>Various <a href="https://man.openbsd.org/ppp.8">ppp(8)</a> improvements.
<li>More fixes to <a href="https://man.openbsd.org/ubsec.4">ubsec(4)</a> auth+enc code.
<li>Convert <a href="https://man.openbsd.org/pccom.4">pccom(4)</a> to new timeouts.
<li>Implement <code>-a</code> option on <a href="https://man.openbsd.org/wicontrol.8">wicontrol(8)</a>, was documented but not present.
<li>In <a href="https://man.openbsd.org/mail.local.8">mail.local(8)</a>, fix <code>sendmail.cf</code> location.
<li>Catch bogus <a href="https://man.openbsd.org/MAKEDEV.8">MAKEDEV(8)</a> mouse and spit out an reasonable error.
<li>In <a href="https://man.openbsd.org/ppp.8">ppp(8)</a>, ISDN B channels have a bandwidth of 64000, not 65535.
<li>More format string paranoia.
<li>Several <a href="https://man.openbsd.org/setproctitle.3">setproctitle(3)</a> fixes in <a href="https://man.openbsd.org/ppp.8">ppp(8)</a>.
<li><strong>SECURITY ISSUE: format string localhost root vulnerability in xlock(1)</strong>.<br>
<a href="errata27.html#xlock">A patch is available</a>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Improvements and fixes in hppa land.
<li>Increase if_obytes and if_omcasts in <a href="https://man.openbsd.org/vlan.4">vlan(4)</a> output routine as done in <code>ether_output</code>.
<li>In <a href="https://man.openbsd.org/ubsec.4">ubsec(4)</a>, deallocate resources on attachment failure.
<li>Fix auth-only mode in <a href="https://man.openbsd.org/ubsec.4">ubsec(4)</a>.
<li>In <a href="https://man.openbsd.org/hifn.4">hifn(4)</a>, deallocate resources on error and workaround memory problems in rev A boards.
<li><a href="https://man.openbsd.org/ssl.8">mod_ssl 2.6.6</a>.
<li> fix locking in threaded <a href="https://man.openbsd.org/getgrent.3">getgrent(3)</a><br>
<a href="stable.html">[Applied to stable]</a>
<li><a href="https://man.openbsd.org/gdt.4">gdt(4)</a> cache fixes and additional card support<br>
<a href="stable.html">[Applied to stable]</a>
<li><strong>SECURITY ISSUE: several DoS holes in libX11, libICE and X clients.<br>
<a href="errata27.html#X11_libs">A patch is available</a></strong>.<br>
<a href="stable.html">[Applied to stable]</a>
<li><a href="https://man.openbsd.org/ssl.8">mod_ssl 2.6.5</a>
<li>Repair ntpd/ntpdate handlings in /etc/rc.
<li>Various improvements and fixes to <a href="https://man.openbsd.org/ppp.8">ppp(8)</a>.
<li>Correctly handle <code>ip_off</code> in a corner case of IPSEC.<br>
<a href="stable.html">[Applied to stable]</a>
<li>i386 now has another install floppy: floppyC27 contains cardbus support.
<li>In <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, disable <code>FallBackToRsh</code> by default.
<li>In TCP, compute correct window scale when recvpipe option is set in route.
<li>KTH Kerberos4 1.0.2
<li>In <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>, fix <code>MaxStartups</code> code to work with <code>-d</code>.
<li><strong>RE-RELEASE: Re-release pmax release after <a href="https://man.openbsd.org/dmesg.8">dmesg(8)</a> and <code>/kern/msgbuf</code> was fixed.<br>
<a href="errata27.html#pmax_msgbuf">A patch is available</a></strong>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Fix simpleroot support.
<li>ncurses 5.1
<li>Do not default to empty passwords in <a href="https://man.openbsd.org/adduser.8">adduser(8)</a>, simply because it's stupid.
<li>Use strsep(3) instead of strtok(3) in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> and <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>.
<li>Add <code>-flags</code> option to <a href="https://man.openbsd.org/find.1">find(1)</a>.
<li>In <a href="https://man.openbsd.org/inetd.8">inetd(8)</a>, handle IPv6 addresses in hostname specifiers.
<li>In <a href="https://man.openbsd.org/systat.1">systat(1)</a>, correct layout of the <code>io</code> page.
<li>Support Intel 440MX Ultra/33 controller in <a href="https://man.openbsd.org/pciide.4">pciide(4)</a>.
<li>Handle Promise Ultra/100, deal with D2 AMD K7 controllers, and various other tweaks to <a href="https://man.openbsd.org/pciide.4">pciide(4)</a>.
<li>New <a href="https://man.openbsd.org/release.8">release(8)</a> page describes how to build a distribution.
<li>Fix an spinning <a href="https://man.openbsd.org/select.2">select(2)</a> loop in <a href="https://man.openbsd.org/nc.1">nc(1)</a>.
<li>For <a href="https://man.openbsd.org/select.2">select(2)</a> and <a href="https://man.openbsd.org/poll.2">poll(2)</a>, if we are awakened by a collision the timeout must be recalculated.
<li>On powerpc, handle late configuration of the interrupt controller.
<li>Fix port and X11 forwarding in <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>.
<li>Change <a href="https://man.openbsd.org/fingerd.8">fingerd(8)</a> back to using <a href="https://man.openbsd.org/fgets.3">fgets(3)</a> instead of <a href="https://man.openbsd.org/fgetln.3">fgetln(3)</a>, to reduce denial of service attacks.
<li>Change <a href="https://man.openbsd.org/compat_linux.8">compat_linux(8)</a> so that it logs and returns ENOSYS rathern than deliver SIGSYS for unimplemented system calls.
<li>Add <a href="https://man.openbsd.org/ucomm.4">ucomm(4)</a> support to MAKEDEV.
<li>Delay slightly longer after reset in <a href="https://man.openbsd.org/xl.4">xl(4)</a> for some configurations.
<li>Add support for National Semiconductor DP83815 fast ethernet to <a href="https://man.openbsd.org/sis.4">sis(4)</a>.
<li>Ensure PCIBIOS32 does not panic if the BIOS lies.
<li>Add support for 82801AA_LPC in PCIBIOS32.
<li>Add spllowersoftclock() on all architectures, and correct splsoftclock() to avoid races.
<li>Fix pmap activation on mvme68k.
<li>Support <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> entry from <a href="https://man.openbsd.org/cl.4">cl(4)</a> on mvme68k.
<li>In <a href="https://man.openbsd.org/user.8">user(8)</a>, ensure that we do not generate passwd lines longer than 1023 characters.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Latest <a href="https://man.openbsd.org/wx.4">wx(4)</a> driver, works better with more switches.
<li>Improve support for Ricoh cardbus bridges.
<li>CardBus and PCIBIOS32 support enabled by default in i386 GENERIC kernel.
<li>Update <a href="https://man.openbsd.org/isp.4">isp(4)</a> driver.
<li>Add a timeout structure per scsi transfer, so that controllers can do timeouts easier.
<li>Fixed numerous cases of <a href="https://man.openbsd.org/printf.3">printf(3)</a>-style functions being called with their first argument being user controlled, where it should be <code>%s</code>
<li>More careful handling of IPV6 mapped addresses in the IPV6 code.
<li>Repair X11 forwarding in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
<li>Make <a href="https://man.openbsd.org/dmesg.8">dmesg(8)</a> once again work on the alpha.
<li><a href="https://man.openbsd.org/setproctitle.3">setproctitle(3)</a> misuse in <a href="https://man.openbsd.org/faithd.8">faithd(8)</a>.
<li><strong>SECURITY ISSUE: remote hole via <a href="https://man.openbsd.org/setproctitle.3">setproctitle(3)</a> misuses in <a href="https://man.openbsd.org/ftpd.8">ftpd(8)</a>.<br>
<a href="errata27.html#ftpd">A patch is available</a></strong>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>In <code>/etc/rc</code>, start <a href="https://man.openbsd.org/sendmail.8">sendmail(8)</a> in the background.
<li>Prepare <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> internals for KGDB support.
<li>Fix spl usage in sparc <a href="https://man.openbsd.org/sparc/magma.4">magma(4)</a>.
<li>Stop kernel sleeps from returning up to a tick early by fixing <a href="https://man.openbsd.org/hzto.9">hzto(9)</a>.
<li>Latest version of the <a href="https://man.openbsd.org/i386/pcvt.4">pcvt(4)</a> scrolling region patch...<br>
<a href="errata27.html#pcvt">A patch is available</a>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Make <a href="https://man.openbsd.org/getaddrinfo.3">getaddrinfo(3)</a> return EAI_NODATA for name resolution errors.
<li>Greater care of rlimit handling in <a href="https://man.openbsd.org/sbrk.2">sbrk(2)</a>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Cleanup spl handling on the sparc.
<li>Fix <a href="https://man.openbsd.org/dmesg.8">dmesg(8)</a> and <code>/kern/msgbuf</code> on the pmax.
<li>Support bigendian hardware in <a href="https://man.openbsd.org/ahc.4">ahc(4)</a>.
<li>Fix tail queue leakage in the crypto queue support.
<li>New wscons on the alpha.
<li>More carefully reset pcic registers when testing for working <a href="https://man.openbsd.org/pcmcia.4">pcmcia(4)</a> interrupts.
<li>Plug two memory leaks in <a href="https://man.openbsd.org/brconfig.8">brconfig(8)</a>.
<li>Various <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> fixes for the vax.
<li><strong>SECURITY ISSUE: Buffer oflows in <a href="https://man.openbsd.org/mopd.8">mopd(8)</a>.<br>
<a href="errata27.html#mopd">A patch is available</a></strong>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>More fixes in the games.
<li>Make <a href="https://man.openbsd.org/ipnat.4">ipnat(4)</a> detaching work with <a href="https://man.openbsd.org/pcmcia.4">pcmcia(4)</a>.
<li>Correct interrupt sharing types in <a href="https://man.openbsd.org/pcmcia.4">pcmcia(4)</a>.
<li>Fix to a fix in uvm.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Change to 16 partitions in sun3 port.
<li>Dynamically size the <a href="https://man.openbsd.org/m4.1">m4(1)</a> internal machine stack.
<li>Faster C version of <a href="https://man.openbsd.org/ffs.3">ffs(3)</a>.
<li>In <a href="https://man.openbsd.org/vr.4">vr(4)</a>, support VIA vt6102.
<li>Import <a href="https://man.openbsd.org/wsconsctl.8">wsconsctl(8)</a>, <a href="https://man.openbsd.org/wsconscfg.8">wsconscfg(8)</a>, and <a href="https://man.openbsd.org/wsfontload.8">wsfontload(8)</a>.
<li>In <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a>, be more verbose about partition layout errors.
<li>To <a href="https://man.openbsd.org/aucat.1">aucat(1)</a>, add <code>-f</code> option for specifying audio device.
<li>More regression tests for <a href="https://man.openbsd.org/m4.1">m4(1)</a>.
<li>In <a href="https://man.openbsd.org/xl.4">xl(4)</a>, add support for 3CCFE575BT and 3CCFEM656C.
<li>Import a regression suite for <a href="https://man.openbsd.org/m4.1">m4(1)</a>.
<li>In <a href="https://man.openbsd.org/make.1">make(1)</a>, recognize <code>+cmd</code> as a command that should still execute in <code>make -n</code> mode.
<li>Correct giftunnel handling in <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>.
<li>New fix for the <a href="https://man.openbsd.org/pcvt.4">pcvt(4)</a> scrolling region bug.<br>
<a href="errata27.html#pcvt">A patch is available</a>.<br>
<a href="stable.html">[Applied to stable]</a>
<li><a href="https://man.openbsd.org/ssl.8">mod_ssl 2.6.4</a>
<li><a href="https://man.openbsd.org/clcs.4">clcs(4)</a> driver for the cs4280 Crystal Clear audio hardware found in some laptops.
<li>Make UVM work on the powerpc.
<li>Convert much kernel code to the new <a href="https://man.openbsd.org/timeout_add.9">timeout API</a>.
<li>Fix multicast hashing problem in <a href="https://man.openbsd.org/xl.4">xl(4)</a>.<br>
<a href="errata27.html#xlhash">A patch is available</a>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Fix numerous more bugs in the games.
<li>Fix MAC address matching in <a href="https://man.openbsd.org/pcap.3">pcap(3)</a>.
<li>Make the <a href="https://man.openbsd.org/ep.4">ep(4)</a> driver more friendly during detach.
<li>Fix bpf code in <a href="https://man.openbsd.org/ray.4">ray(4)</a>.
<li>For the <a href="https://man.openbsd.org/err.3">err(3)</a> family of calls and <a href="https://man.openbsd.org/syslog.3">syslog(3)</a>, ensure that dynamic content never appears as the second argument -- use at least <code>%s</code>.
<li>Update <a href="https://man.openbsd.org/adw.4">adw(4)</a> driver.
<li>Add creat64 and mmap64 system calls to svr4 emulation.
<li>Handle <a href="https://man.openbsd.org/strtol.3">strtol(3)</a> instead of <a href="https://man.openbsd.org/atoi.3">atoi(3)</a> in the <code>kill</code> implementation in <a href="https://man.openbsd.org/csh.1">csh(1)</a> and <a href="https://man.openbsd.org/ksh.1">ksh(1)</a>.
<li>Fix COPTS vs CFLAGS issues in the source tree.
<li>Fix panic message from i386 in_cksum.
<li>Fix path to <a href="https://man.openbsd.org/kerberos">kerberos</a> master key file.<br>
<a href="stable.html">[Applied to stable]</a>
<li><strong>SECURITY ISSUE: Stop libedit from opening the <code>.editrc</code> file in the current directory.<br>
<a href="errata27.html#libedit">A patch is available</a></strong>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Fix an infinite loop in <a href="https://man.openbsd.org/fsck_msdos.8">fsck_msdos(8)</a>.
<li>Fix some racy interaction between <a href="https://man.openbsd.org/pcmcia.4">pcmcia(4)</a> insertion and suspends.
<li>Add <code>-U</code> option to <a href="https://man.openbsd.org/ldconfig.8">ldconfig(8)</a>.
<li>Fix a stupid bug in <a href="https://man.openbsd.org/m4.1">m4(1)</a> argument handling.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Repair stupid bugs in <a href="https://man.openbsd.org/ste.4">ste(4)</a>, which prevented it from working in 2.7 release.<br>
<a href="errata27.html#ste">A patch is available</a>.<br> <a href="stable.html">[Applied to stable]</a>
<li>Connection limitation code for <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>.
<li>Allow <a href="https://man.openbsd.org/vnd.4">svnd(4)</a> to work on sparse files.
<li>In <a href="https://man.openbsd.org/pciide.4">pciide(4)</a>, support CMD 648/649 UDMA66 controllers, and also fix the Promise UDMA66 cable check code.
<li>ncurses 2000/6/10 update to <code>termtypes.master</code>.
<li>In <a href="https://man.openbsd.org/ne.4">ne(4)</a>, re-fix Linksys Combo PCMCIA EthernetCard (EC2T) after AX88190 broke it.
<li>Disable automatic <a href="https://man.openbsd.org/crash.8">crash(8)</a> dumps for swap encryption.
<li><strong>SECURITY ISSUE: Be much more careful about <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>'s handling of external variables.<br>
<a href="errata27.html#dhclient">A patch is available</a></strong>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Implement svr4 emulation for getdents64, lstat64 and stat64.
<li>Do not start snmpd by default if it is installed.
<li>Implement <a href="https://man.openbsd.org/sort.1">sort(1)</a> as a shell function on the boot floppies, to save a lot of space.
<li>Ensure <a href="https://man.openbsd.org/sshd.8">sshd(8)</a> does not misbehave if the skey key file is missing.
<li>Cleanups to <a href="https://man.openbsd.org/tail.1">tail(1)</a>.
<li>Significant performance improvements to <a href="https://man.openbsd.org/make.1">make(1)</a>.
<li>Numerous more fixes to <a href="https://man.openbsd.org/an.4">an(4)</a>, regarding bridging, ipv6, bpf logic, and pcmcia detach.
<li>Newer <a href="https://man.openbsd.org/ppp.8">ppp(8)</a> code.
<li>Change <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a> so that it is not as susceptible to abandoning addresses.<br>
<a href="stable.html">[Applied to stable]</a>
<li>For crypted <a href="https://man.openbsd.org/vnd.4">vnd(4)</a>, zero the key on unconfig.
<li>Kill the legacy vtrace(2) system call.
<li>Avoid using 3c905b-specific multicast hash code, it is buggy.<br>
<a href="stable.html">[Applied to stable]</a>
<li>IPv6 support in the resolver. The <code>nameserver</code> line can now take ipv6 addresses.
<li>Soft updates is now free.
<li>Add <code>epsv4</code> command to <a href="https://man.openbsd.org/ftp.1">ftp(1)</a>, to disable <code>epsv</code> negotiations on IPv4 connections.
<li>Fix various bugs in ip gatewaying that angelos introduced.
<li>Sync with newed <a href="https://man.openbsd.org/ndp.8">ndp(8)</a>.
<li>Allow <a href="https://man.openbsd.org/vnconfig.8">vnconfig(8)</a> to turn on encryption for <a href="https://man.openbsd.org/vnd.4">vnd(4)</a>.
<li>Fix bpf mishandlings in <a href="https://man.openbsd.org/an.4">an(4)</a>.
<li>Avoid using IO port 0x370 on laptops for <a href="https://man.openbsd.org/pcmcia.4">pcmcia(4)</a>, since some sound cards sometimes land there.
<li>On i386, if only one CPU family is specified, pass flags to the optimizer.
<li>Merge in new <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> changes.
<li>Funnel crypto completion events via crypto_done(), not directly to the caller.
<li>Closer towards making some more <a href="https://man.openbsd.org/sm.4">sm(4)</a> <a href="https://man.openbsd.org/pcmcia.4">pcmcia(4)</a> cards work.
<li>More verbose information for <a href="https://man.openbsd.org/pppoe.8">pppoe(8)</a> in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
<li>Teach ipv6 AH &amp; ip-over-ip code to deal with ipv6 scoped addresses better.
<li>Initialize mtu/hlim for <a href="https://man.openbsd.org/enc.4">enc(4)</a> so that IPv6 icmp reflect works properly.
<li>Do not double-log <a href="https://man.openbsd.org/ipf.8">ipf(8)</a> information into <code>/var/log/messages</code>.
<li>Repair bridging issues in <a href="https://man.openbsd.org/an.4">an(4)</a> and <a href="https://man.openbsd.org/tl.4">tl(4)</a>.
<li>Fix ipv6 ipsec AH length checks.
<li>ncurses-5.0-20000617.
<li>ipv6 <a href="https://man.openbsd.org/ipsec.4">ipsec(4)</a> outbound direction code.
<li>De-#ifdef <a href="https://man.openbsd.org/bpf.4">bpf(4)</a> code.
<li>Start at fixing <a href="https://man.openbsd.org/ubsec.4">ubsec(4)</a> AH support.
<li><a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> update.
<li>Honor scopeid in <a href="https://man.openbsd.org/inetd.8">inetd(8)</a>.
<li>Fix sun3 pmap, <a href="https://man.openbsd.org/MAKEDEV.8">MAKEDEV</a>, and <a href="https://man.openbsd.org/disktab.5">disktab(5)</a> bugs.
<li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> userauth+pubkey interoperate with ssh.com-2.2.0.
<li>More bugs in <a href="https://man.openbsd.org/an.4">an(4)</a> and <a href="https://man.openbsd.org/wi.4">wi(4)</a>. Anyone see a trend?<br>
<a href="stable.html">[Applied to stable]</a>
<li>Kill <code>/etc/ifaliases</code> in favor of the functionality in <a href="https://man.openbsd.org/hostname.if.5">hostname.if(5)</a>.
<li>Fix more pesky buffer overflows in <a href="https://man.openbsd.org/ancontrol.8">ancontrol(8)</a>.
<li>Import <a href="https://man.openbsd.org/mount_tcfs.8">tcfs</a> userland tools: <a href="https://man.openbsd.org/tcfsuse.1">tcfsuse(1)</a> and <a href="https://man.openbsd.org/tcfsmng.8">tcfsmng(8)</a>.
<li>Fix pesky buffer overflows in <a href="https://man.openbsd.org/i386/ancontrol.8">ancontrol(8)</a> and <a href="https://man.openbsd.org/wicontrol.8">wicontrol(8)</a>.
<li>Fix many more things in <a href="https://man.openbsd.org/mount_tcfs.8">tcfs</a>.
<li>Parse <code>${local_rcconf}</code> in <code>/etc/rc.conf</code> instead of <code>/etc/netstart</code>.
<li>More fixes to <a href="https://man.openbsd.org/an.4">an(4)</a>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Modify <a href="https://man.openbsd.org/vmstat.8">vmstat(8)</a>'s <code>-f</code> option to show kernel threads as yet another kind of process.
<li>Modify <a href="https://man.openbsd.org/ps.1">ps(1)</a> to hide system processes unless <code>-k</code> is given.
<li>Mark kernel threads as system processes.
<li>Cleanup some things in sparc <a href="https://man.openbsd.org/hme.4">hme(4)</a> and <a href="https://man.openbsd.org/qe.4">qe(4)</a>.
<li>Numerous other IPV6 kernel changes.<br>
Too many for me to list in detail, but Itojun is busy in the other room hunched over a laptop screen with Angelos, and we are sure more are coming.
<li>Do not mess with non-blocking mode on ttys in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
<li>Repair some multicast problems with IPV6.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Fake FIONBIO and FIOASYNC in <a href="https://man.openbsd.org/random.4">random(4)</a>.
<li>Support i82559ER in <a href="https://man.openbsd.org/fxp.4">fxp(4)</a>.
<li>Improve handling of RIP in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
<li>Add Rijndael support to <a href="https://man.openbsd.org/ipsec.4">ipsec(4)</a>.
<li>Import <a href="https://man.openbsd.org/pppoe.8">pppoe(8)</a>.
<li>Fix some bugs in the IPSEC <a href="https://man.openbsd.org/getsockopt.2">getsockopt(2)/setsockopt(2)</a> API regarding sizeof(int) vs sizeof(u_char).
<li>Support IPV6 in <a href="https://man.openbsd.org/identd.8">identd(8)</a>.
<li>Move IPV6 mbuf alignment requirements into input routine, removing the last performance critical one in loopback.
<li><a href="https://man.openbsd.org/ubsec.4">ubsec(4)</a> fixes to queue requests to the hardware properly. The device can now do ipsec with itself over loopback or the network, but something is still mangled about the actual ipsec packets.
<li><strong>SECURITY ISSUE: Two localhost denial of service problems in the <a href="https://man.openbsd.org/an.4">an(4)</a> Aironet Communications 4500/4800 IEEE 802.11DS driver. One bug prevents <a href="https://man.openbsd.org/ancontrol.8">ancontrol(8)</a> from working correctly, instead causing a panic, while the other allows unauthorized users to change settings.<br>
<a href="errata27.html#if_an">A patch is available</a></strong>.<br>
<a href="stable.html">[Applied to stable]</a>
<li><a href="https://man.openbsd.org/crypto.9">crypto(9)</a> kernel thread permits hardware crypto devices to run at any spl they prefer.
<li>Initial <a href="https://man.openbsd.org/sshd.8">OpenSSH</a> support for ssh.com's 2.2.0.
<li>For <a href="https://man.openbsd.org/setsockopt.2">setsockopt(2)</a> and <a href="https://man.openbsd.org/getsockopt.2">getsockopt(2)</a>, do not assume non-PF_INET6 address family to be PF_INET.
<li>In <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>, implement bug compatibility with ssh-2.0.13.
<li>In <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, include <code>=</code> in WHITESPACE, permitting commands like <code>ssh -o keyword=argument</code>.
<li>Enable IPV6 support in <a href="https://man.openbsd.org/sendmail.8">sendmail(8)</a>.
<li>Change ipsec processing sequence to handle inner and outer layers much better.
<li>Add support for SSH2 subsystems in <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>.
<li>On <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> down &amp; up operations, mark all radix tree routes down or up for the specified interface.
<li>In <a href="https://man.openbsd.org/mount_ffs.8">mount_ffs(8)</a>, permit the <code>-f</code> command to mount dirty file systems. This is dangerous, but makes more sense now that we are moving towards soft update file systems, where the inherent danger is much less.
<li>In <a href="https://man.openbsd.org/ftpd.8">ftpd(8)</a>, make <code>-u</code> block the chmod client command.
<li>Allow extended server banners in <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>.
<li>In <a href="https://man.openbsd.org/mount.8">mount(8)</a>, <code>-o</code> force is not a negative option.
<li>Add support for AMD 53c974 scsi chipset.
<li>Import of <a href="https://man.openbsd.org/mount_tcfs.8">tcfs</a> into the kernel, a file content crypto file system.
<li>Remove traffic-time debugging messages in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
<li>Repair small list-based errors and uglinesses in <a href="https://man.openbsd.org/make.1">make(1)</a>.
<li>Commonalize MIN() and MAX() macros inside the kernel.
<li>Use <a href="https://man.openbsd.org/memcmp.3">memcmp(3)</a> in <a href="https://man.openbsd.org/bridge.4">bridge(4)</a> to fix a hashing algorithm error.<br>
<a href="stable.html">[Applied to stable]</a>
<li><a href="https://man.openbsd.org/memcmp.3">memcmp(3)</a> in the kernel as well, since implementing it in terms of <a href="https://man.openbsd.org/bcmp.3">bcmp(3)</a> is very wrong.
<li>Update vnode flag printing in <a href="https://man.openbsd.org/pstat.8">pstat(8)</a>.
<li>Do not whack directory in <a href="https://man.openbsd.org/user.8">user(8)</a>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Hardware random number generator in i840 also works, like i810.
<li>Fix an ESP status message in <a href="https://man.openbsd.org/netstat.1">netstat(1)</a>.
<li>Put RSA into our <a href="https://man.openbsd.org/ssl.3">ssl(3)</a> tree. Since our next release is not till after the patent expires, it's OK.
<li>Split sysctl information for swapencrypt into an tree, and add more gunk.
<li>In <a href="https://man.openbsd.org/ftpd.8">ftpd(8)</a> correct STAT command output for LPSV output.
<li>Correct an <a href="https://man.openbsd.org/ipsec.4">ipsec</a> esp bug.
<li>In <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> make both <code>ls</code> and <code>dir</code> send a <code>LIST</code> command.
<li>Minor bug fixes and optimizations in <code>/etc/rc</code>.
<li>Update of <a href="https://man.openbsd.org/ppp.8">ppp(8)</a>.
<li>Put an upper bound on transaction queue of the <a href="https://man.openbsd.org/ubsec.4">ubsec(4)</a>.
<li>Correct source length calculation in <a href="https://man.openbsd.org/hifn.4">hifn(4)</a>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Initial import of ELF <a href="https://man.openbsd.org/rtld.1">ld.so</a>, for powerpc initially.
<li>Correct secondary mbuf setup in <a href="https://man.openbsd.org/hifn.4">hifn(4)</a>.
<li>Broadcom Bluesteel 5x0x <a href="https://man.openbsd.org/ubsec.4">ubsec(4)</a> crypto cards now supports ESP 3DES modes properly. No AH or MAC stuff yet.
<li>Make flags field in <a href="https://man.openbsd.org/newsyslog.8">newsyslog(8)</a> files optional.
<li>Modifications to <a href="https://man.openbsd.org/traceroute6.8">traceroute6(8)</a>
<li>Fix ADMtek identity crisis in <a href="https://man.openbsd.org/dc.4">dc(4)</a>.
<li>In <a href="https://man.openbsd.org/ftpd.8">ftpd(8)</a> make sure that <code>-h</code> does high port binding in EPSV.
<li>Correct ENI_SALEN case in <a href="https://man.openbsd.org/getnameinfo.3">getnameinfo(3)</a>.
<li>Correct <a href="https://man.openbsd.org/getnameinfo.3">getnameinfo(3)</a> behaviour against invalid sockaddr.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Better fix for the <a href="https://man.openbsd.org/pcvt.4">pcvt(4)</a> scrolling region problem.
<li>Grok Plan9 file systems in <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a>.
<li>Merge newer <a href="https://man.openbsd.org/ppp.8">ppp(8)</a> code.
<li>Do not add empty lines to history in <a href="https://man.openbsd.org/ftp.1">ftp(1)</a>.
<li>Grok QNX file systems in <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a>.
<li>Fix about 10 bugs in <a href="https://man.openbsd.org/ubsec.4">ubsec(4)</a>, which can now move a few packets before dying.
<li>Support multiple pid files in <a href="https://man.openbsd.org/newsyslog.8">newsyslog(8)</a>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>On-going cleanup to <a href="https://man.openbsd.org/make.1">make(1)</a>.
<li>Add <a href="https://man.openbsd.org/pci.4">pci(4)</a> routines for dealing with Cypress 82c693 chips.
<li>Minor cleanup to <a href="https://man.openbsd.org/pax.1">pax(1)</a>.
<li>Merge <a href="https://man.openbsd.org/chgrp.1">chgrp(1)</a> and <a href="https://man.openbsd.org/chown.8">chown(8)</a> into <a href="https://man.openbsd.org/chmod.1">chmod(1)</a>, and provide backwards compat hard and soft links.
<li>In <a href="https://man.openbsd.org/xl.4">xl(4)</a>, add support for 3c656, which is just the 3c575 + 56k modem.
<li><strong>SECURITY ISSUE: A serious bug in <a href="https://man.openbsd.org/isakmpd_.8">isakmpd(8)</a> policy handling wherein policy verification could be completely bypassed in isakmpd.<br>
<a href="errata27.html#isakmpd">A patch is available</a></strong>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Merge to new <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>.
<li><a href="https://man.openbsd.org/ssh.1">OpenSSH</a> is now at version 2.1.1<br>
<a href="stable.html">[Applied to stable]</a>
<li><strong>RELIABILITY FIX: Avoid extra vrele in msdosfs, which would lead to a panic in some operations.<br>
<a href="errata27.html#msdosfs">A patch is available</a></strong>.<br>
<a href="stable.html">[Applied to stable]</a>
<li><strong>RELIABILITY FIX: Permit NFS export of CDs without panicing the system.<br>
<a href="errata27.html#cd9660">A patch is available</a></strong>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Fix <a href="https://man.openbsd.org/ping6.8">ping6(8)</a> <code>-w</code> option.
<li>Let flags in kernel <a href="https://man.openbsd.org/config.8">config(8)</a> specify apm protocol version and other operation modes for <a href="https://man.openbsd.org/i386/apm.4">apm(4)</a>, for machines apm fails on.
<li>Change amiga ports loadbsd command to act more like other bsd loaders.
<li>Add <code>-iname</code> support to <a href="https://man.openbsd.org/find.1">find(1)</a>.
<li>Sort option list in <a href="https://man.openbsd.org/find.1">find(1)</a>; oops, "-and" was broken.
<li>Catch a <a href="https://man.openbsd.org/malloc.3">malloc(3)</a> failure in <a href="https://man.openbsd.org/paste.1">paste(1)</a>.
<li>Fix <a href="https://man.openbsd.org/linux_compat.8">linux_compat(8)</a> [gs]etrlimit emulation.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Update <a href="https://man.openbsd.org/ti.4">ti(4)</a> to support newer cards with more memory.
<li>Kernel <a href="https://man.openbsd.org/malloc.9">malloc(9)</a> debug code.
<li>Make <a href="https://man.openbsd.org/quot.1">quot(1)</a> work when passed mount points.
<li>Fix stack mishandling bugs in i387 libm, in particular, in <a href="https://man.openbsd.org/exp.3">exp(3)</a> and friends.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Be more careful about tuples in <a href="https://man.openbsd.org/pcmcia.4">pcmcia(4)</a>.
<li><a href="https://man.openbsd.org/gcc.1">gcc 2.95.3 (pre-release)</a>
<li>Busify <a href="https://man.openbsd.org/eg.4">eg(4)</a>, to avoid conflict with ne2000 at 0x300.
<li><strong>SECURITY ISSUE: Do not use the (non-default) <code>UseLogin</code> option in OpenSSH 2.1.*, it has a hole on other operating systems and does not work right in OpenBSD.<br>
<a href="errata27.html#uselogin">Update to OpenSSH 2.1.1 or later, or simply avoid using UseLogin</a></strong>.<br>
<a href="stable.html">[Applied to stable]</a>
<li><a href="https://man.openbsd.org/sudo.8">sudo 1.6.3p4</a>
<li>Fix a kernel race in <a href="https://man.openbsd.org/_exit.2">_exit(2)</a>.
<li>In <a href="https://man.openbsd.org/cut.1">cut(1)</a> deal with last input line not containing a newline
<li>One byte overflow in <a href="https://man.openbsd.org/systat.8">systat(8)</a>.
<li>Add <code>D</code> and <code>z</code> commands to <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> to use the default partition or zero it.
<li>A SIGCHLD fix in <a href="https://man.openbsd.org/cron.8">cron(8)</a>.
<li>More work on <a href="https://man.openbsd.org/ubsec.4">ubsec(4)</a>.
<li>Bug fixes to <a href="https://man.openbsd.org/sparc/spif.4">spif(4)</a>.
<li>Bridge packets before vlan'ing them.
<li>Fix a subtle bug in <a href="https://man.openbsd.org/xe.4">xe(4)</a> which had a number of side effects.
<li>In <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>, fix login count failures in SSH2 support.
<li>Whack packet m_recvif field on bridged packets, permitting <a href="https://man.openbsd.org/ipnat.4">ipnat(4)</a> to work with the bridge.
<li>More visible /tmp file (and failure removal) in <a href="https://man.openbsd.org/makewhatis.8">makewhatis(8)</a>.
<li>Be more careful reading panic string from core in <a href="https://man.openbsd.org/savecore.8">savecore(8)</a>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Many other changes to <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
<li>Fix short malloc in <a href="https://man.openbsd.org/faithd.8">faithd(8)</a>.
<li>In <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, permit logins if temporary file systems are full.
<li><a href="https://man.openbsd.org/ich.4">ich(4)</a> audio driver onboard the Intel 810/820/440MX-based machines.
<li>Support ax88190 in <a href="https://man.openbsd.org/ne.4">ne(4)</a>.
<li>In <a href="https://man.openbsd.org/apm.4">apm(4)</a> the time is kept in hours, not minutes.
<li>Add <code>-A</code> support to <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
<li>Support for 3c574 and 3CCFEM556BI <a href="https://man.openbsd.org/pcmcia.4">pcmcia(4)</a> in <a href="https://man.openbsd.org/ep.4">ep(4)</a>.
<li>A start at documenting what goes on inside <a href="https://man.openbsd.org/config.8">config(8)</a> files.
<li>Enable <a href="https://man.openbsd.org/mg.1">mg(1)</a>.
<li>Space treatment in <a href="https://man.openbsd.org/ipcs.1">ipcs(1)</a>.
<li>Do not treat <a href="https://man.openbsd.org/bind.2">bind(2)</a> with <a href="https://man.openbsd.org/ip.4">IPv4</a> mapped address in a special way.
<li>Creation of 2.7-stable release, see our <a href="stable.html">page describing it</a>.
<li>Convert <a href="amiga.html">amiga</a> port to UVM.
<li>Arrange to have <a href="https://man.openbsd.org/ahc.4">ahc(4)</a> support Adaptec 2930CU.
<li><strong>SECURITY ISSUE: It was possible to bypass the <code>learning</code> flag on a bridge.<br>
<a href="errata27.html#bridge">A patch is available</a></strong>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>In <a href="https://man.openbsd.org/ftp.1">ftp(1)</a>, do not attach <code>Host:</code> directive if we are using the proxy.
<li>Make almost all manual pages machine independent.
<li><strong>DRIVER FIX: The <a href="https://man.openbsd.org/isapnp.4">isapnp(4)</a> <a href="https://man.openbsd.org/ef.4">ef(4)</a> driver failed to configure properly.<br>
<a href="errata27.html#ef">A patch is available</a></strong>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Helper script cleanup in <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>.
<li><strong>SECURITY ISSUE: Update to <a href="https://man.openbsd.org/ipf.8">ipf</a> 3.3.16.<br>
<a href="errata27.html#ipf">A patch is available</a></strong>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>On i386, place extra byte at end of pcb so that the iomap works for last 8 ports.
<li>Fix some key parsing routines in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
<li>Permit detach of audio devices.
<li>Properly configure multicast table in <a href="https://man.openbsd.org/wi.4">wi(4)</a>.
<li>Handle 64 bit architectures in <a href="https://man.openbsd.org/pstat.8">pstat(8)</a> -f.
<li>Update <a href="https://man.openbsd.org/rtadvd.8">rtadvd(8)</a>.
<li>Remove <a href="https://man.openbsd.org/nfsiod.8">nfsiod(8)</a> and replace it with an in-kernel thread based implementation.
<li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> X11 forwarding work on localhost.
<li>Crank vnode use counts to 32 bits.
<li>Correct <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> printing of gif physical address on non-IPV6 kernel.
<li><strong> RELIABILITY FIX: Repair a routing table panic.<br>
<a href="errata27.html#route">A patch is available</a></strong>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Make <a href="https://man.openbsd.org/ancontrol.8">ancontrol(8)</a> act like our changed <a href="https://man.openbsd.org/i386/wicontrol.8">wicontrol(8)</a> semantics.
<li>Use <a href="https://man.openbsd.org/getifaddrs.3">getifaddrs(3)</a> in libc rpc code.
<li>For <a href="https://man.openbsd.org/boot_config.8">boot_config(8)</a> code, save enable command in the history for <a href="https://man.openbsd.org/config.8">config(8)</a>'s -eu updating.
<li>Update multicasting support for IPV6.
<li>Fix usage printing in <a href="https://man.openbsd.org/passwd.1">passwd(1)</a>.
<li>By default, do not vsync blank sparc <a href="https://man.openbsd.org/sparc/cgsix.4">cgsix(4)</a> monitors, but provide a sysctl to do so.
<li>Start at a BlueSteel (Broadcom) 5[56]01 crypto accelerator driver.
<li>Accept empty shell specifications in <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>.
<li>In <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, do non-blocking on ssh1 protocol sockets too.
<li>In <a href="https://man.openbsd.org/makewhatis.8">makewhatis(8)</a>, do not stop if the directory does not exist.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Some additions to <a href="https://man.openbsd.org/keynote.3">keynote(3)</a>.
<li>Crank rt_refcnt to 32 bits.
<li>Supply entropy from i386 mouse drivers to the kernel random number generator.
<li>Correct p2p interface address handling and various other bugs in <a href="https://man.openbsd.org/route6d.8">route6d(8)</a>.
<li>Few more tweaks to pcvt termcap definition.
<li>Ensure SIOCSETVLAN gets a valid vlan tag.
<li>After <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> finishes downloading, change progress meter to show the total elapsed time.
<li>Handle 0-size files in <a href="https://man.openbsd.org/ftp.1">ftp(1)</a>'s progress meter.
<li>Parse RFC2732 ftp URLs in <a href="https://man.openbsd.org/ftp.1">ftp(1)</a>.
<li>In IPV6, perform NUD on p2p link, only if the destination/gateway is real neighbor.
<li>In <a href="https://man.openbsd.org/getaddrinfo.3">getaddrinfo(3)</a>, translate DNS error code into getaddrinfo error code (EAI_xxx).<br>
<a href="stable.html">[Applied to stable]</a>
<li><strong> RELIABILITY FIX: Parse IPv4 options more carefully.<br>
<a href="errata27.html#ipopts">A patch is available</a></strong>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Translate DNS error codes in <a href="https://man.openbsd.org/getaddrinfo.3">getaddrinfo(3)</a>.
<li><a href="https://man.openbsd.org/cardbus.4">cardbus(4)</a> <a href="https://man.openbsd.org/com.4">com(4)</a> driver.
<li>Support debugging libraries via DEBUGLIBS in <code>/etc/mk.conf</code>.
<li>Driver for <a href="https://man.openbsd.org/tcic.4">tcic(4)</a> style pcmcia adapters.
<li>Fix <a href="https://man.openbsd.org/ipsec.4">ipsec(4)</a> ESP sanity checks that caused really short packets to be dropped. Only icmp was affected.
</ul>