Module Name: src
Committed By: riz
Date: Mon Apr 29 03:30:32 UTC 2013
Modified Files:
src/doc [netbsd-6]: CHANGES-6.1
Log Message:
Tickets 877,878,880,881
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.122 -r1.1.2.123 src/doc/CHANGES-6.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-6.1
diff -u src/doc/CHANGES-6.1:1.1.2.122 src/doc/CHANGES-6.1:1.1.2.123
--- src/doc/CHANGES-6.1:1.1.2.122 Mon Apr 29 01:57:15 2013
+++ src/doc/CHANGES-6.1 Mon Apr 29 03:30:32 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.122 2013/04/29 01:57:15 riz Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.123 2013/04/29 03:30:32 riz Exp $
A complete list of changes from the 6.0 release until the 6.1 release:
@@ -8933,3 +8933,24 @@ lib/libpthread/pthread_tsd.c 1.11 via
libpthread.
[manu, ticket #869]
+lib/libpthread/pthread_condattr.3 1.9
+
+ Fix cut-and-paste error.
+ [enami, ticket #877]
+
+sys/dev/scsipi/ses.c 1.45 via patch
+
+ Add detach support for ses(4), fixing a panic. PR#44283.
+ [jakllsch, ticket #878]
+
+distrib/hp300/ramdisk/Makefile 1.32
+etc/etc.hp300/MAKEDEV.conf 1.14
+
+ Fix an openpty() failed error during install for hp300.
+ [tsutsui, ticket #880]
+
+sys/arch/x68k/dev/ite_tv.c 1.16
+
+ Fix a kernel panic which can be triggered by printf(1) on x68k.
+ [isaki, ticket #881]
+