Module Name:    src
Committed By:   snj
Date:           Tue Jun 23 07:12:21 UTC 2009

Modified Files:
        src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Tickets 825-829.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.35 -r1.1.2.36 src/doc/CHANGES-5.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-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.35 src/doc/CHANGES-5.1:1.1.2.36
--- src/doc/CHANGES-5.1:1.1.2.35	Sun Jun 21 11:44:54 2009
+++ src/doc/CHANGES-5.1	Tue Jun 23 07:12:21 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.35 2009/06/21 11:44:54 bouyer Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.36 2009/06/23 07:12:21 snj Exp $
 
 A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
 release:
@@ -1288,3 +1288,36 @@
 	Merge pkg_install-20090610 from HEAD
 	[joerg, ticket #815]
 
+usr.bin/audio/common/libaudio.h			1.16
+usr.bin/audio/common/wav.c			1.9
+
+	- add extended WAVE header support
+	- attempt to play a bunch more WAV files
+	[mrg, ticket #825]
+
+sys/sys/conf.h					1.135
+sys/uvm/uvm_device.c				1.56
+
+	Add a workaround for drm:
+	For device mmap()'s, if the D_NEGOFFSAFE flag is set, do not
+	check if the offset is negative.
+	[mrg, ticket #826]
+
+sys/dev/drm/files.drm				patch
+sys/dev/pci/drm/files.pcidrm			patch
+
+	Default to the new drm code.
+	[mrg, ticket #827]
+
+share/man/man4/drm.4				patch
+
+	Sync drm man page with reality.
+	[mrg, ticket #828]
+
+sys/modules/drm/Makefile			1.3
+sys/modules/i915drm/Makefile			1.4, 1.5
+sys/modules/radeondrm/Makefile			1.6, 1.7
+
+	Fix modules build after update of drm(4).
+	[mrg, ticket #829]
+

Reply via email to