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]

Community source repository for glibc add-on ports branch, master, updated. glibc-2.15-76-g56526a6


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 "Community source repository for glibc add-on ports".

The branch, master has been updated
       via  56526a6f75e09952a0ce1e62ad037d34f79bd3af (commit)
       via  f157a61945c5c576d0223020b351f666b0dc2886 (commit)
       via  d6353c0f81b74f8bdecb76af3f36857cfe966754 (commit)
      from  3287d4162fd765d905f19a8fc4847a455e71e3ff (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-ports.git;a=commitdiff;h=56526a6f75e09952a0ce1e62ad037d34f79bd3af

commit 56526a6f75e09952a0ce1e62ad037d34f79bd3af
Author: Andreas Schwab <schwab@linux-m68k.org>
Date:   Mon Feb 20 18:16:28 2012 +0100

    Whitespace cleanup

diff --git a/ChangeLog.alpha b/ChangeLog.alpha
index 8d66469..aff39f0 100644
--- a/ChangeLog.alpha
+++ b/ChangeLog.alpha
@@ -7,7 +7,7 @@
 
 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
 
-        * sysdeps/unix/sysv/linux/alpha/sysconf.c: Fix cache sysconf switch.
+	* sysdeps/unix/sysv/linux/alpha/sysconf.c: Fix cache sysconf switch.
 
 2012-02-16  Richard Henderson  <rth@twiddle.net>
 
@@ -21,8 +21,8 @@
 
 2012-02-15  Richard Henderson  <rth@twiddle.net>
 
-        * sysdeps/unix/sysv/linux/alpha/bits/signalfd.h: New file.
-        * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: Remove.
+	* sysdeps/unix/sysv/linux/alpha/bits/signalfd.h: New file.
+	* sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: Remove.
 
 	* sysdeps/unix/alpha/sysdep.h (syscall_promote): New.
 	(inline_syscall0, inline_syscall1, inline_syscall2,
@@ -58,8 +58,8 @@
 
 2012-02-13  Richard Henderson  <rth@twiddle.net>
 
-        * sysdeps/unix/sysv/linux/alpha/bits/eventfd.h: New file.
-        * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: Remove.
+	* sysdeps/unix/sysv/linux/alpha/bits/eventfd.h: New file.
+	* sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: Remove.
 
 2012-02-09  Richard Henderson  <rth@twiddle.net>
 
@@ -169,7 +169,7 @@
 
 2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>
 
- 	[BZ #6827]
+	[BZ #6827]
 	* sysdeps/alpha/dl-machine.h: Add dl-procinfo support.
 	* sysdeps/alpha/dl-procinfo.c: New.
 	* sysdeps/alpha/dl-procinfo.h: New.

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

commit f157a61945c5c576d0223020b351f666b0dc2886
Author: Andreas Schwab <schwab@linux-m68k.org>
Date:   Sun Feb 19 18:20:39 2012 +0100

    alpha: Add support for Linux error EHWPOISON

diff --git a/ChangeLog.alpha b/ChangeLog.alpha
index e629a44..8d66469 100644
--- a/ChangeLog.alpha
+++ b/ChangeLog.alpha
@@ -1,3 +1,10 @@
+2012-02-20  Andreas Schwab  <schwab@linux-m68k.org>
+
+	* sysdeps/unix/sysv/linux/alpha/bits/errno.h (ERFKILL, EHWPOISON):
+	Define if not defined.
+	* sysdeps/unix/sysv/linux/alpha/Versions: Add new errlist compat
+	entry for 2.16.
+
 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
 
         * sysdeps/unix/sysv/linux/alpha/sysconf.c: Fix cache sysconf switch.
diff --git a/sysdeps/unix/sysv/linux/alpha/Versions b/sysdeps/unix/sysv/linux/alpha/Versions
index 5a617b4..b3cec3a 100644
--- a/sysdeps/unix/sysv/linux/alpha/Versions
+++ b/sysdeps/unix/sysv/linux/alpha/Versions
@@ -81,6 +81,10 @@ libc {
     #errlist-compat	139
     _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
   }
+  GLIBC_2.16 {
+    #errlist-compat	140
+    _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
+  }
   GLIBC_PRIVATE {
     __libc_alpha_cache_shape;
   }
diff --git a/sysdeps/unix/sysv/linux/alpha/bits/errno.h b/sysdeps/unix/sysv/linux/alpha/bits/errno.h
index 8b2f152..5c72a56 100644
--- a/sysdeps/unix/sysv/linux/alpha/bits/errno.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/errno.h
@@ -1,5 +1,5 @@
 /* Error constants.  Linux/Alpha specific version.
-   Copyright (C) 1996,1997,1998,1999,2002,2005 Free Software Foundation, Inc.
+   Copyright (C) 1996,1997,1998,1999,2002,2005,2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -37,6 +37,14 @@
 #  define ENOTRECOVERABLE	137
 # endif
 
+# ifndef ERFKILL
+#  define ERFKILL		138
+# endif
+
+# ifndef EHWPOISON
+#  define EHWPOISON		139
+# endif
+
 # ifndef __ASSEMBLER__
 /* Function to get address of global `errno' variable.  */
 extern int *__errno_location (void) __THROW __attribute__ ((__const__));

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

commit d6353c0f81b74f8bdecb76af3f36857cfe966754
Author: Andreas Schwab <schwab@linux-m68k.org>
Date:   Sun Feb 19 18:21:03 2012 +0100

    mips: Add support for Linux error EHWPOISON

diff --git a/ChangeLog.mips b/ChangeLog.mips
index 172d48d..41239d7 100644
--- a/ChangeLog.mips
+++ b/ChangeLog.mips
@@ -1,3 +1,8 @@
+2012-02-20  Andreas Schwab  <schwab@linux-m68k.org>
+
+	* sysdeps/unix/sysv/linux/mips/bits/errno.h (EHWPOISON): Define if
+	not defined.
+
 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
 
 	* sysdeps/mips/dl-procinfo.h(_DL_PLATFORMS_COUNT): define to 4,
diff --git a/sysdeps/unix/sysv/linux/mips/bits/errno.h b/sysdeps/unix/sysv/linux/mips/bits/errno.h
index 62b952c..1cf339f 100644
--- a/sysdeps/unix/sysv/linux/mips/bits/errno.h
+++ b/sysdeps/unix/sysv/linux/mips/bits/errno.h
@@ -1,5 +1,5 @@
 /* Error constants.  MIPS/Linux specific version.
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2006
+   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2006, 2012
    Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
@@ -42,6 +42,10 @@
 #  define ERFKILL		167
 # endif
 
+# ifndef EHWPOISON
+#  define EHWPOISON		168
+# endif
+
 # ifndef __ASSEMBLER__
 /* Function to get address of global `errno' variable.  */
 extern int *__errno_location (void) __THROW __attribute__ ((__const__));

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

Summary of changes:
 ChangeLog.alpha                            |   19 +++++++++++++------
 ChangeLog.mips                             |    5 +++++
 sysdeps/unix/sysv/linux/alpha/Versions     |    4 ++++
 sysdeps/unix/sysv/linux/alpha/bits/errno.h |   10 +++++++++-
 sysdeps/unix/sysv/linux/mips/bits/errno.h  |    6 +++++-
 5 files changed, 36 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
Community source repository for glibc add-on ports


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