Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/doc 1356, 1361, 1363-1365



details:   https://anonhg.NetBSD.org/src/rev/50c8e42be4cd
branches:  netbsd-6
changeset: 777077:50c8e42be4cd
user:      snj <snj%NetBSD.org@localhost>
date:      Thu Jul 14 07:16:55 2016 +0000

description:
1356, 1361, 1363-1365

diffstat:

 doc/CHANGES-6.2 |  39 ++++++++++++++++++++++++++++++++++++++-
 1 files changed, 38 insertions(+), 1 deletions(-)

diffs (50 lines):

diff -r 29b583f5f54f -r 50c8e42be4cd doc/CHANGES-6.2
--- a/doc/CHANGES-6.2   Thu Jul 14 07:05:34 2016 +0000
+++ b/doc/CHANGES-6.2   Thu Jul 14 07:16:55 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.254 2016/07/13 19:40:20 snj Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.255 2016/07/14 07:16:55 snj Exp $
 
 A complete list of changes from the 6.1 release until the 6.2 release:
 
@@ -14556,3 +14556,40 @@
        userland will work with a more recent (netbsd-7 and up) kernel.
        [mrg, ticket #1326]
 
+sys/kern/kern_softint.c                                1.42
+
+       Between softint_schedule() and softint_execute(), other CPU's
+       softint_disestablish causes panic.  Fix.
+       [knakahara, ticket #1356]
+
+sys/arch/x86/include/cpufunc.h                 1.19
+sys/arch/x86/x86/errata.c                      1.23
+
+       Adapt prototypes and usage of rdmsr_locked() and wrmsr_locked()
+       to their implementation.  Both functions don't take the passcode
+       as argument.
+       [hannken, ticket #1361]
+
+sys/nfs/nfs_vnops.c                            1.309
+
+       Return an error if NFSPROC_LOOKUP returns the file handle of
+       the current directory.  Treating it as DOT lookup would put
+       garbage into the name cache and could panic on future lookups.
+       PR kern/50664.
+       [hannken, ticket #1363]
+
+external/gpl2/xcvs/dist/src/import.c           1.4
+
+       Remove trailing whitespace from imported messages when adding
+       new files.
+       [christos, ticket #1364]
+
+sys/arch/x86/x86/pmap.c                                1.190
+
+       Operation pmap_pp_clear_attrs() may remove the "used" attribute
+       from a page that is still cached in the TLB of other CPUs.
+
+       Call pmap_tlb_shootnow() here before enabling preemption to
+       clear the TLB entries on other CPUs.
+       [hannken, ticket #1365]
+



Home | Main Index | Thread Index | Old Index