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

Annotation of www/plus30.html, Revision 1.9

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 3.0 changes</title>
                      5: <link rev="made" href="mailto:www@openbsd.org">
                      6: <meta name="resource-type" content="document">
                      7: <meta name="description" content="OpenBSD 3.0 changes">
                      8: <meta name="keywords" content="openbsd,current,changes">
                      9: <meta name="distribution" content="global">
                     10: <meta name="copyright" content="This document copyright 1996-2001 by OpenBSD.">
                     11: </head>
                     12:
                     13: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     14:
1.6       jsyn       15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.1       deraadt    16: <p>
                     17: <h2><font color=#e00000>Changes made between OpenBSD 2.9 and OpenBSD 3.0</font><hr></h2>
                     18:
                     19: <p>
                     20: This is a partial list of the major machine independent changes
                     21: (i.e., these are the changes people ask about most often).  Port
                     22: specific changes have also been made, and are sometimes mentioned
                     23: in the pages for the specific <a href="plat.html">platforms</a>.
                     24:
                     25: <p>
                     26: Changes to the <a href="ports.html">ports</a> collection are documented
                     27: <a href="portsplus/index.html">here</a>.
                     28:
                     29: <p>
                     30: Note: <font color=#e00000>Problems for which patches exist are marked in red</font>.
                     31:
                     32: <p>
                     33: <h3>
1.8       deraadt    34: For changes in other releases, click below:<br>
                     35: <a href="plus20.html">2.0</a>,
                     36: <a href="plus21.html">2.1</a>,
                     37: <a href="plus22.html">2.2</a>,
                     38: <a href="plus23.html">2.3</a>,
                     39: <a href="plus24.html">2.4</a>,
                     40: <a href="plus25.html">2.5</a>,
                     41: <a href="plus26.html">2.6</a>,
                     42: <a href="plus27.html">2.7</a>,
                     43: <a href="plus28.html">2.8</a>,
                     44: <a href="plus29.html">2.9</a>,
                     45: <a href="plus31.html">3.1</a>,
                     46: <a href="plus32.html">3.2</a>,
                     47: <a href="plus.html">current</a>.
1.1       deraadt    48: <br>
                     49: </h3>
                     50:
                     51: <p>
1.4       miod       52: <h3><font color=#0000e0>OpenBSD 3.0 released (December 1, 2001).</font></h3><p>
1.1       deraadt    53: <ul>
1.2       deraadt    54: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>, block packets that have IP options set by default.
                     55: <li>Disable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fd&sektion=4">fd(4)</a> sharing.
                     56: <li>Repair a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umask&sektion=2">umask(2)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflogd&sektion=8">pflogd(8)</a>.
                     57: <li>Fiddle with channel handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=8">ssh(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.
                     58: <li>Add interface name to address translation to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8">pfctl(8)</a>.
                     59: <li>Avoid /tmp races in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&sektion=1">cvs(1)</a> by utilizing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mktemp&sektion=1">mktemp(1)</a>.
                     60: <li>Handle illegal <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=whois&sektion=1">whois(1)</a> server output that lacks a trailing newline.
                     61: <li>Bring in FM <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radio&sektion=9">radio(9)</a> driver support; configuration through <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radioctl&sektion=1">radioctl(1)</a>.
                     62: <li>Work around buggy HTTP servers that need the Host: field to only contain the port number.
                     63: <li>Use bpf_timeval instead of timeval in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcap&sektion=3">pcap(3)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4">bpf(4)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a>, improving portability.
                     64: <li>Fix a network/host order bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> that broke state searching on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp&sektion=4">icmp(4)</a> packets with the DF flag set.
                     65: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> configuration option NoHostAuthenticationForLocalhost.
                     66: <li>Import a new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rmd160&sektion=1">rmd160(1)</a> implementation.
                     67: <li>Upgrade to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&sektion=8">sendmail(8)</a> 8.12.1, fixing a potential local security hole.
                     68: <li>New -t and -d flags for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mktemp&sektion=1">mktemp(1)</a> to account for the TMPDIR environment variable.
                     69: <li>Add a -l flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mtree&sektion=8">mtree(8)</a> to do loose permissions checks.
                     70: <li>Report error when the -N and -R flags of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8">pfctl(8)</a> can't open the specified file.
                     71: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcp&sektion=1">rcp(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1">scp(1)</a> skip filenames containing newlines.
                     72: <li>Big install documentation overhaul.
                     73: <li>Support selectable preset FSM optimizations in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>.
                     74: <li>Lots of RAIDFrame work.
                     75: <li>Filter forwarded <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ip6&sektion=4">ip6(4)</a> packets with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>.
                     76: <li>Upgrade <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&sektion=1">cvs(1)</a>.
                     77: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pidfile&sektion=3">pidfile(3)</a> call to write a daemon PID file.
                     78: <li>Read user configuration first in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.
                     79: <li>Allow macro names to contain underscores in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&sektion=5">pf.conf(5)</a>.
                     80: <li>Overhaul /tmp handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gzip&sektion=1">gzip(1)</a>.
                     81: <li>Improve string handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rwho&sektion=1">rwho(1)</a>.
                     82: <li>Fix handling of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp&sektion=4">icmp(4)</a> packets in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>.
                     83: <li>Plug memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>'s compression.
                     84: <li>Connect <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&sektion=4">usb(4)</a> keyboards to the display after attach.
                     85: <li>Correctly free mbuf when dropping a packet in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ip6&sektion=4">ip6(4)</a> subsystem.
                     86: <li>Default to 9600 baud in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cu&sektion=1">cu(1)</a>.
                     87: <li>Many repairs to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getcap&sektion=3">getcap(3)</a>, including an off-by-one <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&sektion=3">malloc(3)</a> error and a buffer overflow.
                     88: <li>Import a new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grep&sektion=1">grep(1)</a>.
                     89: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=popa3d&sektion=8">popa3d(8)</a> to 0.4.9.4, adding support for selectable stand-alone or inetd use and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpd&sektion=8">tcpd(8)</a>.
                     90: <li>Start <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflogd&sektion=8">pflogd(8)</a> differently so it doesn't block NFS in diskless situations.
                     91: <li>Avoid a memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9">uvm(9)</a>.
                     92: <li>Remove signal race from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rpc.rstatd&sektion=8">rpc.rstatd(8)</a>.
                     93: <li>Re-order shlib_dirs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8">rc(8)</a>, prioritizing X11R6/lib over local/lib.
                     94: <li>Speedup <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m4&sektion=1">m4(1)</a> by using inlines for common operations.
                     95: <li>Cleanup the set of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=user&sektion=8">user(8)</a> tools.
                     96: <li>Implement a buffer flushing daemon, solving problems related to the syncer and improving performance with large numbers of buffers.
                     97: <li>Remove buggy STATIC memory optimization from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m4&sektion=1">m4(1)</a>.
                     98: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&sektion=1">vi(1)</a> abort if it can't create a temporary file.
                     99: <li>Improve cross building support.
                    100: <li>Repair some buffer handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mail&sektion=1">mail(1)</a>.
                    101: <li>Add many more length checks when passing data from userland to kernel.
                    102: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>, don't ignore the inner protocol of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ip&sektion=4">ip(4)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp&sektion=4">icmp(4)</a> packets, thus unbreaking <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute&sektion=8">traceroute(8)</a>, etc.
                    103: <li>Support insecure1 and insecure2 options in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&sektion=5">resolv.conf(5)</a>.
