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

Diff for /www/plus.html between version 1.1257 and 1.1258

version 1.1257, 2012/12/14 00:08:47 version 1.1258, 2012/12/25 11:09:10
Line 77 
Line 77 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2012/12/16 -->
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> menu drawing rewrite, moving to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xft&manpath=OpenBSD%20Current&sektion=3&format=html">Xft(3)</a> and solving assorted font/colour drawing issues.
   <li>Updated to xf86-video-geode to 2.11.14.
   <li>Added the Validity vendor and some products (including vostro 3360) to usbdevs.
   <!-- 2012/12/15 -->
   <li>Prevent a potential <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> segfault.
   <li>Plugged two <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> memory leaks.
   <li>Don't print an error if the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> process exited normally.
   <!-- 2012/12/14 -->
   <li>Added support for IT8772F to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=it&manpath=OpenBSD%20Current&sektion=4&format=html">it(4)</a>.
   <li>Added U3 HyperTransport found in PowerMac7,3 to pcidevs.
   <!-- 2012/12/13 -->
   <li>Use correct string in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> error messages.
   <li>Changed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> load_cfg to fix a crash.
   <li>Fixed a regression introduced to attach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> on macppc.
   <li>Correctly attach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vgafb&manpath=OpenBSD%20Current&sektion=4&format=html">vgafb(4)</a> on iMac G3 graphics cards which have a "misc" <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a> subclass.
   <!-- 2012/12/12 -->
   <li>Limit the xf86-video-intel backlight values to the maximum so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xbacklight&manpath=OpenBSD%20Current&sektion=1&format=html">xbacklight(1)</a> will work on recent thinkpads.
   <li>Properly handle the case where a process has disappeared in between <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkill&manpath=OpenBSD%20Current&sektion=1&format=html">pkill(1)</a> grep'ing and printing it.
   <li>Use OpenSSL's EVP_aes_{128,192,256}_ctr() API and remove hand-rolled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> counter mode code.
   <li>Reset <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> incoming_packet buffer for each new packet in EtM-case.
   <li>Don't print zero length matches in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grep&manpath=OpenBSD%20Current&sektion=1&format=html">grep(1)</a> -o mode.
   <!-- 2012/12/11 -->
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> encrypt-then-mac (EtM) modes to openssh; these modes are more secure and used by default.
   <li>Drain log messages after receiving <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> keystate from the unpriv child, to stop it from blocking while sending.
   <li>Add a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=daily&manpath=OpenBSD%20Current&sektion=8&format=html">daily(8)</a> SMART check using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atactl&manpath=OpenBSD%20Current&sektion=8&format=html">atactl(8)</a> against disks that support and have SMART enabled.
   <li>Use proper EOL offset for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grep&manpath=OpenBSD%20Current&sektion=1&format=html">grep(1)</a> -o matching.
   <li>Bring back a small copy optimisation in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypt&manpath=OpenBSD%20Current&sektion=3&format=html">crypt(3)</a> aes-gcm handling.
   <!-- 2012/12/10 -->
   <li>Fix potential for use-after-free of bufs in Fast File System softdep.
   <li>Backoff buffer cache on any <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&manpath=OpenBSD%20Current&sektion=9&format=html">uvm(9)</a> page daemon wakeup to avoid repeatedly waking page daemon unnecessarily.
   <li>Limit <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfsd&manpath=OpenBSD%20Current&sektion=8&format=html">nfsd(8)</a> up to only 1/4 of available buffer mapping kva when busying up buffers in an nfsiod. Makes sparc installs work over nfsv2.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> "c-bounded" when arrays are declared without the size expression.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> unaligned memory loads on Alpha.
   <li>Adjusted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> mbuf chain data pointer so that ip header is word aligned.
   <li>Correct macobio functions to fix kernel panic on PowerMac G5 (present since r1.22 of i2s.c).
   <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&manpath=OpenBSD%20Current&sektion=3&format=html">crypto(3)</a> support for Extended Sequence Numbers for the aesni driver.
   <li>Schedule a timeout if receive ring refill fails on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&manpath=OpenBSD%20Current&sektion=4&format=html">bnx(4)</a>. Avoids some stalls when using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&manpath=OpenBSD%20Current&sektion=4&format=html">ipsec(4)</a>.
 <!-- 2012/12/09 -->  <!-- 2012/12/09 -->
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdce&manpath=OpenBSD%20Current&sektion=4&arch=alpha&format=html">cdce(4/alpha)</a>.  <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdce&manpath=OpenBSD%20Current&sektion=4&arch=alpha&format=html">cdce(4/alpha)</a>.
 <li>Recognise 7448 and 970MP processors on macppc.  <li>Recognise 7448 and 970MP processors on macppc.

Legend:
Removed from v.1.1257  
changed lines
  Added in v.1.1258