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

Diff for /www/plus.html between version 1.1287 and 1.1288

version 1.1287, 2013/05/17 07:53:38 version 1.1288, 2013/05/22 02:08:44
Line 74 
Line 74 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2013/05/19 -->
   <li>Switched <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> border colours to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xft&manpath=OpenBSD%20Current&sektion=3&format=html">Xft(3)</a>. If colour name allocation fails, revert back to default.
   <li>Support .Bl -offset in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> -mdoc -Tman.
   <li>If pid&lt;0, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kill&manpath=OpenBSD%20Current&sektion=2&format=html">kill(2)</a> no longer fails with EPERM unless none of the target processes could be signalled.
   <li>Switched mvme68k to the machine independent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdsc&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=sgi&format=html">wdsc(4/sgi)</a> driver.
   <li>Added more messages for when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apmd&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">apmd(8)</a> is entering suspend.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> cursor position when moving backwards by paragraph behave the same as emacs (move it to line above paragraph).
   <li>Fixed duplicate TouchBegin selection with virtual devices. Fixes gtk+3 applications crashing with "BadImplementation" error.
   <li>Don't try to start an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-agent(1)</a> via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xinit&manpath=OpenBSD%20Current&sektion=1&format=html">xinit(1)</a> or xsession if $SSH_AGENT_PID is already set.
   <!-- 2013/05/18 -->
   <li>Standardise logging of supplemental information during <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> userauth, pushing all logging onto a single line.
   <li>Fixed failure to recognise <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> cert-authority keys if a key of a different type appeared in authorized_keys before it.
   <li>/dev/ttyc is no longer special on sparc/sparc64 now that sun serial mice are handled by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsmouse&manpath=OpenBSD%20Current&sektion=4&format=html">wsmouse(4)</a>; update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ttys&manpath=OpenBSD%20Current&sektion=5&format=html">ttys(5)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fbtab&manpath=OpenBSD%20Current&sektion=5&format=html">fbtab(5)</a> accordingly.
   <li>Build and install libgcov on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> version 4 platforms. Makes gcc -fprofile-arcs work again.
   <li>On arm, make sure we executed an instruction before continuing to the next. Replaced calls to drain the write buffer with the correct ones for armv7.
   <!-- 2013/05/17 -->
   <li>Fixed the "right-of-cursor background color is inverted when we do delete-after-cursor" bug on luna88k <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&manpath=OpenBSD%20Current&sektion=4&format=html">wscons(4)</a> console.
   <li>Preliminary support added for mvme88k MVME180 and MVME181 boards.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> security fix for CVE-2013-2028 (see http://mailman.nginx.org/pipermail/nginx-announce/2013/000112.html).
   <li>Stopped binutils rejecting "++" and "--" in expressions, as some versions of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> emit these.
   <li>Don't leak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&manpath=OpenBSD%20Current&sektion=4&format=html">usb(4)</a> information to userland in the case where the actual transfer length is smaller than the requested one and the USBD_SHORT_XFER_OK flag is set.
   <li><font color="#e00000">5.3 RELIABILITY FIX: Do not attempt to delete the undeletable RNF_ROOT <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&manpath=OpenBSD%20Current&sektion=4&format=html">route(4)</a>. This fix stops a kernel panic.</font><br><a href="errata53.html#004_route">A source code patch is available for 5.3</a>. Matches the fix in -current.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsmoused&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">wsmoused(8)</a> support added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> Intel i915 driver.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> security fix for CVE-2013-2070 (see http://thread.gmane.org/gmane.comp.security.oss.general/10173).
   <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsmoused&manpath=OpenBSD%20Current&sektion=8&format=html">wsmoused(8)</a> support based on the new multiple screen support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rasops&manpath=OpenBSD%20Current&sektion=9&format=html">rasops(9)</a>.
   <!-- 2013/05/16 -->
   <li>If a directory exists when trying to create a new one, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> will now warn the user.
   <li>Update "cur_time" after <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=poll&manpath=OpenBSD%20Current&sektion=2&format=html">poll(2)</a> returns on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&manpath=OpenBSD%20Current&sektion=8&format=html">dhcpd(8)</a>, as <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=poll&manpath=OpenBSD%20Current&sektion=2&format=html">poll(2)</a> might have slept for an arbitrary amount of time.
   <li>Implemented mechanism to establish interrupt handlers that don't grab the kernel lock upon entry on i386/amd64.
   <li>Run audio interrupts without grabbing the kernel lock on sparc64.
   <!-- 2013/05/15 -->
   <li>Added the ability to ignore specific unrecognised <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&manpath=OpenBSD%20Current&sektion=5&format=html">ssh_config(5)</a> options; bz#866.
   <li>Add an optional second argument to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> RekeyLimit and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&manpath=OpenBSD%20Current&sektion=5&format=html">sshd_config(5)</a> to allow rekeying based on elapsed time in addition to amount of traffic.
   <li>If an /etc/apm/* program fails, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apmd&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">apmd(8)</a> will now log the failure and error message.
   <li>Allow m88k and mvme88k to correctly <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=printf&manpath=OpenBSD%20Current&sektion=3&format=html">printf(3)</a> or <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=panic&manpath=OpenBSD%20Current&sektion=9&format=html">panic(9)</a> early on unrecognised systems.
   <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> to 1.2.9; several bugfixes, security fix for CVE-2013-2070.
   <li>Don't let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> cursor position overflow when reflowing.
   <li>Introduced a global interrupt-aware mutex protecting data structures (including sound-card registers) from concurrent access by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syscall&manpath=OpenBSD%20Current&sektion=9&format=html">syscall(9)</a> and interrupt code-paths.
   <li>Added support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> E7221 integrated graphics.
   <!-- 2013/05/14 -->
   <li>Pass the correct pointer to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool_put&manpath=OpenBSD%20Current&sektion=9&format=html">pool_put(9)</a> if pf_state_key_attach fails.
   <li>Removed "swapin" and "swapout" from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&manpath=OpenBSD%20Current&sektion=9&format=html">uvm(9)</a> statistics (as we haven't swapped out of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&manpath=OpenBSD%20Current&sektion=9&format=html">uvm(9)</a> for a few years); don't display swapin/swapout uvmexp fields in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&manpath=OpenBSD%20Current&sektion=1&format=html">systat(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmstat&manpath=OpenBSD%20Current&sektion=8&format=html">vmstat(8)</a> or <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rpc.rstatd&manpath=OpenBSD%20Current&sektion=8&format=html">rpc.rstatd(8)</a>.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> now keeps track of age of the youngest child process. Helps with out-of-date messages in -dm mode.
   <li>Stopped the line buffer being potentially accessed out of bounds when ^W (WERASE) is used in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&manpath=OpenBSD%20Current&sektion=1&format=html">vi(1)</a> insert mode.
   <!-- 2013/05/13 -->
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">pkg_add(1)</a> PackingElement.pm samples should never alias specialfiles, so error out right away.
   <li>Added sparc64 support for running interrupt handlers without taking the kernel lock (via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bus_intr_establish&manpath=OpenBSD%20Current&sektion=9&format=html">bus_intr_establish(9)</a> interface). Used only by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=schizo&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=sparc64&format=html">schizo(4/sparc64)</a> for now.
   <li>Added an implementation of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=memmem&manpath=OpenBSD%20Current&sektion=3&format=html">memmem(3)</a>.
   <li>Make sure the global IPv4 address list and the per-interface list remain in sync even when SIOCAIFADDR or SIOCSIFADDR <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ioctl&manpath=OpenBSD%20Current&sektion=2&format=html">ioctl(2)</a> have not been issued.
 <!-- 2013/05/12 -->  <!-- 2013/05/12 -->
 <li>Where we have a KMS driver (currently <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&manpath=OpenBSD%20Current&sektion=4&format=html">inteldrm(4)</a> only) <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsdisplay&manpath=OpenBSD%20Current&sektion=4&format=html">wsdisplay(4)</a> now switches from X back to console screen upon entering <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&manpath=OpenBSD%20Current&sektion=4&format=html">ddb(4)</a> .  <li>Where we have a KMS driver (currently <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&manpath=OpenBSD%20Current&sektion=4&format=html">inteldrm(4)</a> only) <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsdisplay&manpath=OpenBSD%20Current&sektion=4&format=html">wsdisplay(4)</a> now switches from X back to console screen upon entering <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&manpath=OpenBSD%20Current&sektion=4&format=html">ddb(4)</a> .
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsdisplay&manpath=OpenBSD%20Current&sektion=4&format=html">wsdisplay(4)</a>, make sure it really is the console before attempting to switch screens.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsdisplay&manpath=OpenBSD%20Current&sektion=4&format=html">wsdisplay(4)</a>, make sure it really is the console before attempting to switch screens.
Line 629 
Line 678 
   
 </body>  </body>
 </html>  </html>
   
   
   
   

Legend:
Removed from v.1.1287  
changed lines
  Added in v.1.1288