[relnotes] [Fedora Project Wiki] Update of "Docs/Beats/Devel/Runtime" by PaulWFrields

fedorawiki-noreply at fedoraproject.org fedorawiki-noreply at fedoraproject.org
Sat Sep 23 00:09:58 UTC 2006


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Fedora Project Wiki" for change notification.

The following page has been changed by PaulWFrields:
http://fedoraproject.org/wiki/Docs/Beats/Devel/Runtime

------------------------------------------------------------------------------
  = Devel Runtime =
  
- New features in `glibc` include:
+ These are the new features in `glibc`:
  
   * Support for priority inheriting and priority protecting mutexes.  These are two features described in the POSIX standards.
   * Priority inheriting mutexes automatically prevent priority inversion caused by waiting for the availability of mutexes.  The kernel automatically boosts the priority of the thread holding the mutex until it unlocks the mutex.
   * Priority protection allows to specify a priority that all threads that acquire the mutex will run with until the mutex is unlocked.  This feature is not available for robust mutexes.
-  * The destination address sorting performed by the `getaddrinfo()` interface for hostname lookup can now be customized by rules in the `/etc/gai.conf` file.
+  * The destination address sorting performed by the {{{getaddrinfo()}}} interface for hostname lookup can now be customized by rules in the `/etc/gai.conf` file.
   * Significant speed-ups in NIS and NIS+ processing.
   * RFC 3542 support completed (advanced socket APIs for IPv6).
   * Significant speed-ups of dynamic symbol lookup.




More information about the Fedora-relnotes-content mailing list