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

Diff for /www/plus.html between version 1.519 and 1.520

version 1.519, 2000/02/02 22:51:18 version 1.520, 2000/02/02 23:19:00
Line 86 
Line 86 
 <li>Special case one PCI bridge device... which is not a PCI bridge at all.  <li>Special case one PCI bridge device... which is not a PCI bridge at all.
 <li>Handle SNAP encapsulated packets for the bridging blocknoip option.  <li>Handle SNAP encapsulated packets for the bridging blocknoip option.
 <li>Improve sparc pte handling for performance.  <li>Improve sparc pte handling for performance.
 <li>Show blackhole routes in <a href="http://www.openbsd.org/cgi-bin/man.cgi=route&sektion=1">route(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi=netstat&sektion=1">netstat(1)</a>.  <li>Show blackhole routes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=1">route(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=1">netstat(1)</a>.
 <li>Fix a Y2001 bug in the hp300 boot code and kernel.  <li>Fix a Y2001 bug in the hp300 boot code and kernel.
 <li>Update the powerpc code.  UVM kernels do not work yet.  <li>Update the powerpc code.  UVM kernels do not work yet.
 <li>Avoid touching the sdh register too often during atapi device probe; some devices freak.  <li>Avoid touching the sdh register too often during atapi device probe; some devices freak.
Line 110 
Line 110 
 <li>Merge IPV6 into the GENERIC kernel.  As far as the kernel is concerned, we are ipv6 ready now.  However, lots of userland changes remain..  <li>Merge IPV6 into the GENERIC kernel.  As far as the kernel is concerned, we are ipv6 ready now.  However, lots of userland changes remain..
 <li>Reduce recursion in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gif&sektion=4">gif(4)</a>.  <li>Reduce recursion in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gif&sektion=4">gif(4)</a>.
 <li>Support Davicom DM910x in if_dc.  <li>Support Davicom DM910x in if_dc.
 <li>Numerous IPSec fixes and enhancements.  <li>Numerous <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&sektion=4">IPSec</a> fixes and enhancements.
 <li>Allow aeon driver to match Hi/Fn 7751.  <li>Allow aeon driver to match Hi/Fn 7751.
 <li>Fix printing of SAs in route.  <li>Fix printing of SAs in route.
 <li>Add ESP/AH statistics to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=1">netstat(1)</a>.  <li>Add ESP/AH statistics to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=1">netstat(1)</a>.
Line 232 
Line 232 
 <li>IPSec cleanup  <li>IPSec cleanup
 <li>Cleanup of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a>.  <li>Cleanup of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a>.
 <li>Lots of UVM work  <li>Lots of UVM work
 <li>MFS unmount race fixes  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_mfs&sektion=8">MFS</a> unmount race fixes
 <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bindresvport_af&sektion=3">bindresvport_af(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rresvport&sektion=3">rresvport(3)</a> APIs to libc.  <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bindresvport_af&sektion=3">bindresvport_af(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rresvport&sektion=3">rresvport(3)</a> APIs to libc.
 <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=curses&sektion=3">curses(3)</a> to ncurses-19991211  <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=curses&sektion=3">curses(3)</a> to ncurses-19991211
 <li>Overflows in crunchgen  <li>Overflows in crunchgen
Line 262 
Line 262 
 <li>Fix append keyword in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8">dhclient(8)</a>.  <li>Fix append keyword in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8">dhclient(8)</a>.
 <li>Buglet in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sort&sektion=1">sort(1)</a>.  <li>Buglet in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sort&sektion=1">sort(1)</a>.
 <li>DPT SmartCache III/IV SCSI PCI/EISA driver.  <li>DPT SmartCache III/IV SCSI PCI/EISA driver.
 <li>mkisofs 1.11.3  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkisofs&sektion=1">mkisofs 1.11.3</a>
 <li>Fix mangled files for put command in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&sektion=8">ftpd(8)</a>.  <li>Fix mangled files for put command in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&sektion=8">ftpd(8)</a>.
 <li><font color=#e00000><strong>RELIABILITY FIX: Be more careful in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=poll&sektion=2">poll(2)</a>. <a href=errata.html#poll>A source patch is available</a></strong></font>.  <li><font color=#e00000><strong>RELIABILITY FIX: Be more careful in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=poll&sektion=2">poll(2)</a>. <a href=errata.html#poll>A source patch is available</a></strong></font>.
 <li>ncurses-5.0-19991127  <li>ncurses-5.0-19991127
Line 270 
Line 270 
 <li>driver for ISA hostess 4-channel serial card.  <li>driver for ISA hostess 4-channel serial card.
 <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 skey 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 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipmon&sektion=8">ipmon(8)</a>.
 <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.
Line 287 
Line 287 
 <li>Fix two bugs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=info&sektion=1">info(1)</a>.  <li>Fix two bugs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=info&sektion=1">info(1)</a>.
 <li>select on pipes was broken, and occasionally someone would notice it (in particular rsync).  <li>select on pipes was broken, and occasionally someone would notice it (in particular rsync).
 <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkstemp&sektion=3">mkstemp(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crontab&sektion=1">crontab(1)</a>.  <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkstemp&sektion=3">mkstemp(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crontab&sektion=1">crontab(1)</a>.
 <li>Improve egcs performance.  <li>Improve <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1">egcs</a> performance.
 <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=memconfig&sektion=8">memconfig(8)</a>.  <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=memconfig&sektion=8">memconfig(8)</a>.
 <li>Add mtrr support from freebsd.  <li>Add mtrr support from freebsd.
 <li>SSH_CMSG_MAX_PACKET_SIZE support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>.  <li>SSH_CMSG_MAX_PACKET_SIZE support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>.
Line 296 
Line 296 
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8">sudo 1.6</a> (BSD licenced now!)  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8">sudo 1.6</a> (BSD licenced now!)
 <li>Fix more <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m4&sektion=1">m4(1)</a> bugs.  <li>Fix more <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m4&sektion=1">m4(1)</a> bugs.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1">scp(1)</a>, do not display banner if process is in the background.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1">scp(1)</a>, do not display banner if process is in the background.
 <li>Permit kernel to compile without FFS once again.  <li>Permit kernel to compile without <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ffs&sektion=3">FFS</a> once again.
 <li>More links to man pages.  <li>More links to man pages.
 <li>Bug fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&sektion=4">rl(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tx&sektion=4">tx(4)</a> driver.  <li>Bug fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&sektion=4">rl(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tx&sektion=4">tx(4)</a> driver.
 <li>More ATAPI disk fixes (may come as a patch file later).  <li>More <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atapiscsi&sektion=4">ATAPI</a> disk fixes (may come as a patch file later).
 <li>Other misc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> improvements.  <li>Other misc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> improvements.
 <li>RSA key fingerprints in the ssh commands.  <li>RSA key fingerprints in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> commands.
 <li>Do ANSI cursor save/restore in i386 pcvt driver.  <li>Do ANSI cursor save/restore in i386 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcvt&sektion=4">pcvt(4)</a> driver.
 <li>Fix more m4 bugs; patch for this problem is included in previous m4 errata entry.  <li>Fix more <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m4&sektion=1">m4(1)</a> bugs; patch for this problem is included in previous <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m4&sektion=1">m4</a> errata entry.
 <li>A bit more playing around in sshd to deal with the broken key sizes that Datafellows ssh gives.  <li>A bit more playing around in sshd to deal with the broken key sizes that Datafellows ssh gives.
 <li>Honour ddb.console in the mac68k port.  <li>Honour <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&sektion=4">ddb.console</a> in the mac68k port.
 <li>Fix retransmission problem in TCP.  <li>Fix retransmission problem in TCP.
 <li>Improve <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=whois&sektion=1">whois(1)</a> significantly to use *.whois-servers.net.  <li>Improve <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=whois&sektion=1">whois(1)</a> significantly to use *.whois-servers.net.
 <li>In lots of daemons, do not syslog getpeername complaints.  <li>In lots of daemons, do not syslog getpeername complaints.
Line 314 
Line 314 
 <li>link <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=window&sektion=1">window(1)</a> with -locurses.  <li>link <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=window&sektion=1">window(1)</a> with -locurses.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&sektion=1">top(1)</a> should use stathz, not hz, for calculating process run times.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&sektion=1">top(1)</a> should use stathz, not hz, for calculating process run times.
 <li>Shrink the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&sektion=4">puc(4)</a> dmesg output.  <li>Shrink the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&sektion=4">puc(4)</a> dmesg output.
 <li>Add OSS audio support to the BSD/OS emulation.  <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ossaudio&sektion=3">OSS audio</a> support to the BSD/OS emulation.
 <li><font color=#e00000><strong>A kernel reliability fix for the alpha. <a href=errata.html#alpha_locore>A patch is available</a></strong></font>.  <li><font color=#e00000><strong>A kernel reliability fix for the alpha. <a href=errata.html#alpha_locore>A patch is available</a></strong></font>.
 <li><font color=#e00000><strong>A kernel reliability fix for all m68k architectures. <a href=errata.html#m68k_locore>A patch is available (which all m68k architectures share)</a></strong></font>.  <li><font color=#e00000><strong>A kernel reliability fix for all m68k architectures. <a href=errata.html#m68k_locore>A patch is available (which all m68k architectures share)</a></strong></font>.
 <li><font color=#e00000><strong>Numerous (non-security) additions/changes have been made to OpenSSH since the OpenBSD 2.6 release. <a href=errata.html#ssh>A jumbo patch is available which adds many features</a></strong></font>.  <li><font color=#e00000><strong>Numerous (non-security) additions/changes have been made to OpenSSH since the OpenBSD 2.6 release. <a href=errata.html#ssh>A jumbo patch is available which adds many features</a></strong></font>.
 <li><font color=#e00000><strong>A kernel reliability fix for the sparc. <a href=errata.html#sparc_locore>A patch is available</a></strong></font>.  <li><font color=#e00000><strong>A kernel reliability fix for the sparc. <a href=errata.html#sparc_locore>A patch is available</a></strong></font>.
 <li>Counter overflow fix to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1">scp(1)</a>.  <li>Counter overflow fix to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1">scp(1)</a>.
 <li>Merge dvdio.h support into cdio.h, and cleanup various unportabile bits.  <li>Merge dvdio.h support into cdio.h, and cleanup various unportabile bits.
 <li>Various other ssh cleanups.  <li>Various other <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> cleanups.
 <li>Print all bad options in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> before exiting with a failure.  <li>Print all bad options in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> before exiting with a failure.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion==8">sshd(8)</a> now has a IgnoreUserKnownHosts flag.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion==8">sshd(8)</a> now has a IgnoreUserKnownHosts flag.
 <li>Optionally run a command in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newsyslog&sektion=1">newsyslog(1)</a>, instead of sending a signal.  <li>Optionally run a command in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newsyslog&sektion=1">newsyslog(1)</a>, instead of sending a signal.
 <li>Some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a> fixes.  <li>Some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a> fixes.
 <li>Improve dhcp integration into the install media.  <li>Improve <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcp&sektion=8">dhcp</a> integration into the install media.
 <li>Logging cleanup of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.  <li>Logging cleanup of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.
 <li>Have sshd check check the user's personal ~/.ssh/known_hosts file.  <li>Have sshd check check the user's personal ~/.ssh/known_hosts file.
 <li><font color=#e00000><strong>NOTE: OpenSSH does not have the ssh 1.2.27 rsa bug</strong></font>.  <li><font color=#e00000><strong>NOTE: OpenSSH does not have the ssh 1.2.27 rsa bug</strong></font>.
Line 340 
Line 340 
 <li>Default network name in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi(4)</a> is "", not "ANY".  <li>Default network name in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi(4)</a> is "", not "ANY".
 <li>Start of DVD support.  <li>Start of DVD support.
 <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sf&sektion=4">sf(4)</a> driver supports Adaptec "StarFire" AIC6915-based Ethernet PCI cards.  <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sf&sektion=4">sf(4)</a> driver supports Adaptec "StarFire" AIC6915-based Ethernet PCI cards.
 <li>Numerous more ssh and sshd cleanups.  <li>Numerous more <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a> cleanups.
 <li>Slow down ATAPI IDENTIFY (final critical fix which shipped in 2.6).  <li>Slow down ATAPI IDENTIFY (final critical fix which shipped in 2.6).
 <li>Another critical i386 memory allocation fix (shipped in 2.6).  <li>Another critical i386 memory allocation fix (shipped in 2.6).
 <li>Critical brooktree driver fix (shipped in 2.6).  <li>Critical <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bktr&sektion=4">brooktree</a> driver fix (shipped in 2.6).
 <li>Fix some more atapi bugs (shipped in 2.6).  <li>Fix some more <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atapiscsi&sektion=4">atapi</a> bugs (shipped in 2.6).
 <li>Fix byte order bugs in the new wdc/atapi code.  <li>Fix byte order bugs in the new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atapiscsi&sektion=4">wdc/atapi</a> code.
 <li>Sparc uses UVM by default now.  <li>Sparc uses UVM by default now.
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rarpd&sektion=8">rarpd(8)</a> to work on aliased interfaces.  <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rarpd&sektion=8">rarpd(8)</a> to work on aliased interfaces.
 <li>Support multiple <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=enc&sektion=4">enc(4)</a> interfaces.  <li>Support multiple <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=enc&sektion=4">enc(4)</a> interfaces.
 <li>Reliability fixes for the ATAPI code (shipped in 2.6).  <li>Reliability fixes for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atapiscsi&sektion=4">ATAPI</a> code (shipped in 2.6).
 <li>New driver: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=al&sektion=4">al(4)</a> supports the ADMtek AL981/AN985 PCI ethernet cards.  <li>New driver: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=al&sektion=4">al(4)</a> supports the ADMtek AL981/AN985 PCI ethernet cards.
 <li>Various other ssh and sshd cleanups.  <li>Various other <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a> cleanups.
 <li>Add ethernet-IP encapsulation.  <li>Add ethernet-IP encapsulation.
 <li>In ssh, use libssl md5 routines instead of our libc routines.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh</a>, use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&sektion=8">libssl(8)</a> md5 routines instead of our libc routines.
 <li>Disassociate interfaces from ipnat after they've been removed from the interface list.  <li>Disassociate interfaces from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipnat&sektion=8">ipnat(8)</a> after they've been removed from the interface list.
 <li>Make ASYNC pipes capable of generating SIGIO.  <li>Make ASYNC pipes capable of generating SIGIO.
 <li>Emulate FreeBSD F[GS]ETOWN.  <li>Emulate FreeBSD F[GS]ETOWN.
 <li>Fix some further ARP problems in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&sektion=4">bridge(4)</a>.  <li>Fix some further ARP problems in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&sektion=4">bridge(4)</a>.
 <li>Fix scp counters for > 1 hour.  <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1">scp(1)</a> counters for > 1 hour.
 <li>Support LMC1200 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmc&sektion=4">lmc(4)</a>.  <li>Support LMC1200 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmc&sektion=4">lmc(4)</a>.
 <li>Repair multicast routing description block in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=afterboot&sektion=8">afterboot(8)</a>.  <li>Repair multicast routing description block in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=afterboot&sektion=8">afterboot(8)</a>.
 <li>Support missing tty flags in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stty&sektion=1">stty(1)</a>.  <li>Support missing tty flags in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stty&sektion=1">stty(1)</a>.
 <li>libkeynote update.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=keynote&sektion=4">libkeynote</a> update.
 <li>Support UVM throughout userland.  <li>Support UVM throughout userland.
 <li>Support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&sektion=4">puc(4)</a> (PCI serial/parallel cards).  <li>Support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&sektion=4">puc(4)</a> (PCI serial/parallel cards).
 <li>Make disklabel.h safe for C++ use.  <li>Make disklabel.h safe for C++ use.
 <li>Use reference-copies of the mbuf in bridge code again, instead of full copies.  <li>Use reference-copies of the mbuf in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&sektion=4">bridge(4)</a> code again, instead of full copies.
 <li>Make ssh print the correct remote version number.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh</a> print the correct remote version number.
 <li>Make ssh compile faster by using a library.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> compile faster by using a library.
 <li>In ti(4), use bus_dma routines instead of uvm_page_alloc_contig.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&sektion=4">ti(4)</a>, use bus_dma routines instead of uvm_page_alloc_contig.
 <li>Cleanup i386 disktab.  <li>Cleanup i386 disktab.
 </ul>  </ul>
 <p>  <p>

Legend:
Removed from v.1.519  
changed lines
  Added in v.1.520