=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/63.html,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- www/63.html 2018/03/25 20:39:59 1.29 +++ www/63.html 2018/03/25 22:40:28 1.30 @@ -241,7 +241,18 @@ kqueue(2) for monitoring changes to drm devices.
  • ldexp(3) now handles - the sign of denormal numbers correctly on mips64. + the sign of denormal numbers correctly on mips64. +
  • fdisk(8) now ensures the + validity of MBR partition offsets entered while editing. +
  • fdisk(8) now ensures that + default values lie within the valid range. +
  • less(1) now splits only + the environemnt variable LESS on '$'. +
  • less(1) no longer creates + a spurious file when encountering '$' in the initial command. +
  • softraid(4) now validates + the number of chunks when assembling a volume, ensuring the on-disk + and in-memory metadata are in sync.
  • ...