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

Diff for /www/plus.html between version 1.1012 and 1.1013

version 1.1012, 2006/06/01 08:54:42 version 1.1013, 2006/06/17 01:19:22
Line 60 
Line 60 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2006/04/30 -->
   <!-- 2006/04/29 -->
   <!-- 2006/04/28 -->
   <li>Added a driver for the Silicon Laboratories CP2101/CP2102 usb serial adapters.
   <li>On macppc, allow the nv X driver to mmap() as on i386 when running in mapped mode and allowaperture is non-zero.
   <li>Added support for the National Instruments PCI-GPIB card.
   <!-- 2006/04/27 -->
   <li>Cleanup of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pdisk&sektion=8&arch=mac68k&format=html">pdisk(8)</a> for mac68k.
   <li>Implemented separate pmap for PAE i386 machines, allows for support for machines with more than 4G RAM. Not enabled by default.
   <li>Support for HBG and DCF77 time sources in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udcf&sektion=4&format=html">udcf(4)</a> device.
   <!-- 2006/04/26 -->
   <li>Added support for the ICH7-M DH controller in RAID mode.
   <li>Fixed NULL pointer access in error path for kernel routing code.
   <li>Initial framework for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> audio driver added.
   <li>Added support for ATI IXP 600 IDE/SATA controllers.
   <!-- 2006/04/25 -->
   <li>Rewrite setjmp()/alarm() code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftpd&sektion=8&format=html">tftpd(8)</a> with poll() to avoid signal races.
   <li>Remove virtual tunnel support from the mrouting code. It breaks multicast on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gif&sektion=4&format=html">gif(4)</a> interfaces and a real <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gif&sektion=4&format=html">gif(4)</a>-tunnel is more manageable than a multicast tunnel.
   <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> tries only once to open private keys, and not ask for passphrases if the keys cant be opened later anyhow.
   <!-- 2006/04/24 -->
   <li>Fix endian issue in netatalk code.
   <li>Fixes in libc regarding malloc() when allocation of the region succeeds but the allocation of a required page dir fail. Could leave holes in the directory list.
   <li>Enable asm profiling for i386 if either PROF or GPROF is enabled.
   <li>Add pci ID for 82801GBM SATA in AHCI mode, found on X60/T60 Thinkpads.
   <!-- 2006/04/23 -->
   <li>Endian-safe codepath for AMDtek variants, fixes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4&format=html">dc(4)</a> on macppc.
   <li>Add support for Dell Bluetoot 350 USB module.
   <li>Allow Intel SATA to map compatibility interrupts, makes a lot of ICH6M/ICH7M systems work.
   <li>Add support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&sektion=4&format=html">puc(4)</a> and com on macppc.
   <!-- 2006/04/22 -->
   <li>Rework the signal handler code in the privsep part of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a>.
   <li>Repair MVME147.
   <!-- 2006/04/21 -->
   <li>Add support for Adaptec 2130S and 2230SLP raid adapters.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udcf&sektion=4&format=html">udcf(4)</a> devices work as a SENSOR_TIMEDELTA type sensor.
   <li>Implement outgoing interrupt pipes in uhci USB, makes Creative Voip Blaster work.
   <li>Add support for Encore ENL832-TX-ICNT device in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ste&sektion=4&format=html">ste(4)</a> driver.
   <!-- 2006/04/20 -->
   <li>Add support for BCM5752 A2 devices in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> driver.
   <li>Switch <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> pipe usage to socketpairs. Saves a file descriptor and makes userland ppp over ssh work.
   <li>Add a few more integrated devices on nForce4 amd64s.
   <li>Add support for Belkin F5D6020 802.11b Wlan card.
   <!-- 2006/04/19 -->
   <li>Fix off-by-one read in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=yacc&sektion=1&format=html">yacc(1)</a>.
   <li>Fix some signal races in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ext2fs&sektion=8&format=html">fsck_ext2fs(8)</a> too.
   <li>Initial driver to decode DCF77 time codes.
   <li>Add hostname resolving and support for interface groups to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec.conf&sektion=5&format=html">ipsec.conf(5)</a> parser.
   <li>Make sure we dont leak other processes execution history when restoring fpu state on the i386 and amd64 platforms.
   <!-- 2006/04/18 -->
   <li>Backport a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1&format=html">gcc(1)</a> bug fix for code generation which appeared when compiling htons() with -march=686 -O2 flags.
   <li>Added some more Intel GigE pci IDs.
   <li>In the kernel watchdog, make sure the parameters are reset to defaults when it is shut down.
   <li>Move bignum functions in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> to a file of its own, now <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1&format=html">sftp(1)</a> and the sftp server don't have to link with libcrypto.
   <!-- 2006/04/17 -->
   <li>Display logical disk status in sysctl for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ami&sektion=4&format=html">ami(4)</a>. Now you can use sensorsd to monitor disks on ami.
   <li>Better detection between K7 powernow and Cool-n-Quiet for amd cpus.
   <li>Several signal race issues in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ffs&sektion=8&format=html">fsck_ffs(8)</a>.
   <!-- 2006/04/16 -->
   <li>Fix two NULL dereferences in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&sektion=4&format=html">sk(4)</a> driver.
   <li>Support for ICH7R SATA in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4&format=html">pciide(4)</a>.
   <li>Preliminary support for Colorgraphic VoyagerVGA pcmcia frame buffer.
 <!-- 2006/04/15 -->  <!-- 2006/04/15 -->
   <li>Add support for Asus MyPal A730 PocketPC.
   <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=awk&sektion=1&format=html">awk(1)</a> handles / inside []'s correctly.
   <li>Fix problem in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> when input buffers becomes too large.
   <li>Produce missing caps lock key event on hp300.
   <li>Add support for the VT8363 PCI-PCI bridge found in Sony Vaio FS201s.
   <li>Fix for Kerberos5 code on static arches.
   <li>On i386 and amd64, enable 3DNow! and SSE support in X11, and enable the via driver for amd64.
   <li>Added another nForce4 ISA bridge PCI device ID to amd64.
 <!-- 2006/04/14 -->  <!-- 2006/04/14 -->
 <li>Various fixes for AMD K7-powernow code on i386.  <li>Various fixes for AMD K7-powernow code on i386.
 <li>Add support for non-RAID part of the ITExpress IT8212F.  <li>Add support for non-RAID part of the ITExpress IT8212F.

Legend:
Removed from v.1.1012  
changed lines
  Added in v.1.1013