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

Diff for /www/plus.html between version 1.1015 and 1.1016

version 1.1015, 2006/07/10 20:47:53 version 1.1016, 2006/07/10 20:50:22
Line 67 
Line 67 
 <li>Add support for timedelta sensors in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a>. Only <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udcf&sektion=4&format=html">udcf(4)</a> at the moment.  <li>Add support for timedelta sensors in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a>. Only <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udcf&sektion=4&format=html">udcf(4)</a> at the moment.
 <li>Enable optional handling of the u-area in pmap if defined. Currently used only on xscale arm.  <li>Enable optional handling of the u-area in pmap if defined. Currently used only on xscale arm.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a>, figure out the refid to send to NTPv3 clients early and store it.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a>, figure out the refid to send to NTPv3 clients early and store it.
 <li>Add automatic rate control (AMRR) to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&sektion=4&format=html">wpi(4)</a>.  <li>Add automatic rate control (AMRR) to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&sektion=4&format=html">wpi(4)</a>.
 <!-- 2006/05/24 -->  <!-- 2006/05/24 -->
 <li>Switch <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=diff3&sektion=1&format=html">diff3(1)</a> to use mkstemp(), avoiding possible race conditions.  <li>Switch <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=diff3&sektion=1&format=html">diff3(1)</a> to use mkstemp(), avoiding possible race conditions.
 <li>Fix to allow alpha kernels to compile with gcc3.  <li>Fix to allow alpha kernels to compile with gcc3.
Line 77 
Line 77 
 <!-- 2006/05/23 -->  <!-- 2006/05/23 -->
 <li>Make sure the kernel compiles without SYSVMSG support.  <li>Make sure the kernel compiles without SYSVMSG support.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=less&sektion=1&format=html">less(1)</a> remove trailing space in filenname completion list.  <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=less&sektion=1&format=html">less(1)</a> remove trailing space in filenname completion list.
 <li>Add code to dissect Vlan Query Protocol in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a>.  <li>Add code to dissect Vlan Query Protocol in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a>.
 <li>Allow OpenBGPD to request a route refresh from a neighbor if that neighbor has announced route refresh capabilities.  <li>Allow OpenBGPD to request a route refresh from a neighbor if that neighbor has announced route refresh capabilities.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8&format=html">pfctl(8)</a>, handle the case when member interface groups have no IP address.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8&format=html">pfctl(8)</a>, handle the case when member interface groups have no IP address.
 <!-- 2006/05/22 -->  <!-- 2006/05/22 -->
Line 97 
Line 97 
 <li>Make a copy of the sensor structs in the sysctl code so we don't get a use after free if the sensor is detached while it is being used.  <li>Make a copy of the sensor structs in the sysctl code so we don't get a use after free if the sensor is detached while it is being used.
 <li>If packets arrive on inactive failover ports in a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4&format=html">trunk(4)</a> setup, do not increase the error count, just silently drop them.  <li>If packets arrive on inactive failover ports in a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4&format=html">trunk(4)</a> setup, do not increase the error count, just silently drop them.
 <li>In the routing code, make sure the kernel doesn't panic if the address familiy is not found in the rt_tables.  <li>In the routing code, make sure the kernel doesn't panic if the address familiy is not found in the rt_tables.
 <li>Add show all pools command to inkernel ddb, listing all pools like <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmstat&sektion=8&format=html">vmstat(8)</a> does.  <li>Add show all pools command to inkernel ddb, listing all pools like <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmstat&sektion=8&format=html">vmstat(8)</a> does.
 <li>In FFS code, make sure we dont mark a mount-point Read-Only if we are about to sync it.  <li>In FFS code, make sure we dont mark a mount-point Read-Only if we are about to sync it.
 <!-- 2006/05/19 -->  <!-- 2006/05/19 -->
 <li>Reimplement Enhanced SpeedStep CPU detection code. Makes a number of VIA C7-M and Pentium-M models work.  <li>Reimplement Enhanced SpeedStep CPU detection code. Makes a number of VIA C7-M and Pentium-M models work.
