Module Name:    src
Committed By:   bouyer
Date:           Sat Aug 27 14:53:48 UTC 2016

Modified Files:
        src/doc [netbsd-6]: CHANGES-6.2

Log Message:
tickets 1390 1394 1395 1396 1397 1399 1400


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.259 -r1.1.2.260 src/doc/CHANGES-6.2

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-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.259 src/doc/CHANGES-6.2:1.1.2.260
--- src/doc/CHANGES-6.2:1.1.2.259	Sat Aug 27 14:18:42 2016
+++ src/doc/CHANGES-6.2	Sat Aug 27 14:53:48 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.259 2016/08/27 14:18:42 bouyer Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.260 2016/08/27 14:53:48 bouyer Exp $
 
 A complete list of changes from the 6.1 release until the 6.2 release:
 
@@ -14667,3 +14667,79 @@ sys/ufs/lfs/lfs_vnops.c				1.304
 	Fix a deadlock
 	[dholland, ticket #1389]
 
+sys/arch/mips/mips/pmap.c			1.221 - 1.223
+
+	Fix PR/51288 reproducable panic on evbmips64-eb (erlite)
+
+	pmap_page_remove from the previous change neglected to terminate the pv
+	list correctly when it started with an initial unmanaged mapping and
+	subsequent managed mappings.  Fix this.
+
+	Fix MIPS3_NO_PV_UNCACHED alias handling by looping through the pv_list
+	looking for bad aliases and removing the bad entries.  That is, revert
+	to the code before the matt-mips64 merge.
+
+	Additionally, fix the pmap_update call to not use the (recently
+	  removed/freed) pv for the pmap_t.
+
+	Fixes the following two PRs
+
+	PR/49903: Panic during installation on WorkPad Z50 (hpcmips) whilst
+		  uncompressing base.tgz
+	PR/51226: Install bug for hpcmips NetBSD V7 using FTP Full installation
+	[skrll, ticket #1390]
+
+sys/netinet/ip_carp.c				1.76
+
+	Print the IPv6 or IPv4 source addresses of packets with wrong hash, to
+	help debugging.
+	[is, ticket #1394]
+
+sbin/fsdb/fsdb.c				1.49
+sys/ufs/ffs/ffs_vfsops.c			1.340
+usr.sbin/quot/quot.c				1.34
+
+	From Michael Plass:
+
+	The superblock field that distinguishes between 4.2BSD and 4.4BSD
+	inodes is really only relevant on a UFS1 file system. Make sure that
+	it is a UFS1 fs before using fs_old_inodefmt.
+
+	Note that the NetBSD newfs and mkfs utilities initialize fs_old_inodefmt
+	even for UFS2, so problems were apparent only on file systems created
+	by other operating systems, for example, FreeBSD.
+	[martin, ticket #1395]
+
+sys/arch/evbppc/conf/Makefile.ev64260.inc	1.8
+sys/arch/evbppc/conf/Makefile.obs405.inc	1.13
+sys/arch/evbppc/conf/Makefile.walnut.inc	1.9
+
+	Fix typo in Makefile which resulted in kernel image not being generated
+
+	From Rin Okuyama in PR/51369
+	[maya, ticket #1396]
+
+bin/sh/parser.c					1.114 via patch
+
+	PR bin/51027 - fix the parsing of references to shell parameters
+	when given without braces (ie: $2 etc).  Only the first 9 shell
+	parameters ($1 .. $9) and the special parameter ($0) can be
+	referenced this way, $10 is ${1}0 not ${10}.   Make it so.
+	This bug brought to notice by Sven Mascheck's web pages which
+	discuss (among other things) the history of this (and other ash
+	based) shells .. see http://www.in-ulm.de/~mascheck/ (from kre@)
+	[kre, ticket #1397]
+
+sys/dev/fss.c					1.95
+
+	Disestablish COW handler on error.  No need to do further copies after
+	the snapshot device failed.
+
+	Should fix PR kern/51377: fss(4) panic if snapshot mounted read/write
+	[hannken, ticket #1399]
+
+sys/compat/common/vfs_syscalls_43.c		1.58
+
+	fill in the tv_nsec parts of the converted timespec in cvtstat().
+	[mrg, ticket #1400]
+

Reply via email to