[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r5501 - glibc-package/branches/eglibc-2.17/debian/patches/hurd-i386



Author: sthibault
Date: 2013-02-27 01:36:48 +0000 (Wed, 27 Feb 2013)
New Revision: 5501

Modified:
   glibc-package/branches/eglibc-2.17/debian/patches/hurd-i386/libpthread_cancellation.diff
   glibc-package/branches/eglibc-2.17/debian/patches/hurd-i386/libpthread_hurd_cond_timedwait.diff
   glibc-package/branches/eglibc-2.17/debian/patches/hurd-i386/tg-setitimer.diff
Log:
backport r5500 from trunk: Add patch stats

Modified: glibc-package/branches/eglibc-2.17/debian/patches/hurd-i386/libpthread_cancellation.diff
===================================================================
--- glibc-package/branches/eglibc-2.17/debian/patches/hurd-i386/libpthread_cancellation.diff	2013-02-27 01:35:08 UTC (rev 5500)
+++ glibc-package/branches/eglibc-2.17/debian/patches/hurd-i386/libpthread_cancellation.diff	2013-02-27 01:36:48 UTC (rev 5501)
@@ -88,6 +88,27 @@
      * sysdeps/mach/pt-wakeup.c (__pthread_wakeup): Call __mach_msg in a
     non-blocking way.
 
+---
+ pthread/pt-alloc.c                      |    3 
+ pthread/pt-cancel.c                     |   27 +++++
+ pthread/pt-internal.h                   |   11 ++
+ pthread/pt-join.c                       |    2 
+ pthread/pt-setcancelstate.c             |    2 
+ pthread/pt-setcanceltype.c              |    2 
+ pthread/pt-testcancel.c                 |    7 +
+ sysdeps/generic/pt-cond-brdcast.c       |    8 -
+ sysdeps/generic/pt-cond-signal.c        |   23 +----
+ sysdeps/generic/pt-cond-timedwait.c     |  147 +++++++++++++++++++++++---------
+ sysdeps/generic/pt-mutex-timedlock.c    |   47 ++++++----
+ sysdeps/generic/pt-rwlock-timedrdlock.c |   49 ++++++----
+ sysdeps/generic/pt-rwlock-timedwrlock.c |   50 ++++++----
+ sysdeps/generic/pt-rwlock-unlock.c      |   13 +-
+ sysdeps/generic/sem-timedwait.c         |   51 ++++++-----
+ sysdeps/mach/hurd/pt-docancel.c         |    2 
+ sysdeps/mach/pt-thread-alloc.c          |    4 
+ sysdeps/mach/pt-wakeup.c                |    4 
+ 18 files changed, 292 insertions(+), 160 deletions(-)
+
 diff --git a/libpthread/pthread/pt-alloc.c b/libpthread/pthread/pt-alloc.c
 index 6af2da9..89fca8a 100644
 --- a/libpthread/pthread/pt-alloc.c

Modified: glibc-package/branches/eglibc-2.17/debian/patches/hurd-i386/libpthread_hurd_cond_timedwait.diff
===================================================================
--- glibc-package/branches/eglibc-2.17/debian/patches/hurd-i386/libpthread_hurd_cond_timedwait.diff	2013-02-27 01:35:08 UTC (rev 5500)
+++ glibc-package/branches/eglibc-2.17/debian/patches/hurd-i386/libpthread_hurd_cond_timedwait.diff	2013-02-27 01:36:48 UTC (rev 5501)
@@ -17,6 +17,15 @@
     * sysdeps/mach/hurd/pt-hurd-cond-wait.c (__pthread_hurd_cond_wait_np):
     Rewrite as a call to __pthread_hurd_cond_timedwait_internal with no timeout.
 
+---
+ Versions.def                                          |    1 
+ libpthread/Makefile                                   |    1 
+ libpthread/Versions                                   |    3 
+ libpthread/sysdeps/mach/hurd/bits/pthread-np.h        |    6 
+ libpthread/sysdeps/mach/hurd/pt-hurd-cond-timedwait.c |  169 ++++++++++++++++
+ libpthread/sysdeps/mach/hurd/pt-hurd-cond-wait.c      |   76 +------
+ 6 files changed, 192 insertions(+), 64 deletions(-)
+
 diff --git a/libpthread/Makefile b/libpthread/Makefile
 index 2c7645d..c57f1a0 100644
 --- a/libpthread/Makefile
@@ -29,6 +38,8 @@
  									    \
  	pt-stack-alloc							    \
  	pt-thread-alloc							    \
+diff --git a/Versions.def b/Versions.def
+index 2c7645d..c57f1a0 100644
 --- a/Versions.def
 +++ b/Versions.def
 @@ -98,6 +98,7 @@ libpthread {

Modified: glibc-package/branches/eglibc-2.17/debian/patches/hurd-i386/tg-setitimer.diff
===================================================================
--- glibc-package/branches/eglibc-2.17/debian/patches/hurd-i386/tg-setitimer.diff	2013-02-27 01:35:08 UTC (rev 5500)
+++ glibc-package/branches/eglibc-2.17/debian/patches/hurd-i386/tg-setitimer.diff	2013-02-27 01:36:48 UTC (rev 5501)
@@ -10,6 +10,10 @@
     
     * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Fix preemptor setup.
 
+---
+ setitimer.c |   20 ++++++++++++--------
+ 1 file changed, 12 insertions(+), 8 deletions(-)
+
 diff --git a/sysdeps/mach/hurd/setitimer.c b/sysdeps/mach/hurd/setitimer.c
 index 00cd0cc..39b30de 100644
 --- a/sysdeps/mach/hurd/setitimer.c


Reply to: