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

Diff for /www/plus.html between version 1.990 and 1.991

version 1.990, 2005/12/20 07:38:12 version 1.991, 2005/12/31 06:03:39
Line 60 
Line 60 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2005/12/30 -->
   <li>W^X support for macppc G5's.
   <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ichiic&sektion=4">ichiic(4)</a> on amd64 GENERIC too.
   <li>Add VMWare virtual NIC device id to pcidevs list.
   <!-- <li>Add viapm and admcts to i386 and amd64 GENERIC. -->
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8">ospfd(8)</a>, use a timewheel instead of a simple timer per neighbor for the LS retransmission list. Makes it possible to cluster multiple LSA updates into one OSPF packet, giving massive speedups when large databases need to be synced.
   <li>Add 'include' support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hostapd.conf&sektion=5">hostapd.conf(5)</a>.
   <li>Fix the last pieces for hppa rthreads support.
   <li>Import <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftp-proxy&sektion=8">tftp-proxy</a>, a PF proxy for the TFTP protocol.
   <li>Split the &lt;errno.h&gt; from &lt;sys/errno.h&gt; which now only contains errno values.
   <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdb&sektion=1">gdb(1)</a> skip the ld.so resolver on sparc and sparc64, making stepping into functions in shared libraries work.
   <li>Fix single stepping over system calls in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdb&sektion=1">gdb(1)</a> for sparc and sparc64.
   <li>Updates to the adaptec scsi driver timeout code.
   <li>Add lots of i2c bus drivers to alpha, amd64 and i386.
   <li>On mvme88k, keep an array of command blocks instead of using malloc/free for every scsi command. Also remove the 1:1 association between scsi targets and work queues.
   <li>Fix a possible crash in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lynx&sektion=1">lynx(1)</a>, backported from 2.8.6dev16.
   <li>Fix possible overflow in the tabstops[] array in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=expand&sektion=1">expand(1)</a>.
   <li>Add a public domain <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdiff&sektion=1">sdiff(1)</a> to the tree.
   <li>i2c sensor code now works on sparc64 v120 too.
   <li>Add sparc, sparc64 and mips64 support to rthreads, and add fixes for alpha, powerpc, amd64 and i386.
   <li>Added a basic ipsec.conf for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&sektion=8">ipsecctl(8)</a>.
   <li>Add m68k, m88k, vax support to rthreads.
   <li>Added support for Nintendo Wi-Fi USB driver in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&sektion=4">ral(4)</a>.
   <li>Lots and lots of i2c drivers added and workarounds for quirks in various chipsets.
   <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=emu&sektion=4">emu(4)</a> and missing midi attachment on macppc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&sektion=4">eap(4)</a>.
   <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ichiic&sektion=4">ichiic(4)</a> on i386 GENERIC.
   <li>Fully implemented microtime() on arm/xscale cpus.
   <li>Rework PHY setup, media handling and dualport detection on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&sektion=4">sk(4)</a>.
   <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdb&sektion=1">gdb(1)</a> about i386 interrupt frames.
   <li>Disable Zaurus lcd dma when screen is closed. May give performance improvements.
   <li>Make sure MMX/SSE includefiles are installed on amd64.
   <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdb&sektion=1">gdb(1)</a> how to unwind i386 and amd64 kernel trap frames.
   <li>On hp300 and hppa, postpone hil console detection to the first detection of a keyboard.
   <li>On Zaurus, allow sysctl machdep.lidsuspend=1 to cause suspend on screen closure. Opening does not yet wake it up though.
   <!-- 2005/12/21 -->
   <li>Make sure userland programs include &lt;errno.h&gt; and not &lt;sys/errno.h&gt;.
   <li>Reworked signal handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> and make sure it removes it's pid/fifo on exit.
   <li>Add machdep.maxspeed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=8">sysctl(8)</a> for Zaurus to change the meaning of hw.setperf=100.
 <!-- 2005/12/20 -->  <!-- 2005/12/20 -->
   <li>Various fixes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1">mg(1)</a>.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> uses exitcode 255 on errors to match documentation.
   <li>Make sure zaurus returns to the speed it was at before, when doing wakeup.
   <li>Switch zaurus to use clock4 instead of clock0 so we get clocks when running at 91MHz.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kqueue&sektion=2">kqueue(2)</a> fix in libevent.
   <li>Make "cksum -c" understand checklists made with cksum, sum and sysvsum.
 <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tpms&arch=macppc&sektion=4">tpms(4)</a>,  <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tpms&arch=macppc&sektion=4">tpms(4)</a>,
 an Apple touchpad driver for the newer PowerBooks and Ibooks.  an Apple touchpad driver for the newer PowerBooks and Ibooks.
 <li>Add %hhd format to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=printf&sektion=3">*printf(3)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scanf&sektion=3">*scanf(3)</a> and %z to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scanf&sektion=3">*scanf(3)</a>.  <li>Add %hhd format to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=printf&sektion=3">*printf(3)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scanf&sektion=3">*scanf(3)</a> and %z to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scanf&sektion=3">*scanf(3)</a>.

Legend:
Removed from v.1.990  
changed lines
  Added in v.1.991