1.1       deraadt   104: <li><font color=#e00000><strong>SECURITY FIX: be careful with long commandline options in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uuxqt&sektion=8">uuxqt</a> and run <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uucp&sektion=1">uucp</a> as non-root in daily.</strong></font><br>
1.3       jufi      105:    <a href=errata29.html#uucp>A source code patch is available</a>.<br>
1.1       deraadt   106:    <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.2       deraadt   107: <li>Replace ru_SU with ru_RU in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&sektion=1">vi(1)</a>.
                    108: <li>Import <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&sektion=8">sendmail(8)</a> 8.12.0, requiring a new smmsp user and group.
                    109: <li>Mark buffers with dependencies as B_DEFERRED and skip them one time when doing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sync&sektion=2">sync(2)</a>.
                    110: <li>Banish uucp to the ports tree.
                    111: <li>Upgrade <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=awk&sektion=1">awk(1)</a>.
                    112: <li>Cleanup <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adduser&sektion=8">adduser(8)</a>; clean up variables, clear hashes correctly, unlock ptmp before closing, etc.
                    113: <li>Support 1:1 bi-directional Network Address Translation in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>.
                    114: <li>proxy user required for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp-proxy&sektion=8">ftp-proxy(8)</a>.
                    115: <li>Add a stereo jitter suppressor to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=maestro&sektion=4">maestro(4)</a> audio driver.
                    116: <li>Fix erroneous <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=select&sektion=2">select(2)</a> FD_SETSIZE uses.
                    117: <li>Repair <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wall&sektion=1">wall(1)</a>'s -g flag.
                    118: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbd&sektion=4">pckbd(4)</a> supports Ukranian keyboard layouts.
                    119: <li>Better Russian <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=calendar&sektion=1">calendar(1)</a> support.
                    120: <li>Implement skip steps and parameter lists for interfaces in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>.
                    121: <li>Update username length limit in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rmuser&sektion=8">rmuser(8)</a>.
1.1       deraadt   122: <li>New src compilation target: cross-env; prints all environment variables that need to be set for cross-building.
                    123: <li>Import <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usbhidctl&sektion=1">usbhidctl(1)</a>, a userland program to manipulate USB HID devices.
                    124: <li>Import <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&sektion=3">usb(3)</a> library libusb for USB HID processing.
                    125: <li>Rename powerpc port to macppc, allowing for code sharing between different powerpc-based platforms.
                    126: <li>Inherit <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vlan&sektion=4">vlan(4)</a> baudrate from parent.
                    127: <li>Various <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpd&sektion=8">lpd(8)</a> improvements and fixes.
                    128: <li><font color=#e00000><strong>SECURITY FIX: fix buffer overflow reading queue file in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpd&sektion=8">lpd</a>.</strong></font><br>
1.3       jufi      129:    <a href=errata29.html#lpd>A source code patch is available</a>.<br>
1.1       deraadt   130:    <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
                    131: <li>Plug memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1">scp(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcp&sektion=1">rcp(1)</a>.
                    132: <li>Avoid segfault in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8">dhclient(8)</a> when the server specifies its name.
                    133: <li>Support the ! operator in host parameter lists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8">pfctl(8)</a>.
                    134: <li>Send a reset request for every packet received by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8">ppp(8)</a> when the encryption dictionaries are out of sync.
                    135: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> support ISN randomization (aka. phase modulation).
                    136: <li>Store argc as a long on the stack as opposed to an int.
                    137: <li>Switch rijndael code to the optimized AES reference release.
                    138: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> send DELETE notifications for all active SAs when shutting down.
                    139: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8">sudo(8)</a>, apply default login class if unable to look one up.
                    140: <li>Support macro expansion in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&sektion=5">pf.conf(5)</a>.
                    141: <li>Work some magic on the installation scripts for floppies, shrinking them.
                    142: <li>Correct the setup of the initial <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcp&sektion=4">tcp(4)</a> state window in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>.
                    143: <li>Import <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflogd&sektion=8">pflogd(8)</a>,  logging daemon that writes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> logs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a> binary format.
                    144: <li><font color=#e00000><strong>SECURITY FIX: fix out of bounds handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&sektion=8">sendmail</a> debug handling</strong></font><br>
