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

Diff for /www/plus.html between version 1.1388 and 1.1389

version 1.1388, 2016/06/09 16:55:11 version 1.1389, 2016/07/02 23:53:51
Line 80 
Line 80 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2016-04-15 -->
   <li>In <a href="http://man.openbsd.org/rm.1">rm(1)</a>, don't allow removal of "/".
   <li>In <a href="http://man.openbsd.org/eigrpd.8">eigrpd(8)</a>:
   <ul>
   <li>Fix a corner case in Feasible Condition check.
   <li>Fix a segfault when reloading the config multiple times.
   <li>Check for subnet overlap between the configured summary-addresses.
   <li>Various other fixes and cleanups.
   </ul>
   <!-- 2016-04-14 -->
   <li>In <a href="http://man.openbsd.org/vlan.4">vlan(4)</a>, rework configuration and mark it as MP-safe.
   <li>Enable <a href="http://man.openbsd.org/nvme.4">nvme(4)</a> on amd64 and sparc64.
   <li>In <a href="http://man.openbsd.org/ssh_config.5">ssh_config(5)</a>, implement the "Include" directive.
   <li>In <a href="http://man.openbsd.org/mandoc.1">mandoc(1)</a>, fix a process group race sometimes causing a spawned <a href="http://man.openbsd.org/less.1">less(1)</a> to complain "Stopped (tty output)".
   <li>In <a href="http://man.openbsd.org/mg.1">mg(1)</a>, add "sentence-end-double-space".
   <li>On octeon:
   <ul>
   <li>Enable UART FIFOs.
   <li>Enable write buffering with write merging. This improves overall performance notably.
   </ul>
   <li>Enable device cloning for <a href="http://man.openbsd.org/bpf.4">bpf(4)</a>.
   <li>Re-enable <a href="http://man.openbsd.org/pckbd.4">pckbd(4)</a> on resume. This fixes problems on (at least) various HP laptops that previously had no working keyboard after resuming from <a href="http://man.openbsd.org/zzz.8">zzz(8)</a>.
   <li>On amd64 and i386, use a CPUID function to determine presence of general purpose architectural performance counters. This fixes a panic seen on some hypervisors when <a href="http://man.openbsd.org/pctr.1">pctr(1)</a> is used when the hypervisor masks out the counters.
   <!-- 2016-04-13 -->
   <li>Various improvements to <a href="http://man.openbsd.org/nvme.4">nvme(4)</a>.
   <li>In libssl, use the correct IV and counter when decrypting the ciphertext for <a href="http://man.openbsd.org/EVP_aead_chacha20_poly1305_ietf.3">EVP_aead_chacha20_poly1305_ietf(3)</a>.
   <li>In <a href="http://man.openbsd.org/man.1">man(1)</a>, give manuals in purely numerical sections priority over manuals of the same name in sections with an alphabetical suffix (e.g. 3p).
   <!-- 2016-04-12 -->
   <li>In <a href="http://man.openbsd.org/awk.1">awk(1)</a>, fix a crash with empty assignments, (e.g. "BEGIN {i=$1}").
   <li>In <a href="http://man.openbsd.org/pstat.8">pstat(8)</a>, fix a crash when the -T flag is specified.
   <li>In <a href="http://man.openbsd.org/nvme.4">nvme(4)</a>, read chip capabilities before operating on it. This ensures the proper timeout for chip enables/disables are obtained.
   <li>In <a href="http://man.openbsd.org/mg.1">mg(1)</a>, stop putting a space at the end of a paragraph when using fill-paragraph.
   <li>Prevent a kernel panic by providing a dummy function for <a href="http://man.openbsd.org/bridge.4">bridge(4)</a>'s if_output.
   <!-- 2016-04-10 -->
   <li>On sparc64, (temporarily) disable <a href="http://man.openbsd.org/ahc.4">ahc(4)</a> so that GENERIC.MP kernels don't overflow the 8M reserved for .text and .rodata sections.
   <li>In <a href="http://man.openbsd.org/rev.1">rev(1)</a>, enable UTF-8 support.
   <!-- 2016-04-09 -->
   <li>In libedit, reset the terminal to its initial state before exiting a program that is using libedit.
   <!-- 2016-04-08 -->
   <li>In <a href="http://man.openbsd.org/bgpd.8">bgpd(8)</a>, don't exit when receiving an RTM_CHANGE message for an RTF_MPATH route that is actually on an interface.
 <!-- 2016-04-07 -->  <!-- 2016-04-07 -->
 <li>In <a href="http://man.openbsd.org/pf.4">pf(4)</a>, don't panic if an <a href="http://man.openbsd.org/mbuf.9">mbuf(9)</a> already has a statekey. This should help finding the remaining corner cases of packets looped back in the stack.  <li>In <a href="http://man.openbsd.org/pf.4">pf(4)</a>, don't panic if an <a href="http://man.openbsd.org/mbuf.9">mbuf(9)</a> already has a statekey. This should help finding the remaining corner cases of packets looped back in the stack.
 <li>In <a href="http://man.openbsd.org/vmd.8">vmd(8)</a>, place a BOOTARG_END section at the end of the boot arguments list pushed to the VM during boot. This makes it possible to install and run an OpenBSD i386 guest VM using <a href="http://man.openbsd.org/vmm.4">vmm(4)</a>.  <li>In <a href="http://man.openbsd.org/vmd.8">vmd(8)</a>, place a BOOTARG_END section at the end of the boot arguments list pushed to the VM during boot. This makes it possible to install and run an OpenBSD i386 guest VM using <a href="http://man.openbsd.org/vmm.4">vmm(4)</a>.

Legend:
Removed from v.1.1388  
changed lines
  Added in v.1.1389