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

Diff for /www/plus.html between version 1.1082 and 1.1083

version 1.1082, 2007/11/17 16:27:35 version 1.1083, 2007/11/26 16:30:26
Line 63 
Line 63 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2007/11/22 -->
   <li>Fix relay roundrobin mode in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated&sektion=8&format=html">hoststated(8)</a> when multiple hosts in a table are down.
   <li>Unify number and string reading in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&sektion=1&format=html">top(1)</a> to make sure command line args and interactive use of "d" and "n" now also interpret "max", "infinite" and "all".
   <!-- 2007/11/21 -->
   <li>If the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a> drift file is missing, reset adjfreq to zero.
   <li>Disabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipmi&sektion=4&format=html">ipmi(4)</a> on i386 GENERIC kernels.
   <li>Fix for panics when running "mt(1) rewoffl".
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated&sektion=8&format=html">hoststated(8)</a>, allow HTTP digest type be either MD5 or SHA1, determined by the length of the digest.
   <!-- 2007/11/20 -->
   <li>Fix for M88110 setregs() so binaries work to some extent on MVME197 machines.
   <li>Fix possible mbuf leak on error in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4&format=html">trunk(4)</a> code.
   <li>Fir in pthreads, make the threaded version of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vfork&sektion=2&format=html">vfork(2)</a> actually use the system <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vfork&sektion=2&format=html">vfork(2)</a> in order to retain the semantics, instead of calling <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fork&sektion=2&format=html">fork(2)</a>.
   <!-- 2007/11/19 -->
   <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a> default keybinding always exist. Additional bindings now overlap.
   <li>Make sure the kernel will not overwrite a core file owned by another user.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated&sektion=8&format=html">hoststated(8)</a>, always enable "late connect" relay mode, if an expect or filter action has been specified.
   <!-- 2007/11/18 -->
   <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpimadt&sektion=4&format=html">acpimadt(4)</a> for GENERIC.MP kernels where it would map ISA interrupts for which there was an override.
   <!-- 2007/11/17 -->
   <li>Add the Planex GW-US54GXS adapter to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&sektion=4&format=html">zyd(4)</a> devices.
   <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcidump&sektion=8&format=html">pcidump(8)</a> for dumping PCI config space in hex.
   <li>Fix "mount -a" so it continues to try mounting the rest of the filesystems even if a line refers to a non-existant mount point.
   <li>Updated the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&sektion=4&format=html">zyd(4)</a> ZD1211B firmware, supposed to fix hardware reset problem.
   <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cron&sektion=8&format=html">cron(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vipw&sektion=8&format=html">vipw(8)</a>, deal with unchanged files better, since new timers have finer resolution.
   <li>Fix stalls in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfe&sektion=4&format=html">nfe(4)</a>, by disabling jumbo allocator until low number of buffers case is better handled.
   <!-- 2007/11/16 -->
   <li>Fix false splassert warning during boot on m88k machines.
   <li>Make GPIO functionality available on AMD Geode LX CS5536-based machines.
   <li>Make sure to return the correct so_error instead of EINVAL if a non-blocking connect which has completed and failed gets called again.
   <li>Initial import of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uticom&sektion=4&format=html">uticom(4)</a>, a driver for TI TUSB3410 usb serial devices.
 <!-- 2007/11/15 -->  <!-- 2007/11/15 -->
 <li>Make sure the atascsi layer accepts ATA ioctls, so tools like <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atactl&sektion=8&format=html">atactl(8)</a> work on disks behind the atascsi layer.  <li>Make sure the atascsi layer accepts ATA ioctls, so tools like <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atactl&sektion=8&format=html">atactl(8)</a> work on disks behind the atascsi layer.
 <li>Enabled most <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a> functionality by default. If you encounter problems, "disable acpi" or "disable apm" and report the problem.  <li>Enabled most <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a> functionality by default. If you encounter problems, "disable acpi" or "disable apm" and report the problem.