1.3       jufi      145:    <a href=errata29.html#sendmail2>A source code patch is available</a>.<br>
1.1       deraadt   146:    <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
                    147: <li>Repair <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8">ppp(8)</a>'s iface-alias option.
                    148: <li>Fix rule flushing code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&sektion=4">bridge(4)</a> devices.
                    149: <li>Support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ip6&sektion=4">ip6(4)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8">ppp(8)</a>; crude IPV6CP support; many other smaller changes.
                    150: <li>Enhance file-change detection in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vipw&sektion=8">vipw(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crontab&sektion=1">crontab(1)</a>.
                    151: <li>Add per-rule statistics and byte counter to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>.
                    152: <li>Don't reset <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&sektion=1">xl(1)</a>'s Rx/Tx without first turning them back on after a suspend.
                    153: <li>Support parameter lists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8">pfctl(8)</a>.
                    154: <li>Be sure to pass the interface to ipip_input() in the net subsystem so it can be used in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4">bpf(4)</a>.
                    155: <li>Import <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp-proxy&sektion=8">ftp-proxy(8)</a>, a transparent ftp proxy.
                    156: <li>Loosen <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcp&sektion=4">tcp(4)</a> state code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>, allowing &quot;stupid stacks to shotgun their SYNs and provide better handling for pre-existing connections&quot;.
                    157: <li>Initial import of sparc64 port; much subsequent development, too much to list.
                    158: <li>Add the possibility to add a random offset to the stack on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=exec&sektion=3">exec(3)</a>.
                    159: <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&sektion=4">siop(4)</a> driver pay attention to quirks table, eliminating INQUIRY snooping and ifdef toggling.
                    160: <li>New -s switch for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwd_mkdb&sektion=8">pwd_mkdb(8)</a> to only update the secure .db file.
                    161: <li>-e switch for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nm&sektion=1">nm(1)</a> to show extra symbol information.
                    162: <li>Delay locking the passwd file until we have gotten a new password from the user.  Also play with the file locking routine.
                    163: <li>Attempt to recover from PCI aborts in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&sektion=4">hifn(4)</a> driver.
                    164: <li>Import keyconv, a small utility to convert between <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=openssl&sektion=1">openssl(1)</a> and DNSSEC key formats.
                    165: <li>Support trusted public RSA keys as files in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.
                    166: <li>Fix lengths for PFKEYv2 and KAME messages in IPv4-in-IPv6 and IPv6-in-IPv4 flows.
                    167: <li>Import <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=popa3d&sektion=8">popa3d(8)</a>, Solar Designer's POP3 daemon.
                    168: <li>The valiant vm_extern.h, vm_inherit.h, vm_map.h, and vm_pager.h files ride off into the sunset.
                    169: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp&sektion=4">icmp(4)</a> errors referring to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp&sektion=4">icmp(4)</a> queries/replies.
                    170: <li>Allow file flags in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mtree&sektion=8">mtree(8)</a>.
                    171: <li>Don't compare the source address on packets to the one in SA when doing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&sektion=4">ipsec(4)</a> processing.
                    172: <li>Repair rijndael block alignment.
                    173: <li>Unshare <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sigaction&sektion=2">sigaction(2)</a> signal handlers on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=exec&sektion=3">exec(3)</a>.
                    174: <li>Merge <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=altq&sektion=9">altq(9)</a> options into just &quot;altq&quot; for base + red + cbq, and enable it by default.
                    175: <li>Support the -h flag for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ln&sektion=1">ln(1)</a> that prevents following a symlink to a directory.
                    176: <li>Many new timeouts for a wide variety of devices.
                    177: <li>Remove the IPCOMP option as it's now part of the IPSEC option.
                    178: <li>Rewrite <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=signal&sektion=3">signal(3)</a> handlers in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=altqd&sektion=8">altqd(8)</a> to be race-safe.
                    179: <li>Add support for RC4 operations in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&sektion=4">hifn(4)</a> driver.
                    180: <li>Don't <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=free&sektion=3">free(3)</a> unallocated memory in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mailwrapper&sektion=8">mailwrapper(8)</a>.
                    181: <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tsleep&sektion=9">tsleep(9)</a> into an ltsleep wrapper.  ltsleep takes one more argument than <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tsleep&sektion=9">tsleep(9)</a>, a simplelock that it unlocks when safe.
                    182: <li>Let kerberosV compile entirely on platforms without shared libraries.
                    183: <li>Avoid /tmp race in rcs2log by using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mktemp&sektion=1">mktemp(1)</a>.
                    184: <li>Tweak timekeeping code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&sektion=1">dd(1)</a> to produce a sane bandwidth measure for a short runs.
                    185: <li>Enable the ESP and AH <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&sektion=4">ipsec(4)</a> protocols by default.
                    186: <li>Make kernel <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crash&sektion=8">crash(8)</a> dumps work under mvme68k.
                    187: <li>No longer drop packets when using an ACQUIRE policy and an error occurs when notifying key management.
                    188: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getrrsetbyname&sektion=3">getrrsetbyname(3)</a> function to retrieve arbitrary DNS records.
                    189: <li>Support protocol version 2 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keyscan&sektion=1">ssh-keyscan(1)</a>.
                    190: <li>Move <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xdm&sektion=1">xdm(1)</a>'s PID file from xdm-pid to xdm.pid in /var/run, maintaining consistancy.
                    191: <li>Delay decision to make a new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hash&sektion=3">hash(3)</a> table or not until after calling <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=open&sektion=2">open(2)</a>, clearing up problems with file locking.
                    192: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vlan&sektion=4">vlan(4)</a> changes: utilize IFCAP_VLAN_MTU and IFCAP_VLAN_HWTAGGING capabilities; LINK0 and MTU ambiguity are no more; MTU's can only be changed within the scope of the parent's MTU.
                    193: <li>Repair non-blocking mode issues in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&sektion=8">syslogd(8)</a>, avoiding grief with locked terminals.
                    194: <li>Make all cases of .Sh AUTHOR and .Sh EXAMPLE plural in manual pages.
                    195: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=3">sysctl(3)</a> nkmempages that reports how many pages are in kmem_map.
                    196: <li>Support stateless <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcp&sektion=4">tcp(4)</a> normalization in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>.
                    197: <li>Import <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=x99token&sektion=1">x99token(1)</a>, a software x99 token calculator.
                    198: <li>Add support for EDNS0 extended flag DNSSEC OK to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolver&sektion=3">resolver(3)</a> routines.
                    199: <li>Don't send a NUL on the end of CHAP SUCCESS packets in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8">ppp(8)</a> so that WindowsME and Windows98 won't mysteriously fail when encryption is enabled.
                    200: <li>Allocate <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9">uvm(9)</a> page buckets from kernel_map, saving kmem_map space on machines with lots of physical memory.
                    201: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8">ppp(8)</a>, compensate for a Windows 98 bug when sending a CHAP81 challenge response.
                    202: <li>Support the SmartcardDevice option in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> to specify which smartcard device to use.
                    203: <li>Step down only one Ultra DMA mode at a time when downgrading.
                    204: <li>On DMA timeouts, stop busmaster PCIIDE and reset channel.
                    205: <li>Don't <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&sektion=3">malloc(3)</a> too much and choke in ELF execution.
                    206: <li>Support rule skipping in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>.
                    207: <li>Allow negative lock length with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lockf&sektion=3">lockf(3)</a>, making it compliant to specification.
                    208: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&sektion=1">top(1)</a>, abort if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stdout&sektion=4">stdout(4)</a> ever produces EOF; prevents spinning output if controlling tty disappears.
                    209: <li>Implement startup and shutdown hooks via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dohooks&sektion=9">dohooks(9)</a> and family.
                    210: <li><font color=#e00000><strong>SECURITY FIX: check filehandle size copied from userland</strong></font><br>
