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.11-83-g8eb49e8


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  8eb49e8ae8161f7736697196bc26372f4f4d1f82 (commit)
       via  3648b8073b534d49b157cd0c071934697b9de300 (commit)
      from  742c00d3d9eb5e5a62e4e9ac7b8eae51b2f2d224 (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=8eb49e8ae8161f7736697196bc26372f4f4d1f82

commit 8eb49e8ae8161f7736697196bc26372f4f4d1f82
Author: Richard Henderson <rth@twiddle.net>
Date:   Tue Mar 30 07:50:27 2010 -0700

    alpha: Define MSG_WAITFORONE.
    
    Signed-off-by: Richard Henderson <rth@twiddle.net>

diff --git a/ChangeLog.alpha b/ChangeLog.alpha
index c1be819..80c57d3 100644
--- a/ChangeLog.alpha
+++ b/ChangeLog.alpha
@@ -1,3 +1,7 @@
+2010-03-30  Richard Henderson  <rth@redhat.com>
+
+	* sysdeps/unix/sysv/linux/alpha/bits/socket.h (MSG_WAITFORONE): New.
+
 2010-03-30  Matt Turner  <mattst88@gmail.com>
 
 	* sysdeps/unix/sysv/linux/alpha/kernel-features.h: New.
diff --git a/sysdeps/unix/sysv/linux/alpha/bits/socket.h b/sysdeps/unix/sysv/linux/alpha/bits/socket.h
index dedf8bc..a39629c 100644
--- a/sysdeps/unix/sysv/linux/alpha/bits/socket.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/socket.h
@@ -232,6 +232,8 @@ enum
 #define	MSG_NOSIGNAL	MSG_NOSIGNAL
     MSG_MORE		= 0x8000,  /* Sender will send more.  */
 #define	MSG_MORE	MSG_MORE
+    MSG_WAITFORONE	= 0x10000, /* Wait for at least one packet to return.*/
+#define MSG_WAITFORONE	MSG_WAITFORONE
 
     MSG_CMSG_CLOEXEC	= 0x40000000	/* Set close_on_exit for file
 					   descriptor received through

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

commit 3648b8073b534d49b157cd0c071934697b9de300
Author: Richard Henderson <rth@twiddle.net>
Date:   Tue Mar 30 07:48:27 2010 -0700

    Update ChangeLog for alpha kernel-features.h pulls.

diff --git a/ChangeLog.alpha b/ChangeLog.alpha
index ded299e..c1be819 100644
--- a/ChangeLog.alpha
+++ b/ChangeLog.alpha
@@ -1,3 +1,7 @@
+2010-03-30  Matt Turner  <mattst88@gmail.com>
+
+	* sysdeps/unix/sysv/linux/alpha/kernel-features.h: New.
+
 2010-03-26  Richard Henderson  <rth@redhat.com>
 
 	* sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S: New.

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

Summary of changes:
 ChangeLog.alpha                             |    8 ++++++++
 sysdeps/unix/sysv/linux/alpha/bits/socket.h |    2 ++
 2 files changed, 10 insertions(+), 0 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]