Line 114 
Line 114 
 <li>Various fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&sektion=4&format=html">wpi(4)</a>.  <li>Various fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&sektion=4&format=html">wpi(4)</a>.
 <!-- 2006/05/16 -->  <!-- 2006/05/16 -->
 <li>Implemented support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sppp&sektion=4&format=html">sppp(4)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a>.  <li>Implemented support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sppp&sektion=4&format=html">sppp(4)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a>.
 <li>Add network bootloader for AV400 Aviion systems.  <li>Add network bootloader for AV400 Aviion systems.
 <li>Add https URL support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a>.  <li>Add https URL support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a>.
 <!-- 2006/05/15 -->  <!-- 2006/05/15 -->
 <li>Attach 8139s capable of C+ mode to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4&format=html">re(4)</a> instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&sektion=4&format=html">rl(4)</a>.  <li>Attach 8139s capable of C+ mode to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4&format=html">re(4)</a> instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&sektion=4&format=html">rl(4)</a>.
Line 127 
Line 127 
 <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xge&sektion=4&format=html">xge(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clcs&sektion=4&format=html">clcs(4)</a> to amd64 GENERIC.  <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xge&sektion=4&format=html">xge(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clcs&sektion=4&format=html">clcs(4)</a> to amd64 GENERIC.
 <li>Initial import of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&sektion=4&format=html">wpi(4)</a>, a blob-free driver for Intel PRO/Wireless 3945ABG, found in Centrino Duo laptops.  <li>Initial import of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&sektion=4&format=html">wpi(4)</a>, a blob-free driver for Intel PRO/Wireless 3945ABG, found in Centrino Duo laptops.
 <li>Let Aviion deal with arbitrary load addresses needed for later boot code.  <li>Let Aviion deal with arbitrary load addresses needed for later boot code.
 <li>Fix for corrupted graphics when using X.Org on some Intel PCI bridges, which misreport themselves as normal bridges when they are transparent.  <li>Fix for corrupted graphics when using X.Org on some Intel PCI bridges, which misreport themselves as normal bridges when they are transparent.
 <li>Fix for unwanted int to unsigned short conversions in libcurses.  <li>Fix for unwanted int to unsigned short conversions in libcurses.
 <li>Add -hex option to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=openssl&sektion=1&format=html">openssl(1)</a> rand command to produce hexadecimal output.  <li>Add -hex option to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=openssl&sektion=1&format=html">openssl(1)</a> rand command to produce hexadecimal output.
 <!-- 2006/05/13 -->  <!-- 2006/05/13 -->
Line 147 
Line 147 
 <!-- 2006/05/09 -->  <!-- 2006/05/09 -->
 <li>Added support for the Aviion platform, a Data General m88k based machine.  <li>Added support for the Aviion platform, a Data General m88k based machine.
 <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=alipm&sektion=4&format=html">alipm(4)</a> on sparc64 again, and sprinkle some bus_space_barriers around the driver to help debugging it.  <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=alipm&sektion=4&format=html">alipm(4)</a> on sparc64 again, and sprinkle some bus_space_barriers around the driver to help debugging it.
 <li>Import global ACPI interrupt code to i386 from the amd64 platform.  <li>Import global ACPI interrupt code to i386 from the amd64 platform.
 <li>Do not allow delay times of 0 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&sektion=1&format=html">systat(1)</a>.  <li>Do not allow delay times of 0 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&sektion=1&format=html">systat(1)</a>.
 <li>On i386, avoid estimating pentium mhz too low, resulting in non-monolithic time.  <li>On i386, avoid estimating pentium mhz too low, resulting in non-monolithic time.
 <!-- 2006/05/08 -->  <!-- 2006/05/08 -->
 <li>Add 'link-timeout n' support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8&format=html">dhclient(8)</a>. Default remains at 10 seconds.  <li>Add 'link-timeout n' support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8&format=html">dhclient(8)</a>. Default remains at 10 seconds.
 <li>Removed unsafe setjmp/longjmp calls in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftpd&sektion=8&format=html">tftpd(8)</a> that were used in signal handlers.  <li>Removed unsafe setjmp/longjmp calls in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftpd&sektion=8&format=html">tftpd(8)</a> that were used in signal handlers.
 <!-- 2006/05/07 -->  <!-- 2006/05/07 -->
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> audio driver added to i386 and amd64 GENERIC, though commented out.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> audio driver added to i386 and amd64 GENERIC, though commented out.
 <li>Endian fix for getservbyport(), which wants network byte order.  <li>Endian fix for getservbyport(), which wants network byte order.
 <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bio&sektion=4&format=html">bio(4)</a> framework to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdt&sektion=4&format=html">gdt(4)</a>.  <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bio&sektion=4&format=html">bio(4)</a> framework to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdt&sektion=4&format=html">gdt(4)</a>.
 <li>Remove the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool&sektion=9&format=html">pool(9)</a> draining hooks. Probably never used in a meaningful way  <li>Remove the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool&sektion=9&format=html">pool(9)</a> draining hooks. Probably never used in a meaningful way
