Fri Jan 7 06:34:54 2011 UTC ()
Tickets 1515, 1520.


(riz)
diff -r1.1.2.45 -r1.1.2.46 src/doc/CHANGES-5.2

cvs diff -r1.1.2.45 -r1.1.2.46 src/doc/Attic/CHANGES-5.2 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-5.2 2011/01/07 03:58:26 1.1.2.45
+++ src/doc/Attic/CHANGES-5.2 2011/01/07 06:34:53 1.1.2.46
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-5.2,v 1.1.2.45 2011/01/07 03:58:26 riz Exp $ 1# $NetBSD: CHANGES-5.2,v 1.1.2.46 2011/01/07 06:34:53 riz 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.1_STABLE. 9 Welcome to 5.1_STABLE.
10 [riz] 10 [riz]
11 11
12crypto/dist/openssl/ssl/t1_lib.c patch 12crypto/dist/openssl/ssl/t1_lib.c patch
13 13
14 Fix a race condition. (CVE-2010-3864) 14 Fix a race condition. (CVE-2010-3864)
@@ -4246,13 +4246,25 @@ sys/dev/sysmon/sysmon_envsys_events.c 1 @@ -4246,13 +4246,25 @@ sys/dev/sysmon/sysmon_envsys_events.c 1
4246 [pgoyette, ticket #1505] 4246 [pgoyette, ticket #1505]
4247 4247
4248sys/dev/sbus/spif.c 1.19 4248sys/dev/sbus/spif.c 1.19
4249 4249
4250 Fix warning about missing initializer that showed up in sparc64 4250 Fix warning about missing initializer that showed up in sparc64
4251 builds, but, strangely enough, not in sparc builds. 4251 builds, but, strangely enough, not in sparc builds.
4252 [hauke, ticket #1506] 4252 [hauke, ticket #1506]
4253 4253
4254external/bsd/top/dist/display.c 1.9 via patch 4254external/bsd/top/dist/display.c 1.9 via patch
4255 4255
4256 PR/43562: Witold Jan Wnuk: top: CPU percentages overlap labels 4256 PR/43562: Witold Jan Wnuk: top: CPU percentages overlap labels
4257 [is, ticket #1507] 4257 [is, ticket #1507]
4258 4258
 4259usr.sbin/nfsd/nfsd.c 1.57
 4260
 4261 PR/42486: stop nfsd exiting prematurely during port-scan
 4262 [bouyer, ticket #1515]
 4263
 4264sys/kern/subr_disk.c patch
 4265sys/sys/device.h 1.133
 4266
 4267 Add helper function that determines the size and block size of a
 4268 disk device.
 4269 [mrg, ticket #1520]
 4270