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

Diff for /www/errata45.html between version 1.46 and 1.47

version 1.46, 2016/02/20 14:18:42 version 1.47, 2016/03/21 05:46:20
Line 96 
Line 96 
 <font color="#009000"><strong>015: RELIABILITY FIX: April 4, 2010</strong></font>  <font color="#009000"><strong>015: RELIABILITY FIX: April 4, 2010</strong></font>
 &nbsp; <i>All architectures</i><br>  &nbsp; <i>All architectures</i><br>
 When updating sensors showing the state of RAID volumes  When updating sensors showing the state of RAID volumes
 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4">mpi(4)</a>  <a href="http://man.openbsd.org?query=mpi&sektion=4">mpi(4)</a>
 allocates temporary memory and then returns it to the kernel as  allocates temporary memory and then returns it to the kernel as
 device memory.  device memory.
 This causes kernel memory usage to be misrepresented, eventually  This causes kernel memory usage to be misrepresented, eventually
Line 213 
Line 213 
 On very high system load, an audio interrupt may occur while the  On very high system load, an audio interrupt may occur while the
 audio process is filling audio ring buffers. This triggers bogus  audio process is filling audio ring buffers. This triggers bogus
 (and useless) correction code in the  (and useless) correction code in the
 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audio&sektion=4">audio(4)</a>  <a href="http://man.openbsd.org?query=audio&sektion=4">audio(4)</a>
 driver causing the audio application to go out of sync, and in turn causing  driver causing the audio application to go out of sync, and in turn causing
 continuous stuttering until the application is restarted.  continuous stuttering until the application is restarted.
 <br>  <br>
Line 225 
Line 225 
 <font color="#009000"><strong>004: RELIABILITY FIX: April 24, 2009</strong></font>  <font color="#009000"><strong>004: RELIABILITY FIX: April 24, 2009</strong></font>
 &nbsp; <i>All architectures</i><br>  &nbsp; <i>All architectures</i><br>
 In server mode when in full-duplex mode (the default)  In server mode when in full-duplex mode (the default)
 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1">aucat(1)</a>  <a href="http://man.openbsd.org?query=aucat&sektion=1">aucat(1)</a>
 will send each synchronization message twice, causing client applications  will send each synchronization message twice, causing client applications
 to think that buffer underruns are occuring.  Depending on the  to think that buffer underruns are occuring.  Depending on the
 application, this may cause the sound to stutter.  application, this may cause the sound to stutter.
Line 240 
Line 240 
 When DMA'able memory is mapped by device drivers, the  When DMA'able memory is mapped by device drivers, the
 mapping flags and protection are partially uninitialized.  mapping flags and protection are partially uninitialized.
 Depending on the calling context, this may cause devices to misbehave, like  Depending on the calling context, this may cause devices to misbehave, like
 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audio&sektion=4">audio(4)</a>  <a href="http://man.openbsd.org?query=audio&sektion=4">audio(4)</a>
 to stutter, but other anomalies might be observed for other  to stutter, but other anomalies might be observed for other
 device types.  device types.
 <br>  <br>

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47