Source-Changes-HG archive

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

[src/netbsd-8]: src/doc tickets 644-647



details:   https://anonhg.NetBSD.org/src/rev/c52e7cdb03f7
branches:  netbsd-8
changeset: 434767:c52e7cdb03f7
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Tue Mar 20 09:18:49 2018 +0000

description:
tickets 644-647

diffstat:

 doc/CHANGES-8.0 |  27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)

diffs (38 lines):

diff -r 77e4f6c80357 -r c52e7cdb03f7 doc/CHANGES-8.0
--- a/doc/CHANGES-8.0   Tue Mar 20 09:17:42 2018 +0000
+++ b/doc/CHANGES-8.0   Tue Mar 20 09:18:49 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.148 2018/03/18 11:22:59 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.149 2018/03/20 09:18:49 bouyer Exp $
 
 A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
 until the 8.0 release:
@@ -10436,3 +10436,28 @@
        to deal with this.
        [jmcneill, ticket #643]
 
+sys/kern/exec_elf.c                            1.95, 1.96
+
+       Turn KASSERTS that check alignment which are user triggerable
+       into errors.
+       [alnsn, ticket #644]
+
+sys/netinet6/nd6_nbr.c                          1.153
+  
+       fix a constraint violation of pserialize.
+       [ozaki-r, ticket #645]
+
+sys/arch/alpha/alpha/vm_machdep.c              1.114
+
+       Nowadays we can create new kernel threads late after boot, so if we are
+       unable to find physically continous pages for their uarea, just
+       allocate them via uvm_km_alloc(), that is: make cpu_uarea_alloc() fail
+       instead of panic. cpu_uarea_free() already deals with this.
+       Should fix PR port-alpha/53077.
+       [martin, ticket #646]
+
+share/mk/bsd.own.mk                            1.1051
+
+       Don't barf if the ctf tools are not installed.
+       [martin, ticket #647]
+



Home | Main Index | Thread Index | Old Index