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

Diff for /www/plus47.html between version 1.5 and 1.6

version 1.5, 2010/08/31 01:31:22 version 1.6, 2010/09/29 13:31:44
Line 103 
Line 103 
 <li>Fixed a careless <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fscanf&sektion=3&format=html">fscanf(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tn3270&sektion=1&format=html">tn3270(1)</a>.  <li>Fixed a careless <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fscanf&sektion=3&format=html">fscanf(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tn3270&sektion=1&format=html">tn3270(1)</a>.
 <li>Fixed cwm behaviour with multiple screens and groups.  <li>Fixed cwm behaviour with multiple screens and groups.
   
 <li>In NFS vnode op calls, prevent a potential race with renames.  <li>In NFS vnode op calls, fixed a potential race with renames.
 <li>Fixed memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ffs&sektion=8&format=html">fsck_ffs(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ext2fs&sektion=8&format=html">fsck_ext2fs(8)</a>.  <li>Fixed memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ffs&sektion=8&format=html">fsck_ffs(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ext2fs&sektion=8&format=html">fsck_ext2fs(8)</a>.
 <li>Fixed memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8&format=html">pfctl(8)</a>.  <li>Fixed memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8&format=html">pfctl(8)</a>.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>, fixed a case when 2yz status would not override existing 4yz one.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>, fixed a case when 2yz status would not override existing 4yz one.
Line 135 
Line 135 
 <li>Added firmware for Elite3D framebuffers.  <li>Added firmware for Elite3D framebuffers.
 <li>Support uk.swapctrlcaps as a valid keymap in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbc&sektion=4&format=html">pckbc(4)</a>.  <li>Support uk.swapctrlcaps as a valid keymap in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbc&sektion=4&format=html">pckbc(4)</a>.
 <li>Don't run the kernel with instruction cache disabled while netbooting on ARCBios.  <li>Don't run the kernel with instruction cache disabled while netbooting on ARCBios.
 <li>Fault prevented when accessing the stack of 32bit ARCBios on sgi platform.  <li>Fixed fault when accessing the stack of 32bit ARCBios on sgi platform.
 <li>Get page size information by reading the kernel image' struct uvmexp on the sgi platform, instead of the value of PAGE_SIZE found in the standard headers when compiling.  <li>Get page size information by reading the kernel image' struct uvmexp on the sgi platform, instead of the value of PAGE_SIZE found in the standard headers when compiling.
 <li>Make userland <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&sektion=3&format=html">malloc(3)</a> use __LDPGSZ granularity on mips, regardless of the actual kernel page size.  <li>Make userland <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&sektion=3&format=html">malloc(3)</a> use __LDPGSZ granularity on mips, regardless of the actual kernel page size.
 <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8&format=html">sudo(8)</a> to version 1.7.2p2.  <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8&format=html">sudo(8)</a> to version 1.7.2p2.
Line 161 
Line 161 
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpctl&sektion=8&format=html">bgpctl(8)</a>, clearing a neighbor bring it into the confured state after a bgpctl reload.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpctl&sektion=8&format=html">bgpctl(8)</a>, clearing a neighbor bring it into the confured state after a bgpctl reload.
 <li>Restrict <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=4&format=html">bgpd(4)</a> to log only when there may be a chance the session come up.  <li>Restrict <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=4&format=html">bgpd(4)</a> to log only when there may be a chance the session come up.
 <li>Added -w flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> set-option and show option.  <li>Added -w flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> set-option and show option.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&sektion=4&format=html">scsi(4)</a>, prevent a completion interrupt pulling io of the buf queue.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&sektion=4&format=html">scsi(4)</a>, fixed a completion interrupt pulling io of the buf queue.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stge&sektion=4&format=html">stge(4)</a>, putting the interface into promiscuous mode all the time with the ST1023 chipset is no longer necessary.  <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stge&sektion=4&format=html">stge(4)</a>, putting the interface into promiscuous mode all the time with the ST1023 chipset is no longer necessary.
 <li>Fixed order dependency of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4&format=html">pfsync(4)</a> interface setup.  <li>Fixed order dependency of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4&format=html">pfsync(4)</a> interface setup.
 <!-- 2009/12/02 -->  <!-- 2009/12/02 -->
Line 183 
Line 183 
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=creator&sektion=4&arch=sparc64&format=html">creator(4/SPARC64)</A> load firmware that is needed for accelerated X on Elite3D boards.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=creator&sektion=4&arch=sparc64&format=html">creator(4/SPARC64)</A> load firmware that is needed for accelerated X on Elite3D boards.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> re-initialize the interface upon resume.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> re-initialize the interface upon resume.
 <li>Handle partial xterm function key sequences in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.  <li>Handle partial xterm function key sequences in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.
 <li>Overflow prevented in memprob.c by probing memory on machines reporting memory region greater than 32.  <li>Overflow fixed in memprob.c by probing memory on machines reporting memory region greater than 32.
 <li>Added a new Elfxx_Phdr check hook for sgi machine-dependent initialization to prevent loading a kernel not compiled for the platform we are running on.  <li>Added a new Elfxx_Phdr check hook for sgi machine-dependent initialization to prevent from loading a kernel not compiled for the platform we are running on.
 <!-- 2009/11/29 -->  <!-- 2009/11/29 -->
 <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=html">pkg_add(1)</a> dependencies handling.  <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=html">pkg_add(1)</a> dependencies handling.
 <li>Improved Xenocara speed with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&sektion=4&format=html">inteldrm(4)</a> on multiprocessor systems.  <li>Improved Xenocara speed with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&sektion=4&format=html">inteldrm(4)</a> on multiprocessor systems.
Line 240 
Line 240 
 <!-- 2009/11/23 -->  <!-- 2009/11/23 -->
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vge&sektion=4&format=html">vge(4)</a> detachable.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vge&sektion=4&format=html">vge(4)</a> detachable.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&sektion=4&format=html">pci(4)</a> handle suspend failure.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&sektion=4&format=html">pci(4)</a> handle suspend failure.
 <li>Prevented interrupts storm in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&sektion=4&format=html">athn(4)</a> when the radio switch is turned off while the interface is up and running by properly clearing the condition.  <li>Fixed interrupts storm in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&sektion=4&format=html">athn(4)</a> when the radio switch is turned off while the interface is up and running by properly clearing the condition.
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uthum&sektion=4&format=html">uthum(4)</a> device driver for TEMPerHUM USB temperature and humidity sensor.  <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uthum&sektion=4&format=html">uthum(4)</a> device driver for TEMPerHUM USB temperature and humidity sensor.
 <li>Suppressed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhidev&sektion=4&format=html">uhidev(4)</a> warning message for polling only HID devices.  <li>Suppressed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhidev&sektion=4&format=html">uhidev(4)</a> warning message for polling only HID devices.
 <li>Implemented a new raw mode in Xenocara xf86-input-ws.  <li>Implemented a new raw mode in Xenocara xf86-input-ws.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6