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.17-10-gaf5843e


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  af5843efa02a1497c291794ad6a89fd338949ce8 (commit)
       via  4c4febf544c2cabdda06da023cb7c8a8e8ed4e77 (commit)
      from  91998e449e0ce758db55aecf2abc3ee510fcbc8f (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=af5843efa02a1497c291794ad6a89fd338949ce8

commit af5843efa02a1497c291794ad6a89fd338949ce8
Author: Andreas Jaeger <aj@suse.de>
Date:   Fri Dec 28 13:03:54 2012 +0100

    Add values from Linux 3.7 to <elf.h>

diff --git a/ChangeLog b/ChangeLog
index 0426be3..ed93095 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-12-28  Andreas Jaeger  <aj@suse.de>
 
+	* elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
+	values are from Linux 3.7.
+
 	* sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
 	(TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
 
diff --git a/elf/elf.h b/elf/elf.h
index b07e6ad..561820e 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -616,6 +616,10 @@ typedef struct
 #define NT_LWPSTATUS	16		/* Contains copy of lwpstatus struct */
 #define NT_LWPSINFO	17		/* Contains copy of lwpinfo struct */
 #define NT_PRFPXREG	20		/* Contains copy of fprxregset struct */
+#define NT_SIGINFO	0x53494749	/* Contains copy of siginfo_t,
+					   size might increase */
+#define NT_FILE		0x46494c45	/* Contains information about mapped
+					   files */
 #define NT_PRXFPREG	0x46e62b7f	/* Contains copy of user_fxsr_struct */
 #define NT_PPC_VMX	0x100		/* PowerPC Altivec/VMX registers */
 #define NT_PPC_SPE	0x101		/* PowerPC SPE/EVR registers */
@@ -631,6 +635,7 @@ typedef struct
 #define NT_S390_PREFIX	0x305		/* s390 prefix register */
 #define NT_S390_LAST_BREAK	0x306	/* s390 breaking event address */
 #define NT_S390_SYSTEM_CALL	0x307	/* s390 system call restart data */
+#define NT_S390_TDB	0x308		/* s390 transaction diagnostic block */
 #define NT_ARM_VFP	0x400		/* ARM VFP/NEON registers */
 #define NT_ARM_TLS	0x401		/* ARM TLS register */
 #define NT_ARM_HW_BREAK	0x402		/* ARM hardware breakpoint registers */

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

commit 4c4febf544c2cabdda06da023cb7c8a8e8ed4e77
Author: Andreas Jaeger <aj@suse.de>
Date:   Fri Dec 28 12:59:33 2012 +0100

    Add new defines from Linux 3.7 to <netinet/tcp.h>

diff --git a/ChangeLog b/ChangeLog
index df6538e..0426be3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-12-28  Andreas Jaeger  <aj@suse.de>
+
+	* sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
+	(TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
+
 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
 	* misc/sys/cdefs.h(__glibc_likely): Wrap __builtin_expect for
diff --git a/sysdeps/gnu/netinet/tcp.h b/sysdeps/gnu/netinet/tcp.h
index 06e8414..278fc9d 100644
--- a/sysdeps/gnu/netinet/tcp.h
+++ b/sysdeps/gnu/netinet/tcp.h
@@ -173,7 +173,9 @@ enum
 # define TCPI_OPT_TIMESTAMPS	1
 # define TCPI_OPT_SACK		2
 # define TCPI_OPT_WSCALE	4
-# define TCPI_OPT_ECN		8
+# define TCPI_OPT_ECN		8  /* ECN was negociated at TCP session init */
+# define TCPI_OPT_ECN_SEEN	16 /* we received at least one packet with ECT */
+# define TCPI_OPT_SYN_DATA	32 /* SYN-ACK acked data in SYN sent or rcvd */
 
 /* Values for tcpi_state.  */
 enum tcp_ca_state

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

Summary of changes:
 ChangeLog                 |    8 ++++++++
 elf/elf.h                 |    5 +++++
 sysdeps/gnu/netinet/tcp.h |    4 +++-
 3 files changed, 16 insertions(+), 1 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]