Fri Jan 7 03:58:26 2011 UTC ()
Tickets 1506, 1507


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

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

--- src/doc/Attic/CHANGES-5.2 2011/01/07 01:56:17 1.1.2.44
+++ src/doc/Attic/CHANGES-5.2 2011/01/07 03:58:26 1.1.2.45
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-5.2,v 1.1.2.44 2011/01/07 01:56:17 riz Exp $ 1# $NetBSD: CHANGES-5.2,v 1.1.2.45 2011/01/07 03:58:26 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)
@@ -4235,13 +4235,24 @@ sys/arch/xen/conf/files.xen 1.110 via  @@ -4235,13 +4235,24 @@ sys/arch/xen/conf/files.xen 1.110 via
4235etc/rc.d/network 1.61 4235etc/rc.d/network 1.61
4236etc/rc.subr 1.86 via patch 4236etc/rc.subr 1.86 via patch
4237share/man/man5/ifconfig.if.5 1.14 4237share/man/man5/ifconfig.if.5 1.14
4238share/man/man8/rc.subr.8 1.27 4238share/man/man8/rc.subr.8 1.27
4239 4239
4240 Add a collapse_backslash_newline function to rc.subr. PR#41662. 4240 Add a collapse_backslash_newline function to rc.subr. PR#41662.
4241 [enami, ticket #1504] 4241 [enami, ticket #1504]
4242 4242
4243sys/dev/sysmon/sysmon_envsys_events.c 1.94 via patch 4243sys/dev/sysmon/sysmon_envsys_events.c 1.94 via patch
4244 4244
4245 Make this compile when "options ENVSYS_OBJECTS_DEBUG" is defined. 4245 Make this compile when "options ENVSYS_OBJECTS_DEBUG" is defined.
4246 [pgoyette, ticket #1505] 4246 [pgoyette, ticket #1505]
4247 4247
 4248sys/dev/sbus/spif.c 1.19
 4249
 4250 Fix warning about missing initializer that showed up in sparc64
 4251 builds, but, strangely enough, not in sparc builds.
 4252 [hauke, ticket #1506]
 4253
 4254external/bsd/top/dist/display.c 1.9 via patch
 4255
 4256 PR/43562: Witold Jan Wnuk: top: CPU percentages overlap labels
 4257 [is, ticket #1507]
 4258