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

Diff for /www/plus.html between version 1.1170 and 1.1171

version 1.1170, 2010/07/06 21:17:04 version 1.1171, 2010/07/13 17:22:21
Line 66 
Line 66 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2010/07/11 -->
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> print an error when an old client is not compatible with a new server.
   <!-- 2010/07/10 -->
   <li>Reduced delays a bit in the miibus read/write routines for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4&format=html">re(4)</a>.
   <li>Added bootstrap loader to the beagle platform.
   <li>Added support for sun4e on the sparc platform.
   <li>Updated libpciaccess to version 0.11 in Xenocara.
   <li>Prevented clients to hang on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldapd&sektion=8&format=html">ldapd(8)</a> by retrying requests when the B-Tree is busy.
   
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> parameter handling: don't try to open a ``default'' midi port if no files are given on the command line.
   <li>Prevented a kernel panic in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&sektion=4&format=html">scsi(4)</a> by limiting SCIOCCOMMAND and ATAIOCCOMMAND requests.
   <!-- 2010/07/09 -->
   <li>Rewrote the polling codepath in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpii&sektion=4&format=html">mpii(4)</a>, make it better multiprocessor-safe.
   <li>Make OpenCVS and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcs&sektion=1&format=html">rcs(1)</a> conforms to GNU <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&sektion=1&format=html">cvs(1)</a> allowed characters in symbol/tag names.
   
   <li>Made cvs_unedit_local() OpenCVS conform to other functions with the `-t' and `-n' flags used simultaneously.
   <li>Fixed cross build problem with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cpp&sektion=1&format=html">cpp(1)</a>.
   <li>Added support for using IPsec in multiple rdomains.
   <li>Fixed table removing bugs in the kernel resident routing tables.
   <li>Allowed to reduce the messages sent to AF_INET or AF_INET6 only daemons in the routing table sockets.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_mklocatedb&sektion=1&format=html">pkg_mklocatedb(1)</a>.
   <li>Fixed an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospf6d&sektion=8&format=html">ospf6d(8)</a> crash.
   <li>Fixed bulk update bugs on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=8&format=html">pfsync(8)</a>.
   
   <li>On the i386 platform, removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aha&sektion=4&format=html">aha(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tl&sektion=4&format=html">tl(4)</a> from the RAMDISK kernel; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=geodesc&sektion=4&arch=i386&format=html">geodesc(4/I386)</A>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdt&sektion=4&format=html">gdt(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=twe&sektion=4&format=html">twe(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iha&sektion=4&format=html">iha(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adw&sektion=4&format=html">adw(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&sektion=4&format=html">xl(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=exphy&sektion=4&format=html">exphy(4)</a> from the RAMDISKB kernel; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&sektion=4&format=html">ne(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsphyter&sektion=4&format=html">nsphyter(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rlphy&sektion=4&format=html">rlphy(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bmtphy&sektion=4&format=html">bmtphy(4)</a> from the RAMDISKC kernel. Those kernels went too big after the gcc4 switch.
   
   <li>Prevented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ffs&sektion=8&format=html">fsck_ffs(8)</a> to crash by using correct types for block numbers, those can grow big on very large filesystems.
   <li>Many improvement on the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> interface: setup proper mbuf pool watermarks for BCM5717 / BCM57765 chipsets, disabled initiation of multiple DMA reads for BCM5717 chipset, added a performance tweak for BCM5785 chipset, corrected the return ring count used for BCM5717 / BCM57765 chipsets, fixed fiber media detection for BCM5717 chipsets.
   <!-- 2010/07/08 -->
   <li>Updated sudo to version 1.7.2p8.
   <li>Added mapping for ACPI device to PCI bus/device/function.
   <li>Switched hppa, i386 and powerpc to gcc4.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute&sektion=8&format=html">traceroute(8)</a> parse extended ICMP messages defined by RFC 4884.
   <li>Added definitions in the TCP/IP stack for ICMP extended headers available for some ICMP messages like time exceeded messages.
   
   <li>Use config_activate_children to get down to the isa bus activation code.
   <li>Prevented devices without read or write functionnality to return ENODEV to the poll.
   <li>Improved pipex.
   <li>Improved aesni.
   <li>Moved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&sektion=4&format=html">crypto(4)</a> pool initialization to init_crypto and removed the crypto_pool_initialized variable. This prevents crypto_getreq() to check if the pool is initialized each time its called.
   <!-- 2010/07/07 -->
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifstated&sektion=8&format=html">ifstated(8)</a> print runned commands in debug mode only (ifstated -d).
   <li>Prevented deadlocks on sparc64.
   <li>Added mpi_wait over to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpii&sektion=4&format=html">mpii(4)</a> as a multiprocessor-safe mechanism: sleep while waiting for a command to complete.
   
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpii&sektion=4&format=html">mpii(4)</a> more multiprocessor-safe.
   <!-- 2010/07/06 -->
   <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&sektion=4&format=html">siop(4)</a>.
   <li>Created distinct entry points functions for sun4/4c and sum4m as the bits in their interrupt enable register are completely different (intreg_clr_44c() and intreg_clr_4m() instead of ienabic(), intreg_set_44c and intreg_set_4m instead of ieanb_bis()).
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a>, use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spl&sektion=9&format=html">spl(9)</a> spltty() to lock downcalls from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&sektion=4&format=html">apm(4)</a> against the information being modified by the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a> thread.
   
   <li>Make ``apmd &amp; zzz'' work correctly.
   <li>Prevented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldapctl&sektion=8&format=html">ldapctl(8)</a> to segfault if ``ldapctl stats'' is run when a database is being reopened due to compaction.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> try to detect busy loops caused by misbehaving audio drivers or hardware. If a busy loop is found, then close the device that caused the loop.
   <li>Fixed a memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldapd&sektion=8&format=html">ldapd(8)</a>.
   <li>Enabled FIFO IO for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4&format=html">sd(4)</a> devices.
   
   <li>Improved the event notification on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a>.
   <li>Moved the last direct uses of mpi_{get,put}_ccb over to using the scsi_iohandler wrappers in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a>.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> handle all streams (audio files and client connections) the same way. Cleaned command line options: stream parameters (-Ccehjmrtvx) must precede stream definitions (-ios) and per-device parameters (-abz) and stream definitions (-ios) must precede device definitions (-f). Since there's no ``server'' and ``non-server'' modes anymore, the -l option just detach the process.
   <!-- 2010/07/05 -->
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospf6d&sektion=8&format=html">ospf6d(8)</a> advertise a intra-area-prefix-lsa with all prefixes for the network if there are any adjacent neighbors on link.
   <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_bsdos&sektion=8&format=html">compat_bsdos(8)</a>.
   
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldapd&sektion=8&format=html">ldapd(8)</a> update writing to the B-Tree while having a cursor open on the affected pages.
   <li>Fixed use after free in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ypldap&sektion=8&format=html">ypldap(8)</a>.
   <li>Fixed a memory leak with transaction abortion on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldapd&sektion=8&format=html">ldapd(8)</a>.
   <li>Fixed an NFS crash on sparc.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&sektion=8&format=html">sysmerge(8)</a> automaticaly install missing users/groups.
   <li>Prevented broken battery stats, overheating, failure to resume on some machines by resetting SCI_EN on resume.
 <!-- 2010/07/04 -->  <!-- 2010/07/04 -->
 <li>Make &#94;D handling consistent in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&sektion=8&format=html">fdisk(8)</a>.  <li>Make &#94;D handling consistent in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&sektion=8&format=html">fdisk(8)</a>.
 <!-- 2010/07/03 -->  <!-- 2010/07/03 -->

Legend:
Removed from v.1.1170  
changed lines
  Added in v.1.1171