Thu Dec 3 09:27:22 2009 UTC ()
Ticket 1168


(sborrill)
diff -r1.1.2.152 -r1.1.2.153 src/doc/CHANGES-5.1

cvs diff -r1.1.2.152 -r1.1.2.153 src/doc/Attic/CHANGES-5.1 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-5.1 2009/12/02 17:41:02 1.1.2.152
+++ src/doc/Attic/CHANGES-5.1 2009/12/03 09:27:22 1.1.2.153
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-5.1,v 1.1.2.152 2009/12/02 17:41:02 sborrill Exp $ 1# $NetBSD: CHANGES-5.1,v 1.1.2.153 2009/12/03 09:27:22 sborrill Exp $
2 2
3A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1 3A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
4release: 4release:
5 5
6gnu/usr.bin/groff/tmac/mdoc.local patched by hand 6gnu/usr.bin/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 5.0_STABLE. 9 Welcome to 5.0_STABLE.
10 [snj] 10 [snj]
11 11
12sys/arch/i386/conf/ALL 1.187 12sys/arch/i386/conf/ALL 1.187
13sys/arch/i386/conf/GENERIC 1.922 13sys/arch/i386/conf/GENERIC 1.922
14sys/dev/pci/files.pci 1.309 14sys/dev/pci/files.pci 1.309
@@ -15069,13 +15069,20 @@ xsrc/external/mit/pixman/test/window-tes @@ -15069,13 +15069,20 @@ xsrc/external/mit/pixman/test/window-tes
15069xsrc/external/mit/include/config.h patch 15069xsrc/external/mit/include/config.h patch
15070 15070
15071 - Disable using SSE2 for i386. 15071 - Disable using SSE2 for i386.
15072 - Update pixman to 0.16.2. 15072 - Update pixman to 0.16.2.
15073 [mrg, ticket #1177] 15073 [mrg, ticket #1177]
15074 15074
15075sys/dev/sdmmc/ld_sdmmc.c 1.4 15075sys/dev/sdmmc/ld_sdmmc.c 1.4
15076sys/dev/sdmmc/sdmmc_mem.c 1.3 15076sys/dev/sdmmc/sdmmc_mem.c 1.3
15077sys/dev/sdmmc/sdmmcvar.h 1.2 15077sys/dev/sdmmc/sdmmcvar.h 1.2
15078 15078
15079 Always treat sector size as 512 bytes. 15079 Always treat sector size as 512 bytes.
15080 [nonaka, ticket #1167] 15080 [nonaka, ticket #1167]
15081 15081
 15082sys/arch/arm/arm32/pmap.c 1.203
 15083
 15084 Work-around a possible process exit corner case which can
 15085 leave stale data in the cache after a context-switch.
 15086 Addresses kern/41058.
 15087 [scw, ticket #1168]
 15088