Module Name: src
Committed By: riz
Date: Sat Nov 7 01:56:08 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
Tickets 1003, 1004
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/doc/CHANGES-7.1
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.1
diff -u src/doc/CHANGES-7.1:1.1.2.20 src/doc/CHANGES-7.1:1.1.2.21
--- src/doc/CHANGES-7.1:1.1.2.20 Fri Nov 6 23:04:30 2015
+++ src/doc/CHANGES-7.1 Sat Nov 7 01:56:08 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.20 2015/11/06 23:04:30 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.21 2015/11/07 01:56:08 riz Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
release:
@@ -758,3 +758,14 @@ sys/external/bsd/drm2/dist/drm/nouveau/n
Get nouveaudrm text console working.
[riastradh, ticket #1002]
+external/cddl/osnet/dev/dtrace/dtrace_ioctl.c 1.5
+
+ Fix dtrace module autoload.
+ [riastradh, ticket #1003]
+
+sys/arch/arm/allwinner/awin_gpio.c 1.19-1.20
+
+ Print the port name when gpio(4) attaches, making it easier
+ to find which port is connected to which gpio instance.
+ [bouyer, ticket #1004]
+