Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/doc 1426, 1438, 1440
details: https://anonhg.NetBSD.org/src/rev/a154be948cb3
branches: netbsd-6
changeset: 777187:a154be948cb3
user: snj <snj%NetBSD.org@localhost>
date: Fri Jul 14 06:20:55 2017 +0000
description:
1426, 1438, 1440
diffstat:
doc/CHANGES-6.2 | 25 ++++++++++++++++++++++++-
1 files changed, 24 insertions(+), 1 deletions(-)
diffs (36 lines):
diff -r 4688356d561e -r a154be948cb3 doc/CHANGES-6.2
--- a/doc/CHANGES-6.2 Fri Jul 14 06:19:58 2017 +0000
+++ b/doc/CHANGES-6.2 Fri Jul 14 06:20:55 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.290 2017/07/13 09:02:11 martin Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.291 2017/07/14 06:20:55 snj Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -17962,3 +17962,26 @@
Identified by Jeffrey Altman, Viktor Duchovni and Nico Williams.
[christos, ticket #1461]
+share/man/man9/bus_dma.9 1.58-1.62 via patch
+
+ Documentation improvements.
+ [sevan, ticket #1426]
+
+sys/kern/exec_elf.c 1.88 via patch
+
+ netbsd_elf_signature - look at note segments (phdrs) not note
+ sections. They point to the same data in the file, but sections
+ are for linkers and are not necessarily present in an executable
+
+ The original switch from phdrs to shdrs seems to be just a
+ cop-out to avoid parsing multiple notes per segment, which
+ doesn't really avoid the problem b/c sections also can
+ contain multiple notes.
+ [uwe, ticket #1438]
+
+usr.sbin/rtadvd/config.c 1.36
+usr.sbin/rtadvd/rtadvd.h 1.15
+
+ Fix the default value of rltime. PR bin/51994
+ [ozaki-r, ticket #1440]
+
Home |
Main Index |
Thread Index |
Old Index