Module Name: src
Committed By: snj
Date: Sun Dec 21 19:34:13 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
334-338
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.134 -r1.1.2.135 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.134 src/doc/CHANGES-7.0:1.1.2.135
--- src/doc/CHANGES-7.0:1.1.2.134 Wed Dec 17 19:27:37 2014
+++ src/doc/CHANGES-7.0 Sun Dec 21 19:34:13 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.134 2014/12/17 19:27:37 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.135 2014/12/21 19:34:13 snj Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -3644,3 +3644,30 @@ doc/3RDPARTY 1.1165
* Various bug fixes.
[christos, #331]
+crypto/external/bsd/netpgp/dist/src/netpgpkeys/netpgpkeys.c 1.26
+
+ Make netpgp-keys --export actually export the desired key.
+ [agc, ticket #334]
+
+usr.sbin/perfused/perfused.c 1.25
+
+ Survive if the filesystem installs a signal handler.
+ [manu, ticket #335]
+
+usr.sbin/cpuctl/cpuctl.c 1.25
+
+ Fix a bug that an unknown command is printed as "(null)".
+ [msaitoh, ticket #336]
+
+lib/libpci/pci.3 1.10
+
+ Update documentation to reflect the "int showclass" argument
+ to pci_devinfo().
+ [msaitoh, ticket #337]
+
+sys/dev/pci/if_wpi.c 1.69
+
+ Consistently take the interface down when the radio swicth
+ is off.
+ [bouyer, ticket #338]
+