Module Name: src Committed By: riz Date: Wed Jul 4 19:45:57 UTC 2012
Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: tickets 367,368,378 To generate a diff of this commit: cvs rdiff -u -r1.1.2.147 -r1.1.2.148 src/doc/CHANGES-6.0 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.0 diff -u src/doc/CHANGES-6.0:1.1.2.147 src/doc/CHANGES-6.0:1.1.2.148 --- src/doc/CHANGES-6.0:1.1.2.147 Tue Jul 3 21:27:54 2012 +++ src/doc/CHANGES-6.0 Wed Jul 4 19:45:56 2012 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.0,v 1.1.2.147 2012/07/03 21:27:54 jdc Exp $ +# $NetBSD: CHANGES-6.0,v 1.1.2.148 2012/07/04 19:45:56 riz Exp $ A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012 until the 6.0 release: @@ -6033,3 +6033,21 @@ sys/arch/amd64/conf/XEN3_DOM0 1.85 via Disable azalia(4) now that hdaudio(4) was switched on. [khorben, ticket #383] +sys/dev/sbus/qe.c 1.61-1.62 + + Fix ifconfig and multicast handling on qe(4). PR#46572. + [jdc, ticket #367] + +share/man/man4/hme.4 1.10 +sys/dev/ic/hme.c 1.88 + + Fix the PHY attachment order for hme(4). PR#46424. + [jdc, ticket #368] + +external/public-domain/xz/include/config.h 1.2 +external/public-domain/xz/prepare-import.sh 1.3 + + Determine WORDS_BIGENDIAN at build time, rather than hardcoding it to 0. + Makes liblzma work on sparc64 (and probably other big endian hosts too). + [jdc, ticket #378] +