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

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

version 1.1081, 2007/11/08 17:28:28 version 1.1082, 2007/11/17 16:27:35
Line 63 
Line 63 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 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>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>Initial import of a driver for the Ralink RT2860 chipset. Will attach as <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&sektion=4&format=html">ral(4)</a>.
   <li>Try to get a working console on sparc64 when redirected to the RSC card on Sun Fire 280R/V480/V880.
   <li>Make i386 MP kernels use smbios to count number of CPUs. If &gt; 1, disable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&sektion=4&format=html">apm(4)</a>.
   <li>Make sure the MS-DOS handling code reads 4k when reading the boot sector, help iPod nano file systems.
   <!-- 2007/11/14 -->
   <li>Do not call crypto_done() on errors. Fixes panics on crypto errors seen on reboots.
   <li>Add Marvell 88E8042 and 88E8072 to the list of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&sektion=4&format=html">msk(4)</a> devices.
   <!-- 2007/11/13 -->
   <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldattach&sektion=8&format=html">ldattach(8)</a> does not set explicit com parameters for the tty, instead use the existing ones. Also do not artificially limit the baudrates.
   <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&sektion=4&format=html">wscons(4)</a> on SGI machines compile ok and prevent it from stealing the console.
   <!-- 2007/11/12 -->
   <li>Fix clock drift on MP m88k systems.
   <li>Make an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=openprom&sektion=4&format=html">openprom(4)</a> device file for the macppc platform.
   <!-- 2007/11/11 -->
   <li>Fix some amd64 problems with lazy fpu context handling.
   <li>Fix for i386 MP where interrupt time was always shown as 0%.
   <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> does not leak pfstatekey upon insert conflicts.
   <li>For SGI macebus, add spurious interrupt detection, enables user to "boot poweroff" from ddb.
   <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.
   <!-- 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>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>, a driver for USB attached Meinberg USB5131 DCF77 radio clock devices.
   <!-- 2007/11/09 -->
   <li>Allow -c in conjunction with -d (and -u) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uniq&sektion=1&format=html">uniq(1)</a>.
   <li>M88k now builds bsd.mp kernels.
   <li>Make sure m88k MP kernels grab the kernel lock when processing soft interrupts.
   <li>On sparc64 MP systems, use the interrupt stack as the initial stack for spinning up secondary CPUs.
   <!-- 2007/11/08 -->
   <li>Make the in-kernel disklabel code NTFS aware.
   <li>Add Exar UART XR17C152, 154 and 158 to the list of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&sektion=4&format=html">puc(4)</a> devices.
   <li>Fix AML string parsing in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a> battery code, to better handle the invalid pointers aml_val2str() sometimes returns.
   <!-- 2007/11/07 -->
   <li>Prevent null-pointer dereference in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> when empty groups are used in "set loginterface".
   <li>Fix potential heap overflow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&sektion=1&format=html">perl(1)</a>, given a specially crafted regexp.
 <!-- 2007/11/06 -->  <!-- 2007/11/06 -->
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=md5&sektion=1&format=html">md5(1)</a> properly exit with a result code &gt;0 when encountering bad md5 in the checklist.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=md5&sektion=1&format=html">md5(1)</a> properly exit with a result code &gt;0 when encountering bad md5 in the checklist.
 <li>Close a race on sparc64 where the FPU state might be dropped to the wrong process in the IPI handlers.  <li>Close a race on sparc64 where the FPU state might be dropped to the wrong process in the IPI handlers.

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