Line 166 
Line 166 
 <li>On m88k, decide whether we are running a 88100 or 88110 by reading the processor identification register instead of basing it on the MVME board number.  <li>On m88k, decide whether we are running a 88100 or 88110 by reading the processor identification register instead of basing it on the MVME board number.
 <li>Endian fix for pfsync code.  <li>Endian fix for pfsync code.
 <li>Fix for pfkey, allowing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sasyncd&sektion=8&format=html">sasyncd(8)</a> to reliably set up pfkey promiscous mode.  <li>Fix for pfkey, allowing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sasyncd&sektion=8&format=html">sasyncd(8)</a> to reliably set up pfkey promiscous mode.
 <li>Some pmap fixes for the m88k platform regarding obio on 88100-based system.  <li>Some pmap fixes for the m88k platform regarding obio on 88100-based system.
 <!-- 2006/05/05 -->  <!-- 2006/05/05 -->
 <li>Added various ethernet devices to Alpha GENERIC and RAMDISKBIG kernel images.  <li>Added various ethernet devices to Alpha GENERIC and RAMDISKBIG kernel images.
 <li>Restore ALTQ support which was lost on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=de&sektion=4&format=html">de(4)</a>.  <li>Restore ALTQ support which was lost on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=de&sektion=4&format=html">de(4)</a>.
Line 183 
Line 183 
 <li>Add Neterion Xframe-II 10GbE id to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xge&sektion=4&format=html">xge(4)</a> pcidevs.  <li>Add Neterion Xframe-II 10GbE id to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xge&sektion=4&format=html">xge(4)</a> pcidevs.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1&format=html">mg(1)</a>, have each buffer store their own working directory.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1&format=html">mg(1)</a>, have each buffer store their own working directory.
 <li>Plug possible memory leak if AMD K7 powernow init fails.  <li>Plug possible memory leak if AMD K7 powernow init fails.
 <li>Repair creation of subanchors with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8&format=html">pfctl(8)</a>, and loading of subanchors from file.  <li>Repair creation of subanchors with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8&format=html">pfctl(8)</a>, and loading of subanchors from file.
 <!-- 2006/05/01 -->  <!-- 2006/05/01 -->
 <li>Add Rx/Tx FIFO flush support to Yukon based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&sektion=4&format=html">sk(4)</a> cards.  <li>Add Rx/Tx FIFO flush support to Yukon based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&sektion=4&format=html">sk(4)</a> cards.
 <li>Fix for broken mpbioses on VT8237 and nForce4 chipsets. This fixes interrupt routing for several integrated devices on those chipsets in GENERIC.MP.  <li>Fix for broken mpbioses on VT8237 and nForce4 chipsets. This fixes interrupt routing for several integrated devices on those chipsets in GENERIC.MP.
 <li>Increase Tx ring count on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfe&sektion=4&format=html">nfe(4)</a> from 64 to 256.  <li>Increase Tx ring count on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfe&sektion=4&format=html">nfe(4)</a> from 64 to 256.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&sektion=5&format=html">pf.conf(5)</a>, add support for "tagged {}" lists.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&sektion=5&format=html">pf.conf(5)</a>, add support for "tagged {}" lists.
 <!-- 2006/04/30 -->  <!-- 2006/04/30 -->
 <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&sektion=4&format=html">iwi(4)</a> get initialized correctly, fixes a firmware panic if the same WEP key is entered multiple times.  <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&sektion=4&format=html">iwi(4)</a> get initialized correctly, fixes a firmware panic if the same WEP key is entered multiple times.
 <li>Initial import of the Neterion Xframe-I 10GigE <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xge&sektion=4&format=html">xge(4)</a> driver.  <li>Initial import of the Neterion Xframe-I 10GigE <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xge&sektion=4&format=html">xge(4)</a> driver.