1.3       jufi      211:    <a href=errata29.html#nfs>A source code patch is available</a>.<br>
1.1       deraadt   212:    <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
                    213: <li>Nuke edlabel.
                    214: <li>Add support for disabling swap devices via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=swapctl&sektion=8">swapctl(8)</a>'s -d option.
                    215: <li>Support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a> configuration file and key testing via the -t option.
                    216: <li>Change vop_symlink and vop_mknod so that they return the created node in a way that the caller can actually utilize it.
                    217: <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vfork&sektion=2">vfork(2)</a> safely in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sup&sektion=1">sup(1)</a>.
                    218: <li>New flag PMAP_CANFAIL that tells pmap_enter that it can fail if there aren't enough resources instead of panicing.
                    219: <li>Make non-stateful and stateful <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> filtering work on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&sektion=4">bridge(4)</a> devices.
                    220: <li>Initialize arpcom later; it could be incorrectly initialized if done before bridge_input().
                    221: <li>Enable challenge-response authentication by default in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.
                    222: <li>Fix/complete <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> binary operators.
                    223: <li>Repair signal race in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m4&sektion=1">m4(1)</a>.
                    224: <li>Ensure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a> doesn't dump core when reporting open conditionals.
                    225: <li>Promote PMAP_NEW option to mandatory status.
                    226: <li>In the netinet subsystem, zero the TCP checksum field before calculating the new value; fixes problem with bad checksums on keepalives.
                    227: <li>Use 64-bit integers for some ipcomp byte counts, fixing strange results with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=1">netstat(1)</a>.
                    228: <li>Support Addonics FlexPort 8S via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=addcom&sektion=4">addcom(4)</a>.
                    229: <li>Ignore O_TRUNC on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=open&sektion=2">open(2)</a> when not opening a regular file.
                    230: <li>On ext2fs, ffs, and ufs partitions, don't truncate anything except for symlinks, directories, and regular files.
                    231: <li>Repair kern_msgbuf under sparc.
                    232: <li>Support DEC EtherWorks cards via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lc&sektion=4">lc(4)</a>.
                    233: <li>Bring na.phone up to date.
                    234: <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iha&sektion=4">iha(4)</a> driver wasn't able to update the EEPROM, so don't even bother.
                    235: <li>Rework ata and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&sektion=4">wdc(4)</a> probing code; deal better with floating buses and supress spurious interrupts.
                    236: <li>Plug memory leak in pw_copy() found in libutil.
                    237: <li>Put Kerberos 5 things in libkrb5, out of libkafs.
                    238: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a> to be compatible in all 4 combinations of Kerberos 4 and Kerberos 5 settings.
                    239: <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> is reading a password, don't panic if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fork&sektion=2">fork(2)</a> or <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pipe&sektion=2">pipe(2)</a> fail; just return an empty password.
                    240: <li>Sync <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtsold&sektion=8">rtsold(8)</a> to latest KAME, fixing a memory leak and a timer value.
                    241: <li>Change quad types on alpha to &quot;long long&quot; as opposed to &quot;long&quot;, allowing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=printf&sektion=3">printf(3)</a>'s &quot;%lld&quot; format to be used without a bogus cast.
                    242: <li>In the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iha&sektion=4">iha(4)</a> driver, allow sync to be negotiated even if wide is not.
                    243: <li>Modify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nv&sektion=4">nv(4)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=XFree86&sektion=1">XFree86(1)</a> driver as to avoid the dimming text mode problem.
                    244: <li>Add a BSD authentication module for radius authentication.
                    245: <li>Make sure that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld&sektion=1">ld(1)</a> references all aliases to avoid them being only partially resolved.
                    246: <li>Ensure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8">ppp(8)</a> calculates the number of key changes correctly.
                    247: <li>Repair the NFS server's request tracking during write-gathering, thus avoiding client hangs.
                    248: <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login.conf&sektion=5">login.conf(5)</a> for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=passwd&sektion=1">passwd(1)</a> variables as opposed to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=passwd.conf&sektion=5">passwd.conf(5)</a>.
                    249: <li>Yank PF_ENCAP support out of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.
                    250: <li>Fix-up multicast settings in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstart&sektion=8">netstart(8)</a>.
                    251: <li>Bump MSIZE up to 256.
                    252: <li>IP/TCP/UDP hardware checksumming for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nge&sektion=4">nge(4)</a>; limited by MTU.
                    253: <li>Avoid segmentation fault when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1">mg(1)</a> can't read an init file.
                    254: <li>Support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipcomp&sektion=4">ipcomp(4)</a>; disabled by default.
                    255: <li>Show kern_fthread to the door.
                    256: <li>Userland <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iopctl&sektion=8">iopctl(8)</a> control utility for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iop&sektion=4">iop(4)</a>.
                    257: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=passwd&sektion=1">passwd(1)</a>, lock the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=passwd&sektion=5">passwd(5)</a> file after having gotten a new password from the user; also change the actual locking procedure.
                    258: <li>Support for /etc/wsconsctl.conf.
                    259: <li>Handle descriptors 0, 1, or 2 being closed when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8">ppp(8)</a> is invoked.
                    260: <li>Reduce MTU by 2 after MPPE has been negotiated in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8">ppp(8)</a>.
                    261: <li>Merge pdksh patch into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1">ksh(1)</a>, fixing some problems with propagated return values in multi-command lines.
                    262: <li>Utilize the welcome variable from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login.conf&sektion=5">login.conf(5)</a>, in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&sektion=8">ftpd(8)</a>, instead of hard-coding /etc/motd.
                    263: <li>Discipline the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audio&sektion=4">audio(4)</a> device so it gets along with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=revoke&sektion=2">revoke(2)</a>.
                    264: <li>Repair NFS-related problem with diskless clients by getting the root filehandle via nfs_root.
                    265: <li>Add support for screen switching to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsconsctl&sektion=8">wsconsctl(8)</a>.
                    266: <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsconsctl&sektion=8">wsconsctl(8)</a>'s interface to be more <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=8">sysctl(8)</a>-like.
                    267: <li>Shuffle around maxlen setting inside the net subsystem to avoid potential problems.
                    268: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp&sektion=4">icmp(4)</a> error checking saner.
                    269: <li>Initial <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ip6&sektion=9">ip6(9)</a> support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.
                    270: <li>Packet normalization support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>.
                    271: <li>Userland <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sectok&sektion=1">sectok(1)</a> control program.
                    272: <li>Repair kern_fork brain-damage.
                    273: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9">uvm(9)</a> and MNN are no longer optional.
