Module Name: src
Committed By: snj
Date: Wed Jun 3 06:53:37 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
ticket 752
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.317 -r1.1.2.318 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.317 src/doc/CHANGES-7.0:1.1.2.318
--- src/doc/CHANGES-7.0:1.1.2.317 Tue Jun 2 20:43:40 2015
+++ src/doc/CHANGES-7.0 Wed Jun 3 06:53:37 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.317 2015/06/02 20:43:40 snj Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.318 2015/06/03 06:53:37 snj Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -23681,3 +23681,23 @@ external/bsd/blacklist/test/srvtest.c 1
return NULL.
[christos, ticket #815]
+sys/modules/example/Makefile delete
+sys/modules/example/example.c delete
+sys/modules/examples/Makefile 1.1
+sys/modules/examples/Makefile.inc 1.1
+sys/modules/examples/README 1.1-1.3
+sys/modules/examples/hello/Makefile 1.1
+sys/modules/examples/hello/hello.c 1.1
+sys/modules/examples/luahello/luahello.lua 1.1, 1.2
+sys/modules/examples/ping/Makefile 1.1
+sys/modules/examples/ping/cmd_ping.c 1.1, 1.2
+sys/modules/examples/ping/ping.c 1.1
+sys/modules/examples/ping/ping.h 1.1
+sys/modules/examples/properties/Makefile 1.1
+sys/modules/examples/properties/properties.c 1.1
+sys/modules/examples/readhappy/Makefile 1.1
+sys/modules/examples/readhappy/readhappy.c 1.1
+
+ Provide a more comprehensive set of example kernel modules.
+ [pgoyette, ticket #752]
+