Module Name:    src
Committed By:   snj
Date:           Sat Mar  7 06:36:37 UTC 2015

Modified Files:
        src/doc [netbsd-7]: CHANGES-7.0

Log Message:
tickets 560-562, 565


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.221 -r1.1.2.222 src/doc/CHANGES-7.0

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-7.0
diff -u src/doc/CHANGES-7.0:1.1.2.221 src/doc/CHANGES-7.0:1.1.2.222
--- src/doc/CHANGES-7.0:1.1.2.221	Sat Mar  7 05:20:26 2015
+++ src/doc/CHANGES-7.0	Sat Mar  7 06:36:37 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.221 2015/03/07 05:20:26 snj Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.222 2015/03/07 06:36:37 snj Exp $
 
 A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
 until the 7.0 release:
@@ -18106,3 +18106,29 @@ sys/arch/arm/cortex/gic.c			1.13, 1.14
 	GICD_ICFGRn when setting irq type (IST_LEVEL/IST_EDGE)
 	[jmcneill, ticket #567]
 
+sys/compat/netbds32/netbsd32_syscall.h		regen
+sys/compat/netbds32/netbsd32_syscallargs.h	regen
+sys/compat/netbds32/netbsd32_syscalls.c		regen
+sys/compat/netbds32/netbsd32_sysent.c		regen
+sys/compat/netbsd32/syscalls.master		1.102
+
+	Fix readlinkat return value (ssize_t) for netbsd32 compat.
+	[khorben, ticket #560]
+
+sbin/devpubd/hooks/02-wedgenames		1.3
+
+	safely update existing wedge links
+	[mlelstv, ticket #561]
+
+sbin/drvctl/drvctl.8				1.14
+sbin/drvctl/drvctl.c				1.17
+
+	Let drvctl -p select elements from an array property by
+	numeric index.
+	[mlelstv, ticket #562]
+
+usr.sbin/makemandb/makemandb.c			1.26
+
+	Explicitly deal with end of lists. PR 49708.
+	[skrll, ticket #564]
+

Reply via email to