Module Name: src Committed By: martin Date: Mon Jun 18 15:44:05 UTC 2018
Modified Files: src/doc [netbsd-8]: CHANGES-8.0 Log Message: Tickets #882, #883, #884, #885 and #886 To generate a diff of this commit: cvs rdiff -u -r1.1.2.211 -r1.1.2.212 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.211 src/doc/CHANGES-8.0:1.1.2.212 --- src/doc/CHANGES-8.0:1.1.2.211 Thu Jun 14 20:11:02 2018 +++ src/doc/CHANGES-8.0 Mon Jun 18 15:44:05 2018 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.0,v 1.1.2.211 2018/06/14 20:11:02 martin Exp $ +# $NetBSD: CHANGES-8.0,v 1.1.2.212 2018/06/18 15:44:05 martin Exp $ A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04 until the 8.0 release: @@ -13922,3 +13922,32 @@ share/mk/bsd.sys.mk 1.280, 1.281 [christos, ticket #881] +usr.sbin/ofctl/ofctl.8 1.6,1.7 (patch) + + Merge single-letter options. Use more markup. + Document -l, -r, and -w. + [sevan, ticket #882] + +sys/arch/arm/arm/psci.c 1.2 +sys/arch/arm/fdt/psci_fdt.c 1.5 + + Use correct value for PSCI 0.2+ PSCI_CPU_ON. + Fix PSCI 0.1 detection. + [jakllsch, ticket #883] + +sys/arch/powerpc/powerpc/trap.c 1.154 + + Fix emulation of the mtmsr instruction. + [uwe, ticket #884] + +sys/dev/ic/dwc_gmac.c 1.47 + + Avoid calling bus_dmamap_sync with len=0. + [jmcneill, ticket #885] + +share/mk/bsd.sys.mk 1.282 + + The compat build plays games with MAKEOBJDIR and unsets + MAKEOBJDIRPREFIX. Keep using our standard NETBSDOBJDIR if it was set. + [christos, ticket #886] +