Module Name: src
Committed By: riz
Date: Thu Jul 16 18:28:11 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket 846.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.338 -r1.1.2.339 src/doc/CHANGES-7.0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-7.0
diff -u src/doc/CHANGES-7.0:1.1.2.338 src/doc/CHANGES-7.0:1.1.2.339
--- src/doc/CHANGES-7.0:1.1.2.338 Sat Jul 11 17:49:38 2015
+++ src/doc/CHANGES-7.0 Thu Jul 16 18:28:10 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.338 2015/07/11 17:49:38 snj Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.339 2015/07/16 18:28:10 riz Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -32510,3 +32510,19 @@ doc/3RDPARTY patch
Update OpenSSL to 1.0.1p.
[spz, ticket #877]
+sys/arch/alpha/include/ansi.h 1.25
+sys/arch/hppa/include/ansi.h 1.14
+sys/arch/i386/include/ansi.h 1.27
+sys/arch/m68k/include/ansi.h 1.24
+sys/arch/mips/include/ansi.h 1.29
+sys/arch/powerpc/include/ansi.h 1.30
+sys/arch/sh3/include/ansi.h 1.16
+sys/arch/sparc/include/ansi.h 1.24
+sys/arch/sparc64/include/ansi.h 1.18
+sys/arch/usermode/include/ansi.h 1.5
+
+ Make _BSD_CLOCK_T_ unsigned int so it's the same for IPL32 and LP64
+ environments. We don't really have a powerpc64 native userland
+ and the mips64 native userland is IPL32 so this shouldn't affect anything.
+ [martin, ticket #846]
+