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

Diff for /www/plus.html between version 1.1354 and 1.1355

version 1.1354, 2014/09/19 08:51:04 version 1.1355, 2014/09/26 13:33:35
Line 75 
Line 75 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2014/09/21 -->
   <li>Reworked <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool&manpath=OpenBSD%20Current&sektion=9&format=html">pool(9)</a> code to make it mpsafe (can be called without the kernel biglock being held).
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=packages&manpath=OpenBSD%20Current&sektion=7&format=html">packages(7)</a> rsync-friendly. Reduces bandwidth usage by mirrors.
   <!-- 2014/09/20 -->
   <li>Fixed an invalid escape sequence in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cu&manpath=OpenBSD%20Current&sektion=1&format=html">cu(1)</a>.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=agp&manpath=OpenBSD%20Current&sektion=4&format=html">agp(4)</a> to map a single page without sleeping. Fixes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> panic on i386.
   <!-- 2014/09/19 -->
   <li>Added CHACHA20 to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> as a cipher symmetric encryption alias.
   <li>Moved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.conf&manpath=OpenBSD%20Current&sektion=8&format=html">rc.conf(8)</a> from the etc to the base set (any local changes will be overwritten at next upgrade).
   <li><font color="#e00000">5.5 and 5.6 SECURITY FIX: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> session reuse vulnerability (CVE-2014-3616).</font>
   <!-- 2014/09/18 -->
   <li>Introduce <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=config_suspend_all&manpath=OpenBSD%20Current&sektion=9&format=html">config_suspend_all(9)</a>, to invoke <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=config_suspend&manpath=OpenBSD%20Current&sektion=9&format=html">config_suspend(9)</a> in appropriate order. Fixes problems with unflushed disk caches on machines where <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpath&manpath=OpenBSD%20Current&sektion=4&format=html">mpath(4)</a> takes control of some of your disks.
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&manpath=OpenBSD%20Current&sektion=4&format=html">sd(4)</a> spinning back up while attempting to spin down some drives.
   <!-- 2014/09/17 -->
   <li>Increased number of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=blowfish&manpath=OpenBSD%20Current&sektion=3&format=html">blowfish(3)</a> rounds to 8 by default (when not specified in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login.conf&manpath=OpenBSD%20Current&sektion=5&format=html">login.conf(5)</a>).
   <li>Updated to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xkeyboard-config&manpath=OpenBSD%20Current&sektion=7&format=html">xkeyboard-config(7)</a> version 2.12.
   <li>Changed screen <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=terminfo&manpath=OpenBSD%20Current&sektion=5&format=html">terminfo(5)</a> entry to have kbs=\177. Fixes problems with "le" editor.
   <!-- 2014/09/16 -->
   <li>If there are more than 8 CPUs, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&manpath=OpenBSD%20Current&sektion=1&format=html">top(1)</a> now defaults to combined CPU stats.
   <li>Disabled taking the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mutex&manpath=OpenBSD%20Current&sektion=9&format=html">mutex(9)</a> to read <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool&manpath=OpenBSD%20Current&sektion=9&format=html">pool(9)</a> stats. Eliminates code paths that try to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mtx_enter&manpath=OpenBSD%20Current&sektion=9&format=html">mtx_enter(9)</a> twice.
   <!-- 2014/09/15 -->
   <li>Unlinked sendmail from the build.
   <li>Support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppb&manpath=OpenBSD%20Current&sektion=4&format=html">ppb(4)</a> bridges subtractive decoding. Fixes issues with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcmcia&manpath=OpenBSD%20Current&sektion=4&format=html">pcmcia(4)</a> behind a ATI SB400 PCI bridge.
   <li>Marked the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&manpath=OpenBSD%20Current&sektion=4&format=html">mpi(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpii&manpath=OpenBSD%20Current&sektion=4&format=html">mpii(4)</a> interrupt handlers mpsafe.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&manpath=OpenBSD%20Current&sektion=8&format=html">httpd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a>, made the HTTP version mandatory and abort if it is missing in the request.
   <!-- 2014/09/14 -->
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&manpath=OpenBSD%20Current&sektion=1&format=html">dd(1)</a> error out when negative values are given for sizes on the command line.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=man.cgi&manpath=OpenBSD%20Current&sektion=8&format=html">man.cgi(8)</a>, support backslash-escaping of white space in the query expression, similar to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apropos&manpath=OpenBSD%20Current&sektion=1&format=html">apropos(1)</a>.
   <li>Made the new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&manpath=OpenBSD%20Current&sektion=4&format=html">isp(4)</a> drivers match at a higher priority than old drivers.
   <!-- 2014/09/13 -->
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> PKG mode, cope with non-default PREFIX (e.g. /var/www/...).
   <!-- 2014/09/12 -->
   <li>Provided a sparc64 version of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sqrtl&manpath=OpenBSD%20Current&sektion=3&format=html">sqrtl(3)</a> for quad-precision floating point.
   <li>Remove cached 802.11 nodes in IEEE80211_STA_CACHE state. Stops them showing with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ifconfig(8)</a> scan.
   <li>On i386/amd64, stopped attempts to synchronise P-state transitions between CPUs. Fixes hangs and suspend/resume when running <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apmd&manpath=OpenBSD%20Current&sektion=8&arch=amd64&format=html">apmd(8/amd64)</a>.
   <!-- 2014/09/11 -->
   <li>Inspired by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mdoclint&manpath=OpenBSD%20Current&sektion=1&format=html">mdoclint(1)</a>, made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> warn about botched .Xr ordering and punctuation below SEE ALSO; warn about commas in function arguments.
   <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=membar&manpath=OpenBSD%20Current&sektion=9&format=html">membar(9)</a> API for i386.
   <li>Install files that moved from etc to base during "make build" to unbreak updating from src.
   <!-- 2014/09/10 -->
   <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&manpath=OpenBSD%20Current&sektion=8&format=html">httpd(8)</a> handle variations of the "Host" header (eg www.example.com:80, [2001:db8::1], [2001:db8::1]:80).
   <!-- 2014/09/09 -->
   <li>If a manpath directory does not exist, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> will now silently skip it.
   <li>Fixed scans with various <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&manpath=OpenBSD%20Current&sektion=4&format=html">iwn(4)</a> devices.
   <li>If <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> not running as root, dismiss user id and groups, replace with root/bin. For FAKE_AS_ROOT=No.
   <li>Made the cleaner, syncer, pagedaemon and aiodone daemons all yield() if CPU is marked SHOULDYIELD.
   <!-- 2014/09/08 -->
   <li>Marked the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&manpath=OpenBSD%20Current&sektion=4&format=html">mfi(4)</a> interrupt handler mpsafe; give up biglock in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&manpath=OpenBSD%20Current&sektion=4&format=html">scsi(4)</a> cmd submission paths.
   <li>Fixed interrupt storm on 2009 Mac minis with WOL enabled on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfe&manpath=OpenBSD%20Current&sektion=4&format=html">nfe(4)</a> interfaces.
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&manpath=OpenBSD%20Current&sektion=9&format=html">uvm(9)</a> sleeping on allocation of hash table entries. Fixes crashes with tmpfs.
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflog&manpath=OpenBSD%20Current&sektion=4&format=html">pflog(4)</a> counting bad packets multiple times.
   <li>Added window_last_flag and window_zoomed_flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a>.
   <li><font color="#e00000">5.6 and -current RELIABILITY FIX: Prevent addition of redundant IPv6 autoconf (SLAAC) addresses.</font>
 <!-- 2014/09/07 -->  <!-- 2014/09/07 -->
 <li>Fix a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&manpath=OpenBSD%20Current&sektion=8&format=html">syslogd(8)</a> regression when specifying all 20 additional log paths.  <li>Fix a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&manpath=OpenBSD%20Current&sektion=8&format=html">syslogd(8)</a> regression when specifying all 20 additional log paths.
 <li>Implemented membar API for amd64.  <li>Implemented membar API for amd64.
Line 286 
Line 339 
   
 </body>  </body>
 </html>  </html>
   
   
   
   

Legend:
Removed from v.1.1354  
changed lines
  Added in v.1.1355