1.9     ! mickey    274: <li>Import <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=altq&sektion=9">altq(9)</a>: alternate queuing support.
1.1       deraadt   275: <li>Poof!  The old vm disappears.
                    276: <li>No more M_COPY_* macros; use M_MOVE_* or M_DUP_*.
                    277: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dmesg&sektion=8">dmesg(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wicontrol&sektion=8">wicontrol(8)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ancontrol&sektion=8">ancontrol(8)</a> to powerpc's ramdisk.
                    278: <li>New mvmeppc port.
                    279: <li>Many mvme68k improvements including: switching to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9">uvm(9)</a>, repairing system trace, cleanup of locore.s, KNF, etc.
                    280: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4">pciide(4)</a> support for powerpc.
                    281: <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp6&sektion=4">icmp6(4)</a> packet header length computation so it works with both 4.4BSD's M_COPY_PKTHDR and OpenBSD 2.9+'s M_COPY_PKTHDR.
                    282: <li>Implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getpeereid&sektion=2">getpeereid(2)</a>, allowing local-domain servers to determine client credentials.
                    283: <li>Support generic BSD authentication in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xdm&sektion=1">xdm(1)</a>.
                    284: <li>Disable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&sektion=4">usb(4)</a> on alpha by default.
                    285: <li>Kerberos v5 support for SSH1.
                    286: <li>Hardware RNG support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lofn&sektion=4">lofn(4)</a>.
                    287: <li>Smartcard support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&sektion=1">ssh-agent(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.
                    288: <li>Large -Wall/-Werror/-W... ongoing cleanup throughout tree.
                    289: <li>Nuke mips port.
                    290: <li>Initial import of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iop&sektion=4">iop(4)</a> (I2O) framework.
                    291: <li>Rewrite <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nc&sektion=1">nc(1)</a>, adding <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ip6&sektion=4">ip6(4)</a> support.
                    292: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=su&sektion=1">su(1)</a>, offload root instances for Kerberos to the auth program.
                    293: <li>Disable SMB decoding in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a>.
                    294: <li>Enable audio on alpha by default.
                    295: <li>Endian fixes in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi(4)</a> driver.
                    296: <li>Adios NQNFS.
                    297: <li>Nuke the pmax port.
                    298: <li>Don't perform TCP/UDP hardware checksumming when doing IP fragmentation.
                    299: <li>Delayed checksum support in the netinet subsystem.
                    300: <li>Support setting the Ethernet address through <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a> for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&sektion=4">vr(4)</a> cards.
                    301: <li>Bypass <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&sektion=4">ipsec(4)</a> for all <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcp&sektion=8">dhcp(8)</a> traffic, avoiding potential problems with newly booted clients.
                    302: <li>Modify timeouts for IP spd expirations.
                    303: <li>Internal fiddling of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfsd&sektion=8">nfsd(8)</a>'s handling of its root vnode.
                    304: <li>Import <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>, an ipf-compatible packet filter.
                    305: <li>Avoid panics under i386 if bus/dev/func numbers for PCI are not valid.
                    306: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=3">sysctl(3)</a> KERN_POOLS to retrieve pool information from the kernel.
                    307: <li>Cleanup and update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcp&sektion=8">dhcp(8)</a> to 2.0pl5.
                    308: <li>Utilize <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=readpassphrase&sektion=3">readpassphrase(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.
                    309: <li>Allow access to /dev/pci.
                    310: <li>Repair multiple key handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wicontrol&sektion=8">wicontrol(8)</a>.
                    311: <li>New ether_input_mbuf to ease transition from ether_header in ether_input; drivers will migrate to this.
                    312: <li>Wave goodbye to kernfs.
                    313: <li>Replace existing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telnetd&sektion=8">telnetd(8)</a> with the one from heimdal-0.3f.
                    314: <li>Assorted modifications to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9">uvm(9)</a>.
                    315: <li><font color=#e00000><strong>RELIABILITY FIX: link XF86Setup
                    316:    against the right version of libXxf86vm.a.</strong></font><br> Fix the
                    317:    problem of corrupted XF86Config file produced by XF86Setup.<br>
1.3       jufi      318:    <a href=errata29.html#XF86Setup>A source code patch is available</a>.<br>
1.1       deraadt   319:    <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
                    320: <li>Avoid a pidfile/sigterm race in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>.
                    321: <li>Merge the system's crypto.h into crptodev.h, avoiding name conflicts with OpenSSL.
                    322: <li>Various <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool&sektion=9">pool(9)</a> improvements including a new pool_cache() function and cleaner locking.
                    323: <li>Spelling audit throughout the manual pages.
                    324: <li>Try to have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&sektion=1">ssh-keygen(1)</a> decode ssh-3.0.0 private RSA keys.
                    325: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1">mg(1)</a> feature: M-x theo.
                    326: <li>Support PCI bus configuration from userland.
                    327: <li>Add TCP, UDP, and IPv4 hardware checksum processing, excluding outbound TCP/UDP.
                    328: <li>Internal shuffling of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnode&sektion=9">vnode(9)</a> operations in some filesystems.
                    329: <li>Disable interrupts in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi(4)</a> driver before mapping and establishing the interrupt, thereby avoiding a race condition.
                    330: <li>MI loadfile support; currently only used on powerpc.
                    331: <li>Obsolete *known_hosts2 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.
                    332: <li>Some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&sektion=4">hifn(4)</a> fixes, largely related to descriptor lengths.
                    333: <li>Don't let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> overwrite argv.
                    334: <li>Shrink <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dmesg&sektion=8">dmesg(8)</a>.
                    335: <li>Merge authorized_keys2 into authorized_keys in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.
                    336: <li>Provide a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=3">sysctl(3)</a> interface to msgbuf; handy for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dmesg&sektion=8">dmesg(8)</a>, allowing it to run without setgid.
                    337: <li>Upgrade to heimdal-0.3f.
                    338: <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=moduli&sektion=5">moduli(5)</a> instead of the deprecated primes.
                    339: <li>Add RNG support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&sektion=4">hifn(4)</a> for the 7951.
                    340: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>, fallback to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stat&sektion=2">stat(2)</a> when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=readdir&sektion=3">readdir(3)</a> doesn't return d_type.
                    341: <li>Apply KNF to many kernel sources.
                    342: <li>Don't forward <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ip6&sektion=4">ip6(4)</a> packets back into point-to-point link if the packet's destination address matches said p2p link's interface.
                    343: <li>Lots of manual page cleanups.
                    344: <li>Upgrade to openssl-engine-0.9.6a.
                    345: <li>Many fixes in the kernel's <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lockf&sektion=3">lockf(3)</a> code including avoiding livelocks on ptrace-related scenarios.
                    346: <li>Modify file locking routine in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=skey&sektion=3">skey(3)</a> library, preventing a race condition, plus other modifications; integrate.
                    347: <li>Document <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=physio&sektion=9">physio(9)</a>.
                    348: <li>More variables in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login.conf&sektion=5">login.conf(5)</a>: login-timeout, login-tries, and login-backoff.
                    349: <li>Improve <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8">ppp(8)</a>: handle hardware-imposed MTU/MRU limitations; support stateful MPPE (Microsoft encryption).
                    350: <li>Repair <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&sektion=1">vi(1)</a> to avoid spinouts when creating temporary files.
                    351: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1">ftp(1)</a> use binary for transfers as opposed to ascii.
                    352: <li>Merge <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=passwd.conf&sektion=5">passwd.conf(5)</a> into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login.conf&sektion=5">login.conf(5)</a> and add passwordtime and minpasswordlen variables.
                    353: <li>Move microcode includes around to avoid erroneously installing them, among other reasons.
                    354: <li>Overhaul some kern_exec internals, cleaning up the setuid/setgid-checking code.
                    355: <li>Adapt <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=skeyinfo&sektion=1">skeyinfo(1)</a> to use BSD authentication and removal of the suid root bit.
                    356: <li>Improve powerpc's awacs driver; many interrupt fixes.
                    357: <li>Allow the use of ^T in passphrases read by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=readpassphrase&sektion=3">readpassphrase(3)</a>.
                    358: <li><font color=#e00000><strong>SECURITY FIX: avoid race in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=execve&sektion=2">execve(2)</a> when checking flags for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ptrace&sektion=2">ptrace(2)</a>.</strong></font><br>
