Received: by mail.netbsd.org (Postfix, from userid 605) id 30F6684E46; Mon, 9 Mar 2020 11:52:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A8DDD84E45 for ; Mon, 9 Mar 2020 11:52:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id dD35KGJjeXYe for ; Mon, 9 Mar 2020 11:52:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3426084D69 for ; Mon, 9 Mar 2020 11:52:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 200ADFB27; Mon, 9 Mar 2020 11:52:15 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 9 Mar 2020 11:52:15 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-9] src/sys/arch/powerpc/ibm4xx To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20200309115215.200ADFB27@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Mon Mar 9 11:52:15 UTC 2020 Modified Files: src/sys/arch/powerpc/ibm4xx [netbsd-9]: copyinstr.c copyoutstr.c Log Message: Pull up following revision(s) (requested by rin in ticket #772): sys/arch/powerpc/ibm4xx/copyinstr.c: revision 1.12 sys/arch/powerpc/ibm4xx/copyinstr.c: revision 1.13 sys/arch/powerpc/ibm4xx/copyoutstr.c: revision 1.10 sys/arch/powerpc/ibm4xx/copyoutstr.c: revision 1.11 sys/arch/powerpc/ibm4xx/copyoutstr.c: revision 1.12 sys/arch/powerpc/ibm4xx/copyoutstr.c: revision 1.13 sys/arch/powerpc/ibm4xx/copyinstr.c: revision 1.10 sys/arch/powerpc/ibm4xx/copyinstr.c: revision 1.11 copy{in,out}str: sync style with booke. - early return in case of len == 0 - *done = 0 on fault copy{in,out}str: Correctly return ENAMETOOLONG if source is not NUL-terminated. Use dcbst instead of dcbf to flush cache; the former does not invalidate the cache line, which should be used immediately in most cases. Cosmetic changes. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.9.64.1 src/sys/arch/powerpc/ibm4xx/copyinstr.c \ src/sys/arch/powerpc/ibm4xx/copyoutstr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.