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

Diff for /www/57.html between version 1.70 and 1.71

version 1.70, 2015/03/17 12:12:46 version 1.71, 2015/03/17 12:58:07
Line 95 
Line 95 
     <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/ukbd.4?query=ukbd&sec=4">ukbd(4)</a> driver now supports &quot;wellspring&quot; Apple keyboards.      <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/ukbd.4?query=ukbd&sec=4">ukbd(4)</a> driver now supports &quot;wellspring&quot; Apple keyboards.
     <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/pms.4?query=pms&sec=4">pms(4)</a> driver now supports click-and-drag with Elantech v4 touchpads.      <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/pms.4?query=pms&sec=4">pms(4)</a> driver now supports click-and-drag with Elantech v4 touchpads.
     <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/umodem.4?query=umodem&sec=4">umodem(4)</a> driver now supports Arduino Leonardo devices.      <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/umodem.4?query=umodem&sec=4">umodem(4)</a> driver now supports Arduino Leonardo devices.
       <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/sk.4?query=sk&sec=4">sk(4)</a> driver now supports receive ring scaling.
       <li>Replaced custom jumbo allocators in
       <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/sk.4?query=sk&sec=4">sk(4)</a>,
       <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/nge.4?query=nge&sec=4">nge(4)</a>,
       <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/lge.4?query=lge&sec=4">lge(4)</a>, and
       <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/ti.4?query=ti&sec=4">ti(4)</a> with
       <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man9/MCLGETI.9?query=MCLGETI&sec=9">MCLGETI(9)</a>.
     <li>Wireless network scanning problems with the <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/iwn.4?query=iwn&sec=4">iwn(4)</a> driver have been fixed.      <li>Wireless network scanning problems with the <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/iwn.4?query=iwn&sec=4">iwn(4)</a> driver have been fixed.
     <li>Support for RS* IGP Radeon devices in the <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/radeondrm.4?query=radeondrm&sec=4">radeondrm(4)</a> driver has been fixed.      <li>Support for RS* IGP Radeon devices in the <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/radeondrm.4?query=radeondrm&sec=4">radeondrm(4)</a> driver has been fixed.
     <li>PowerMac7,2 and PowerMac7,3 can now boot with a multiprocessor kernel.      <li>PowerMac7,2 and PowerMac7,3 can now boot with a multiprocessor kernel.
Line 123 
Line 130 
     <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man9/mbuf.9?query=mbuf&sec=9">mbuf(9)</a>      <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man9/mbuf.9?query=mbuf&sec=9">mbuf(9)</a>
     layer has been made mpsafe.      layer has been made mpsafe.
     <li>Introduce mbuf_list and mbuf_queue structures and APIs.      <li>Introduce mbuf_list and mbuf_queue structures and APIs.
       <li>Support changing the IPv6 input queue length via
       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&amp;sektion=1">sysctl(1)</a> and net.inet6.ip6.ifq.
     </ul>      </ul>
 <p>  <p>
   
Line 161 
Line 170 
     <li>Enhancements and bugfixes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arp&sektion=8">arp(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ndp&sektion=8">ndp(8)</a>      <li>Enhancements and bugfixes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arp&sektion=8">arp(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ndp&sektion=8">ndp(8)</a>
     <li>The effects of the AI_ADDRCONFIG flag on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getaddrinfo&amp;sektion=3">getaddrinfo(3)</a> results are limited to DNS queries. This avoids erratic behavior with transient network problems, "raw" addresses and localhost entries in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hosts&amp;sektion=5">/etc/hosts</a>.      <li>The effects of the AI_ADDRCONFIG flag on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getaddrinfo&amp;sektion=3">getaddrinfo(3)</a> results are limited to DNS queries. This avoids erratic behavior with transient network problems, "raw" addresses and localhost entries in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hosts&amp;sektion=5">/etc/hosts</a>.
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gethostbyname&amp;sektion=3">gethostbyname(3)</a> now no longer fails when more than 16 addresses/aliases are returned. The original pre-asr limit of 35 has been restored, with additional results being truncated.      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gethostbyname&amp;sektion=3">gethostbyname(3)</a> now no longer fails when more than 16 addresses/aliases are returned. The original pre-asr limit of 35 has been restored, with additional results being truncated.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftp&amp;sektion=1">tftp(1)</a> now supports sending or recieving files larger than 65536 blocks in size.
     </ul>      </ul>
 <p>  <p>
   