1.3       jufi      359:     <a href=errata29.html#kernexec>A source code patch is available</a>.<br>
1.1       deraadt   360:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
                    361: <li>Update if_lastchange when IFF_UP is changed instead of on every packet transmission and receipt.
                    362: <li>VM renovations on mvme88k.
                    363: <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=va_start&sektion=3">va_start(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=va_end&sektion=3">va_end(3)</a> for every call to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vfprintf&sektion=3">vfprintf(3)</a> and associates.
                    364: <li>Replace commonly used static lists with persistent growable arrays in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a>.
                    365: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slstats&sektion=8">slstats(8)</a> use an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ioctl&sektion=2">ioctl(2)</a> so it doesn't need to be setgid.
                    366: <li>Ensure *chi doesn't receive interrupts before being initialized.
                    367: <li>Let pci_mapreg_map() take an extra argument to limit the size of the PCI region to map so we can still work with things publishing too much PCI memory.
                    368: <li>Use lpd_flags in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8">rc(8)</a>, allowing flags to be passed to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpd&sektion=8">lpd(8)</a>.
                    369: <li>Support EDNS0 (RFC2671) buffer size notification for DNS queries.
                    370: <li>Upgrade to binutils 2.10.1.
                    371: <li>Protect include files in /usr/include/net against multiple inclusion.
                    372: <li>Fix unmapped interrupt problems on some VIA-based boards.
                    373: <li>New options, improvements, and fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wicontrol&sektioin=8">wicontrol(8)</a>.
                    374: <li>Palm support in libsectok.
                    375: <li>Rewrite <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldd&sektion=1">ldd(1)</a>.
                    376: <li><font color=#e00000><strong>RELIABILITY FIX: use correct <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=db&sektion=3">db(3)</a> pointers in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwd_mkdb&sektion=8">pwd_mkdb(8)</a>, and don't star out empty passwords</strong></font><br>
1.3       jufi      377:     <a href=errata29.html#pwd_mkdb>A source code patch is available</a>.<br>
1.1       deraadt   378:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
                    379: <li>Assorted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8">ppp(8)</a> alterations.
                    380: <li>Correct initialization of the policy_id field for SA structures in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.
                    381: <li>PCI shim for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi(4)</a>.
                    382: <li>Repair preservation option in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cp&sektion=1">cp(1)</a>.
                    383: <li>Allow the number of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gre&sektion=4">gre(4)</a> devices to be changed in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=boot_config&sektion=8">boot_config(8)</a>.
                    384: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8">rc(8)</a> no longer starts netatalk -- if installed -- by default.
                    385: <li><font color=#e00000><strong>RELIABILITY FIX: compute length correctly on certificates in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.</strong></font><br>
1.3       jufi      386:     <a href=errata29.html#isakmpd>A source code patch is available</a>.<br>
1.1       deraadt   387:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
                    388: <li>Ensure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kqueue&sektion=2">kqueue(2)</a> works on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_ext2fs&sektion=8">ext2fs(8)</a>.
                    389: <li>More pipe fiddling.
                    390: <li>Enforce Remote-ID specified in Phase 1 peer section in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.
                    391: <li>Ongoing license audit and copyright notice cleanup.
                    392: <li>Extend pfkeyv2's RFC2367 compliance and fix backward compatibility problems.
                    393: <li>Adjust routing socket message to the right size.
                    394: <li>Switch UID when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a> cleans up temporary files and sockets.
                    395: <li>Speed up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&sektion=3">arc4random(3)</a> in some net subsystems.
                    396: <li>Upgrade to XFree86 4.1.0.
                    397: <li>Use default hoplimit when icmp6_error doesn't know about the incoming interface.
                    398: <li>Create <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=3">sysctl(3)</a> parameters for ccpu, diskstats, fscale, nprocs, and physmem.
                    399: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=md5&sektion=1">md5(1)</a> implementation with a BSD copyright and other improvements; includes regression test.
                    400: <li>Improve <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=swapctl&sektion=8">swapctl(8)</a>.
                    401: <li>Don't allow packets that need <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&sektion=4">IPsec(4)</a> processing to be bridge-broadcast.
                    402: <li>Expand handling of X509 and KeyNote certificates in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.
                    403: <li>Fix some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcp&sektion=4">tcp(4)</a> behaviour with connections in the CLOSING state.
                    404: <li>Some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1">ld.so(1)</a> renovations.
                    405: <li>Repair <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kqueue&sektion=2">kqueue(2)</a> related panic.
                    406: <li><font color=#e00000><strong>SECURITY FIX: verify location when using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fts&sektion=3">fts(3)</a> to pop up directories.</strong></font><br>
1.3       jufi      407:     <a href=errata29.html#fts>A source code patch is available</a>.<br>
1.1       deraadt   408:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
                    409: <li>Update root device selection routines for sun3.
                    410: <li>Miscellaneous <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4">fxp(4)</a> improvements.
                    411: <li>Remove <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipf&sektion=4&manpath=OpenBSD+2.7">ipf(4)</a> from the tree.
                    412: <li>Remove <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcvt&sektion=4&manpath=OpenBSD+2.7&arch=i386">pcvt(4)</a> from the tree.
                    413: <li>Add BSD authentication support to userland programs; authorization defaults in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login.conf&sektion=5">login.conf(5)</a>.
                    414: <li><font color=#e00000><strong>SECURITY FIX: Update to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&sektion=8">sendmail(8)</a> 8.11.4 which addresses signal race conditions.</strong></font><br>
