Source-Changes-HG archive

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

[src/netbsd-6]: src/doc Ticket 862



details:   https://anonhg.NetBSD.org/src/rev/d72dd53819ca
branches:  netbsd-6
changeset: 775768:d72dd53819ca
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sat Apr 20 15:21:25 2013 +0000

description:
Ticket 862

diffstat:

 doc/CHANGES-6.1 |  14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 07edff579bdf -r d72dd53819ca doc/CHANGES-6.1
--- a/doc/CHANGES-6.1   Sat Apr 20 15:14:07 2013 +0000
+++ b/doc/CHANGES-6.1   Sat Apr 20 15:21:25 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.119 2013/04/20 14:00:40 bouyer Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.120 2013/04/20 15:21:25 bouyer Exp $
 
 A complete list of changes from the 6.0 release until the 6.1 release:
 
@@ -8887,3 +8887,15 @@
        enabled.
        [para, ticket #876]
 
+lib/libpthread/pthread_cond.c                  1.60, 1.61
+
+       PR/47703: Yasushi Oshima: pthread_cond_timedwait() does not wait
+       after call pthread_condattr_setclock(CLOCK_MONOTONIC)
+
+       _lwp_park(2) expects a realtime clock, and it gets passed a monotonic
+       one.  Since monotonic < real, it never sleeps. This patch adjusts
+       the monotonic clock to be a real one before it passes is to
+       _lwp_park(2). This is the minimal hacky fix and it will be fixed
+       properly in _lwp_park(2) in the future.
+       [christos, ticket #862]
+



Home | Main Index | Thread Index | Old Index