Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/doc 1450, 1455, 1457
details: https://anonhg.NetBSD.org/src/rev/a690c2652e23
branches: netbsd-6
changeset: 777191:a690c2652e23
user: snj <snj%NetBSD.org@localhost>
date: Fri Jul 21 04:53:34 2017 +0000
description:
1450, 1455, 1457
diffstat:
doc/CHANGES-6.2 | 24 +++++++++++++++++++++++-
1 files changed, 23 insertions(+), 1 deletions(-)
diffs (35 lines):
diff -r 5d3127e0d157 -r a690c2652e23 doc/CHANGES-6.2
--- a/doc/CHANGES-6.2 Fri Jul 21 04:06:50 2017 +0000
+++ b/doc/CHANGES-6.2 Fri Jul 21 04:53:34 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.291 2017/07/14 06:20:55 snj Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.292 2017/07/21 04:53:34 snj Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -17985,3 +17985,25 @@
Fix the default value of rltime. PR bin/51994
[ozaki-r, ticket #1440]
+libexec/ld.elf_so/reloc.c 1.110
+
+ PR port-macppc/47464 - Old binutils generated bogus zero-sized
+ COPY relocations for _SDA_BASE_ and _SDA2_BASE_ that happened
+ to work by accident. They no longer happen to work when old
+ binaries are run on newer systems. Explicitly ignore these
+ bogus relocations.
+ [uwe, ticket #1450]
+
+sys/dev/cgd.c patch
+
+ Avoid crashes by checking if a cgd device has been configured
+ before processing most ioctls, and failing with ENXIO if the
+ device is not configured.
+ [chs, ticket #1455]
+
+sys/dev/audio.c patch
+
+ Fix occasional stuttering that can be caused by ringbuffer
+ overflow.
+ [nat, ticket #1457]
+
Home |
Main Index |
Thread Index |
Old Index