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

Diff for /www/plus.html between version 1.1285 and 1.1286

version 1.1285, 2013/05/11 12:17:16 version 1.1286, 2013/05/15 00:51:15
Line 74 
Line 74 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2013/05/05 -->
   <li>Workaround faulty cycles-per-second readings on i386 and amd64; fallback to rdtsc if cpuspeed reported as 0.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndiod&manpath=OpenBSD%20Current&sektion=1&format=html">sndiod(1)</a> channel mappings being wrong when the client has not specified the channels.
   <li>Record the time a lease is bound to an interface so the correct <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> process survives a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstart&manpath=OpenBSD%20Current&sektion=8&format=html">netstart(8)</a>.
   <li>Initialise client rate to fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndiod&manpath=OpenBSD%20Current&sektion=1&format=html">sndiod(1)</a> crashes when the client doesn't set the rate.
   <!-- 2013/05/04 -->
   <li>Provide <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> with a way to encrypt envelopes and messages using aes-256-gcm before they hit the queue. Not activated yet.
   <li>Make sure we allocate outside the Legacy Address Range on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> i915. Gets rid of the "no ifp" warning on the x41.
   <li>Fixed use after free in the error paths of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kerberos&manpath=OpenBSD%20Current&sektion=8&format=html">kerberos(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ldconfig(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a>.
   <!-- 2013/05/03 -->
   <li>Use a blacklist detecting non-regex patterns so more are covered by the fast <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grep&manpath=OpenBSD%20Current&sektion=1&format=html">grep(1)</a> code.
   <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=open&manpath=OpenBSD%20Current&sektion=2&format=html">open(2)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fstat&manpath=OpenBSD%20Current&sektion=2&format=html">fstat(2)</a> instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stat&manpath=OpenBSD%20Current&sektion=2&format=html">stat(2)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=open&manpath=OpenBSD%20Current&sektion=2&format=html">open(2)</a> for checking proper permissions of "local" .exrc or .nexrc files in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&manpath=OpenBSD%20Current&sektion=1&format=html">vi(1)</a>.
   <li>Switched the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&manpath=OpenBSD%20Current&sektion=3&format=html">malloc(3)</a> and pool freelists to using xor simpleq. Adds a tiny bit more protection from list manipulation.
   <li>Export ingress/egress interface index in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflow&manpath=OpenBSD%20Current&sektion=4&format=html">pflow(4)</a>. Needed for some netflow collector and tests.
   <li>Fixed mem leak in swapmount.
   <li>Fixed resetting MB_CUR_MAX when switching locales away from a UTF-8 locale.
   <li>Updated xf86-input-keyboard to 1.7.0 and xf86-input-mouse to 1.9.0.
   <!-- 2013/05/02 -->
   <li>Start dbus-launch in a consistent way in xinitrc and Xsession.
   <li>Only redraw the name/size box when the client resizes, not every time there's movement; improves <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> resize syncs.
   <!-- 2013/05/01 -->
   <li>Always attach the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&manpath=OpenBSD%20Current&sektion=4&format=html">mfi(4)</a> battery sensor if the adapter lets us query it, so newly replaced batteries show up immediately.
   <li>Added secure monitor call function for arm/beagle, so a secondary cache controller driver can talk to its controller properly.
   <li>Disabled PandaBoard's L2 Cache early on bootup (it re-enables later once it is ready).
   <li>Fixed a case on arm where we might be cache flushing unmapped pages.
   <li><font color="#e00000">5.3 RELIABILITY FIX: for flaw in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&manpath=OpenBSD%20Current&sektion=4&format=html">vr(4)</a> driver where it did not recover from some error conditions.</font><a href="errata53.html#002_vr"> A source code patch is available</a>.
   <!-- 2013/04/30 -->
   <li>Provide a sensor for the battery backup unit (bbu) on the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&manpath=OpenBSD%20Current&sektion=4&format=html">mfi(4)</a> boards that support it.
   <li>Added a cortex bus which represents the ARM MPCore Complex (attaches to ARM Cortex A9 and A15 SoCs).
   <li>On <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> i915, clear the correct pixels when scrolling backwards.
   <li>Use ARMv7 access permission bits on the beagle architecture.
   <li>Handle newer fibre adapters the same way as <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&manpath=OpenBSD%20Current&sektion=4&format=html">em(4)</a> 82575/82576. Required to make 82580 (i340) and i350 based adapters work.
   <!-- 2013/04/29 -->
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ypldap&manpath=OpenBSD%20Current&sektion=8&format=html">ypldap(8)</a> ignore SIGPIPE so it doesn't fail if an ldap connection breaks.
   <li>Removed most of the pre-<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> backward compatibility (see <a href="http://www.openbsd.org/faq/current.html#20130429">http://www.openbsd.org/faq/current.html#20130429</a>).
   <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ulpt&manpath=OpenBSD%20Current&sektion=4&format=html">ulpt(4)</a>, as it now depends on firmload (since its rev 1.41 that adds support for uploading HP LaserJet firmwares).
 <!-- 2013/04/28 -->  <!-- 2013/04/28 -->
 <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&manpath=OpenBSD%20Current&sektion=8&format=html">identd(8)</a> -h, used to hide usernames/uids (as in libexec/identd).  <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&manpath=OpenBSD%20Current&sektion=8&format=html">identd(8)</a> -h, used to hide usernames/uids (as in libexec/identd).
 <li>Preliminary modifications for Xorg 1bpp server for luna88k, including enabling <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsmux&manpath=OpenBSD%20Current&sektion=4&format=html">wsmux(4)</a> on GENERIC kernel.  <li>Preliminary modifications for Xorg 1bpp server for luna88k, including enabling <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsmux&manpath=OpenBSD%20Current&sektion=4&format=html">wsmux(4)</a> on GENERIC kernel.
Line 554 
Line 590 
   
 </body>  </body>
 </html>  </html>
   
   

Legend:
Removed from v.1.1285  
changed lines
  Added in v.1.1286