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

Diff for /www/plus.html between version 1.1315 and 1.1316

version 1.1315, 2013/12/09 00:56:07 version 1.1316, 2013/12/15 06:22:12
Line 74 
Line 74 
 <h3><font color="#0000e0">Changes made between OpenBSD 5.4 and -current</font></h3><p>  <h3><font color="#0000e0">Changes made between OpenBSD 5.4 and -current</font></h3><p>
 <p>  <p>
   
   
 <ul>  <ul>
   <!-- 2013/12/08 -->
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&manpath=OpenBSD%20Current&sektion=9&format=html">uvm(9)</a> aobj to shrink and grow, for tmpfs support.
   <li>In sgi architecture, fixed boot block installation on IP28.
   <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> client group shortcut in menu lists when clients aren't assigned to a group, to fix a crash.
   <li>Updated to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xserver&manpath=OpenBSD%20Current&sektion=1&format=html">Xserver(1)</a> version 1.14.4.
   <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rum&manpath=OpenBSD%20Current&sektion=4&format=html">rum(4)</a> for armv7.
   <!-- 2013/12/07 -->
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcn&manpath=OpenBSD%20Current&sektion=4&format=html">pcn(4)</a>, to allow bringing interface out of all-multicast mode once a range of multicast addresses has been found.
   <li>Corrected the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&manpath=OpenBSD%20Current&sektion=8&format=html">sudo(8)</a> check for whether a user may change the login class.
   <li>Enabled fast path for relocations and enabled cpu relocations on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> i915.
   <li>If the ring was full, make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=jme&manpath=OpenBSD%20Current&sektion=4&format=html">jme(4)</a> put the packet back on the queue so it can be transmitted.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=jme&manpath=OpenBSD%20Current&sektion=4&format=html">jme(4)</a> error handling for DMA.
   <!-- 2013/12/06 -->
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> clflush() flush the correct cache line on i386/amd64. Fixes gnome screen corruption and hangs.
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> i915 from panicking if an object is truncated while still mapped.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> resume route.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> now supports ed25519 hostkeys and user identities (see <a href="http://ed25519.cr.yp.to/software.html">http://ed25519.cr.yp.to/software.html</a>).
   <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> private key format, with bcrypt as the default KDF.
   <!-- 2013/12/05 -->
   <li>Fixed memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&manpath=OpenBSD%20Current&sektion=1&format=html">sftp(1)</a> error path in do_readdir().
   <li>Warn when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> fails to parse a field.
   <li>When a relay fails, let the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> scheduler update all envelopes in the holdq as if they tempfailed.
   <li>Libcompat (for compatability with 4.3BSD) is purged.
   <!-- 2013/12/04 -->
   <li>Corrected spin timeout detection in __mp_lock debug code.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> AuthorizedKeysCommand inside a Match block (bz#2161).
   <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> receives a /32 IP address assignment, mimic ISC DHCP by adding a direct <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&manpath=OpenBSD%20Current&sektion=8&format=html">route(8)</a> for the default gateway.
   <li>Fixed the installer's parsing of nwids containing blanks.
   <!-- 2013/12/03 -->
   <li>Protect calls to bio_getitall with the sc_lock, so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&manpath=OpenBSD%20Current&sektion=4&format=html">mfi(4)</a> doesn't panic.
   <li>Don't leak local_fd on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&manpath=OpenBSD%20Current&sektion=1&format=html">sftp(1)</a> error (bz#2171).
   <li>Allow sgi IP27 to be able to boot off cdrom via the "Install System Software" menu.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&manpath=OpenBSD%20Current&sektion=4&format=html">iwi(4)</a> to cope with fatal firmware errors: reset chip, reload firmware and bring the interface back up.
   <li>Fixed an out-of-bounds-memcpy in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> pfkey_process().
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> scheduler_ramqueue is now in O(log n).
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuse&manpath=OpenBSD%20Current&sektion=4&format=html">fuse(4)</a> appending a NUL character to buf in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=readlink&manpath=OpenBSD%20Current&sektion=2&format=html">readlink(2)</a>; more checks for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&manpath=OpenBSD%20Current&sektion=3&format=html">malloc(3)</a> return values.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuse&manpath=OpenBSD%20Current&sektion=4&format=html">fuse(4)</a> to free the representation of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnode&manpath=OpenBSD%20Current&sektion=9&format=html">vnode(9)</a> in userspace.
   <li>Unmount the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuse&manpath=OpenBSD%20Current&sektion=4&format=html">fuse(4)</a> filesystem if communication ends with the fuse device.
   <li>Added missing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuse&manpath=OpenBSD%20Current&sektion=4&format=html">fuse(4)</a> checks that the communication channel with libfuse is still open before sending fusebufs.
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> sending all delivery notifications to the queue in one go.
   <li>Warn when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> fails to enqueue an internal bounce.
   <!-- 2013/12/02 -->
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&manpath=OpenBSD%20Current&sektion=4&format=html">dc(4)</a> so it can bring the interface out of all multicast mode once a range of multicast addresses; fixed multicast range checking.
   <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> receives a NotionNotify event, don't redraw the top menu selection.
   <li>Always highlight the first menu item in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> menu.
   <li>Prepend the group shortcut in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> client search menu; prepend shortcut in unhide menu.
   <li>Stopped ntfs subsystem trying to put an off_t into an int, which resulted in a 2GB limit.
   <li>Avoid truncating ntfs 64-bit attribute values to 32-bits. Otherwise an attribute's data length value wraps at 4GB.
   <li>If not hidden during an UnmapNotify event, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> will now un-manage the client.
 <!-- 2013/12/01 -->  <!-- 2013/12/01 -->
 <li>Corrected <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> bzero of chacha20+poly1305 key context (bz#2177).  <li>Corrected <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> bzero of chacha20+poly1305 key context (bz#2177).
 <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> key_to_blob() return a NULL blob on failure (part of bz#2175).  <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> key_to_blob() return a NULL blob on failure (part of bz#2175).
Line 874 
Line 924 
 <br><small>$OpenBSD$</small>  <br><small>$OpenBSD$</small>
   
 </body>  </body>
   
   

Legend:
Removed from v.1.1315  
changed lines
  Added in v.1.1316