=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/56.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- www/56.html 2014/10/04 20:29:43 1.36 +++ www/56.html 2014/10/04 20:50:06 1.37 @@ -185,9 +185,9 @@ tunefs(8).
  • Constrain MSDOS timestamps to 1/1/1980 through 12/31/2107. 64-bit time_t values outside that range are stored as 1/1/1980. -
  • bs(6) now prints a battleship splash screen. +
  • bs(6) now prints a battleship splash screen.
  • rsh, rshd, rwho, rwhod, ruptime, asa, bdes, fpr, mkstr, page, xstr, oldrdist, fsplit, uyap, and bluetooth have been removed. -
  • Fix atexit(3) recursive handlers. +
  • Fix atexit(3) recursive handlers.
  • Enhance disklabel(8) to recover filesystem mountpoint information when reading saved ascii labels.
  • Properly handle @@ -219,6 +219,12 @@ vwarnc(3).
  • Faster hibernate/unhibernate performance on amd64 and i386 platforms.
  • Support hibernating to softraid(4) crypto volumes. +
  • Added reallocarray(3), + which allows multiple sized objects to be allocated without the cost of + clearing memory while avoiding possible integer overflows. +
  • Extended fread(3) and + fwrite(3) + to check for integer overflows.