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

Diff for /www/plus.html between version 1.1281 and 1.1282

version 1.1281, 2013/04/12 00:55:29 version 1.1282, 2013/04/17 12:50:13
Line 74 
Line 74 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2013/04/14 -->
   <li>Added escape codes for F21 to F24 to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&manpath=OpenBSD%20Current&sektion=4&format=html">wscons(4)</a>.
   <li>Support added for F13-F24 keys found on IBM 122-key <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbc&manpath=OpenBSD%20Current&sektion=4&format=html">pckbc(4)</a> keyboards.
   <li>Unbreak tape boot blocks on mvme68k (broken since the switch to the MI libsa loadfile code).
   <li>To speed scrolling, framebuffer acceleration now uses the registers to determine first visible pixel; works even while X is running, and safely scroll when printing panic messages or if we've entered <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&manpath=OpenBSD%20Current&sektion=4&format=html">ddb(4)</a>.
   <li>Added new option to xenocara to automatically build the Gallium3D software rasteriser as part of the libGL.
   <!-- 2013/04/13 -->
   <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> turns hsync/vsync back on at crt enable (v2) for intel i915 chipsets.
   <li>Perform a warm reset instead of putting hardware into full sleep mode to avoid system hangs upon "ifconfig down up" with some AR5212 hardware.
   <!-- 2013/04/12 -->
   <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cnmac&manpath=OpenBSD%20Current&sektion=4&arch=octeon&format=html">cnmac(4/octeon)</a> log messages displayed to the user.
   <li>Remove some Korean characters from the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> utf8 zero-width list that shouldn't be there.
   <li>Copy the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> client into the new cmdq in source-file so commands that work on it (such as new-session) can work.
   <li>Enable the fallback method of getting the crt EDID on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> if normal gmbus access fails for the intel i915 chipsets.
   <!-- 2013/04/11 -->
   <li>Unbreak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&manpath=OpenBSD%20Current&sektion=8&format=html">dhcpd(8)</a> lease synchronisation by making the sync header contain the correct packet length even when padding is present.
   <li>Call setlocale(LC_TIME) at <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> startup.
   <li>In the resolver, avoid a mem leak and reinit of context for each resolver call for single threaded programs.
   <li>Send an SGR0 after turning on modifyOtherKeys, to fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> Terminal.app which treats \033[>4;1m and \033[4;1m (bold+underline).
   <!-- 2013/04/10 -->
   <li>Copy out a blank string if no wmesg, so userland can rely on reading <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&manpath=OpenBSD%20Current&sektion=3&format=html">sysctl(3)</a> p_wmesg[0] and not find junk leftover from before.
   <li>Quieten disconnect notifications on the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> server from error() back to logit() if it is a normal client closure; bz#2057.
   <li>Fixed bug introduced in last commit, which led to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pax&manpath=OpenBSD%20Current&sektion=1&format=html">pax(1)</a> checking the typeflag after already overwriting it.
   <li>Correctly handle data memory protection ID traps on hppa.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_linux&manpath=OpenBSD%20Current&sektion=8&format=html">compat_linux(8)</a> fixes: assert that refcount is larger than 0 when doing futex_put; prevent multiple futex pool initialisations.
   <li>Set EV_WRITE for jobs so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> run/if-shell jobs don't hang.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> bug where end guard in control mode was not printed after session destroyed.
   <!-- 2013/04/09 -->
   <li>Get the standard path for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=which&manpath=OpenBSD%20Current&sektion=1&format=html">which(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=whereis&manpath=OpenBSD%20Current&sektion=1&format=html">whereis(1)</a> from _PATH_STDPATH instead of sysctl({CTL_USER,USER_CS_PATH}).
   <li>Added a magic number to the head of the signature block to prevent accidental unhibernates and endless unhibernate/reboot cycles.
   <li>newvers.sh uses "basename" for directory name to stamp the kernel version ID with. Permit paths with spaces in the name.
   <li>Added extended header support for ustar in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pax&manpath=OpenBSD%20Current&sektion=1&format=html">pax(1)</a>. Currently only path and linkpath are handled.
   <li>Retry <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&manpath=OpenBSD%20Current&sektion=1&format=html">ftp(1)</a> when SSL_read fails with SSL_ERROR_WANT_READ. Fixes the case where a https server attempts renegotiation.
   <li>Show what was parsed in resolver debug output.
   <!-- 2013/04/08 -->
   <li>Resolver will not fail anymore if the user buffer is too short to hold the packet: fill it to the given size, return the packet length.
   <li>Plugged <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cmw&manpath=OpenBSD%20Current&sektion=1&format=html">cmw(1)</a> memleak: always need to menuq_clear even when a selection is made.
   <li>Recalculate IP/protocol checksums of packets (re)injected via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=divert&manpath=OpenBSD%20Current&sektion=4&format=html">divert(4)</a> sockets.
   <li>Add new ioctl's USB_DEVICE_GET_CDESC and USB_DEVICE_GET_FDESC to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&manpath=OpenBSD%20Current&sektion=4&format=html">usb(4)</a>.
   <li>Allow octeon to find it's root device, based on the flags passed by U-Boot. Temporary fix until there are proper bootblocks.
   <li>Made the resolver comply with RFC2553. Fixes hostname resolution for OpenVPN 2.3.1.
 <!-- 2013/04/07 -->  <!-- 2013/04/07 -->
 <li>Make the netinet6 SO_BINDANY socket option also work for raw IPv6 sockets.  <li>Make the netinet6 SO_BINDANY socket option also work for raw IPv6 sockets.
 <!-- 2013/04/06 -->  <!-- 2013/04/06 -->
Line 395 
Line 436 
   
 </body>  </body>
 </html>  </html>
   
   
   

Legend:
Removed from v.1.1281  
changed lines
  Added in v.1.1282