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

Diff for /www/plus.html between version 1.1270 and 1.1271

version 1.1270, 2013/02/08 22:13:27 version 1.1271, 2013/02/08 22:39:35
Line 196 
Line 196 
 <li>Implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> ECH (erase character, CSI X).  <li>Implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> ECH (erase character, CSI X).
 <li>Per group support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=authpf&manpath=OpenBSD%20Current&sektion=8&format=html">authpf(8)</a> rules files added to /etc/authpf/groups.  <li>Per group support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=authpf&manpath=OpenBSD%20Current&sektion=8&format=html">authpf(8)</a> rules files added to /etc/authpf/groups.
 <li>If timing between keys is less than 1 millisecond, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> will assume the text is being pasted. "assume-paste-time" option changes the value.  <li>If timing between keys is less than 1 millisecond, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> will assume the text is being pasted. "assume-paste-time" option changes the value.
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=as&manpath=OpenBSD%20Current&sektion=1&format=html">as(1)</a> to correctly assemble PIC code.  <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=as&manpath=OpenBSD%20Current&sektion=1&format=html">as(1)</a> to correctly assemble PIC code on m88k.
 <li>Switch memory filesystem to bufq. This gives us queue limits and uses FIFO queueing (rather than the current LIFO queueing).  <li>Switch memory filesystem to bufq. This gives us queue limits and uses FIFO queueing (rather than the current LIFO queueing).
 <li>Process <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_linux&manpath=OpenBSD%20Current&sektion=8&format=html">compat_linux(8)</a> futex requeuing even when the thread times out or is signalled.  <li>Process <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_linux&manpath=OpenBSD%20Current&sektion=8&format=html">compat_linux(8)</a> futex requeuing even when the thread times out or is signalled.
 <li>Fixed netinet6 to stop flushing prefixes of autoconfigured IPv6 addresses with "<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ndp&manpath=OpenBSD%20Current&sektion=8&format=html">ndp(8)</a> -P" causing an uvm fault.  <li>Fixed netinet6 to stop flushing prefixes of autoconfigured IPv6 addresses with "<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ndp&manpath=OpenBSD%20Current&sektion=8&format=html">ndp(8)</a> -P" causing an uvm fault.
 <!-- 2013/01/14 -->  <!-- 2013/01/14 -->
 <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_msdos&manpath=OpenBSD%20Current&sektion=8&format=html">mount_msdos(8)</a> FAT setattr handling more consistent about unsupported attributes, making it more user-friendly.  <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_msdos&manpath=OpenBSD%20Current&sektion=8&format=html">mount_msdos(8)</a> FAT setattr handling more consistent about unsupported attributes, making it more user-friendly.
 <li>Allow multiple coredumps can be saved at the same time.  <li>Allow multiple coredumps to be saved at the same time.
 <li>Map the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=myx&manpath=OpenBSD%20Current&sektion=4&format=html">myx(4)</a> registers prefetchable so things that can do write combining will attempt to.  <li>Map the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=myx&manpath=OpenBSD%20Current&sektion=4&format=html">myx(4)</a> registers prefetchable so things that can do write combining will attempt to.
 <li>Avoid extra bus_space barriers in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=myx&manpath=OpenBSD%20Current&sektion=4&format=html">myx(4)</a> interrupt handler.  <li>Avoid extra bus_space barriers in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=myx&manpath=OpenBSD%20Current&sektion=4&format=html">myx(4)</a> interrupt handler.
 <li>Stopped using separate interrupt handlers for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tht&manpath=OpenBSD%20Current&sektion=4&format=html">tht(4)</a> ports. Ensures second port does not get starved.  <li>Stopped using separate interrupt handlers for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tht&manpath=OpenBSD%20Current&sektion=4&format=html">tht(4)</a> ports. Ensures second port does not get starved.
Line 302 
Line 302 
 <li>Replaced one grep with awk patterns and simplified another using -q in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a>.  <li>Replaced one grep with awk patterns and simplified another using -q in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a>.
 <!-- 2012/12/24 -->  <!-- 2012/12/24 -->
 <li>Fix kernel compilation with POOL_DEBUG but not DDB enabled.  <li>Fix kernel compilation with POOL_DEBUG but not DDB enabled.
 <li>Register cleanup handler passed by ld.so with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atexit&manpath=OpenBSD%20Current&sektion=3&format=html">atexit(3)</a>, to fix stack alignment on i386 and sparc.  <li>Register cleanup handler passed by ld.so with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atexit&manpath=OpenBSD%20Current&sektion=3&format=html">atexit(3)</a>, and fix stack alignment on i386 and sparc.
 <li>Simplified <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> by using shell patterns.  <li>Simplified <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> by using shell patterns.
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> ^ and $ special command targets to select lowest and highest numbered windows.  <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> ^ and $ special command targets to select lowest and highest numbered windows.
 <li>Add -T option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> select-window to toggle to last window if already current.  <li>Add -T option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> select-window to toggle to last window if already current.
Line 445 
Line 445 
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> will now catch SIGHUP, SIGINT, SIGTERM, SIGUSR1, SIGUS2 and remove routes and the interface address before exiting.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> will now catch SIGHUP, SIGINT, SIGTERM, SIGUSR1, SIGUS2 and remove routes and the interface address before exiting.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstart&manpath=OpenBSD%20Current&sektion=8&format=html">netstart(8)</a> will try harder to identify invalid interface names and emit an error message.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstart&manpath=OpenBSD%20Current&sektion=8&format=html">netstart(8)</a> will try harder to identify invalid interface names and emit an error message.
 <!-- 2012/12/01 -->  <!-- 2012/12/01 -->
 <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> no longer incorrectly optimised away "*volatile_ptr = *volatile_ptr;" constructs on platforms which can perform memory to memory transfers in a single instruction (i.e. m68k and vax).  <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> no longer incorrectly optimises away "*volatile_ptr = *volatile_ptr;" constructs on platforms which can perform memory to memory transfers in a single instruction (i.e. m68k and vax).
 <li>Switch m88k ports to <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>Switch m88k ports to <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>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&arch=sparc64&format=html">ldomctl(8/sparc64)</a> support for older firmware on UltraSPARC T1 machines.  <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&arch=sparc64&format=html">ldomctl(8/sparc64)</a> support for older firmware on UltraSPARC T1 machines.
 <li>Parse <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndiod&manpath=OpenBSD%20Current&sektion=1&format=html">sndiod(1)</a> "-m mode1,mode2,.. " strings strictly.  <li>Parse <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndiod&manpath=OpenBSD%20Current&sektion=1&format=html">sndiod(1)</a> "-m mode1,mode2,.. " strings strictly.

Legend:
Removed from v.1.1270  
changed lines
  Added in v.1.1271