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

Diff for /www/plus.html between version 1.1375 and 1.1376

version 1.1375, 2015/10/03 12:53:33 version 1.1376, 2015/10/05 20:24:31
Line 75 
Line 75 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2015-09-27 -->
   <li>Enable monitor hot plugging for the framebuffer console.
   <li>Add IP26 kernels and boot blocks to the installation media.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/iwm.4">iwm(4)</a>:
   <ul>
   <li>Fix problems occurring when doing bsd.rd upgrades.
   <li>Fix the bug where the firmware stops passing traffic after the MAC address is changed.
   </ul>
   <li>Add the Ed25519 SSH host key to <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man5/changelist.5">changelist(5)</a>.
   <!-- 2015-09-26 -->
   <li>Make carp_input() MP-safe.
   <li>Prevent X from crashing the kernel when attaching <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/inteldrm.4">inteldrm(4)</a> fails.
   <li>Protect the list of free map entries with a mutex. This should fix crashes on i386.
   <li>Unlock the <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man2/mmap.2">mmap(2)</a> system call.
   <li>Add transpose-paragraphs to <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/mg.1">mg(1)</a>.
   <li>Correct a range problem in citrus-utf8 version of <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/wcrtomb.3">wcrtomb(3)</a> in order to match RFC 3629.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/inteldrm.4">inteldrm(4)</a>:
   <ul>
   <li>Make the PPGTT code work. This seems to fix the caching issues on Broadwell.
   <li>Don't hardcode the type of BARs to be 64-bit.
   </ul>
   <!-- 2015-09-25 -->
   <li>On octeon and sgi, restore the interrupt mask even on secondary CPUs. This prevents the IPI from being left disabled accidentally on a non-primary CPU which will cause the system to hang eventually.
   <li>On octeon, let MP-safe interrupt handlers run without the kernel lock.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/mandoc.1">mandoc(1)</a>, fix multiple aspects of SYNOPSIS .Nm formatting.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/tmux.1">tmux(1)</a>, if the terminal has colors=256, only try to use setaf/setab if they exist.
   <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/inteldrm.4">inteldrm(4)</a> on the GM45 chipset.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/slowcgi.8">slowcgi(8)</a>, output the contents of the environment in debug mode.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/inteldrm.4">inteldrm(4)</a>:
   <ul>
   <li>Disable IPS for now. It causes unsynched displays after waking it from standby or after VT switches.
   <li>Backport some of the Broadwell fixes.
   </ul>
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/tmux.1">tmux(1)</a>, free the history when it is cleared.
   <li>Ensure the GPT header size is in a valid range before checksumming it. This prevents a crash.
   <li>Ensure that RTF_LOCAL route entries always stay UP, even when a link state change occurs.
   <!-- 2015-09-24 -->
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/inteldrm.4">inteldrm(4)</a>:
   <ul>
   <li>Properly implement waitqueue_active().
   <li>Enable MSIs on hardware that supports it.
   </ul>
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/disklabel.8">disklabel(8)</a>, expunge VAX SMD special handling.
   <li>On sgi, properly handle IP26 streaming cache controller bus error interrupts.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/mg.1">mg(1)</a>, fix where the cursor is positioned after expunging files.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/trunk.4">trunk(4)</a>, avoid theoretical <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man9/m_pullup.9">m_pullup(9)</a> mishandling by delegating the mbuf reclaiming to the PDU and marker input routines.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/tmux.1">tmux(1)</a>, fix two fd leaks and a memory leak.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/ssh.1">ssh(1)</a>, add the CertificateFile option to explicitly list a certificate (bz#2436).
   <!-- 2015-09-23 -->
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/mg.1">mg(1)</a>:
   <ul>
   <li>Fix multiple iterations of kill-paragraph.
   <li>Add mark-paragraph.
   </ul>
   <li>Update inteldrm to the code from Linux 3.14.52.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/ld.so.1">ld.so(1)</a> on alpha, avoid write-protecting .data when it shares a page with the GOT and PLT.
   <li>On mips64:
   <ul>
   <li>When inserting an entry for a KV1 address, avoid having to write back the ASID value.
   <li>Use conditional instructions when picking a random TLB set number.
   </ul>
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/iwm.4">iwm(4)</a>:
   <ul>
   <li>While not associated, pass the broadcast ethernet address to the firmware, rather than zeros.
   <li>Properly reset the RX ring by clearing RX buffer status memory.
   </ul>
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/cwm.1">cwm(1)</a>, avoid unnecessary pointer querying.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/trunk.4">trunk(4)</a>:
   <ul>
   <li>Remove watchdog code since it doesn't do anything useful.
   <li>Adapt code to avoid locking protection in the future.
   </ul>
   <!-- 2015-09-22 -->
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/mg.1">mg(1)</a>, fix line number handling in dired delete functions.
   <li>Prevent the efiboot and kernel memory regions from overlapping. This fixes a problem where the kernel fails to boot.
   <li>When a connected route is deleted, pass the corresponding priority to <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man9/rtrequest1.9">rtrequest1(9)</a>. Otherwise the route will remain attached to a stale ifa.
   <!-- 2015-09-21 -->
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/mandoc.1">mandoc(1)</a>, account for significant whitespace when determining the width of a tag.
   <li>Remove SHA-0 and MD2 remnants from <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/openssl.1">openssl(1)</a>.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/bpgd.8">bpgd(8)</a>:
   <ul>
   <li>Allow for empty blocks for peers.
   <li>Allow to log all updates sent from an individual peer, and, when applied to a group, to disable logging on a sub-member of the group.
   </ul>
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/tmux.1">tmux(1)</a>, reset the alerts timer always on activity.
   <li>Fix a couple of <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/libtool.1">libtool(1)</a> issues.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/mg.1">mg(1)</a>, fix behaviour when opening the same directory twice in dired mode.
 <!-- 2015-09-20 -->  <!-- 2015-09-20 -->
 <li>On alpha and powerpc, fix membar positioning in mtx_enter_try() and mtx_leave().  <li>On alpha, powerpc and mips64, fix membar positioning in <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man9/mtx_enter_try.9">mtx_enter_try(9)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man9/mtx_leave.9">mtx_leave(9)</a>.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/ssh.1">ssh(1)</a>, fix a possible hang on closed output (bz#2469).  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/ssh.1">ssh(1)</a>, fix a possible hang on closed output (bz#2469).
 <li>On sparc, increase MAXTSIZ to 64 MB. This is required for gcc/gnat.  <li>On sparc, increase MAXTSIZ to 64 MB. This is required for gcc/gnat.
 <li>Fix suspend on machines with <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/em.4">em(4)</a> now that it uses <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man9/intr_barrier.9">intr_barrier(9)</a>.  <li>Fix suspend on machines with <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/em.4">em(4)</a> now that it uses <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man9/intr_barrier.9">intr_barrier(9)</a>.
Line 108 
Line 195 
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/ugen.4">ugen(4)</a>, fix a panic when using pcsc-lite.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/ugen.4">ugen(4)</a>, fix a panic when using pcsc-lite.
 <!-- 2015-09-14 -->  <!-- 2015-09-14 -->
 <li>Unbreak booting from GPT partitions.  <li>Unbreak booting from GPT partitions.
 <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/tls_config_insecure_noverifytime.3">tls_config_insecure_noverifytime()</a> to libtls to disable certificate validity checking.  <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/tls_config_insecure_noverifytime.3">tls_config_insecure_noverifytime(3)</a> to libtls to disable certificate validity checking.
 <li>In LibreSSL, add support for disabling certificate and CRL validity checking.  <li>In LibreSSL, add support for disabling certificate and CRL validity checking.
 <!-- 2015-09-13 -->  <!-- 2015-09-13 -->
 <li>Remove SHA-0 and MD4 support from libcrypto.  <li>Remove SHA-0 and MD4 support from libcrypto.

Legend:
Removed from v.1.1375  
changed lines
  Added in v.1.1376