=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/56.html,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- www/56.html 2014/10/11 03:03:01 1.46 +++ www/56.html 2014/10/19 03:25:12 1.47 @@ -180,6 +180,12 @@ S/Key, and libc.
  • gets(3) has been removed. +
  • 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.

    @@ -242,16 +248,11 @@ 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.
  • Improved performance of seekdir(3) to start of current buffer.
  • Added <endian.h> per the revision of the POSIX spec in progress.
  • Apache has been removed.
  • Read support for ext4 filesystems. +
  • Reworked mplocks as ticket locks instead of spinlocks on amd64, i386, and sparc64. This provides fairer access to the kernel lock between logical CPUs, especially in multi socket systems.