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

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

version 1.5, 2011/10/14 18:55:18 version 1.6, 2011/10/21 02:33:30
Line 654 
Line 654 
 <li>Fixes display glitches occurring during virtual terminal switches with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcdisplay&sektion=4&format=html">pcdisplay(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vga&sektion=4&format=html">vga(4)</a>.  <li>Fixes display glitches occurring during virtual terminal switches with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcdisplay&sektion=4&format=html">pcdisplay(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vga&sektion=4&format=html">vga(4)</a>.
 <li>Moved PPWAIT flag from struct proc to process,so that rthreads in a vforked child behave correctly in most architectures machine-dependent code.  <li>Moved PPWAIT flag from struct proc to process,so that rthreads in a vforked child behave correctly in most architectures machine-dependent code.
 <li>Use uvm_pmr_isfree() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9&format=html">uvm(9)</a> when DEBUG is defined.  <li>Use uvm_pmr_isfree() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9&format=html">uvm(9)</a> when DEBUG is defined.
 <li>Allow allocation in inet 6 in6_update_ifo() to wait.  <li>Allow allocation in inet6 in6_update_ifo() to wait.
 <li>Make ATA in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&sektion=4&format=html">wd(4)</a> safer with bigmem.  <li>Make ATA in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&sektion=4&format=html">wd(4)</a> safer with bigmem.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spc&sektion=4&arch=luna88k&format=html">spc(4/LUNA88K)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mesh&sektion=4&arch=macppc&format=html">mesh(4/MACPPC)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aic&sektion=4&format=html">aic(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bha&sektion=4&format=html">bha(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oosiop&sektion=4&format=html">oosiop(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uha&sektion=4&arch=i386&format=html">uha(4/I386)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sea&sektion=4&arch=i386&format=html">sea(4/I386)</a> use iopools.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spc&sektion=4&arch=luna88k&format=html">spc(4/LUNA88K)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mesh&sektion=4&arch=macppc&format=html">mesh(4/MACPPC)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aic&sektion=4&format=html">aic(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bha&sektion=4&format=html">bha(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oosiop&sektion=4&format=html">oosiop(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uha&sektion=4&arch=i386&format=html">uha(4/I386)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sea&sektion=4&arch=i386&format=html">sea(4/I386)</a> use iopools.
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bce&sektion=4&format=html">bce(4)</a> to run properly on systems with more than 1GB of physical memory and re-enable it on i386 and amd64 GENERIC and RAMDISK_CD kernels.  <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bce&sektion=4&format=html">bce(4)</a> to run properly on systems with more than 1GB of physical memory and re-enable it on i386 and amd64 GENERIC and RAMDISK_CD kernels.
Line 667 
Line 667 
 <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4&format=html">pfsync(4)</a> from deferring packets for states with NOSYNC set.  <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4&format=html">pfsync(4)</a> from deferring packets for states with NOSYNC set.
 <li>Set dma pools to IPL_VM.  <li>Set dma pools to IPL_VM.
 <li>Moved P_SUGID and P_SUGIDEXEC from struct proc to process. Ensures checks are done even from an rthread.  <li>Moved P_SUGID and P_SUGIDEXEC from struct proc to process. Ensures checks are done even from an rthread.
 <li>memory that the buffer cache will attempt to use.  <li>Constrain <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vfs&sektion=9&format=html">vfs(9)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9&format=html">uvm(9)</a> buffer cache to use only the dma reachable region of memory. With this change bufcachepercent will be the percentage of dma reachable memory that the buffer cache will attempt to use.
 <li>Constrain <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vfs&sektion=9&format=html">vfs(9)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9&format=html">uvm(9)</a> buffer cache to use only the dma reachable region of memory. With this change bufcachepercent will be the percentage of dma reachable  
 <li>Added stat counters to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> lookup agent.  <li>Added stat counters to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> lookup agent.
 <li>Make sure that amd64 physical addresses for dma are below the top of the dma constraint range and panic if they are not.  <li>Make sure that amd64 physical addresses for dma are below the top of the dma constraint range and panic if they are not.
 <li>Removed obsolete vnode_if.* files from kernel.  <li>Removed obsolete vnode_if.* files from kernel.

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