Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/doc Tickets #945 - #948
details: https://anonhg.NetBSD.org/src/rev/fa463a8b4d19
branches: netbsd-8
changeset: 435169:fa463a8b4d19
user: martin <martin%NetBSD.org@localhost>
date: Tue Jul 31 16:11:46 2018 +0000
description:
Tickets #945 - #948
diffstat:
doc/CHANGES-8.1 | 27 ++++++++++++++++++++++++++-
1 files changed, 26 insertions(+), 1 deletions(-)
diffs (38 lines):
diff -r 7bc0726df891 -r fa463a8b4d19 doc/CHANGES-8.1
--- a/doc/CHANGES-8.1 Tue Jul 31 16:05:42 2018 +0000
+++ b/doc/CHANGES-8.1 Tue Jul 31 16:11:46 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.1,v 1.1.2.4 2018/07/27 10:55:40 martin Exp $
+# $NetBSD: CHANGES-8.1,v 1.1.2.5 2018/07/31 16:11:46 martin Exp $
A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
release:
@@ -240,3 +240,28 @@
Fix groff reproducibility and font directories in X builds.
[christos, ticket #944]
+sys/arch/i386/i386/trap.c 1.290
+
+ Don't use a const variable as an array size, because it is not a
+ constant expression and will cause the array to needlessly become a
+ variable-size one.
+ [taca, ticket #945]
+
+sbin/cgdconfig/cgdconfig.8 1.37,1.38
+sbin/cgdconfig/cgdconfig.c 1.42-1.45
+
+ Check whether the cgd device selected is available to be
+ configured,that is, not already in use, before requesting
+ passwords.
+ [kre, ticket #946]
+
+sys/dev/pci/if_de.c 1.153
+
+ Remove bpf_tap() call in rx. It's done in if_percpuq_softint().
+ [msaitoh, ticket #947]
+
+sys/arch/sun3/dev/if_ie.c 1.64
+
+ Remove bpf_tap() in iexmit() because ie_start() does bpf_mtap().
+ [msaitoh, ticket #948]
+
Home |
Main Index |
Thread Index |
Old Index