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

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

version 1.1322, 2014/01/22 13:04:39 version 1.1323, 2014/01/30 05:36:38
Line 76 
Line 76 
   
   
 <ul>  <ul>
   <!-- 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>Work in progress code added for SMP on the alpha architecture.
   <li>Installer fixes to: extend logic for finding a location to place prefetched sets; complain loudly on errors and give users a chance to react; improve detection of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&manpath=OpenBSD%20Current&sektion=1&format=html">ftp(1)</a> fails while fetching sets; be more cautious while removing temporary directories.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&manpath=OpenBSD%20Current&sektion=8&format=html">tcpdump(8)</a> now correctly shows that checksums of zero are invalid when listening to UDP over IPv6 traffic.
   <!-- 2014/01/25 -->
   <li>Stopped ufs_setattr() assuming atime/mtime/ctime flag bits needing to be updated weren't already set.
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> allowing file permissions to be adjusted without an explicit @mode annotation.
   <li>Changed the default <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&manpath=OpenBSD%20Current&sektion=5&format=html">pf.conf(5)</a> block policy to "block return".
   <li>Reverted counter size changes in netinet, as it broke <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&manpath=OpenBSD%20Current&sektion=1&format=html">netstat(1)</a>.
   <li>Added a special case to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> for the DH group size for 3des-cbc, which has an effective strength much lower than the key size.
   <!-- 2014/01/24 -->
   <li>Corrected parsing of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient.conf&manpath=OpenBSD%20Current&sektion=5&format=html">dhclient.conf(5)</a> statements "fixed-address" and "next-server".
   <li>Ditched kernel high and low water marks for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vfs&manpath=OpenBSD%20Current&sektion=9&format=html">vfs(9)</a> pages and replaced with a single target, to minimise use of biglock.
   <li>Disable lapic when halting CPUs on i386, for improved suspend.
   <li>Implemented the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute6&manpath=OpenBSD%20Current&sektion=8&format=html">traceroute6(8)</a> "-c", "-D" and "-S" flags (from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute&manpath=OpenBSD%20Current&sektion=8&format=html">traceroute(8)</a>).
   <li>Improved formatting of broken blocks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> -Tman.
   <li>When a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&manpath=OpenBSD%20Current&sektion=5&format=html">disklabel(5)</a> is read from a MBR partitioned disk, preserve any changes the user makes with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&manpath=OpenBSD%20Current&sektion=8&format=html">disklabel(8)</a> "-b".
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> re-lookup the policy as soon as we have the ID of the peer (destid).
   <li>Enabled format-string checks for log_*() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a>.
   <li>Made sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> sa_lookup() can actually find the SAs.
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> leaking prv RSA key for each signature.
   <!-- 2014/01/23 -->
   <li>Avoid <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&manpath=OpenBSD%20Current&sektion=4&format=html">wdc(4)</a> panics where free_xfer is called after scsi_done calls xfer_put.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a>, corrected the matching for filter rules of "prefixlen = XX".
   <li>Fixed VRAM size calculation for VRAM >= 4GB, and many other fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a>.
   <li>Fixed a use-after-free when GPU acceleration disabled; many more <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> fixes.
   <li>Killed (inaccurate) hardware checksummed packet counters and use software counters instead; switched <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&manpath=OpenBSD%20Current&sektion=1&format=html">netstat(1)</a> to use them.
   <li>Allow the special <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> case of making a route valid before setting the blackhole flag on it.
   <li>Support multi-stream archives in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_sign&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_sign(1)</a>, storing packing-list as a separate stream for efficiency.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> supply a more useful title for windows launched via the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> command menu ("[ssh] <hostname>").
   <!-- 2014/01/22 -->
   <li>Switched <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> drm to MSI on the cards that support it.
   <li>Added -D shorttitle support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&manpath=OpenBSD%20Current&sektion=1&format=html">ftp(1)</a>.
   <li>Added initial <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> support for rebuilding a RAID5 volume.
   <li>Fixed resume on some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> rs4xx(v2) boards.
   <li>Support paste key in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> copy mode input (for search etc); clamp length to screen width.
   <li>Properly release <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=X&manpath=OpenBSD%20Current&sektion=7&format=html">X(7)</a> resources during <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> teardown.
   <li>Streamlined <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> event loop/restart/quit handling.
   <li>Implemented the "\:" (optional line break) escape sequence in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a>.
   <li>Do not permit periods in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> session names.
   <li>Only exit <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> copy mode at the bottom if no selection is in progress.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bus_dmamap_load&manpath=OpenBSD%20Current&sektion=9&format=html">bus_dmamap_load(9)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bus_dmamap_unload&manpath=OpenBSD%20Current&sektion=9&format=html">bus_dmamap_unload(9)</a> made mpsafe on sparc64.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> cleans up work directory better; improved handling and comparisons of symlinks; simplified signature handling.
   <!-- 2014/01/21 -->
   <li>Removed genmask support from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&manpath=OpenBSD%20Current&sektion=8&format=html">route(8)</a>.
   <li>Fixed problems installing from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atapiscsi&manpath=OpenBSD%20Current&sektion=4&format=html">atapiscsi(4)</a> cdrom devices.
   <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>Fixed a bug where stale <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> routes were not properly flushed on sessions announcing the graceful restart capability.
   <li>Made sure the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&manpath=OpenBSD%20Current&sektion=5&format=html">disklabel(5)</a> is written to the correct spot on devices with non-512-byte sectors.
   <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&manpath=OpenBSD%20Current&sektion=8&format=html">isakmpd(8)</a> randomisation.
   <li>Introduced fine grained locking to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=myx&manpath=OpenBSD%20Current&sektion=4&format=html">myx(4)</a> (only from the interrupt side).
   <li>Fixed a double free caused by a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">relayd.conf(5)</a> config with two "listen on" statements in a relay.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflow&manpath=OpenBSD%20Current&sektion=4&format=html">pflow(4)</a> to determine the src IP address based on the route table if flowsrc is not set.
   <li>Added a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=virtio&manpath=OpenBSD%20Current&sektion=4&format=html">virtio(4)</a> random driver.
   <li>Enabled mpsafe interrupts on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pyro&manpath=OpenBSD%20Current&sektion=4&arch=sparc64&format=html">pyro(4/sparc64)</a>.
   <li>Do not clean the multicast records of an interface when it is destroyed (as pcb multicast options might keep a pointer to them).
   <li>Disabled lapic when halting amd64 CPUs. Fixes suspend on some machines.
   <li>Enabled signature checking by default to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a>, with new option -S to skip.
   <!-- 2014/01/20 -->
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient.conf&manpath=OpenBSD%20Current&sektion=5&format=html">dhclient.conf(5)</a> to specify "fixed-address", "next-serve", "filename" and "server-name".
   <li>When creating the effective lease, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient.conf&manpath=OpenBSD%20Current&sektion=5&format=html">dhclient.conf(5)</a> can now override anything in an offer or saved lease.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> RAID5 write functionality: changed parity calculation algorithm to avoid volume scrubs; allow writes to function correctly even when a chunk is lost.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> to match "any" interface (excluding loopback).
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdmmc&manpath=OpenBSD%20Current&sektion=4&format=html">sdmmc(4)</a> support to i386/amd64 install media.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpd&manpath=OpenBSD%20Current&sektion=8&format=html">lpd(8)</a> race condition during symlink check.
   <li>Added ubcmtp driver for Broadcom multitouch trackpads (on some MacBooks) enabling multi-finger gestures with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=synaptics&manpath=OpenBSD%20Current&sektion=4&format=html">synaptics(4)</a>.
 <!-- 2014/01/19 -->  <!-- 2014/01/19 -->
 <li>Convert the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> work unit workqs to taskqs.  <li>Convert the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> work unit workqs to taskqs.
 <li>Added strong stack protector mode for propolice in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> version 3.  <li>Added strong stack protector mode for propolice in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> version 3.
Line 1168 
Line 1235 
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&manpath=OpenBSD%20Current&sektion=4&format=html">ral(4)</a> support for the Ralink RT3060, which uses the RT3572 MAC/BBP.  <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&manpath=OpenBSD%20Current&sektion=4&format=html">ral(4)</a> support for the Ralink RT3060, which uses the RT3572 MAC/BBP.
 <!-- 2013/07/31 -->  <!-- 2013/07/31 -->
 <li>Remove the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> glue from the installer (it has never been used and is being replaced).  <li>Remove the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> glue from the installer (it has never been used and is being replaced).
   
 </ul>  </ul>
 <p>  <p>
   
Line 1179 
Line 1245 
 <br><small>$OpenBSD$</small>  <br><small>$OpenBSD$</small>
   
 </body>  </body>
   
   
   
   
   

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