Module Name:    src
Committed By:   snj
Date:           Fri Jul 14 06:20:55 UTC 2017

Modified Files:
        src/doc [netbsd-6]: CHANGES-6.2

Log Message:
1426, 1438, 1440


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.290 -r1.1.2.291 src/doc/CHANGES-6.2

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-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.290 src/doc/CHANGES-6.2:1.1.2.291
--- src/doc/CHANGES-6.2:1.1.2.290	Thu Jul 13 09:02:11 2017
+++ src/doc/CHANGES-6.2	Fri Jul 14 06:20:55 2017
@@ -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 @@ crypto/external/bsd/heimdal/dist/lib/krb
 	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]
+

Reply via email to