=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus60.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- www/plus60.html 2016/09/03 11:22:01 1.5 +++ www/plus60.html 2016/09/15 21:57:16 1.6 @@ -6,7 +6,7 @@ - + @@ -207,7 +207,7 @@
  • In tmpfs, don't allow mounting with noval owner. It causes a panic later on.
  • In factor(6), use an integer version of the Newton method instead of the floating point square root. This fixes a rounding issue. -
  • In imxesdhc(4/armv7) and fec(4/armv7, use the gpio framework to implement card detect instead of hardcoding particular gpios based on board IDs. +
  • In imxesdhc(4/armv7) and fec(4/armv7), use the gpio framework to implement card detect instead of hardcoding particular gpios based on board IDs.
  • Hook up imxgpio(4) to the FDT gpio framework.
  • Fix path MTU discovery which was slightly broken: it took two ICMP packets to create and change the dynamic route.
  • In tcp(4), do not increase the size of the socket buffer under memory pressure.