Sat Apr 20 15:26:10 2013 UTC ()
Ticket 863


(bouyer)
diff -r1.1.2.120 -r1.1.2.121 src/doc/CHANGES-6.1

cvs diff -r1.1.2.120 -r1.1.2.121 src/doc/Attic/CHANGES-6.1 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-6.1 2013/04/20 15:21:25 1.1.2.120
+++ src/doc/Attic/CHANGES-6.1 2013/04/20 15:26:10 1.1.2.121
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.1,v 1.1.2.120 2013/04/20 15:21:25 bouyer Exp $ 1# $NetBSD: CHANGES-6.1,v 1.1.2.121 2013/04/20 15:26:10 bouyer Exp $
2 2
3A complete list of changes from the 6.0 release until the 6.1 release: 3A complete list of changes from the 6.0 release until the 6.1 release:
4 4
5gnu/usr.bin/groff/tmac/mdoc.local patched by hand 5gnu/usr.bin/groff/tmac/mdoc.local patched by hand
6sys/sys/param.h patched by hand 6sys/sys/param.h patched by hand
7 7
8 Welcome to 6.0_STABLE! 8 Welcome to 6.0_STABLE!
9 9
10usr.sbin/tcpdump/Makefile delete 10usr.sbin/tcpdump/Makefile delete
11 11
12 Remove long-unused usr.sbin/tcpdump. PR#44860. 12 Remove long-unused usr.sbin/tcpdump. PR#44860.
13 [msaitoh, ticket #541] 13 [msaitoh, ticket #541]
14 14
@@ -8889,13 +8889,29 @@ sys/kern/subr_kmem.c 1.47 @@ -8889,13 +8889,29 @@ sys/kern/subr_kmem.c 1.47
8889 8889
8890lib/libpthread/pthread_cond.c 1.60, 1.61 8890lib/libpthread/pthread_cond.c 1.60, 1.61
8891 8891
8892 PR/47703: Yasushi Oshima: pthread_cond_timedwait() does not wait 8892 PR/47703: Yasushi Oshima: pthread_cond_timedwait() does not wait
8893 after call pthread_condattr_setclock(CLOCK_MONOTONIC) 8893 after call pthread_condattr_setclock(CLOCK_MONOTONIC)
8894 8894
8895 _lwp_park(2) expects a realtime clock, and it gets passed a monotonic 8895 _lwp_park(2) expects a realtime clock, and it gets passed a monotonic
8896 one. Since monotonic < real, it never sleeps. This patch adjusts 8896 one. Since monotonic < real, it never sleeps. This patch adjusts
8897 the monotonic clock to be a real one before it passes is to 8897 the monotonic clock to be a real one before it passes is to
8898 _lwp_park(2). This is the minimal hacky fix and it will be fixed 8898 _lwp_park(2). This is the minimal hacky fix and it will be fixed
8899 properly in _lwp_park(2) in the future. 8899 properly in _lwp_park(2) in the future.
8900 [christos, ticket #862] 8900 [christos, ticket #862]
8901 8901
 8902distrib/sets/lists/base/ad.mips64eb patch
 8903distrib/sets/lists/base/ad.mips64el patch
 8904distrib/sets/lists/base/md.amd64 patch
 8905distrib/sets/lists/base/md.sparc64 patch
 8906distrib/sets/lists/base/shl.mi patch
 8907distrib/sets/lists/comp/ad.mips64eb patch
 8908distrib/sets/lists/comp/ad.mips64el patch
 8909distrib/sets/lists/comp/md.amd64 patch
 8910distrib/sets/lists/comp/md.sparc64 patch
 8911distrib/sets/lists/comp/shl.mi patch
 8912lib/libpthread/shlib_version patch
 8913
 8914 bump libpthread minor for pthread_cond_setclock to libpthread.so.1.1.
 8915 Note that this is not the same as libpthread.so.1.1 from HEAD.
 8916 [christos, ticket #863]
 8917