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

Diff for /www/plus.html between version 1.1305 and 1.1306

version 1.1305, 2013/10/06 21:35:47 version 1.1306, 2013/10/09 00:30:10
Line 75 
Line 75 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2013/10/06 -->
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axen&manpath=OpenBSD%20Current&sektion=4&format=html">axen(4)</a> device driver, for ASIX AX88178a and AX88179 Ethernet interfaces.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getdirentries&manpath=OpenBSD%20Current&sektion=2&format=html">getdirentries(2)</a> is dead; long live <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getdents&manpath=OpenBSD%20Current&sektion=2&format=html">getdents(2)</a>.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> to allow breaking the line at hyphens in macro arguments (e.g. .Nd and most of the .%? citation macros).
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> throwing a fatal error and dying if there is anything inside a .Bl block body before the first .It.
   <li>Added quirk to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&manpath=OpenBSD%20Current&sektion=4&format=html">azalia(4)</a> for ALC260 (found on Acer Extensa 6700).
   <!-- 2013/10/05 -->
   <li>Added CLOCK_UPTIME, a clock which measures time-running-not-suspended, used in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clock_gettime&manpath=OpenBSD%20Current&sektion=2&format=html">clock_gettime(2)</a> and other places.
   <li>Backed out POLLHUP change until a problem with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&manpath=OpenBSD%20Current&sektion=1&format=html">xterm(1)</a> hanging on close is fixed.
   <li>Support for the i.MX6-based Wandboard Quad added to the armv7 architecture.
   <li>Disabled interrupts in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&manpath=OpenBSD%20Current&sektion=4&format=html">re(4)</a> interrupt handler. Fixes the occasional watchdog timeout when using MSI.
   <li>Removed Adaptec 2940 SCSI controllers from i386 RAMDISK kernels to make other things fit.
   <li>Use monitor/mwait to idle amd64 CPUs when available.
   <li>Change the default for the "default-path" option to ~ in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a>.
   <li>Updated to mesa 9.2.1.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a>, use open(".")/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fchdir&manpath=OpenBSD%20Current&sektion=2&format=html">fchdir(2)</a> to save and restore current directory rather than <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getcwd&manpath=OpenBSD%20Current&sektion=3&format=html">getcwd(3)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chdir&manpath=OpenBSD%20Current&sektion=2&format=html">chdir(2)</a>.
   <!-- 2013/10/04 -->
   <li>Fix boot device matching in the presence of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpath&manpath=OpenBSD%20Current&sektion=4&format=html">mpath(4)</a> on hppa/hppa64.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=poll&manpath=OpenBSD%20Current&sektion=2&format=html">poll(2)</a> on a closed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tty&manpath=OpenBSD%20Current&sektion=4&format=html">tty(4)</a> now returns POLLIN|POLLHUP in revents when events is set to POLLIN, and POLLHUP when events is set to POLLOUT.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpctl&manpath=OpenBSD%20Current&sektion=8&format=html">ntpctl(8)</a>, which allows us to query the locally running <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&manpath=OpenBSD%20Current&sektion=8&format=html">ntpd(8)</a> process.
   <li>Fix tuner ioctl TVTUNER_SETFREQ in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bktr&manpath=OpenBSD%20Current&sektion=4&format=html">bktr(4)</a> (broken after rev 1.30).
   <!-- 2013/10/03 -->
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a>, support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">roff(7)</a> simple numerical conditions.
   <li>Support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> setting and printing out arbitrary <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&manpath=OpenBSD%20Current&sektion=7&format=html">roff(7)</a> number registers, preserving support for the ".nr nS" SYNOPSIS state register.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> incoherence with fence updates on Sandybridge and higher CPUs.
   <li>Kernel adjusted to print many daddr_t variables with %lld, and u_int64_t variables with %llu in many places.
   <!-- 2013/10/02 -->
   <!-- 2013/10/01 -->
   <li>Made it possible to correctly set up and label a vnd image with a boot area on aviion.
   <li>Emulate 64-bit <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> atomic operations on 32-bit architectures by using a mutex.
   <li>Replaced rc4 with ChaCha20 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&manpath=OpenBSD%20Current&sektion=3&format=html">arc4random(3)</a>.
   <li>Added initial SNMP client utility to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpctl&manpath=OpenBSD%20Current&sektion=8&format=html">snmpctl(8)</a>. For example, "snmpctl snmp walk 127.0.0.1".
   <!-- 2013/09/30 -->
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld&manpath=OpenBSD%20Current&sektion=1&format=html">ld(1)</a>, make stderr buffered in einfo(), to speed up display of error messages on slower platforms.
   <li>Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX (not MAXPATHNAMELEN, MAXNAMLEN or MAXLOGNAME) in the C library.
 <!-- 2013/09/29 -->  <!-- 2013/09/29 -->
 <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a>'s drmclose unreferencing objects while a mutex is locked.  <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a>'s drmclose unreferencing objects while a mutex is locked.
 <li>Ensure the OpenBSD area of the disk does not enclose the boot area on the aviion architecture; added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=installboot&manpath=OpenBSD%20Current&sektion=8&format=html&arch=aviion">installboot(8/aviion)</a>.  <li>Ensure the OpenBSD area of the disk does not enclose the boot area on the aviion architecture; added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=installboot&manpath=OpenBSD%20Current&sektion=8&format=html&arch=aviion">installboot(8/aviion)</a>.
Line 363 
Line 398 
 <br><small>$OpenBSD$</small>  <br><small>$OpenBSD$</small>
   
 </body>  </body>
   
   
   
   

Legend:
Removed from v.1.1305  
changed lines
  Added in v.1.1306