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

Diff for /www/plus.html between version 1.1294 and 1.1295

version 1.1294, 2013/07/06 00:29:35 version 1.1295, 2013/07/11 01:00:41
Line 74 
Line 74 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2013/07/07 -->
   <li>Old <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> option "-P" removed, it has not been doing anything for years.
   <!-- 2013/07/06 -->
   <li>Use the write-only <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rasops&manpath=OpenBSD%20Current&sektion=9&format=html">rasops(9)</a> code to speed up the console framebuffer on macppc.
   <li>Create more <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&manpath=OpenBSD%20Current&sektion=4&format=html">com(4)</a> entries by default since <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&manpath=OpenBSD%20Current&sektion=4&format=html">puc(4)</a>s are now guaranteed to show up at com4 or higher on x86.
   <li>Advertise <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=utpms&manpath=OpenBSD%20Current&sektion=4&format=html">utpms(4)</a> as being a WSMOUSE_TYPE_USB so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ws&manpath=OpenBSD%20Current&sektion=4&format=html">ws(4)</a> can use the touchpad directly. Makes some touchpads usable if the bluetooth HID mouse is not detected or <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&manpath=OpenBSD%20Current&sektion=4&format=html">ums(4)</a> is disabled.
   <!-- 2013/07/05 -->
   <li>Vax <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elf&manpath=OpenBSD%20Current&sektion=5&format=html">elf(5)</a> toolchain added, using "%" as the register prefix.
   <li>Taught <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mopd&manpath=OpenBSD%20Current&sektion=8&format=html">mopd(8)</a> and mopa.out about ELF files. Allows forthcoming vax <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elf&manpath=OpenBSD%20Current&sektion=5&format=html">elf(5)</a> boot blocks to be converted to working mop binaries.
   <li>Avoid truncation when calculating clock gain/loss on sparc and sparc64.
   <li>When the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> session option renumber-window is used, make sure the winlink lists stay in sync with one another.
   <li>Act like <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&manpath=OpenBSD%20Current&sektion=1&format=html">vi(1)</a> when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> is moving words; clarify error messages when setting options.
   <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> s, S, C mode switch commands for when in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&manpath=OpenBSD%20Current&sektion=1&format=html">vi(1)</a> mode.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&manpath=OpenBSD%20Current&sektion=8&format=html">pfctl(8)</a> collect and display "match" counters for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> tables; fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> table displays to fit within 80 chars.
   <li>Added support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuse_teardown&manpath=OpenBSD%20Current&sektion=3&format=html">fuse_teardown(3)</a>. This function is needed by zipfs.
   <li>Correctly abort and free the pipe when detaching the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umodem&manpath=OpenBSD%20Current&sektion=4&format=html">umodem(4)</a> device.
   <!-- 2013/07/04 -->
   <li>Brought the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cpsw&manpath=OpenBSD%20Current&sektion=4&arch=beagle&format=html">cpsw(4/beagle)</a> driver to a working state.
   <!-- 2013/07/03 -->
   <li>Added support for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> binary integer constants extension.
   <!-- 2013/07/02 -->
   <!-- 2013/07/01 -->
   <li>Pass <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ioctl&manpath=OpenBSD%20Current&sektion=2&format=html">ioctl(2)</a> calls to parent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhidev&manpath=OpenBSD%20Current&sektion=4&format=html">uhidev(4)</a> device first, to be able to get the HID descriptor with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usbhidctl&manpath=OpenBSD%20Current&sektion=1&format=html">usbhidctl(1)</a> -r, among others.
   <li>Disabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> i915 fast scrolling code, use write-only <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rasops&manpath=OpenBSD%20Current&sektion=9&format=html">rasops(9)</a> code instead on older chips. Avoids random page table errors.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> $(< /nonexistent) have the same behaviour as $(cat /nonexistent) with respect to errors.
   <li>Tweaked regexp so that RUSAGE_CHILDREN will be matched and displayed by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kdump&manpath=OpenBSD%20Current&sektion=1&format=html">kdump(1)</a>.
   <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=man&manpath=OpenBSD%20Current&sektion=1&format=html">man(1)</a> adding an "-s" switch if user had specified <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=more&manpath=OpenBSD%20Current&sektion=1&format=html">more(1)</a> as (MAN)PAGER.
   <li>Reverted previous xf86-video-ati commit, loading the dri driver caused <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xorg&manpath=OpenBSD%20Current&sektion=1&format=html">Xorg(1)</a> to crash with r700 (PCI HD4350).
   <li>When an I/O error occurs on a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> chunk, only take it offline if the discipline supports redundancy.
   <li>Switched <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgplgsh&manpath=OpenBSD%20Current&sektion=8&format=html">bgplgsh(8)</a> to use use the libedit readline compatibility headers.
   <li>Linked <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sqlite3&manpath=OpenBSD%20Current&sektion=1&format=html">sqlite3(1)</a> against libedit; added an empty history.h header for compatibility with GNU readline.
 <!-- 2013/06/30 -->  <!-- 2013/06/30 -->
 <li>Added a luna88k-specific function to initialise the instruction cmmu SAPR register.  <li>Added a luna88k-specific function to initialise the instruction cmmu SAPR register.
 <!-- 2013/06/29 -->  <!-- 2013/06/29 -->
Line 967 
Line 998 
   
 </body>  </body>
 </html>  </html>
   
   
   
   

Legend:
Removed from v.1.1294  
changed lines
  Added in v.1.1295