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

Diff for /www/plus27.html between version 1.10 and 1.11

version 1.10, 2001/06/10 17:37:29 version 1.11, 2001/06/10 17:56:30
Line 65 
Line 65 
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8&format=html">ppp(8)</a>, correct a bad bug in m_prepend().  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8&format=html">ppp(8)</a>, correct a bad bug in m_prepend().
 <li>Support sparc tape installs.  <li>Support sparc tape installs.
 <li>Work around a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=3">sysctl(3)</a>-based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kvm&sektion=4&format=html">kvm(4)</a> vs <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=exit&sektion=2&format=html">exit(2)</a> race.  <li>Work around a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=3">sysctl(3)</a>-based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kvm&sektion=4&format=html">kvm(4)</a> vs <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=exit&sektion=2&format=html">exit(2)</a> race.
 <li>Fix the same basic ip timestamp bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipf&sektion=ipf&format=html">ipf(4)</a>.  <li>Fix the same basic ip timestamp bug in ipf(4).
 <li>On the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ip&sektion=4&format=html">ip(4)</a> input path, avoid unaligned accesses for strangely placed ip timestamp options.  <li>On the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ip&sektion=4&format=html">ip(4)</a> input path, avoid unaligned accesses for strangely placed ip timestamp options.
 <li>Fix resource limit race at exit time, if accounting is enabled.  <li>Fix resource limit race at exit time, if accounting is enabled.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inet6&sektion=4&format=html">inet6(4)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcmcia&sektion=4&format=html">pcmcia(4)</a> detach.  <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inet6&sektion=4&format=html">inet6(4)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcmcia&sektion=4&format=html">pcmcia(4)</a> detach.
Line 95 
Line 95 
 <li>buf mishandling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ed&sektion=1&format=html">ed(1)</a>.  <li>buf mishandling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ed&sektion=1&format=html">ed(1)</a>.
 <li>A fix for mandatory cache sun4m architectures like the SM71 and SM81.  <li>A fix for mandatory cache sun4m architectures like the SM71 and SM81.
 <li>Fix a race in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1&format=html">scp(1)</a>.  <li>Fix a race in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1&format=html">scp(1)</a>.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipf&sektion=8&format=html">ipf 3.3.13</a>.  <li>ipf 3.3.13.
 <li>Prettier warnings from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telnet&sektion=1&format=html">telnet(1)</a> if bad port names are given.  <li>Prettier warnings from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telnet&sektion=1&format=html">telnet(1)</a> if bad port names are given.
 <li>Add emulation for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=memcpy&sektion=3&format=html">memcpy(3)</a> and such to i386 for non-optimized kernel builds.  <li>Add emulation for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=memcpy&sektion=3&format=html">memcpy(3)</a> and such to i386 for non-optimized kernel builds.
 <li>Add OPENDEV_BLCK flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=opendev&sektion=3&format=html">opendev(3)</a>.  <li>Add OPENDEV_BLCK flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=opendev&sektion=3&format=html">opendev(3)</a>.
