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

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

version 1.5, 2016/09/03 11:22:01 version 1.6, 2016/09/15 21:57:16
Line 6 
Line 6 
 <meta name="copyright" content="This document copyright 1996-2016 by OpenBSD.">  <meta name="copyright" content="This document copyright 1996-2016 by OpenBSD.">
 <meta name="viewport" content="width=device-width, initial-scale=1">  <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="stylesheet" type="text/css" href="openbsd.css">  <link rel="stylesheet" type="text/css" href="openbsd.css">
 <link rel="canonical" href="https://www.openbsd.org/plus59.html">  <link rel="canonical" href="https://www.openbsd.org/plus60.html">
 </head>  </head>
   
 <body bgcolor="#ffffff" text="#000000" link="#23238e">  <body bgcolor="#ffffff" text="#000000" link="#23238e">
Line 207 
Line 207 
 <!-- 2016-07-11 -->  <!-- 2016-07-11 -->
 <li>In tmpfs, don't allow mounting with noval owner. It causes a panic later on.  <li>In tmpfs, don't allow mounting with noval owner. It causes a panic later on.
 <li>In <a href="http://man.openbsd.org/factor.6">factor(6)</a>, use an integer version of the Newton method instead of the floating point square root. This fixes a rounding issue.  <li>In <a href="http://man.openbsd.org/factor.6">factor(6)</a>, use an integer version of the Newton method instead of the floating point square root. This fixes a rounding issue.
 <li>In <a href="http://man.openbsd.org/armv7/imxesdhc.4">imxesdhc(4/armv7)</a> and <a href="http://man.openbsd.org/armv7/fec.4">fec(4/armv7</a>, use the gpio framework to implement card detect instead of hardcoding particular gpios based on board IDs.  <li>In <a href="http://man.openbsd.org/armv7/imxesdhc.4">imxesdhc(4/armv7)</a> and <a href="http://man.openbsd.org/armv7/fec.4">fec(4/armv7)</a>, use the gpio framework to implement card detect instead of hardcoding particular gpios based on board IDs.
 <li>Hook up imxgpio(4) to the FDT gpio framework.  <li>Hook up imxgpio(4) to the FDT gpio framework.
 <li>Fix path MTU discovery which was slightly broken: it took two ICMP packets to create and change the dynamic route.  <li>Fix path MTU discovery which was slightly broken: it took two ICMP packets to create and change the dynamic route.
 <li>In <a href="http://man.openbsd.org/tcp.4">tcp(4)</a>, do not increase the size of the socket buffer under memory pressure.  <li>In <a href="http://man.openbsd.org/tcp.4">tcp(4)</a>, do not increase the size of the socket buffer under memory pressure.

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