Line 264 
Line 274 
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kdump&amp;sektion=1">kdump(1)</a> now always displays both the numeric and the textual forms for users, groups, timestamps, and sysctl ids, eliminating the <tt>-r</tt> option.  It also auto-selects between decimal and hex format for arguments, renders more types of flags, and is more robust when parsing corrupt ktrace files.      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kdump&amp;sektion=1">kdump(1)</a> now always displays both the numeric and the textual forms for users, groups, timestamps, and sysctl ids, eliminating the <tt>-r</tt> option.  It also auto-selects between decimal and hex format for arguments, renders more types of flags, and is more robust when parsing corrupt ktrace files.
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chmod&amp;sektion=1">chmod(1)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chgrp&amp;sektion=1">chgrp(1)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chown&amp;sektion=8">chown(8)</a> now comply with POSIX's requirements when they encounter symlinks when the <tt>-R</tt> option is used, and are safe from race conditions when doing so.      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chmod&amp;sektion=1">chmod(1)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chgrp&amp;sektion=1">chgrp(1)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chown&amp;sektion=8">chown(8)</a> now comply with POSIX's requirements when they encounter symlinks when the <tt>-R</tt> option is used, and are safe from race conditions when doing so.
     <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dmesg&sektion=8">dmesg(8)</a> utility can now display the console message buffer in addition to the system message buffer.      <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dmesg&sektion=8">dmesg(8)</a> utility can now display the console message buffer in addition to the system message buffer.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inetd&sektion=8">inetd(8)</a> now uses libevent instead of
       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=select&amp;sektion=3">select(3)</a>.
     <li>Reworking of the kernel      <li>Reworking of the kernel
     <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man9/pool.9?query=pool&sec=9">pool(9)</a>      <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man9/pool.9?query=pool&sec=9">pool(9)</a>
     implementation to provide mpsafety and pave the way for performance improvements.      implementation to provide mpsafety and pave the way for performance improvements.
       <li>Removed the
       <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-5.6/man9/workq_add_task.9?query=workq_add_task&sec=9">workq API</a>
       after replacing it with the
       <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man9/task_add.9?query=task_add&sec=9">task API</a>.
       <li>Add support for creating kernel threads that cannot sleep to
       <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-5.6/man9/taskq_create.9?query=taskq_create&sec=9">taskq_create(9)</a>.
       <li>Completed the implementation of the atomic (eg,
       <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man9/atomic_cas_uint.9?query=atomic_cas_uint&sec=9">atomic_cas_uint(9)</a>,
       <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man9/atomic_swap_uint.9?query=atomic_swap_uint&sec=9">atomic_swap_uint(9)</a>,
       <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man9/atomic_add_int.9?query=atomic_add_int&sec=9">atomic_add_int(9)</a>,
       <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man9/atomic_sub_int.9?query=atomic_sub_int&sec=9">atomic_sub_int(9)</a>,
       <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man9/atomic_inc_int.9?query=atomic_inc_int&sec=9">atomic_inc_int(9)</a>, and
       <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man9/atomic_dec_int.9?query=atomic_inc_int&sec=9">atomic_dec_int(9)</a>)
       and membar
       (<a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man9/membar_sync.9?query=membar_sync&sec=9">membar_sync(9)</a>)
       APIs across all supported architectures.
     </ul>      </ul>
 <p>  <p>
   

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71