Line 87 
Line 117 
 <li>Make sure m88k dma_cachectl() flushes all processors unconditionally.  <li>Make sure m88k dma_cachectl() flushes all processors unconditionally.
 <li>In OpenCVS, if a file has modifications in it when being updated, reapply umask.  <li>In OpenCVS, if a file has modifications in it when being updated, reapply umask.
 <!-- 2007/11/10 -->  <!-- 2007/11/10 -->
 <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eso&sektion=4&format=html">eso(4)</a>, now recording and setting blocksize works, and there is a master volume mute.  <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eso&sektion=4&format=html">eso(4)</a>, now recording and setting block size works, and there is a master volume mute.
 <li>Add support for more multifunction Epson devices to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uscanner&sektion=4&format=html">uscanner(4)</a>.  <li>Add support for more multifunction Epson devices to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uscanner&sektion=4&format=html">uscanner(4)</a>.
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umbg&sektion=4&format=html">umbg(4)</a> to i386 and macppc GENERIC kernels.  <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umbg&sektion=4&format=html">umbg(4)</a> to i386 and macppc GENERIC kernels.
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umbg&sektion=4&format=html">umbg(4)</a>, a driver for USB attached Meinberg USB5131 DCF77 radio clock devices.  <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umbg&sektion=4&format=html">umbg(4)</a>, a driver for USB attached Meinberg USB5131 DCF77 radio clock devices.
Line 136 
Line 166 
 <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> from getting data from getpwuid() clobbered by another getpw*() call.  <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> from getting data from getpwuid() clobbered by another getpw*() call.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>, fix memory leak in the process_cmdline() function.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>, fix memory leak in the process_cmdline() function.
 <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8&format=html">sudo(8)</a> to 1.6.9p8.  <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8&format=html">sudo(8)</a> to 1.6.9p8.
 <li>Lots and lots of work on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1&format=html">make(1)</a>, including: optimized job runner which avoids forking the last command since it is running in a subshell, replaced parallell job buffering to deal with non-blocking descriptors, store list of errors during parallel make and print them on exit.  <li>Lots and lots of work on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1&format=html">make(1)</a>, including: optimized job runner which avoids forking the last command since it is running in a subshell, replaced parallel job buffering to deal with non-blocking descriptors, store list of errors during parallel make and print them on exit.
 <!-- 2007/11/01 -->  <!-- 2007/11/01 -->
 <li>Fix potential panics on the arm xscale based platform by reusing cache cleaning address calculation.  <li>Fix potential panics on the arm xscale based platform by reusing cache cleaning address calculation.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&sektion=1&format=html">top(1)</a>, bump arbitrary limit on argument length shown by -C.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&sektion=1&format=html">top(1)</a>, bump arbitrary limit on argument length shown by -C.
Line 256 
Line 286 
 <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>  <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <!-- 2007/10/10 -->  <!-- 2007/10/10 -->
 <li>Fix for macppc when using the new context switching code.  <li>Fix for macppc when using the new context switching code.
 <li>Reworked the context switching code to a more machine-independant design. Allows MD context switching without spls or locks, and sleep queue wakeup goes from O(n^2) to O(n).  <li>Reworked the context switching code to a more machine-independent design. Allows MD context switching without spls or locks, and sleep queue wakeup goes from O(n^2) to O(n).
 <!-- 2007/10/09 -->  <!-- 2007/10/09 -->
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgplg&sektion=8&format=html">bgplg(8)</a>, limit the number of allowable characters in a request to prevent cross-site scripting issues.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgplg&sektion=8&format=html">bgplg(8)</a>, limit the number of allowable characters in a request to prevent cross-site scripting issues.
 <li>Add support for RTL8211B PHY devices in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rgephy&sektion=4&format=html">rgephy(4)</a>.  <li>Add support for RTL8211B PHY devices in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rgephy&sektion=4&format=html">rgephy(4)</a>.
Line 400 
Line 430 
 <li>Make the i386 boot loader not complain about missing apm support.  <li>Make the i386 boot loader not complain about missing apm support.
 <li>Add an option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd.conf&sektion=5&format=html">ntpd.conf(5)</a> to compensate for a reference clock in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a> that is early or late.  <li>Add an option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd.conf&sektion=5&format=html">ntpd.conf(5)</a> to compensate for a reference clock in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a> that is early or late.
 <li>Port the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pctr&arch=i386&sektion=4&format=html">pctr(4)</a> i386 performance counters to the amd64 platform.  <li>Port the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pctr&arch=i386&sektion=4&format=html">pctr(4)</a> i386 performance counters to the amd64 platform.
 <li>Initial import of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a>, a driver for the Broadcom AirForce wireless devies.  <li>Initial import of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a>, a driver for the Broadcom AirForce wireless devices.
 <li>Update setxkbmap, xcalc and xclock in the xenocara sources.  <li>Update setxkbmap, xcalc and xclock in the xenocara sources.
 <!-- 2007/09/11 -->  <!-- 2007/09/11 -->
 <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfe&sektion=4&format=html">nfe(4)</a>, use a TX interrupt to clean up the DMA ring if IFF_OACTIVE is set when starting it up.  <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfe&sektion=4&format=html">nfe(4)</a>, use a TX interrupt to clean up the DMA ring if IFF_OACTIVE is set when starting it up.