Line 276 
Line 276 
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&sektion=8&format=html">ipsecctl(8)</a>, add support for "local" to ike rules for multihomed machines.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&sektion=8&format=html">ipsecctl(8)</a>, add support for "local" to ike rules for multihomed machines.
 <!-- 2006/04/12 -->  <!-- 2006/04/12 -->
 <li>Fix signal races in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ping&sektion=8&format=html">ping(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ping6&sektion=8&format=html">ping6(8)</a>.  <li>Fix signal races in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ping&sektion=8&format=html">ping(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ping6&sektion=8&format=html">ping6(8)</a>.
 <li>Rewrite attribute changing code to remove+add instead. Fixes "equal attributes encountered" errors in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a>.  <li>Rewrite attribute changing code to remove+add instead. Fixes "equal attributes encountered" errors in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a>.
 <li>Make rthreads code compile again after header change.  <li>Make rthreads code compile again after header change.
 <li>Fixes for spl and interrupt counting in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> when dealing with half-completed work queues.  <li>Fixes for spl and interrupt counting in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> when dealing with half-completed work queues.
 <!-- 2006/04/11 -->  <!-- 2006/04/11 -->
 <li>Fix some memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldconfig&sektion=8&format=html">ldconfig(8)</a>.  <li>Fix some memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldconfig&sektion=8&format=html">ldconfig(8)</a>.
 <li>In the vlan interface code, make sure we copy the baudrate (link speed) on link state changes from the parent device.  <li>In the vlan interface code, make sure we copy the baudrate (link speed) on link state changes from the parent device.
Line 303 
Line 303 
 <li>Revert pci access method for xfree code on amd64 since the /dev/pci could cause problems on some machines.  <li>Revert pci access method for xfree code on amd64 since the /dev/pci could cause problems on some machines.
 <!-- 2006/04/06 -->  <!-- 2006/04/06 -->
 <li>Allow lists inside lists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&sektion=5&format=html">pf.conf(5)</a>.  <li>Allow lists inside lists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&sektion=5&format=html">pf.conf(5)</a>.
 <li>When running emulated binaries, release kernel lock after the exit hook to protect possible free()s.  <li>When running emulated binaries, release kernel lock after the exit hook to protect possible free()s.
 <li>Fix a process datasize leak in UVM when doing mmap with MAP_FIXED.  <li>Fix a process datasize leak in UVM when doing mmap with MAP_FIXED.
 <li>Add skeleton driver for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&sektion=4&format=html">mfi(4)</a> MegaRAID SAS cards.  <li>Add skeleton driver for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&sektion=4&format=html">mfi(4)</a> MegaRAID SAS cards.
 <li>Fixes for floating point state saving in threads code for i386.  <li>Fixes for floating point state saving in threads code for i386.
 <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpctl&sektion=8&format=html">bgpctl(8)</a> where it would show only the first announced prefix when doing "show rib det source-as #nr".  <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpctl&sektion=8&format=html">bgpctl(8)</a> where it would show only the first announced prefix when doing "show rib det source-as #nr".
Line 379 
Line 379 
 <li>Turn on PCI parity checking on sparc64, and set the PCI latency timer for bus master devices.  <li>Turn on PCI parity checking on sparc64, and set the PCI latency timer for bus master devices.
 <li>Fix for adb keyboard caps key problem, if remapped to a dead key.  <li>Fix for adb keyboard caps key problem, if remapped to a dead key.
 <!-- 2006/03/22 -->  <!-- 2006/03/22 -->
 <li>Fix for broken amd64 mpbios'es on VT8237 and nForce4 chipsets. Fixes interrupt routing for SATA on those when running GENERIC.MP.  <li>Fix for broken amd64 mpbios'es on VT8237 and nForce4 chipsets. Fixes interrupt routing for SATA on those when running GENERIC.MP.
 <li>Various fixes from the NetBSD coverity runs.  <li>Various fixes from the NetBSD coverity runs.
 <li>Add support for macros in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec.conf&amp;sektion=5&amp;format=html">ipsec.conf(5)</a>.  <li>Add support for macros in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec.conf&amp;sektion=5&amp;format=html">ipsec.conf(5)</a>.
 <li>Change the way <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&amp;sektion=8&amp;format=html">bgpd(8)</a> selects nexthops. Required for complex setups e.g. where an additional IGP is running.  <li>Change the way <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&amp;sektion=8&amp;format=html">bgpd(8)</a> selects nexthops. Required for complex setups e.g. where an additional IGP is running.
