=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/62.html,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- www/62.html 2017/10/06 23:47:19 1.71 +++ www/62.html 2017/10/07 05:14:00 1.72 @@ -512,6 +512,23 @@ in a more portable fashion.
  • Per-CPU caches implemented in pools. +
  • Mutex, + condition-variable, + thread-specific data, + pthread_once(3), + and pthread_exit(3) + routines moved to libc from libpthread for ease of library + use and compatibility with other OSes. +
  • Added getptmfd(3), + fdopenpty(3), and + fdforkpty(3) + to simplify privilege separation and use of pledge(2). +
  • Improved computational complexity in various cases of + strstr(3), + qsort(3), + and glob(3). +
  • Added support for EV_RECEIPT and EV_DISPATCH to + kqueue(2).