Line 201 
Line 201 
 <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getifaddrs&sektion=3&format=html">getifaddrs(3)</a> instead of SIOCGIFCONF in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rarpd&sektion=8&format=html">rarpd(8)</a>, etc.  <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getifaddrs&sektion=3&format=html">getifaddrs(3)</a> instead of SIOCGIFCONF in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rarpd&sektion=8&format=html">rarpd(8)</a>, etc.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a>'s -a flag had been changed to be the same as -A.  Fix that.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a>'s -a flag had been changed to be the same as -A.  Fix that.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4&format=html">ahc(4)</a> support Adaptec 2930U2.  <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4&format=html">ahc(4)</a> support Adaptec 2930U2.
 <li>Revert to up-to-date <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipf&sektion=4&format=html">ipf(4)</a> man pages, but ugly as sin.  Everyone remind kjell to finish this job, ok?  <li>Revert to up-to-date ipf(4) man pages, but ugly as sin.  Everyone remind kjell to finish this job, ok?
 <li>When fragmenting a packet in ip_output(), inherit the multicast and broadcast flags so that link layer can choose the right address.  <li>When fragmenting a packet in ip_output(), inherit the multicast and broadcast flags so that link layer can choose the right address.
 <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getifaddrs&sektion=3&format=html">getifaddrs(3)</a> in libpcap.  <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getifaddrs&sektion=3&format=html">getifaddrs(3)</a> in libpcap.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4&format=html">ahc(4)</a> support Adaptec 2930U2 controller.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4&format=html">ahc(4)</a> support Adaptec 2930U2 controller.
 <li>Match netsec <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&sektion=4&format=html">hifn(4)</a> 7751 card.  <li>Match netsec <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&sektion=4&format=html">hifn(4)</a> 7751 card.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=neo&sektion=4&format=html">neo(4)</a> is a Neomagic 256AV/ZX audio driver.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=neo&sektion=4&format=html">neo(4)</a> is a Neomagic 256AV/ZX audio driver.
 <li>Unmute ac97 mixers by default.  <li>Unmute ac97 mixers by default.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipf&sektion=8&format=html">ipf 3.3.12a</a>.  <li>ipf 3.3.12a.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8&format=html">ssh protocol 2</a> is now useable.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8&format=html">ssh protocol 2</a> is now useable.
 <li>Add Protocols and Cipher keywords to <a href="http://www.openbsd.org/cgi-bin/man.cgi?ssh&sektion=1&format=html">ssh(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8&format=html">sshd(8)</a>.  <li>Add Protocols and Cipher keywords to <a href="http://www.openbsd.org/cgi-bin/man.cgi?ssh&sektion=1&format=html">ssh(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8&format=html">sshd(8)</a>.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_linux&sektion=8&format=html">compat_linux(8)</a> emulation for setfsuid() and getfsuid().  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_linux&sektion=8&format=html">compat_linux(8)</a> emulation for setfsuid() and getfsuid().
Line 246 
Line 246 
 <li>Update to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4&format=html">isp(4)</a>, mostly for Fiber Channel.  <li>Update to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4&format=html">isp(4)</a>, mostly for Fiber Channel.
 <li>Seed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&sektion=1&format=html">perl(1)</a> srandom() <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arandom&apropos=0&sektion=4&manpath=OpenBSD+Current&format=html">/dev/arandom</a>, to avoid losing a lot of entropy.  <li>Seed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&sektion=1&format=html">perl(1)</a> srandom() <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arandom&apropos=0&sektion=4&manpath=OpenBSD+Current&format=html">/dev/arandom</a>, to avoid losing a lot of entropy.
 <li>Some kernel functions were eating a little bit too much entropy.  <li>Some kernel functions were eating a little bit too much entropy.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipf&sektion=4&format=html">ipf 3.3.12</a>  <li>ipf 3.3.12
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4&format=html">ahc(4)</a> now supports AHA-29160 and other Ultra160 variants.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4&format=html">ahc(4)</a> now supports AHA-29160 and other Ultra160 variants.
 <li>USB umodem(4) support.  <li>USB umodem(4) support.
 <li>USB <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umass&sektion=4&format=html">umass(4)</a> driver.  Works with various devices, but does not support disconnection yet.  <li>USB <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umass&sektion=4&format=html">umass(4)</a> driver.  Works with various devices, but does not support disconnection yet.
Line 254 
Line 254 
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=curses&section=3&format=html">ncurses-5.0-20000401</a>  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=curses&section=3&format=html">ncurses-5.0-20000401</a>
 <li>Put an expert mode into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a>, that hides a lot of details.  But most of the interface remains 100% the same.  <li>Put an expert mode into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a>, that hides a lot of details.  But most of the interface remains 100% the same.
 <li>Protocol 2 support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8&format=html">sshd(8)</a>.  <li>Protocol 2 support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8&format=html">sshd(8)</a>.
 <li>Do not have /etc/netstart pass -E to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipf&sektion=8&format=html">ipf(8)</a>, since our kernel now enables it by default.  <li>Do not have /etc/netstart pass -E to ipf(8), since our kernel now enables it by default.
 <li>Many more man page improvements.  Aren't we pedantic?  <li>Many more man page improvements.  Aren't we pedantic?
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_linux&sektion=8&format=html">compat_linux(8)</a> system call emulation for pread() and pwrite().  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_linux&sektion=8&format=html">compat_linux(8)</a> system call emulation for pread() and pwrite().
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4&format=html">ahc(4)</a> do tagged queueing, and fix some locking bugs.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4&format=html">ahc(4)</a> do tagged queueing, and fix some locking bugs.
Line 322 
Line 322 
 <li>Disable suffix removal code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1&format=html">make(1)</a>, since it is buggy.  <li>Disable suffix removal code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1&format=html">make(1)</a>, since it is buggy.
 <li>Fix blink and underline attribute handling for new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scon&apropos=0&sektion=0&manpath=OpenBSD+Current&format=html">PC display mode</a>.  <li>Fix blink and underline attribute handling for new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scon&apropos=0&sektion=0&manpath=OpenBSD+Current&format=html">PC display mode</a>.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=curses&sektion=3&format=html">ncurses-5.0-20000311</a>  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=curses&sektion=3&format=html">ncurses-5.0-20000311</a>
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipf&sektion=4&format=html">IPFilter 3.3.11</a>  <li>IPFilter 3.3.11
 <li>Support more eisa <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ep&sektion=4&format=html">ep(4)</a> cards.  <li>Support more eisa <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ep&sektion=4&format=html">ep(4)</a> cards.
 <li>Implement realtime signal routines in linux compat.  <li>Implement realtime signal routines in linux compat.
 <li>Disable K6 MTRR until it is fixed.  <li>Disable K6 MTRR until it is fixed.
Line 377 
Line 377 
 <li>Fix alignment problem for ancillary data; affected 64 bit machines.  <li>Fix alignment problem for ancillary data; affected 64 bit machines.
 <li>Do not call <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sleep&sektion=3&format=html">sleep(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcmd&sektion=3&format=html">rcmd(3)</a>.  <li>Do not call <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sleep&sektion=3&format=html">sleep(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcmd&sektion=3&format=html">rcmd(3)</a>.
 <li>On sparc, avoid flushing unmapped memory from the cache in dvma_mapout().  <li>On sparc, avoid flushing unmapped memory from the cache in dvma_mapout().
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipf&sektion=8&format=html">ipf 3.3.9</a>  <li>ipf 3.3.9
 <li>Move <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smrsh&sektion=8&format=html">smrsh(8)</a> to /usr/libexec.  <li>Move <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smrsh&sektion=8&format=html">smrsh(8)</a> to /usr/libexec.
 <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute6&sektion=8&format=html">traceroute6(8)</a>.  <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute6&sektion=8&format=html">traceroute6(8)</a>.
 <li>Use extents instead of rmaps to manage sparc dvma space.  <li>Use extents instead of rmaps to manage sparc dvma space.
Line 416 
Line 416 
 <li>Support -R flag in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtadvd&sektion=8&format=html">rtadvd(8)</a>.  <li>Support -R flag in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtadvd&sektion=8&format=html">rtadvd(8)</a>.
 <li>Without a subcommand, have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atactl&sektion=8&format=html">atactl(8)</a> assume that the "identify" command is implied.  <li>Without a subcommand, have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atactl&sektion=8&format=html">atactl(8)</a> assume that the "identify" command is implied.
 <li>Workaround in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a>, for Y2K broken ftp servers that return 19100 for the year. Remind is this is here in the year 19098, ok?  <li>Workaround in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a>, for Y2K broken ftp servers that return 19100 for the year. Remind is this is here in the year 19098, ok?
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipf&sektion=8&format=html">ipf 3.3.8</a>  <li>ipf 3.3.8
 <li>Fix a pty close race in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8&format=html">sshd(8)</a>.  <li>Fix a pty close race in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8&format=html">sshd(8)</a>.
 <li>Arrange so that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8&format=html">dhclient(8)</a> does not update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&sektion=5&format=html">/etc/resolv.conf</a> if no DNS information is found.  <li>Arrange so that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8&format=html">dhclient(8)</a> does not update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&sektion=5&format=html">/etc/resolv.conf</a> if no DNS information is found.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8&format=html">isakmpd(8)</a> update.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8&format=html">isakmpd(8)</a> update.
Line 595 
Line 595 
 <li>More ISA PnP NE2000 clones - see <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&sektion=4">ne(4)</a>  <li>More ISA PnP NE2000 clones - see <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&sektion=4">ne(4)</a>
 <li>TCP new reno  <li>TCP new reno
 <li>Fix IP multicast kernel panic  <li>Fix IP multicast kernel panic
 <li>Upgrade <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipf&sektion=4">ipf(4)</a>, now version 3.3.6  <li>Upgrade ipf(4), now version 3.3.6
 <li>Major cleanup of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a>  <li>Major cleanup of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a>
 <li>3c450-TX HomeConnect, see <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&sektion=4">xl(4)</a>.  <li>3c450-TX HomeConnect, see <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&sektion=4">xl(4)</a>.
 <li>Add Qlogic 1240/1280 support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4">isp(4)</a>.  <li>Add Qlogic 1240/1280 support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4">isp(4)</a>.
 <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=curses&sektion=3">curses(3)</a> to ncurses-19991218.  <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=curses&sektion=3">curses(3)</a> to ncurses-19991218.
 <li>Speed up blowfish encryption by &gt; 20%.  <li>Speed up blowfish encryption by &gt; 20%.
 <li>More <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipf&sektion=8">ipf(8)</a> changes. Avoid rw_enter panic, coredumps when processing rules.  <li>More ipf(8) changes. Avoid rw_enter panic, coredumps when processing rules.
 <li>Preliminary token ring support.  <li>Preliminary token ring support.
 <li>Continuing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> improvements.  <li>Continuing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> improvements.
 <li>Add srcsa, dstsa, clearsa to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a>  <li>Add srcsa, dstsa, clearsa to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a>
Line 622 
Line 622 
 <LI>Some game fixes: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fortune&sektion=6">fortune(6)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=robots&sektion=6">robots(6)</a>.  <LI>Some game fixes: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fortune&sektion=6">fortune(6)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=robots&sektion=6">robots(6)</a>.
 <LI>More <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a> cleanup.  <LI>More <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a> cleanup.
 <LI>Various IPV6 changes.  <LI>Various IPV6 changes.
 <LI><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipmon&sektion=8">ipmon(8)</a> -F now works properly.  <LI>ipmon(8) -F now works properly.
 <LI>Import of IPFilter 3.3.5. See <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipf&sektion=8">ipf(8)</a>.  <LI>Import of IPFilter 3.3.5. See ipf(8).
 <LI>Long overdue <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a> cleanup.  <LI>Long overdue <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a> cleanup.
 <LI><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipf&sektion=8">ipf(8)</a> can now use interface names.  <LI>ipf(8) can now use interface names.
 <LI>Add support for Qlogic 1240 and 1280.  <LI>Add support for Qlogic 1240 and 1280.
 <LI>Preliminary awi driver code.  <LI>Preliminary awi driver code.
 <LI>Fix privilege error in wi(4) driver.  <LI>Fix privilege error in wi(4) driver.
 <li>Replace <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pn&sektion=4">pn(4)</a> driver with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4">dc(4)</a>.  <li>Replace <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pn&sektion=4">pn(4)</a> driver with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4">dc(4)</a>.
 <li>Overflows in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=at&sektion=1">at(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ar&sektion=1">ar(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdio&sektion=1">cdio(1)</a>.  <li>Overflows in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=at&sektion=1">at(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ar&sektion=1">ar(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdio&sektion=1">cdio(1)</a>.
 <li>Import of IPFilter 3.3.4. See <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipf&sektion=8">ipf(8)</a>.  <li>Import of IPFilter 3.3.4. See ipf(8).
 <li>Changed termcap providers  <li>Changed termcap providers
 <li>Various fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hunt&sektion=6">hunt(6)</a>.  <li>Various fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hunt&sektion=6">hunt(6)</a>.
 <li>TI TNETE2101 PHY  <li>TI TNETE2101 PHY
Line 684 
Line 684 
 <li>Import ssh-askpass into our X11 src tree.  <li>Import ssh-askpass into our X11 src tree.
 <li>For i386: Winchip c6 TSC is broken, ignore it.  <li>For i386: Winchip c6 TSC is broken, ignore it.
 <li>Fix descriptor leaks and potential double fclose() calls in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=skey&sektion=1">skey(1)</a> library code.  <li>Fix descriptor leaks and potential double fclose() calls in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=skey&sektion=1">skey(1)</a> library code.
 <li>Correct icmp packet length in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipmon&sektion=8">ipmon(8)</a>.  <li>Correct icmp packet length in ipmon(8).
 <li>Remove unused functionality from the i386 pcvt driver.  <li>Remove unused functionality from the i386 pcvt driver.
 <li>Allow machine-dependent code to set the PAGE_SIZE constant, and set it it in MD code if possible -- performance improvement.  <li>Allow machine-dependent code to set the PAGE_SIZE constant, and set it it in MD code if possible -- performance improvement.
 <li>new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthreads&sektion=3">pthreads(3)</a> code.  <li>new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthreads&sektion=3">pthreads(3)</a> code.

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11