Line 467 
Line 467 
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compress&amp;sektion=1">compress(1)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gzip&amp;sektion=1">gzip(1)</a> work without /dev/stdin and /dev/stdout.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compress&amp;sektion=1">compress(1)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gzip&amp;sektion=1">gzip(1)</a> work without /dev/stdin and /dev/stdout.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>, allow configuration directives to contain spaces, if wrapped in double quotes.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>, allow configuration directives to contain spaces, if wrapped in double quotes.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>, set TCP_NODELAY flag for all connections not just interactive ones - fixes poor network performance and protocol stalls under some network conditions.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>, set TCP_NODELAY flag for all connections not just interactive ones - fixes poor network performance and protocol stalls under some network conditions.
 <li>On the i386, fix userldt handling (consequence of recent i386 W^X changes) which causes a crash if a LDT-using process does an execve().  <li>On the i386, fix userldt handling (consequence of recent i386 W^X changes) which causes a crash if a LDT-using process does an execve().
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount&amp;sektion=8">mount(8)</a>, add -s flag which skips a mount if the file system is already mounted, handy for MFS partitions.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount&amp;sektion=8">mount(8)</a>, add -s flag which skips a mount if the file system is already mounted, handy for MFS partitions.
 <li>Switch from using PCI <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&amp;sektion=4">le(4)</a> driver to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcn&amp;sektion=4">pcn(4)</a>.  <li>Switch from using PCI <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&amp;sektion=4">le(4)</a> driver to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcn&amp;sektion=4">pcn(4)</a>.
 <li>Handle emc6d100 and emc6w201 in the i2c <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adt&amp;sektion=4">adt(4)</a> driver.  <li>Handle emc6d100 and emc6w201 in the i2c <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adt&amp;sektion=4">adt(4)</a> driver.
Line 511 
Line 511 
 <li>Do underlining in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zx&amp;sektion=1&amp;arch=sparc">zx(4)</a> sparc/sparc64 video driver.  <li>Do underlining in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zx&amp;sektion=1&amp;arch=sparc">zx(4)</a> sparc/sparc64 video driver.
 <li>Fix an old bug on ARM-based machines, that would very rarely and very randomly deliver a SIGBUS that was not expected or wanted by anyone.  <li>Fix an old bug on ARM-based machines, that would very rarely and very randomly deliver a SIGBUS that was not expected or wanted by anyone.
 <li>Display cpu states right away (not delayed) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&amp;sektion=1">top(1)</a>.  <li>Display cpu states right away (not delayed) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&amp;sektion=1">top(1)</a>.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=art&amp;sektion=4">art(4)</a> now works on sparc64 as well.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=art&amp;sektion=4">art(4)</a> now works on sparc64 as well.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ami&amp;sektion=4">ami(4)</a>, support a few more re-licensed parts by ACER, FSC, Intel and NEC.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ami&amp;sektion=4">ami(4)</a>, support a few more re-licensed parts by ACER, FSC, Intel and NEC.
 <li>Support Compaq Flash Socket CF 10/100 card in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&amp;sektion=4">ne(4)</a>.  <li>Support Compaq Flash Socket CF 10/100 card in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&amp;sektion=4">ne(4)</a>.
 <li>Support National Semiconductor DP83847 DsPHYTER PHY in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsphyter&amp;sektion=4">nsphyter(4)</a>.  <li>Support National Semiconductor DP83847 DsPHYTER PHY in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsphyter&amp;sektion=4">nsphyter(4)</a>.
Line 553 
Line 553 
 </h3>  </h3>
   
 <hr>  <hr>
 <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>  <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>
 <a href="mailto:www@openbsd.org">www@openbsd.org</a>  <a href="mailto:www@openbsd.org">www@openbsd.org</a>
 <br><small>$OpenBSD$</small>  <br><small>$OpenBSD$</small>
   

Legend:
Removed from v.1.1015  
changed lines
  Added in v.1.1016