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]

glibc git repo branch, master, updated. 3533b1a6a6a6b7e350b7a9459f8152b1f9f0364a


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 "glibc git repo".

The branch, master has been updated
       via  3533b1a6a6a6b7e350b7a9459f8152b1f9f0364a (commit)
       via  d14eda9310125ddf8fe66df01bbe46ab7d226a5e (commit)
       via  a2292378d0d629c26edfae6b197efbdb362a7094 (commit)
      from  ab09b221594f12d90a63d29cbf5488d91f39d3f3 (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=3533b1a6a6a6b7e350b7a9459f8152b1f9f0364a

commit 3533b1a6a6a6b7e350b7a9459f8152b1f9f0364a
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Thu May 21 18:23:57 2009 -0700

    Don't define __ASSUME_ACCEPT4 for IA-64.

diff --git a/ChangeLog b/ChangeLog
index a88d8e9..5ff0279 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-05-21  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/unix/sysv/linux/kernel-features.h: Don't define
+	__ASSUME_ACCEPT4 for IA-64.
+
 2009-05-21  Jakub Jelinek  <jakub@redhat.com>
 
 	* sysdeps/unix/sysv/linux/accept4.c (__NR_accept4): Don't define.
diff --git a/sysdeps/unix/sysv/linux/kernel-features.h b/sysdeps/unix/sysv/linux/kernel-features.h
index 473360a..4562515 100644
--- a/sysdeps/unix/sysv/linux/kernel-features.h
+++ b/sysdeps/unix/sysv/linux/kernel-features.h
@@ -521,7 +521,7 @@
 /* Support for the accept4 syscall was added in 2.6.28.  */
 #if __LINUX_KERNEL_VERSION >= 0x02061c \
     && (defined __i386__ || defined __x86_64__ || defined __powerpc__ \
-	|| defined __ia64__ || defined __sparc__ || defined __s390__)
+	|| defined __sparc__ || defined __s390__)
 # define __ASSUME_ACCEPT4	1
 #endif
 

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

commit d14eda9310125ddf8fe66df01bbe46ab7d226a5e
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Thu May 21 18:16:59 2009 -0700

    Remove __NR_accept4 definition.
    
    This definition was meant to be removed before the checkin.  It was
    used in the development.

diff --git a/ChangeLog b/ChangeLog
index 057e6cd..a88d8e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2009-05-21  Jakub Jelinek  <jakub@redhat.com>
 
+	* sysdeps/unix/sysv/linux/accept4.c (__NR_accept4): Don't define.
+
 	* sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_paccept): Remove.
 	(SOCKOP_accept4): Define.
 
diff --git a/sysdeps/unix/sysv/linux/accept4.c b/sysdeps/unix/sysv/linux/accept4.c
index 97f7b8c..4be710f 100644
--- a/sysdeps/unix/sysv/linux/accept4.c
+++ b/sysdeps/unix/sysv/linux/accept4.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008 Free Software Foundation, Inc.
+/* Copyright (C) 2008, 2009 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@redhat.com>, 2008.
 
@@ -24,8 +24,6 @@
 #include <sysdep-cancel.h>
 #include <sys/syscall.h>
 
-#define __NR_accept4                            288
-
 
 #ifdef __NR_accept4
 int

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

commit a2292378d0d629c26edfae6b197efbdb362a7094
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Thu May 21 18:15:26 2009 -0700

    Correct socketcall argument for accept4.
    
    The header had the old name (paccept).

diff --git a/ChangeLog b/ChangeLog
index 001ae90..057e6cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-05-21  Jakub Jelinek  <jakub@redhat.com>
+
+	* sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_paccept): Remove.
+	(SOCKOP_accept4): Define.
+
 2009-05-20  Ulrich Drepper  <drepper@redhat.com>
 
 	Sun approved the change of the license.
@@ -100,7 +105,7 @@
 	* sysdeps/sh/____longjmp_chk.S: New file.
 	* sysdeps/sh/sh3/__longjmp.S: If CHECK_SP is defined, use it.
 	* sysdeps/sh/sh4/__longjmp.S: Likewise.
-			
+
 2009-05-18  Jakub Jelinek  <jakub@redhat.com>
 	    Ulrich Drepper  <drepper@redhat.com>
 
diff --git a/sysdeps/unix/sysv/linux/socketcall.h b/sysdeps/unix/sysv/linux/socketcall.h
index 24ec9ee..adf01b6 100644
--- a/sysdeps/unix/sysv/linux/socketcall.h
+++ b/sysdeps/unix/sysv/linux/socketcall.h
@@ -1,5 +1,5 @@
 /* ID for functions called via socketcall system call.
-   Copyright (C) 1995, 1996, 2008 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996, 2008, 2009 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
@@ -43,6 +43,6 @@
 #define SOCKOP_getsockopt	15
 #define SOCKOP_sendmsg		16
 #define SOCKOP_recvmsg		17
-#define SOCKOP_paccept		18
+#define SOCKOP_accept4		18
 
 #endif /* sys/socketcall.h */

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

Summary of changes:
 ChangeLog                                 |   14 +++++++++++++-
 sysdeps/unix/sysv/linux/accept4.c         |    4 +---
 sysdeps/unix/sysv/linux/kernel-features.h |    2 +-
 sysdeps/unix/sysv/linux/socketcall.h      |    4 ++--
 4 files changed, 17 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
glibc git repo


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