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

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

version 1.1014, 2006/07/05 09:53:30 version 1.1015, 2006/07/10 20:47:53
Line 60 
Line 60 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2006/05/26 -->
   <li>Large updates to the OpenCVS code. Basic checkout, update, status, diff and commit works in local mode.
   <li>Add support for Option UMTS 3G+.
   <!-- 2006/05/25 -->
   <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>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>.
   <!-- 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>Fix to allow alpha kernels to compile with gcc3.
   <li>Add support in X11 for Intel 945GM chipset video.
   <li>Fix for incomplete logic in the ipv6 input code.
   <li>On i386, simplify the SpeedStep detection.
   <!-- 2006/05/23 -->
   <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>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>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 -->
   <li>Added support for Myrcicom Z8E.
   <li>Attach TTTech MC322 using the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4&format=html">re(4)</a> driver instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&sektion=4&format=html">rl(4)</a>.
   <li>Add support for RAID 10 and 50 in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&sektion=4&format=html">mfi(4)</a> bio.
   <li>On USB1.0 shutdowns, make sure we only call the disestablish function if there actually is a shutdown function established.
   <!-- 2006/05/21 -->
   <li>On <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&sektion=4&format=html">wdc(4)</a>, directly invoke the wdc_do_reset() instead of using the reset funtion pointer, this could cause NULL pointer dereference on some systems.
   <li>Fix a possible endless loop situation in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&sektion=1&format=html">vi(1)</a>.
   <li>Remove static buffer usage in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1&format=html">ksh(1)</a> and make sure item 0 in an array is set since it might be used in a loop even if unset before.
   <li>On <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ami&sektion=4&format=html">ami(4)</a>, allocate ccbs in the attach code instead of preallocating 126 of them in the softc.
   <!-- 2006/05/20 -->
   <li>In the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a> bootp printout code, fix size checks for bootp packets.
   <li>Recognize Perc4/DC firmware.
   <li>Add BCM5706C and 5708C support.
   <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>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>In FFS code, make sure we dont mark a mount-point Read-Only if we are about to sync it.
   <!-- 2006/05/19 -->
   <li>Reimplement Enhanced SpeedStep CPU detection code. Makes a number of VIA C7-M and Pentium-M models work.
   <li>Initial version of thermal zone support in ACPI.
   <!-- 2006/05/18 -->
   <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&sektion=4&format=html">mfi(4)</a> on i386 and amd64 GENERIC.
   <li>Add a shutdown hook for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&sektion=4&format=html">aue(4)</a> devices to reset and stop the device since they can do weird things on a warm reboot.
   <li>Remove <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spppcontrol&sektion=8&format=html">spppcontrol(8)</a> now that ifconfig handles <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sppp&sektion=4&format=html">sppp(4)</a>.
   <li>Added a duplicate check to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4&format=html">carp(4)</a> for our own advertisements, necessary for dumb non simplex interfaces.
   <!-- 2006/05/17 -->
   <li>Fix a SEGV in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bc&sektion=1&format=html">bc(1)</a> when reading erroneous syntax from the command line.
   <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> on i386 and amd64 to get feedback. Still in development.
   <li>Make sure the scsi disk probing tests the state of the disk after spinning it up, and not before in order to handle stuff like empty USB card reader slots.
   <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 -->
   <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 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 -->
   <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>In the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4&format=html">re(4)</a> driver, only allow Jumbo MTU frames if the chipset is 8169.
   <li>Initial implementation of IP Roaming in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hostapd&sektion=8&format=html">hostapd(8)</a>.
   <li>Add -h option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&sektion=8&format=html">spamd(8)</a> to override the hostname that is reported in the SMTP banner.
   <li>Permit proto 0 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&sektion=8&format=html">ipsecctl(8)</a>.
   <li>On i386, add support for Intel 945G/GM video chipsets.
   <!-- 2006/05/14 -->
   <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>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 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.
   <!-- 2006/05/13 -->
   <li>Add support for the usb-attached MetaGeek Wi-Spy.
   <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=twe&sektion=4&format=html">twe(4)</a> on amd64.
   <li>Add ALTQ support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=san&sektion=4&format=html>san(4)</a> devices too.
   <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hostapd&sektion=8&format=html">hostapd(8)</a> sets the correct timezone before writing to syslog.
   <!-- 2006/05/12 -->
   <li>Allow hotspare disk to be used on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ami&sektion=4&format=html">ami(4)</a> even if the firmware sometimes misreports what SCSI type this device is.
   <!-- 2006/05/11 -->
   <li>Fix for pim register corruption in the multicast routing code.
   <li>Handle malloc() failure in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=df&sektion=1&format=html">df(1)</a>.
   <li>Add -x and -X options to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kdump&sektion=1&format=html">kdump(1)</a> to print output in hex.
   <!-- 2006/05/10 -->
   <li>Add support for listing interfaces as arguments to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8&format=html">dhcpd(8)</a> and traverse the list, ignoring all other interfaces for which no entry was given.
   <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zzz&sektion=8&arch=i386&format=html">zzz(8)</a> fails with a reasonable error message if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apmd&sektion=8&arch=i386&format=html">apmd(8)</a> is not running.
   <!-- 2006/05/09 -->
   <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>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>On i386, avoid estimating pentium mhz too low, resulting in non-monolithic time.
   <!-- 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>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 -->
   <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>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
   anyhow.
   <li>Fixes for sgi debug code, unbreaks builds with DEBUG defined.
   <li>Move the userland stack on m88k to the top of userland address space.
   <li>Make sure MVME188 machines dont panic if the abort switch is pressed while at ipl 7.
   <!-- 2006/05/06 -->
   <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>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.
   <!-- 2006/05/05 -->
   <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>Fix two SEGVs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lint&sektion=1&format=html">lint(1)</a>.
 <!-- 2006/05/04 -->  <!-- 2006/05/04 -->
 <li>Make sure <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=isakmpd&sektion=8&format=html">isakmpd(8)</a> also check for such degenerate Diffie-Hellman public exponents.  <li>Make sure <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=isakmpd&sektion=8&format=html">isakmpd(8)</a> also check for such degenerate Diffie-Hellman public exponents.
 <li>Backport checks for degenerate Diffie-Hellman public exponents from OpenSSL 0.9.8a.  <li>Backport checks for degenerate Diffie-Hellman public exponents from OpenSSL 0.9.8a.

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