1.3       jufi      415:     <a href=errata29.html#sendmail>A source code patch is available</a>.<br>
1.1       deraadt   416:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
                    417: <li>Hardware clock support on powerpc.
                    418: <li>Fix directory state tracking in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck&sektion=8">fsck(8)</a>.
                    419: <li>New BIOCGHDRCMPLT and BIOCSHDRCMPLT ioctls for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4">bpf(4)</a> to disable overwriting of the link-level source address.
                    420: <li>Support interface capabilities.
                    421: <li>Repair cluster_rbuild() in vfs_cluster.
                    422: <li>Twiddle with the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atapiscsi&sektion=4">atapiscsi(4)</a> driver.
                    423: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4">fxp(4)</a> bug fixes.
                    424: <li>Bring back the old (no ECONNABORTED) <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=accept&sektion=2">accept(2)</a> behaviour for Unix domain sockets.
                    425: <li>Support Heimdal's <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kerberos&sektion=1">Kerberos 5</a>.
                    426: <li>Upgrade to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&sektion=1">Perl 5.6.1</a>.
                    427: <li>Allow arbitrary atime/mtime setting on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_ext2fs&sektion=8">ext2fs(8)</a> volumes.
                    428: <li>Fix lookup code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_procfs&sektion=8">procfs(8)</a>.
                    429: <li>Many assorted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1">mg(1)</a> fixes and improvements.
                    430: <li>Clean up and shrink <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a>.
                    431: <li>Various improvements to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubsec&sektion=4">ubsec(4)</a> driver.
                    432: <li>Fix panics in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ep&sektion=4">ep(4)</a> driver by initializing packet tags.
                    433: <li>New PCMCIA products from NetBSD.
                    434: <li>Utilize packet tags in the net subsystems.
                    435: <li>Diversify time parameter parsing in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>.
                    436: <li>Better keyboard-interactive support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.
                    437: <li>Convert <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lseek&sektion=2">lseek(2)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=read&sektion=2">read(2)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=write&sektion=2">write(2)</a> to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pread&sektion=2">pread(2)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwrite&sektion=2">pwrite(2)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kvm&sektion=3">kvm(3)</a>.
                    438: <li>Import libsectok, used for ISO 7816 smart cards and iButtons.
                    439: <li>Tweak delays in the i82365 PCMCIA controller driver to avoid momentary freezes.
                    440: <li>Improve rate support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&sektion=4">auich(4)</a>.
                    441: <li>Make vax use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&sektion=4">wscons(4)</a> and enable the smg framebuffer.
                    442: <li>More <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=select&sektion=2">select(2)</a> fixes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.
                    443: <li>Fix X11 client bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.
                    444: <li>PMAP_NEW support on the vax and hp300.
                    445: <li>Create COMPAT_23 and COMPAT_25 options.
                    446: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&sektion=4">vr(4)</a>, handle suspend mode better on the VT6102.
                    447: <li>Do not check return values for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&sektion=9">malloc(9)</a> calls with M_WAIT or M_WAITOK.
                    448: <li>New option: SMALL_KERNEL, subtly changes some kernel semantics to change the kernel size significantly.  Use *only* for boot floppies.
                    449: <li>Change ip_sum semantics in ip_output().
                    450: <li>Compress <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ac97&sektion=4">ac97(4)</a> vendor tables.
                    451: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ac97&sektion=4">ac97(4)</a> now knows about rev 2.2.
                    452: <li>Squish compatopts to a more sensible set, killing COMPAT_09, COMPAT_10, COMPAT_11.
                    453: <li>Shrink the alpha boot blocks a bit.
                    454: <li>We no longer support ECOFF kernel loading in the alpha boot block.
                    455: <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ac97&sektion=4">ac97(4)</a> about more CODEC models.
                    456: <li>At boot time, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=swapon&sektion=8">swapon(8)</a> before <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck&sektion=8">fsck(8)</a> is run.
                    457: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fts&sektion=3">fts(3)</a> to handle very long paths.
                    458: <li>Repair various signal handler bugs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppd&sektion=8">pppd(8)</a>.
                    459: <li>Handle memory allocation failures in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ffs&sektion=8">fsck_ffs(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ext2fs&sektion=8">fsck_ext2fs(8)</a> better.
                    460: <li>Fix a recently introduced bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=supfilsrv&sektion=8">supfilsrv(8)</a>.
                    461: <li>Correct acceptance of ARP packets coming in on non-IP <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&sektion=4">bridge(4)</a> interfaces.<br>
                    462:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
                    463: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=txp&sektion=4">txp(4)</a> now works on the alpha.
                    464: <li>More fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a>.
                    465: <li>Check a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=calloc&sektion=3">calloc(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ffs&sektion=8">fsck_ffs(8)</a>.
                    466: <li>Add a temporary DTYPE_CRYPTO until device cloning support shows up.
                    467: <li>Fixes to fdescfs.
                    468: <li>busdma changes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=txp&sektion=4">txp(4)</a>, preparing for the alpha.
                    469: <li>Split <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi(4)</a> into bus dependent and independent parts.
                    470: <li>On hp300, splhigh() in cpu_exit().
                    471: <li>Misc cleanup of the shared m68k codebase.
                    472: <li>More <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bus_dmamap_sync&sektion=9">bus_dmamap_sync(9)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&sektion=4">hifn(4)</a>.
                    473: <li>Initial non-working alpha <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1">ld.so(1)</a> support.
                    474: <li>Support newer versions of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmc&sektion=4">lmc(4)</a> cards.
                    475: <li>Kill a debug message in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubsec&sektion=4">ubsec(4)</a>.
                    476: <li>Add swiss german keyboard layout to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&sektion=4">wscons(4)</a>.
                    477: <li>Smoke out the OLD_PIPE code.
                    478: <li>krb4-1.0.8
                    479: <li>Bug fix to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a>.
                    480: <li>Speed up top-level tree Makefiles by doing exec for subshells in new directories.
                    481: <li>Artful fiddling of the kernel pipe stat code.
                    482: <li>No need for setgid kmem on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iostat&sektion=8">iostat(8)</a> anymore.
                    483: <li>Add more <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=3">sysctl(3)</a> support in the kernel.
                    484: <li>Make the alpha floppies fit again...
                    485: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&sektion=4">hifn(4)</a> use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bus_dma&sektion=9">bus_dma(9)</a>.  Now works on the alpha.
                    486: <li>Initial cut at userland hardware <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&sektion=4">crypto(4)</a> support.
                    487: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubsec&sektion=4">ubsec(4)</a>, initial support for the Broadcom 5820.
                    488: <li>Honour ddb.console on sun3.
                    489: <li>On the pmax, fix a curproc misuse.
                    490: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcibios&sektion=4">pcibios(4)</a>, deal with buggy BIOSs which incorrectly leave the router as 000:00:0.
                    491: <li>hp300 cleanup in progress...
                    492: <li>Solve a problem of Lilliputan proportions in powerpc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isinf&sektion=3">isinf(3)</a>.
                    493: <li>Mickey goes mad and does a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strlcpy&sektion=3">strlcpy(3)</a> whack on src/bin.
                    494: <li>Unify rdsetroot and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rd&sektion=4">rd(4)</a> support between almost all architectures.
                    495: <li>Man page cleanups galore.
                    496: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&sektion=4">hifn(4)</a> attempt to support the Hifn 7951.
                    497: <li>Do stdout/stderr flushing in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a> using non-blocking mode.
                    498: <li>Fix kerberosIV versioning link problem.
                    499: <li>Cleanup MAP_COPY flags in the tree.
                    500: <li>Use genassym.cf on alpha.
                    501: <li>Unify the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rd&sektion=4">rd(4)</a> support.
                    502: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=8">sysctl(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmstat&sektion=8">vmstat(8)</a> to use the new interfaces.
                    503: <li>Make more data available via the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=3">sysctl(3)</a> interface.
                    504: <li>Handle fastroute in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&sektion=4">bridge(4)</a>.
                    505: <li>hp300 man page cleanup.
                    506: <li>Fix a resource leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=twe&sektion=4">twe(4)</a>.<br>
                    507:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
                    508: <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=madvise&sektion=2">madvise(2)</a> option with MADV_FREE for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&sektion=3">malloc(3)</a> 'h' flag.
                    509: <li>Support MADV_DONTNEED and MADV_FREE in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=madvise&sektion=2">madvise(2)</a>.
                    510: <li>Switch sparc to UVM and PMAP_NEW.
                    511: <li>Support HP425e.
                    512: <li>Refill <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=txp&sektion=4">txp(4)</a> receive ring only when empty -- performance enhancement.
                    513: <li>Fix SSH2 <b>-R</b> support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.
                    514: <li>More pmap/uvm interface changes.
                    515: <li>Correct signal handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ping6&sektion=8">ping6(8)</a>.
                    516: <li>Implement screen blanker in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&sektion=4">wscons(4)</a>.
                    517: <li>Attempt to support hifn7951 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&sektion=4">hifn(4)</a>.
                    518: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=realloc&sektion=3">realloc(3)</a> fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipf&sektion=8&manpath=OpenBSD+2.7">ipf(8)</a>.
                    519: <li>ipf 3.4.17
                    520: <li>Fix kernel extent code to be more careful about ranges.
                    521: <li>UVM support for mac68k.
                    522: <li>Change i386 in_cksum failure to a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=printf&sektion=9">printf(9)</a>, instead of a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=panic&sektion=9">panic(9)</a>.<br>
                    523:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
                    524: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=txp&sektion=4">txp(4)</a>, add support for hardware <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vlan&sektion=4">vlan(4)</a>.
                    525: <li>Fix a bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a> exposed by the recent jumbo patch.
                    526: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&sektion=4">ti(4)</a> to handle <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vlan&sektion=4">vlan(4)</a> properly.
                    527: <li>vsunlock fixes to UVM.
                    528: <li>Signal ignore bug fix to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.
                    529: <li>Kill i386 VM & pmap_old support.
                    530: <li>Fix process priority bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atrun&sektion=8">atrun(8)</a>.
                    531: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vlan&sektion=4">vlan(4)</a> by default in GENERIC kernels.
                    532: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pread&sektion=3">pread(3)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=preadv&sektion=3">preadv(3)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwrite&sektion=3">pwrite(3)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwritev&sektion=3">pwritev(3)</a> on big endian architectures.
                    533: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&sektion=8">sendmail(8)</a>, use FAST_PID_RECYCLE.
                    534: <li>Remove excess (vaddr_t) casts.
                    535: <li>Get rid of CLSIZE and friends.
                    536: <li>Increase <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strlcpy&sektion=3">strlcpy(3)</a> in parts of the tree.
                    537: <li>Some minor changes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.
                    538: <li>Cleanup M_* malloc types in the kernel.
                    539: <li>UVM for the hp300.
                    540: <li>Numerous cleanups to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sup&sektion=1">sup(1)</a>.
                    541: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&sektion=8">systat(8)</a>, handle <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kvm_nlist&sektion=3">kvm_nlist(3)</a> failing.
                    542: <li>Fix a channel race in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>.
                    543: <li>Document that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nc&sektion=1">nc(1)</a> no longer has a -e option.
                    544: <li>Fix localhost handling bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&sektion=8">httpd(8)</a>.
                    545: <li>Jumbo patch to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a> that has been brewing for a while.
                    546: <li>Various improvements to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1">mg(1)</a>.
                    547: <li>Big USB code update.
                    548: <li>Fix a signed vs unsigned error in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gm&sektion=4">gm(4)</a> Ethernet driver.
                    549: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wump&sektion=6">wump(6)</a>, improve our cave topology algorithm. Don't ask.
                    550: <li>Force -h to override the BLOCKSIZE environment in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=du&sektion=1">du(1)</a>.
                    551: <li>Substantial updates to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sup&sektion=1">sup(1)</a>.
                    552: <li>Fix a register save/restore bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clcs&sektion=4">clcs(4)</a> so that suspend/resume works better.
                    553: <li>Allow the right CTRL+ALT keys to work as the left ones do in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wskbd&sektion=4">wskbd(4)</a>.
                    554: <li>Continue to hack our new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=txp&sektion=4">txp(4)</a> driver into shape.
                    555: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a>, implement support for removing tunnel outer IP address pair.
                    556: <li>Revert a buggy optimization in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tsort&sektion=1">tsort(1)</a>.
                    557: <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pread&sektion=2">pread(2)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nlist&sektion=3">nlist(3)</a> instead of abusing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lseek&sektion=2">lseek(2)</a> with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=read&sektion=2">read(2)</a>.
                    558: <li>Remove cruft leftover from the old PCVT console driver.
                    559: <li>Fix filename tab-completion in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1">mg(1)</a>.
                    560: <li>Convert some more drivers to the new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=timeout&sektion=9">timeout(9)</a> interface.
                    561: <li>Whack dtom() in the kernel. Fo'get about it.
                    562: <li>Avoid a NULL pointer dereference in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=faithd&sektion=8">faithd(8)</a>.
                    563: <li>Various reset and delay fixes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&sektion=4">wdc(4)</a> to help certain ATAPI devices.
                    564: <li>Deal with suspend/resume more cleanly in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pccbb&sektion=4">pccbb(4)</a>.
                    565: <li>Better hints handling and memory allocation in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tsort&sektion=1">tsort(1)</a>.
                    566: <li>Correct an error condition in /etc/ksh.kshrc.
                    567: <li>Add a koi8-r keyboard layout for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wskbd&sektion=4">wskbd(4)</a>.
                    568: <li>Allow interoperability between OpenSSH and older ssh-2.0.x variants with weaker key generation.
                    569: <li>Instrument improved locking and rework SCSI a bit in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ami&sektion=4">ami(4)</a>.
                    570: <li>Cleanups to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ancontrol&sektion=8">ancontrol(8)</a>.
                    571: <li>Add a -b option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>, similar to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telnet&sektion=1">telnet(1)</a>'s equivalent.
                    572: <li>Fix a memory handling bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telnet&sektion=1">telnet(1)</a>.
                    573: <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool&sektion=9">pool(9)</a> interface for the VFS cache.
                    574: <li>Improve OpenSSH interoperability with ssh.com-2.0.x clients.
                    575: <li>In the mvme88k port, replace resource maps with extents.
                    576: <li>Numerous fixes and updates to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sup&sektion=1">sup(1)</a>.
                    577: </ul>
                    578: <p>
                    579:
                    580: This list mentions mostly platform-independent changes.  For a list of changes
                    581: made in a particular platform, please check the page for that platform.  If you
                    582: find them not listed there, the changes are either (1) not being documented or
                    583: (2) are documented here.<br><br>
                    584:
                    585: <hr>
                    586: <p>
                    587: <h3>
1.8       deraadt   588: For changes in other releases, click below:<br>
                    589: <a href="plus20.html">2.0</a>,
                    590: <a href="plus21.html">2.1</a>,
                    591: <a href="plus22.html">2.2</a>,
                    592: <a href="plus23.html">2.3</a>,
                    593: <a href="plus24.html">2.4</a>,
                    594: <a href="plus25.html">2.5</a>,
                    595: <a href="plus26.html">2.6</a>,
                    596: <a href="plus27.html">2.7</a>,
                    597: <a href="plus28.html">2.8</a>,
                    598: <a href="plus29.html">2.9</a>,
                    599: <a href="plus31.html">3.1</a>,
                    600: <a href="plus32.html">3.2</a>,
                    601: <a href="plus.html">current</a>.
1.1       deraadt   602: <br>
                    603: </h3>
                    604:
                    605: <hr>
                    606: <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>
                    607: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.9     ! mickey    608: <br><small>$OpenBSD: plus30.html,v 1.8 2002/10/17 08:47:59 deraadt Exp $</small>
1.1       deraadt   609:
                    610: </body>
                    611: </html>