Thu Dec 3 09:40:21 2009 UTC ()
Ticket 1173


(sborrill)
diff -r1.1.2.154 -r1.1.2.155 src/doc/CHANGES-5.1

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

--- src/doc/Attic/CHANGES-5.1 2009/12/03 09:34:02 1.1.2.154
+++ src/doc/Attic/CHANGES-5.1 2009/12/03 09:40:20 1.1.2.155
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-5.1,v 1.1.2.154 2009/12/03 09:34:02 sborrill Exp $ 1# $NetBSD: CHANGES-5.1,v 1.1.2.155 2009/12/03 09:40:20 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
@@ -15081,13 +15081,19 @@ sys/dev/sdmmc/sdmmcvar.h 1.2 @@ -15081,13 +15081,19 @@ sys/dev/sdmmc/sdmmcvar.h 1.2
15081 15081
15082sys/arch/arm/arm32/pmap.c 1.203 15082sys/arch/arm/arm32/pmap.c 1.203
15083 15083
15084 Work-around a possible process exit corner case which can 15084 Work-around a possible process exit corner case which can
15085 leave stale data in the cache after a context-switch. 15085 leave stale data in the cache after a context-switch.
15086 Addresses kern/41058. 15086 Addresses kern/41058.
15087 [scw, ticket #1168] 15087 [scw, ticket #1168]
15088 15088
15089libexec/ld.elf_so/rtld.c 1.127 15089libexec/ld.elf_so/rtld.c 1.127
15090 15090
15091 If the environment is corrupt, die. From FreeBSD. 15091 If the environment is corrupt, die. From FreeBSD.
15092 [tron, ticket #1179] 15092 [tron, ticket #1179]
15093 15093
 15094sys/net/if_tap.c 1.60
 15095
 15096 Fix a potential leak on tap device close; purging the send
 15097 queue did not actually release the dequeued mbufs.
 15098 [plunky, ticket #1173]
 15099