Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/doc Ticket 1142, 1154 and 1158.
details: https://anonhg.NetBSD.org/src/rev/3a87663c2a18
branches: netbsd-6
changeset: 776735:3a87663c2a18
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Mon Oct 27 11:03:19 2014 +0000
description:
Ticket 1142, 1154 and 1158.
diffstat:
doc/CHANGES-6.2 | 19 ++++++++++++++++++-
1 files changed, 18 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r 46519f4dcdc2 -r 3a87663c2a18 doc/CHANGES-6.2
--- a/doc/CHANGES-6.2 Mon Oct 27 10:51:16 2014 +0000
+++ b/doc/CHANGES-6.2 Mon Oct 27 11:03:19 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.140 2014/10/27 06:25:19 msaitoh Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.141 2014/10/27 11:03:19 msaitoh Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -3971,3 +3971,20 @@
from the command line.
[christos, ticket #1175]
+common/lib/libc/gen/rb.c 1.12-1.13
+
+ Fix failure case in rb_tree_find_node_leq/geq.
+ Return NULL, not `NULL - offset'.
+ [riastradh, ticket #1142]
+
+share/man/man9/uvm_map.9 1.6
+
+ Fix typo: mask, not mark.
+ [riastradh, ticket #1154]
+
+common/lib/libc/arch/i386/string/small/strchr.S 1.3
+
+ Look for the character to locate before checking for the NUL character.
+ This fixes strchr(s, '\0'), as used by the FAT first-stage bootloader
+ on x86 (bootxx_msdos). Fixes PR port-i386/49208.
+ [khorben, ticket #1158]
Home |
Main Index |
Thread Index |
Old Index