This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.15-1037-gedb00e4


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  edb00e4d736c6d9b52e21a9557e71823e5a8df22 (commit)
      from  795405f956cb65486432c66c2542d5b648ba9289 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=edb00e4d736c6d9b52e21a9557e71823e5a8df22

commit edb00e4d736c6d9b52e21a9557e71823e5a8df22
Author: Richard Henderson <rth@twiddle.net>
Date:   Thu May 24 07:45:49 2012 -0700

    Add getauxval news entry.

diff --git a/NEWS b/NEWS
index b244d29..586f40f 100644
--- a/NEWS
+++ b/NEWS
@@ -71,6 +71,10 @@ Version 2.16
   Note that glibc is not expected to work with any Linux kernel version
   before 2.6.
 
+* New header <sys/auxv.h> and function getauxval allowing easy access to
+  the AT_* key-value pairs passed from the Linux kernel.  The header also
+  defines the HWCAP_* bits associated with the AT_HWCAP key.
+
 * New locales: mag_IN
 
 Version 2.15

-----------------------------------------------------------------------

Summary of changes:
 NEWS |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]