Module Name: src Committed By: riz Date: Fri Jan 7 03:58:26 UTC 2011
Modified Files: src/doc [netbsd-5]: CHANGES-5.2 Log Message: Tickets 1506, 1507 To generate a diff of this commit: cvs rdiff -u -r1.1.2.44 -r1.1.2.45 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.44 src/doc/CHANGES-5.2:1.1.2.45 --- src/doc/CHANGES-5.2:1.1.2.44 Fri Jan 7 01:56:17 2011 +++ src/doc/CHANGES-5.2 Fri Jan 7 03:58:26 2011 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.2,v 1.1.2.44 2011/01/07 01:56:17 riz Exp $ +# $NetBSD: CHANGES-5.2,v 1.1.2.45 2011/01/07 03:58:26 riz Exp $ A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1 release: @@ -4245,3 +4245,14 @@ Make this compile when "options ENVSYS_OBJECTS_DEBUG" is defined. [pgoyette, ticket #1505] +sys/dev/sbus/spif.c 1.19 + + Fix warning about missing initializer that showed up in sparc64 + builds, but, strangely enough, not in sparc builds. + [hauke, ticket #1506] + +external/bsd/top/dist/display.c 1.9 via patch + + PR/43562: Witold Jan Wnuk: top: CPU percentages overlap labels + [is, ticket #1507] +