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

Diff for /www/plus.html between version 1.1323 and 1.1324

version 1.1323, 2014/01/30 05:36:38 version 1.1324, 2014/02/08 03:12:56
Line 76 
Line 76 
   
   
 <ul>  <ul>
   <!-- 2014/02/02 -->
   <li>Build bsd.mp on the alpha platform.
   <li>Allow use of "*************" as password in the installer response file for accounts with password logins disabled but login (e.g. with ssh-keys) still possible.
   <li>Simplified how "kept" packages are handled by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a>.
   <!-- 2014/02/01 -->
   <li>Rearrange interrupt register processing for 2200s. Makes onboard FC controllers in Sun systems work better.
   <li>Converted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=memset&manpath=OpenBSD%20Current&sektion=3&format=html">memset(3)</a> of potentially-private <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a> data to explicit_bzero().
   <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cut&manpath=OpenBSD%20Current&sektion=1&format=html">cut(1)</a> POSIX compliance: continue to process the remaining file operands even after not finding an input file.
   <li>On alpha, manage a per-cpu <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pmap&manpath=OpenBSD%20Current&sektion=9&format=html">pmap(9)</a> free entries queue, in addition to the in-use queue to avoid corrupting memory; simplified try_lock(), to avoid one forward branch in the common case.
   <li>Take bwidth into account for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> menu's position and size.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> kept packages bug (they have to be completed somewhere).
   <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> is stopped by ^C^C, try to exit only when the database is in a safe state.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> i915 now invalidates TLBs for the rings after a reset.
   <li>On amd64, removed some of the excessive cache and TLB flushing going on during hibernate unpack.
   <!-- 2014/01/31 -->
   <li>Allow the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> config parser continue parsing even after encountering an error.
   <li>Replaced most usages of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bzero&manpath=OpenBSD%20Current&sektion=3&format=html">bzero(3)</a> with explicit_bzero in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> and lib/libutil/bcrypt_pbkdf.c and pkcs5_pbkdf2.c.
   <li>Fixed partial matches in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=4&format=html">tmux(4)</a> with xterm-keys on.
   <li>Add \033[18t window operations to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a>.
   <li>Set IFCAP_VLAN_MTU on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tl&manpath=OpenBSD%20Current&sektion=4&format=html">tl(4)</a> to allow for VLAN sized frames.
   <!-- 2014/01/30 -->
   <li>If a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&manpath=OpenBSD%20Current&sektion=4&format=html">scsi(4)</a> device doesn't have device ids or serial numbers, try using node_wwn to generate a devid.
   <li>Fixed VCPU reset sequence bug on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bge(4)</a> BCM5906.
   <li>Simplified <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adjtime&manpath=OpenBSD%20Current&sektion=2&format=html">adjtime(2)</a> by keeping track of the adjustment in a 64-bit integer. Stops <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&manpath=OpenBSD%20Current&sektion=8&format=html">ntpd(8)</a> losing sync.
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umodem&manpath=OpenBSD%20Current&sektion=4&format=html">umodem(4)</a> matching control interfaces if data interface is missing or already claimed. Fixes Ericsson F3507g.
   <li>Made sure partial installs of a package are handled properly by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a>.
   <!-- 2014/01/29 -->
   <li>Added an MI api for atomic ops (e.g <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atomic_add_int&manpath=OpenBSD%20Current&sektion=9&format=html">atomic_add_int(9)</a>) in the kernel.
   <li>Added a -d flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fw_update&manpath=OpenBSD%20Current&sektion=1&format=html">fw_update(1)</a>, to remove the specified firmware packages.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuse&manpath=OpenBSD%20Current&sektion=4&format=html">fuse(4)</a> support for IO_APPEND.
   <li>Check command name/path for truncation and provide user feedback during <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> config parse .
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&manpath=OpenBSD%20Current&sektion=1&format=html">ftp(1)</a> progress meter, broken after the introduction of the '-D' flag
   <!-- 2014/01/28 -->
   <li>Allow replacing separate foo-{fg,bg,attr} <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> options with a single foo-style option (e.g. "set -g status-style fg=yellow,bg=red,blink").
   <li>Remember the last active <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> pane in the top-bottom or left-right cell so that it can be restored when using selectp -L/-R/etc.
   <li>Enable IPv6 TCP checksum offload for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bge(4)</a>.
   <li>Check <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> "ignore windowname" for truncation and provide user feedback during config parse.
   <li>Error out on an unacceptable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=worm&manpath=OpenBSD%20Current&sektion=6&format=html">worm(6)</a> length argument; start with the cursor on the worm's head.
   <li>nginx.conf default changed to stop sending <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> version number in error pages and "Server" header.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> now follows the EWMH spec: if the cardinal returned is 0xFFFFFFFF (-1) then the window should appear on all desktops.
   <li>Added CoreChip RD9700 support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&manpath=OpenBSD%20Current&sektion=4&format=html">udav(4)</a>.
   <li>Dropped FETCH_CMD from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a>, now always use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&manpath=OpenBSD%20Current&sektion=1&format=html">ftp(1)</a>.
   <!-- 2014/01/27 -->
   <li>Fixes/workarounds for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bge(4)</a> BCM5719/BCM5720/BCM57765/BCM57766 chipsets; added support for the new BCM5762 ASIC (BCM5725/BCM5727/BCM57767); added all of the newer PCI ids.
   <li>Replaced <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=3&format=html">ssl(3)</a> HMAC and MD5 with implementations based on native <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a> ssh_digest_*.
   <li>Removed the no-op flags -L and -V from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compress&manpath=OpenBSD%20Current&sektion=1&format=html">compress(1)</a>; removed -g flag from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gzip&manpath=OpenBSD%20Current&sektion=1&format=html">gzip(1)</a> (non-standard, only makes sense in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compress&manpath=OpenBSD%20Current&sektion=1&format=html">compress(1)</a>).
   <li>Enhance <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> errors output and display what is going on.
   <li>Enabled IPv6 checksum offload in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=jmw&manpath=OpenBSD%20Current&sektion=4&format=html">jmw(4)</a>.
 <!-- 2014/01/26 -->  <!-- 2014/01/26 -->
 <li>Attempt to make user changes of keyboard layout configs more "sticky" on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsmux&manpath=OpenBSD%20Current&sektion=4&format=html">wsmux(4)</a>.  <li>Attempt to make user changes of keyboard layout configs more "sticky" on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsmux&manpath=OpenBSD%20Current&sektion=4&format=html">wsmux(4)</a>.
 <li>Work in progress code added for SMP on the alpha architecture.  <li>Work in progress code added for SMP on the alpha architecture.
Line 1227 
Line 1275 
 <li>Enabled MSI on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&manpath=OpenBSD%20Current&sektion=4&format=html">re(4)</a> RT810xE.  <li>Enabled MSI on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&manpath=OpenBSD%20Current&sektion=4&format=html">re(4)</a> RT810xE.
 <li>Unbreak PMTU-discovery for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&manpath=OpenBSD%20Current&sektion=4&format=html">ipsec(4)</a> AES-GCM.  <li>Unbreak PMTU-discovery for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&manpath=OpenBSD%20Current&sektion=4&format=html">ipsec(4)</a> AES-GCM.
 <li>Don't flush the cache on page inflate for hibernate on amd64 for faster resume on some machines.  <li>Don't flush the cache on page inflate for hibernate on amd64 for faster resume on some machines.
 <!-- 2013/08/02 -->  <!-- 2013/08/2 -->
 <li>Fixed corner cases in the implementation of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pow&manpath=OpenBSD%20Current&sektion=3&format=html">pow(3)</a> to make it compatible with C99.  <li>Fixed corner cases in the implementation of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pow&manpath=OpenBSD%20Current&sektion=3&format=html">pow(3)</a> to make it compatible with C99.
 <!-- 2013/08/01 -->  <!-- 2013/08/01 -->
 <li>Implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=if_nametoindex&manpath=OpenBSD%20Current&sektion=3&format=html">if_nametoindex(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=if_indextoname&manpath=OpenBSD%20Current&sektion=3&format=html">if_indextoname(3)</a> for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&manpath=OpenBSD%20Current&sektion=8&format=html">pfctl(8)</a>. 20x speedup factor with some complex rulesets.  <li>Implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=if_nametoindex&manpath=OpenBSD%20Current&sektion=3&format=html">if_nametoindex(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=if_indextoname&manpath=OpenBSD%20Current&sektion=3&format=html">if_indextoname(3)</a> for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&manpath=OpenBSD%20Current&sektion=8&format=html">pfctl(8)</a>. 20x speedup factor with some complex rulesets.
Line 1245 
Line 1293 
 <br><small>$OpenBSD$</small>  <br><small>$OpenBSD$</small>
   
 </body>  </body>
   
   
   
   
   

Legend:
Removed from v.1.1323  
changed lines
  Added in v.1.1324