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.11-244-g356af22


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  356af22323ee2ff1dccf637f573994aebef6c50b (commit)
       via  d8c34cd19fca0b33776db2ce727cbc03fbe04df1 (commit)
      from  65ba5b4661fc328e7ac2a709cdf9470cb80b2491 (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=356af22323ee2ff1dccf637f573994aebef6c50b

commit 356af22323ee2ff1dccf637f573994aebef6c50b
Merge: d8c34cd 65ba5b4
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Thu Mar 4 09:16:16 2010 -0800

    Fixups.

diff --cc ChangeLog
index d4a70ae,8277d14..1946aa6
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,7 -1,9 +1,14 @@@
 +2010-03-03  Ulrich Drepper  <drepper@redhat.com>
 +
- 	* sysdeps/unix/sysv/linux/bits/in.h: Add a few more defintions from the
- 	kernel headers.
++	* sysdeps/unix/sysv/linux/bits/in.h: Add a few more definitions from
++	the kernel headers.
++
+ 2010-03-04  David S. Miller  <davem@davemloft.net>
+ 
+ 	* sysdeps/sparc/sparc64/Implies: Add ieee754/dbl-64/wordsize-64 entry.
+ 
+ 	* sysdeps/sparc/sparc32/sparcv8/udiv_qrnnd.S: Delete.
+ 	* sysdeps/sparc/sparc32/udiv_qrnnd.S: Delete.
  
  2010-03-03  David S. Miller  <davem@davemloft.net>
  

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

commit d8c34cd19fca0b33776db2ce727cbc03fbe04df1
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Wed Mar 3 15:37:12 2010 -0800

    More in.h definitions from the Linux kernel.

diff --git a/ChangeLog b/ChangeLog
index a9e7a04..d4a70ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-03-03  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/unix/sysv/linux/bits/in.h: Add a few more defintions from the
+	kernel headers.
+
 2010-03-03  David S. Miller  <davem@davemloft.net>
 
 	* math/math_private.h (INSERT_WORDS64): Fix argument order.
diff --git a/sysdeps/unix/sysv/linux/bits/in.h b/sysdeps/unix/sysv/linux/bits/in.h
index b457a17..0aa0d66 100644
--- a/sysdeps/unix/sysv/linux/bits/in.h
+++ b/sysdeps/unix/sysv/linux/bits/in.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-1999, 2000, 2004, 2008 Free Software Foundation, Inc.
+/* Copyright (C) 1991-1999, 2000, 2004, 2008, 2010 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
@@ -56,14 +56,26 @@
 # define MCAST_INCLUDE   1
 #endif
 
-#define IP_ROUTER_ALERT    5	/* bool */
-#define IP_PKTINFO         8	/* bool */
-#define IP_PKTOPTIONS      9
-#define IP_PMTUDISC        10	/* obsolete name? */
-#define IP_MTU_DISCOVER    10	/* int; see below */
-#define IP_RECVERR         11	/* bool */
-#define IP_RECVTTL         12	/* bool */
-#define IP_RECVTOS         13	/* bool */
+#define IP_ROUTER_ALERT	5	/* bool */
+#define IP_PKTINFO	8	/* bool */
+#define IP_PKTOPTIONS	9
+#define IP_PMTUDISC	10	/* obsolete name? */
+#define IP_MTU_DISCOVER	10	/* int; see below */
+#define IP_RECVERR	11	/* bool */
+#define IP_RECVTTL	12	/* bool */
+#define IP_RECVTOS	13	/* bool */
+#define IP_MTU		14	/* int */
+#define IP_FREEBIND	15
+#define IP_IPSEC_POLICY 16
+#define IP_XFRM_POLICY	17
+#define IP_PASSSEC	18
+#define IP_TRANSPARENT	19
+
+/* TProxy original addresses */
+#define IP_ORIGDSTADDR       20
+#define IP_RECVORIGDSTADDR   IP_ORIGDSTADDR
+
+#define IP_MINTTL       21
 
 
 /* IP_MTU_DISCOVER arguments.  */

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

Summary of changes:
 ChangeLog                         |    5 +++++
 sysdeps/unix/sysv/linux/bits/in.h |   30 +++++++++++++++++++++---------
 2 files changed, 26 insertions(+), 9 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]