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

Diff for /www/plus.html between version 1.1288 and 1.1289

version 1.1288, 2013/05/22 02:08:44 version 1.1289, 2013/05/31 04:32:56
Line 74 
Line 74 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2013/05/26 -->
   <li>Added ":B" to the list of options actually handled in PkgCheck.pm by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a>.
   <!-- 2013/05/25 -->
   <li>Minimal support for MVME224 and MVME236 memory boards on mvme88k architecture; fixed MVME181 memory detection code.
   <li>When recreating a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tun&manpath=OpenBSD%20Current&sektion=4&format=html">tun(4)</a> interface, set the IFF_RUNNING flag after the IFF_LINK0 flag has been added.
   <!-- 2013/05/24 -->
   <li>Sync <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> with OpenSMTPD 5.3.2.
   <li>Since audio code is mp safe, establish <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isa&manpath=OpenBSD%20Current&sektion=4&format=html">isa(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a> audio interrupts with the IPL_MPSAFE flag, so interrupt handlers don't need to wait for global kernel_lock.
   <!-- 2013/05/23 -->
   <li>Merge upstream fixes for several <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=X&manpath=OpenBSD%20Current&sektion=7&format=html">X(7)</a> library vulnerabilities (integer overflows/buffer overflows/memory corruption).
   <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ttys&manpath=OpenBSD%20Current&sektion=5&format=html">ttys(5)</a> console speed to 115200 on octeon.
   <li>Revert <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&manpath=OpenBSD%20Current&sektion=4&format=html">pms(4)</a> Active PS/2 support for now, until solution found for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbc&manpath=OpenBSD%20Current&sektion=4&format=html">pckbc(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gsckbc&manpath=OpenBSD%20Current&sektion=4&arch=hppa&format=html">gsckbc(4/hppa)</a> chipsets that stopped working.
   <li>Simplified <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> grabbing keys per screen (during init) and during a MappingNotify.
   <li>Put <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> (a FastCGI to CGI wrapper) in, to work on it in-tree. Not hooked up to the build yet.
   <li>Properly implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&manpath=OpenBSD%20Current&sektion=4&format=html">acpi(4)</a> access to IndexField() field units.
   <!-- 2013/05/22 -->
   <li>Allow auto-scaling <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=encrypt&manpath=OpenBSD%20Current&sektion=1&format=html">encrypt(1)</a> bcrypt rounds based on CPU power.
   <li>Set correct route priority in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> send_rt6msg. Fixes v6 routes being added to the kernel as RTP_DEFAULT.
   <li>Shuffle <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> shell-command-on-region around to give shell-command.
   <li>Check validity of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwmrc&manpath=OpenBSD%20Current&sektion=5&format=html">cwmrc(5)</a> mousebind buttons during the parse phase, not when client needs to grab (when it's too late); load the default config if this is invalid.
   <li>Don't use BUS_DMA_WAITOK in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bge(4)</a> bge_init path, since it might be called from a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=timeout&manpath=OpenBSD%20Current&sektion=9&format=html">timeout(9)</a>.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> changes: use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random_uniform&manpath=OpenBSD%20Current&sektion=3&format=html">arc4random_uniform(3)</a> to randomise queue; display debug timestamp with -ns; use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clock_gettime&manpath=OpenBSD%20Current&sektion=2&format=html">clock_gettime(2)</a> directly.
   <li>Modified luna88k <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=comkbd&manpath=OpenBSD%20Current&sektion=4&arch=sparc64&format=html">comkbd(4/sparc64)</a> RAWKEY_XXX values, to input the right characters on Japanese keyboards.
   <!-- 2013/05/21 -->
   <li>Synced libedit with upstream to fix: buffer growing, memory allocation for wide chars, and to handle return of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbstowcs&manpath=OpenBSD%20Current&sektion=3&format=html">mbstowcs(3)</a>.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pty&manpath=OpenBSD%20Current&sektion=4&format=html">pty(4)</a> descriptor leak occurring if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fork&manpath=OpenBSD%20Current&sektion=2&format=html">fork(2)</a> fails.
   <li>Added driver for the am335x timers, to be used by the beaglebone.
   <li>Fixed missing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> work unit state initialisations.
   <!-- 2013/05/20 -->
   <li>Eliminate the need to change the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> menu window on every <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xft&manpath=OpenBSD%20Current&sektion=3&format=html">Xft(3)</a> font draw; added support for _NET_WM_STATE_MAXIMIZED_{HORZ,VERT}, _NET_ACTIVE_WINDOW ClientMessage and _NET_WM_STATE ClientMessage.
   <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> addr.aid is actually available when first accessed.
   <li>Remove "abort_task" from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&manpath=OpenBSD%20Current&sektion=4&format=html">usb(4)</a> task queue before recycling the containing structure, to avoid <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&manpath=OpenBSD%20Current&sektion=4&format=html">ehci(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&manpath=OpenBSD%20Current&sektion=4&format=html">ohci(4)</a> or <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&manpath=OpenBSD%20Current&sektion=4&format=html">uhci(4)</a> panic.
 <!-- 2013/05/19 -->  <!-- 2013/05/19 -->
 <li>Switched <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> border colours to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xft&manpath=OpenBSD%20Current&sektion=3&format=html">Xft(3)</a>. If colour name allocation fails, revert back to default.  <li>Switched <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> border colours to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xft&manpath=OpenBSD%20Current&sektion=3&format=html">Xft(3)</a>. If colour name allocation fails, revert back to default.
 <li>Support .Bl -offset in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> -mdoc -Tman.  <li>Support .Bl -offset in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> -mdoc -Tman.
Line 678 
Line 710 
   
 </body>  </body>
 </html>  </html>
   
   
   
   

Legend:
Removed from v.1.1288  
changed lines
  Added in v.1.1289