Module Name: src
Committed By: riz
Date: Sun Nov 21 22:10:48 UTC 2010
Modified Files:
src/doc [netbsd-5]: CHANGES-5.2
Log Message:
Tickets 1464, 1467-1469.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.21 -r1.1.2.22 src/doc/CHANGES-5.2
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.2
diff -u src/doc/CHANGES-5.2:1.1.2.21 src/doc/CHANGES-5.2:1.1.2.22
--- src/doc/CHANGES-5.2:1.1.2.21 Sun Nov 21 21:55:09 2010
+++ src/doc/CHANGES-5.2 Sun Nov 21 22:10:47 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2,v 1.1.2.21 2010/11/21 21:55:09 riz Exp $
+# $NetBSD: CHANGES-5.2,v 1.1.2.22 2010/11/21 22:10:47 riz Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -760,3 +760,28 @@
Fix an issue with >2TB disks.
[mrg, ticket #1463]
+sbin/gpt/gpt.c 1.11
+
+ Ignore GPT errors from the end of the disk if the label at the
+ beginning of the disk was not found. PR#43105
+ [christos, ticket #1464]
+
+dist/nvi/vi/v_search.c 1.3
+
+ Fix nvi ^A handling. PR#44006
+ [christos, ticket #1467]
+
+sys/dev/raidframe/raidframevar.h 1.14 via patch
+sys/dev/raidframe/rf_copyback.c 1.43 via patch
+sys/dev/raidframe/rf_disks.c 1.74 via patch
+sys/dev/raidframe/rf_netbsdkintf.c 1.275 via patch
+sys/dev/raidframe/rf_reconstruct.c 1.109 via patch
+
+ Add support for >2TB raid devices.
+ [mrg, ticket #1468]
+
+dist/pppd/pppd/ccp.h 1.2
+
+ Fix MPPE in pppd. PR#42390
+ [dholland, ticket #1469]
+