Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/doc 1466, 1460



details:   https://anonhg.NetBSD.org/src/rev/c376af77df79
branches:  netbsd-6
changeset: 777239:c376af77df79
user:      snj <snj%NetBSD.org@localhost>
date:      Sat Aug 26 16:37:14 2017 +0000

description:
1466, 1460

diffstat:

 doc/CHANGES-6.2 |  18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 168f8f9ad266 -r c376af77df79 doc/CHANGES-6.2
--- a/doc/CHANGES-6.2   Sat Aug 26 16:36:19 2017 +0000
+++ b/doc/CHANGES-6.2   Sat Aug 26 16:37:14 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.303 2017/08/23 19:38:31 snj Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.304 2017/08/26 16:37:14 snj Exp $
 
 A complete list of changes from the 6.1 release until the 6.2 release:
 
@@ -18587,3 +18587,19 @@
        PR/48182: Fix rmdir -p handling of top-level (root) directory.
        [ginsbach, ticket #1490]
 
+sys/arch/i386/conf/GENERIC                     patch
+
+       i386 GENERIC: disable VM86 by default.
+       [maxv, ticket #1466]
+
+common/lib/libc/stdlib/_strtol.h               1.11 via patch
+common/lib/libc/stdlib/_strtoul.h              1.11 via patch
+tests/lib/libc/stdlib/t_strtol.c               1.6, 1.7
+
+       Fix testing of returned entptr, and fix three affected
+       tests.  PR lib/49632
+
+       Fix ISO C compliance: strtol of "0xX" should give the
+       largest valid numeric prefix, which is 0.
+       [joerg, ticket #1460]
+



Home | Main Index | Thread Index | Old Index