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

Diff for /www/45.html between version 1.23 and 1.24

version 1.23, 2009/03/06 18:50:02 version 1.24, 2009/03/06 23:38:55
Line 76 
Line 76 
 <li>New/extended platforms:  <li>New/extended platforms:
 <ul>  <ul>
 <li>Initial ports to the xscale based gumstix platform and the ARM based OpenMoko  <li>Initial ports to the xscale based gumstix platform and the ARM based OpenMoko
   <li><a href="sparc64.html">OpenBSD/sparc64</a><br>
       New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vdsk&amp;sektion=4&amp;arch=sparc64">vdsk(4)</a>
       and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnet&amp;sektion=4&amp;arch=sparc64">vnet(4)</a>
       drivers provide support for virtual I/O between logical domains on
       Sun's CoolThreads servers, including UltraSPARC T2+ machines.
       Workstations and laptops with UltraSPARC IIe CPUs can now scale
       down the CPU frequency to save power.
 </ul>  </ul>
 <p>  <p>
   
Line 108 
Line 115 
     a driver for JMicron JMC250/JMC260 10/100 and Gigabit Ethernet devices was added.      a driver for JMicron JMC250/JMC260 10/100 and Gigabit Ethernet devices was added.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=run&amp;sektion=4">run(4)</a>,  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=run&amp;sektion=4">run(4)</a>,
     a driver for Ralink USB IEEE 802.11a/b/g/Draft-N devices was added.      a driver for Ralink USB IEEE 802.11a/b/g/Draft-N devices was added.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auacer&amp;sektion=4">auacer(4)</a>,
       a driver for Acer Labs M5455 audio evices was added.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifb&amp;sektion=4&amp;arch=sparc64">ifb(4)</a>,
       a driver for Sun Expert3D, Expert3D-Lite, XVR-500, XVR-600 and
       XVR-1200 framebuffers (accelerated).
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wildcatfb&amp;sektion=4&amp;arch=sparc64">wildcatfb(4)</a>,
       an X driver for Sun Expert3D, Expert3D-Lite, XVR-500, XVR-600 and
       XVR-1200 framebuffers (unaccelerated).
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sunffb&amp;sektion=4&amp;arch=sparc64">sunffb(4)</a>,
       an accelerated X driver for Sun Creator, Creator 3D and Elite 3D
       framebuffers.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vdsk&sektion=4&format=html">vdsk(4)</a>,
       a driver for virtual network adapters of sun4v logical domains.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnet&sektion=4&format=html">vnet(4)</a>,
       a driver for virtual network adapters of sun4v logical domains.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vrng&amp;sektion=4&amp;arch=sparc64">vrng(4)</a>,
       a driver for the random number generator on Sun UltraSPARC T2/T2+ CPUs.
   <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vcons&amp;sektion=4&amp;arch=sparc64">vcons(4)</a>
       driver is now interrupt driven.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ips&amp;sektion=4">ips(4)</a>,  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ips&amp;sektion=4">ips(4)</a>,
     a driver for IBM SATA/SCSI ServeRAID controllers was added.      a driver for IBM SATA/SCSI ServeRAID controllers was added.
 <li>Many improvements were made to the  <li>Many improvements were made to the
Line 121 
Line 147 
     driver for the MVMW327A SCSI and floppy controller on mvme88k machines.      driver for the MVMW327A SCSI and floppy controller on mvme88k machines.
 <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4&format=html">re(4)</a>  <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4&format=html">re(4)</a>
     driver, now supports 8168D/8111D-based devices.      driver, now supports 8168D/8111D-based devices.
 <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnet&sektion=4&format=html">vnet(4)</a>  
     driver for virtual network adapters of sun4v logical domains.  
 <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&sektion=4&format=html">ehci(4)</a>  <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&sektion=4&format=html">ehci(4)</a>
     driver now supports isochronous transfers.      driver now supports isochronous transfers.
 <li>S/PDIF output support has been added to the  <li>S/PDIF output support has been added to the
Line 175 
Line 199 
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&amp;sektion=3">malloc(3)</a>  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&amp;sektion=3">malloc(3)</a>
     has gained new attack mitigation measures; critical bookkeeping      has gained new attack mitigation measures; critical bookkeeping
     structures are protected at runtime using      structures are protected at runtime using
     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mprotect&amp;sektion=2">mprotect(3)</a>      <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mprotect&amp;sektion=2">mprotect(2)</a>
     and allocated at random addresses where possible.      and allocated at random addresses where possible.
   <li>A new version of the gdtoa code has been integrated, bringing
       better C99 support to
       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=printf&amp;sektion=3">printf(3)</a>
       and friends.
   <li>Vastly improved C99 support in libm, including complex math support.
 <li>Sorry, this list is still being worked on.  <li>Sorry, this list is still being worked on.
 </ul>  </ul>
 <p>  <p>

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24