Module Name:    src
Committed By:   snj
Date:           Mon Jun  5 08:21:39 UTC 2017

Modified Files:
        src/doc [netbsd-8]: CHANGES-8.0

Log Message:
5-8


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-8.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-8.0
diff -u src/doc/CHANGES-8.0:1.1.2.3 src/doc/CHANGES-8.0:1.1.2.4
--- src/doc/CHANGES-8.0:1.1.2.3	Sun Jun  4 20:47:25 2017
+++ src/doc/CHANGES-8.0	Mon Jun  5 08:21:39 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.3 2017/06/04 20:47:25 bouyer Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.4 2017/06/05 08:21:39 snj Exp $
 
 A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
 until the 8.0 release:
@@ -69,3 +69,33 @@ sys/arch/evbarm/vexpress/vexpress_start.
 	case the bootloader places it beyond the init mem size.
 	[jmcneill, ticket #4]
 
+bin/sh/cd.c					1.48
+bin/sh/eval.c					1.141
+bin/sh/exec.c					1.48
+bin/sh/exec.h					1.25
+bin/sh/mail.c					1.17, 1.18
+bin/sh/sh.1					1.147
+
+	Clean up CDPATH and MAILPATH processing a little.
+	[kre, ticket #5]
+
+sys/dev/hdaudio/hdaudio.c			1.5
+sys/dev/pci/hdaudio_pci.c			1.8
+
+	Move the hdaudio_cd out of the hdaudio_pci module and into the
+	main hdaudio module.  Rearrange the inter-module dependencies
+	accordingly.  PR kern/49836.
+	[pgoyette, ticket #6]
+
+bin/sh/expand.c					1.111, 1.112
+
+	Fix an off-by one that broke ~ expansions. PR bin/52272 
+	Fix bug affecting arithmetic expansions.
+	[kre, ticket #7]
+
+sys/arch/arm/cortex/gic.c			1.22
+
+	Initialise all the SGI/PPI priorities for all CPUs to mask
+	the interrupts
+	[skrll, ticket #8]
+

Reply via email to