Module Name: src
Committed By: snj
Date: Tue Aug 25 19:12:43 UTC 2009
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Tickets 916-919, 926.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.61 -r1.1.2.62 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.61 src/doc/CHANGES-5.1:1.1.2.62
--- src/doc/CHANGES-5.1:1.1.2.61 Sun Aug 16 22:41:55 2009
+++ src/doc/CHANGES-5.1 Tue Aug 25 19:12:43 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.61 2009/08/16 22:41:55 bouyer Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.62 2009/08/25 19:12:43 snj Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -2010,7 +2010,7 @@
usr.bin/gencat/gencat.c 1.30
Rename internal getline() function to get_line() so it does
- conflict with -current's getline(3) libc function.
+ not conflict with -current's getline(3) libc function.
[roy, ticket #885]
sbin/ifconfig/parse.c 1.14
@@ -2219,3 +2219,33 @@
Received from OpenBSD via US-CERT as VU #590371.
[christos, ticket #915]
+sys/arch/macppc/dev/pbms.c 1.8
+
+ - Use device_private() (led to immediate crash during attach)
+ - While there, fix the aspect ratio of the trackpad on the
+ geyser2 model
+ [aymeric, ticket #916]
+
+sbin/tunefs/tunefs.c 1.40
+
+ Fix pasto: UFS_WAPBL_FLAGS_CREATE_LOG is "create-log" not
+ "clear-log"
+ [bouyer, ticket #917]
+
+sys/arch/hpcmips/vr/vr.c 1.54
+
+ Fix PR port-hpcmips/41863, Missing "}".
+ [jun, ticket #918]
+
+usr.bin/mixerctl/mixerctl.1 1.24
+
+ Fix markup.
+ [joerg, ticket #919]
+
+share/man/man4/bcsp.4 1.4, 1.5
+share/man/man4/btuart.4 1.7-1.9
+
+ Fix some small nits and mention how to configure the tty line
+ as a bluetooth device
+ [plunky, ticket #926]
+