Line 447 
Line 477 
 <li>Re-enable interrupt coalescing on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a>, it now properly ACKs interrupts.  <li>Re-enable interrupt coalescing on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a>, it now properly ACKs interrupts.
 <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a> for the "multiple bus 0" problems.  <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a> for the "multiple bus 0" problems.
 <li>Added support in OpenCVS for single file checkouts.  <li>Added support in OpenCVS for single file checkouts.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a> pad the first segemnt of a TX descriptor if needed to make the length a multiple of 4.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a> pad the first segment of a TX descriptor if needed to make the length a multiple of 4.
 <li>Added initial driver <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adl&sektion=4&format=html">adl(4)</a> to handle Andigilog aSC7621 devices.  <li>Added initial driver <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adl&sektion=4&format=html">adl(4)</a> to handle Andigilog aSC7621 devices.
 <li>Fix potential uninitialized memory access in the routing socket code.  <li>Fix potential uninitialized memory access in the routing socket code.
 <li>Add "show sessions" command to dump complete list of relay sessions in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated&sektion=8&format=html">hoststated(8)</a>.  <li>Add "show sessions" command to dump complete list of relay sessions in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated&sektion=8&format=html">hoststated(8)</a>.
Line 455 
Line 485 
 <li>Tweak heuristics in the speedstep code to better detect compatible Mobile Intel Pentium 3 as found on Dell c610.  <li>Tweak heuristics in the speedstep code to better detect compatible Mobile Intel Pentium 3 as found on Dell c610.
 <li>Improvements in the PowerNow K7 power state code.  <li>Improvements in the PowerNow K7 power state code.
 <li>Add an unsolicited event handler for the Apple Sigmatel codecs. Now speaker and line outputs will mute and unmute on headphone presence.  <li>Add an unsolicited event handler for the Apple Sigmatel codecs. Now speaker and line outputs will mute and unmute on headphone presence.
 <li>Make ITM touchscreens return pressure as an absolut z axis in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uts&sektion=4&format=html">uts(4)</a> driver.  <li>Make ITM touchscreens return pressure as an absolute z axis in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uts&sektion=4&format=html">uts(4)</a> driver.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1&format=html">ksh(1)</a> smarter when waiting for input for non-interactive scripts.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1&format=html">ksh(1)</a> smarter when waiting for input for non-interactive scripts.
 <li>Fix temperature sensors on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a> devices.  <li>Fix temperature sensors on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a> devices.
 <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwm&sektion=4&format=html">iwm(4)</a> driver for Intel Wireless WiFi Link 4965AGN. Needs non-free firmware (see man page).  <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a> driver for Intel Wireless WiFi Link 4965AGN. Needs non-free firmware (see man page).
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4&format=html">trunk(4)</a> do error checking correctly when packets enter a non-master interface.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4&format=html">trunk(4)</a> do error checking correctly when packets enter a non-master interface.
 <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdhc&sektion=4&format=html">sdhc(4)</a>, do not try to disable bus power before setting the voltage on the controller.  <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdhc&sektion=4&format=html">sdhc(4)</a>, do not try to disable bus power before setting the voltage on the controller.
 <li>Fix buffer overflow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a>.  <li>Fix buffer overflow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a>.
Line 484 
Line 514 
 <li>Change internal communication regarding routes to support 64 bit counters and routing table id in the headers of most routing messages.  <li>Change internal communication regarding routes to support 64 bit counters and routing table id in the headers of most routing messages.
 <li>Add __cxa_atexit() support to gcc3, provides support for shared object destructors called at dlclose() time.  <li>Add __cxa_atexit() support to gcc3, provides support for shared object destructors called at dlclose() time.
 <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=memrchr&sektion=3&format=html">memrchr(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=recalloc&sektion=3&format=html">recalloc(3)</a> call to libc.  <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=memrchr&sektion=3&format=html">memrchr(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=recalloc&sektion=3&format=html">recalloc(3)</a> call to libc.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1&format=html">ksh(1)</a> not fail if unsetting a non-existant variable.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1&format=html">ksh(1)</a> not fail if unsetting a non-existent variable.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4&format=html">carp(4)</a>, make use of the preempt counter to signal number of transitions of any carp group to master status.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4&format=html">carp(4)</a>, make use of the preempt counter to signal number of transitions of any carp group to master status.
 <!-- 2007/09/02 -->  <!-- 2007/09/02 -->
 <li>Add some more PCI ids to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a> driver.  <li>Add some more PCI ids to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a> driver.

Legend:
Removed from v.1.1082  
changed lines
  Added in v.1.1083