Tue Mar 7 20:18:50 2017 UTC ()
1380


(snj)
diff -r1.1.2.30 -r1.1.2.31 src/doc/CHANGES-7.0.3

cvs diff -r1.1.2.30 -r1.1.2.31 src/doc/Attic/CHANGES-7.0.3 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-7.0.3 2017/03/06 03:34:33 1.1.2.30
+++ src/doc/Attic/CHANGES-7.0.3 2017/03/07 20:18:50 1.1.2.31
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.0.3,v 1.1.2.30 2017/03/06 03:34:33 snj Exp $ 1# $NetBSD: CHANGES-7.0.3,v 1.1.2.31 2017/03/07 20:18:50 snj Exp $
2 2
3A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3 3A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3
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 7.0.2_PATCH. 9 Welcome to 7.0.2_PATCH.
10 [snj] 10 [snj]
11 11
12sys/arch/amd64/conf/std.xen 1.8 12sys/arch/amd64/conf/std.xen 1.8
13sys/arch/xen/conf/std.xen 1.8 13sys/arch/xen/conf/std.xen 1.8
14 14
@@ -1259,13 +1259,20 @@ external/public-domain/tz/dist/zone1970. @@ -1259,13 +1259,20 @@ external/public-domain/tz/dist/zone1970.
1259 1259
1260external/mit/xorg/lib/libICE/Makefile 1.6 1260external/mit/xorg/lib/libICE/Makefile 1.6
1261 1261
1262 define HAVE_ARC4RANDOM_BUF. 1262 define HAVE_ARC4RANDOM_BUF.
1263 [mrg, ticket #1377] 1263 [mrg, ticket #1377]
1264 1264
1265sys/arch/x86/include/pmap.h 1.63 via patch 1265sys/arch/x86/include/pmap.h 1.63 via patch
1266sys/arch/x86/x86/pmap.c 1.241 via patch 1266sys/arch/x86/x86/pmap.c 1.241 via patch
1267 1267
1268 Remove PG_u from the kernel pages on Xen. Otherwise there is 1268 Remove PG_u from the kernel pages on Xen. Otherwise there is
1269 no privilege separation between the kernel and userland. 1269 no privilege separation between the kernel and userland.
1270 [bouyer, ticket #1388] 1270 [bouyer, ticket #1388]
1271 1271
 1272xsrc/xfree/xc/lib/ICE/iceauth.c patch
 1273x11/lib/ICE/Makefile patch
 1274
 1275 Use arc4random when available to produce the auth cookie.
 1276 (80f62c54fbd50a3bbdf9c37258525098c9117830 upstream)
 1277 [mrg, ticket #1380]
 1278